SuccessConsole Output

10:42:47 Started by GitLab push by bernini
10:42:47 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
10:42:48 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
10:42:48  > git rev-parse --is-inside-work-tree # timeout=10
10:42:48 Fetching changes from the remote Git repository
10:42:48  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
10:42:48 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
10:42:48  > git --version # timeout=10
10:42:48 using GIT_SSH to set credentials 
10:42:48  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
10:42:48  > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10
10:42:49  > git branch -a -v --no-abbrev --contains 237b8b1ebe79841a7ebc7120b8f9e5c21880a264 # timeout=10
10:42:49 Checking out Revision 237b8b1ebe79841a7ebc7120b8f9e5c21880a264 (origin/3.5.1-dev)
10:42:49  > git config core.sparsecheckout # timeout=10
10:42:49  > git checkout -f 237b8b1ebe79841a7ebc7120b8f9e5c21880a264
10:42:49 Commit message: "fix notificatin endpoint"
10:42:49  > git rev-list --no-walk 8624019b328eda997fd8f456b3bf4a23e88f5d49 # timeout=10
10:42:49 [sol005] $ /bin/bash /tmp/jenkins1209935046893061899.sh
10:42:49 ./build-container.sh: line 7: proxy: command not found
10:42:49 http_proxy is not set
10:42:49 Proxy set to 
10:42:49 Sending build context to Docker daemon  13.31kB

