SuccessConsole Output

12:01:24 Started by GitLab push by bernini
12:01:24 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
12:01:24 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
12:01:24 Cloning the remote Git repository
12:01:24 Cloning repository git@forge.etsi.org:nfv/SOL005.git
12:01:24  > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 # timeout=10
12:01:24 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
12:01:24  > git --version # timeout=10
12:01:24 using GIT_SSH to set credentials 
12:01:24  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
12:01:26  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
12:01:26  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
12:01:26  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
12:01:26 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
12:01:26 using GIT_SSH to set credentials 
12:01:26  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
12:01:27  > git rev-parse remotes/origin/2.8.1-dev^{commit} # timeout=10
12:01:27  > git branch -a -v --no-abbrev --contains 15714d32997c373516c3520135f82e09c6626b7e # timeout=10
12:01:27 Checking out Revision 15714d32997c373516c3520135f82e09c6626b7e (origin/2.8.1-dev)
12:01:27  > git config core.sparsecheckout # timeout=10
12:01:27  > git checkout -f 15714d32997c373516c3520135f82e09c6626b7e
12:01:27 Commit message: "updated summary"
12:01:27  > git rev-list --no-walk f8671fbc6a6c157cb58f9caefafa4ee978c19769 # timeout=10
12:01:27 [sol005] $ /bin/bash /tmp/jenkins12776509553356718109.sh
12:01:27 rm: cannot remove 'build/*-API.yaml': No such file or directory
12:01:27 rm: cannot remove 'build/*-API.json': No such file or directory
12:01:27 ./build-container.sh: line 7: proxy: command not found
12:01:27 http_proxy is not set
12:01:27 Proxy set to 
12:01:27 Sending build context to Docker daemon  13.31kB

12:01:27 Step 1/24 : FROM alpine:3.6
12:01:27  ---> 43773d1dba76
12:01:27 Step 2/24 : RUN env
12:01:27  ---> Using cache
12:01:27  ---> 1ee95df16133
12:01:27 Step 3/24 : RUN apk update
12:01:27  ---> Using cache
12:01:27  ---> c03e294a0fc7
12:01:27 Step 4/24 : RUN apk add bash
12:01:27  ---> Using cache
12:01:27  ---> 250b8aa28438
12:01:27 Step 5/24 : RUN apk add nodejs
12:01:27  ---> Using cache
12:01:27  ---> 60cc79d3c008
12:01:27 Step 6/24 : RUN apk add nodejs-npm
12:01:27  ---> Using cache
12:01:27  ---> 2b8243cfaf41
12:01:27 Step 7/24 : RUN apk add asciidoctor
12:01:27  ---> Using cache
12:01:27  ---> e9e384fe9225
12:01:27 Step 8/24 : RUN apk add openjdk8
12:01:27  ---> Using cache
12:01:27  ---> 06d4993591ee
12:01:27 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:01:27  ---> Using cache
12:01:27  ---> f81090d1c37c
12:01:27 Step 10/24 : RUN apk add openssl
12:01:27  ---> Using cache
12:01:27  ---> a2e5591cfd3d
12:01:27 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:01:27  ---> Using cache
12:01:27  ---> db11464702fc
12:01:27 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:01:27  ---> Using cache
12:01:27  ---> bc0e4268cb1b
12:01:27 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:01:27  ---> Using cache
12:01:27  ---> 0dec1128c12e
12:01:27 Step 14/24 : RUN npm config set proxy $http_proxy
12:01:27  ---> Using cache
12:01:27  ---> 2a8f0f31da9d
12:01:27 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
12:01:27  ---> Using cache
12:01:27  ---> bd5411ab8bae
12:01:27 Step 16/24 : RUN npm install -g json-refs@3.0.2
12:01:27  ---> Using cache
12:01:27  ---> 483b9aaf76e6
12:01:27 Step 17/24 : RUN npm install -g yamljs@0.3.0
12:01:27  ---> Using cache
12:01:27  ---> e9b777dc814e
12:01:27 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:01:27  ---> Using cache
12:01:27  ---> 612a10e4123a
12:01:27 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:01:27  ---> Using cache
12:01:27  ---> f545a15bd20d
12:01:27 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:01:27  ---> Using cache
12:01:27  ---> cab386e3e8a7
12:01:27 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:01:27  ---> Using cache
12:01:27  ---> 4762b18d4960
12:01:27 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:01:27  ---> Using cache
12:01:27  ---> 66d780b22f80
12:01:27 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:01:27  ---> Using cache
12:01:27  ---> cac63cb7da30
12:01:27 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
12:01:27  ---> Using cache
12:01:27  ---> 7bef8c131dae
12:01:27 Successfully built 7bef8c131dae
12:01:27 Successfully tagged openapivalidator:latest
12:01:27 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
12:01:27 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/240’: Permission denied
12:01:27 Mounting dir /var/www/html/api/nfv/sol005/240 as /storage
12:01:28 Using filter ''
12:01:28 
12:01:28 Entering dir /work/src
12:01:28 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
12:01:28 --- Merging file.
12:01:30 --- Create PDF...
12:01:49 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
12:01:51 --- Validation done (0).
12:01:51 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
12:01:51 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
12:01:51 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
12:01:51 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
12:01:51 --- Merging file.
12:01:52 --- Create PDF...
12:02:02 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
12:02:03 --- Validation done (0).
12:02:03 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
12:02:03 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
12:02:03 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
12:02:03 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
12:02:03 --- Merging file.
12:02:05 --- Create PDF...
12:03:14 --- Validating ../build/SOL005-NSDManagement-API.yaml
12:03:16 --- Validation done (0).
12:03:16 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
12:03:16 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
12:03:16 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
12:03:16 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
12:03:16 --- Merging file.
12:03:17 --- Create PDF...
12:03:41 --- Validating ../build/SOL005-APIVersion-API.yaml
12:03:42 --- Validation done (0).
12:03:42 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
12:03:42 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
12:03:42 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
12:03:42 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
12:03:42 --- Merging file.
12:03:44 --- Create PDF...
12:04:20 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
12:04:21 --- Validation done (0).
12:04:21 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
12:04:21 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
12:04:21 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
12:04:21 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
12:04:21 --- Merging file.
12:04:23 --- Create PDF...
12:04:56 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
12:04:58 --- Validation done (0).
12:04:58 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
12:04:58 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
12:04:58 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
12:04:58 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
12:04:58 --- Merging file.
12:04:59 --- Create PDF...
12:05:24 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
12:05:25 --- Validation done (0).
12:05:25 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
12:05:25 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
12:05:25 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
12:05:25 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
12:05:25 --- Merging file.
12:05:27 --- Create PDF...
12:06:25 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
12:06:27 --- Validation done (0).
12:06:27 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
12:06:27 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
12:06:27 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
12:06:27 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
12:06:27 --- Merging file.
12:06:31 --- Create PDF...
12:08:11 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
12:08:13 --- Validation done (0).
12:08:13 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
12:08:13 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
12:08:13 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
12:08:13 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
12:08:13 --- Merging file.
12:08:15 --- Create PDF...
12:08:30 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
12:08:31 --- Validation done (0).
12:08:31 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
12:08:31 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
12:08:31 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
12:08:31 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
12:08:31 --- Merging file.
12:08:33 --- Create PDF...
12:08:45 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
12:08:47 --- Validation done (0).
12:08:47 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
12:08:47 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
12:08:47 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
12:08:47 -- Final validator returns 0.
12:08:47 Archiving artifacts
12:08:49 Finished: SUCCESS