10:42:49 Step 1/24 : FROM alpine:3.10.0
10:42:49  ---> 4d90542f0623
10:42:49 Step 2/24 : RUN env
10:42:49  ---> Using cache
10:42:49  ---> ae02487f36c4
10:42:49 Step 3/24 : RUN apk update
10:42:49  ---> Using cache
10:42:49  ---> b89c80fb50e5
10:42:49 Step 4/24 : RUN apk add bash
10:42:49  ---> Using cache
10:42:49  ---> 8784fbc9fc57
10:42:49 Step 5/24 : RUN apk add nodejs
10:42:49  ---> Using cache
10:42:49  ---> 28a25abf3ab9
10:42:49 Step 6/24 : RUN apk add nodejs-npm
10:42:49  ---> Using cache
10:42:49  ---> 1b596573243f
10:42:49 Step 7/24 : RUN apk add asciidoctor
10:42:49  ---> Using cache
10:42:49  ---> 0947b41ea58f
10:42:49 Step 8/24 : RUN apk add openjdk8
10:42:49  ---> Using cache
10:42:49  ---> c80710d753de
10:42:49 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
10:42:49  ---> Using cache
10:42:49  ---> 68468ab8366f
10:42:49 Step 10/24 : RUN apk add openssl
10:42:49  ---> Using cache
10:42:49  ---> 0ae14a88e45c
10:42:49 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
10:42:49  ---> Using cache
10:42:49  ---> 68e344322381
10:42:49 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
10:42:49  ---> Using cache
10:42:49  ---> f2d0d8812abe
10:42:49 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
10:42:49  ---> Using cache
10:42:49  ---> dadf1b8c885d
10:42:49 Step 14/24 : RUN npm config set proxy $http_proxy
10:42:49  ---> Using cache
10:42:49  ---> 82364b930f02
10:42:49 Step 15/24 : RUN npm install -g swagger-cli
10:42:49  ---> Using cache
10:42:49  ---> f26ac1dba4b2
10:42:49 Step 16/24 : RUN npm install -g json-refs
10:42:49  ---> Using cache
10:42:49  ---> 854cfe0dc266
10:42:49 Step 17/24 : RUN npm install -g yamljs
10:42:49  ---> Using cache
10:42:49  ---> 8a7612225506
10:42:49 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
10:42:49  ---> Using cache
10:42:49  ---> fdf0f8f95474
10:42:49 Step 19/24 : RUN chmod +x /validate-in-docker.sh
10:42:49  ---> Using cache
10:42:49  ---> 443f0cc47a8b
10:42:49 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
10:42:49  ---> Using cache
10:42:49  ---> 08e3fb6f18b1
10:42:49 Step 21/24 : RUN chmod +x /bin/swg2mrkup
10:42:49  ---> Using cache
10:42:49  ---> 74cea41057e1
10:42:49 Step 22/24 : ADD oas2pdf /bin/oas2pdf
10:42:49  ---> Using cache
10:42:49  ---> 74da8fce9718
10:42:49 Step 23/24 : RUN chmod +x /bin/oas2pdf
10:42:49  ---> Using cache
10:42:49  ---> db40b6918aba
10:42:49 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
10:42:49  ---> Using cache
10:42:49  ---> 3d1c4195fbfe
10:42:49 Successfully built 3d1c4195fbfe
10:42:49 Successfully tagged openapivalidator:latest
10:42:49 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
10:42:49 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/251’: Permission denied
10:42:49 Mounting dir /var/www/html/api/nfv/sol005/251 as /storage
10:42:49 Using filter ''
10:42:49 
10:42:49 Entering dir /work/src
10:42:49 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
10:42:49 --- Merging file.
10:42:51 --- Create PDF...
10:42:53 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
10:42:53 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
10:42:53 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
10:42:53 --- Validation done (0).
10:42:53 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
10:42:53 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
10:42:53 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
10:42:53 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
10:42:53 --- Merging file.
10:42:55 --- Create PDF...
10:42:57 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
10:42:57 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
10:42:58 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
10:42:58 --- Validation done (0).
10:42:58 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
10:42:58 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
10:42:58 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
10:42:58 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
10:42:58 --- Merging file.
10:42:59 --- Create PDF...
10:43:00 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
10:43:00 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
10:43:01 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
10:43:01 --- Validation done (0).
10:43:01 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
10:43:01 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
10:43:01 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
10:43:01 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
10:43:01 --- Merging file.
10:43:03 --- Create PDF...
10:43:05 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
10:43:05 --- Validating ../build/SOL005-NSDManagement-API.yaml
10:43:06 ../build/SOL005-NSDManagement-API.yaml is valid
10:43:06 --- Validation done (0).
10:43:06 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
10:43:06 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
10:43:06 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
10:43:06 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
10:43:06 --- Merging file.
10:43:07 --- Create PDF...
10:43:08 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
10:43:08 --- Validating ../build/SOL005-APIVersion-API.yaml
10:43:09 ../build/SOL005-APIVersion-API.yaml is valid
10:43:09 --- Validation done (0).
10:43:09 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
10:43:09 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
10:43:09 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
10:43:09 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
10:43:09 --- Merging file.
10:43:11 --- Create PDF...
10:43:13 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
10:43:13 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
10:43:13 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
10:43:13 --- Validation done (0).
10:43:13 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
10:43:13 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
10:43:13 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
10:43:13 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
10:43:13 --- Merging file.
10:43:15 --- Create PDF...
10:43:17 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
10:43:17 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
10:43:17 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
10:43:17 --- Validation done (0).
10:43:17 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
10:43:17 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
10:43:17 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
10:43:17 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
10:43:17 --- Merging file.
10:43:19 --- Create PDF...
10:43:20 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
10:43:20 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
10:43:21 ../build/SOL005-NSDManagementNotification-API.yaml is valid
10:43:21 --- Validation done (0).
10:43:21 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
10:43:21 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
10:43:21 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
10:43:21 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
10:43:21 --- Merging file.
10:43:22 --- Create PDF...
10:43:24 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
10:43:24 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
10:43:25 ../build/SOL005-NSFaultManagement-API.yaml is valid
10:43:25 --- Validation done (0).
10:43:25 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
10:43:25 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
10:43:25 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
10:43:25 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
10:43:25 --- Merging file.
10:43:27 --- Create PDF...
10:43:28 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
10:43:28 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
10:43:29 ../build/SOL005-VNFPackageManagement-API.yaml is valid
10:43:29 --- Validation done (0).
10:43:29 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
10:43:29 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
10:43:29 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
10:43:29 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
10:43:29 --- Merging file.
10:43:35 --- Create PDF...
10:43:37 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
10:43:37 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
10:43:38 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
10:43:38 --- Validation done (0).
10:43:38 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
10:43:38 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
10:43:38 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
10:43:38 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005)
10:43:38 --- Merging file.
10:43:39 --- Create PDF...
10:43:41 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory
10:43:41 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml
10:43:42 ../build/SOL005-NSLCMCoordination-API.yaml is valid
10:43:42 --- Validation done (0).
10:43:42 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml'
10:43:42 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json'
10:43:42 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory
10:43:42 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
10:43:42 --- Merging file.
10:43:43 --- Create PDF...
10:43:44 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
10:43:44 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
10:43:45 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
10:43:45 --- Validation done (0).
10:43:45 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
10:43:45 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
10:43:45 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
10:43:45 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
10:43:45 --- Merging file.
10:43:46 --- Create PDF...
10:43:48 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
10:43:48 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
10:43:48 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
10:43:48 --- Validation done (0).
10:43:48 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
10:43:48 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
10:43:48 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
10:43:48 -- Final validator returns 0.
10:43:48 Archiving artifacts
10:43:51 Finished: SUCCESS