18:05:56 Started by GitLab push by bernini 18:05:56 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 18:05:56 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 18:05:56 Cloning the remote Git repository 18:05:56 Cloning repository git@forge.etsi.org:nfv/SOL005.git 18:05:56 > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 # timeout=10 18:05:56 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 18:05:56 > git --version # timeout=10 18:05:56 using GIT_SSH to set credentials 18:05:56 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 18:05:57 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 18:05:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:05:57 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 18:05:57 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 18:05:57 using GIT_SSH to set credentials 18:05:57 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 18:05:57 > git rev-parse remotes/origin/2.7.1-dev^{commit} # timeout=10 18:05:57 > git branch -a -v --no-abbrev --contains 32e01c123b042d6b0aaa4b688d0ec481637d1a41 # timeout=10 18:05:57 Checking out Revision 32e01c123b042d6b0aaa4b688d0ec481637d1a41 (origin/2.7.1-dev) 18:05:57 > git config core.sparsecheckout # timeout=10 18:05:57 > git checkout -f 32e01c123b042d6b0aaa4b688d0ec481637d1a41 18:05:57 Commit message: "updated README - devel phase" 18:05:57 First time build. Skipping changelog. 18:05:57 [sol005] $ /bin/bash /tmp/jenkins4393322546277612289.sh 18:05:57 rm: cannot remove 'build/*-API.yaml': No such file or directory 18:05:57 rm: cannot remove 'build/*-API.json': No such file or directory 18:05:57 ./build-container.sh: line 7: proxy: command not found 18:05:57 http_proxy is not set 18:05:57 Proxy set to 18:05:57 Sending build context to Docker daemon 13.31kB 18:05:58 Step 1/24 : FROM alpine:3.6 18:05:58 ---> 43773d1dba76 18:05:58 Step 2/24 : RUN env 18:05:58 ---> Using cache 18:05:58 ---> 20d17f1727a1 18:05:58 Step 3/24 : RUN apk update 18:05:58 ---> Using cache 18:05:58 ---> 0d65ae05839a 18:05:58 Step 4/24 : RUN apk add bash 18:05:58 ---> Using cache 18:05:58 ---> 1376a83910e6 18:05:58 Step 5/24 : RUN apk add nodejs 18:05:58 ---> Using cache 18:05:58 ---> 375bf323dab6 18:05:58 Step 6/24 : RUN apk add nodejs-npm 18:05:58 ---> Using cache 18:05:58 ---> 489adb77cbf1 18:05:58 Step 7/24 : RUN apk add asciidoctor 18:05:58 ---> Using cache 18:05:58 ---> c8109ec49297 18:05:58 Step 8/24 : RUN apk add openjdk8 18:05:58 ---> Using cache 18:05:58 ---> 2ba5facae974 18:05:58 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 18:05:58 ---> Using cache 18:05:58 ---> cf31004910bf 18:05:58 Step 10/24 : RUN apk add openssl 18:05:58 ---> Using cache 18:05:58 ---> 12667e736fee 18:05:58 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 18:05:58 ---> Using cache 18:05:58 ---> 25757db59fe6 18:05:58 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 18:05:58 ---> Using cache 18:05:58 ---> 8ffe886aec18 18:05:58 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 18:05:58 ---> Using cache 18:05:58 ---> 159066a374be 18:05:58 Step 14/24 : RUN npm config set proxy $http_proxy 18:05:58 ---> Using cache 18:05:58 ---> d8523982828e 18:05:58 Step 15/24 : RUN npm install -g swagger-tools@0.10.3 18:05:58 ---> Using cache 18:05:58 ---> fa68014fd0e1 18:05:58 Step 16/24 : RUN npm install -g json-refs@3.0.2 18:05:58 ---> Using cache 18:05:58 ---> b7939d2ab1a9 18:05:58 Step 17/24 : RUN npm install -g yamljs@0.3.0 18:05:58 ---> Using cache 18:05:58 ---> f52df4b8e4e8 18:05:58 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 18:05:58 ---> Using cache 18:05:58 ---> 38cb506086f4 18:05:58 Step 19/24 : RUN chmod +x /validate-in-docker.sh 18:05:58 ---> Using cache 18:05:58 ---> 56fc6e64535b 18:05:58 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 18:05:58 ---> Using cache 18:05:58 ---> f558c418ed95 18:05:58 Step 21/24 : RUN chmod +x /bin/swg2mrkup 18:05:58 ---> Using cache 18:05:58 ---> 92c47728b63e 18:05:58 Step 22/24 : ADD oas2pdf /bin/oas2pdf 18:05:58 ---> Using cache 18:05:58 ---> 94d567d95e88 18:05:58 Step 23/24 : RUN chmod +x /bin/oas2pdf 18:05:58 ---> Using cache 18:05:58 ---> f7710716f47f 18:05:58 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"] 18:05:58 ---> Using cache 18:05:58 ---> 14738f901d78 18:05:58 Successfully built 14738f901d78 18:05:58 Successfully tagged openapivalidator:latest 18:05:58 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 18:05:58 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/124’: Permission denied 18:05:58 Mounting dir /var/www/html/api/nfv/sol005/124 as /storage 18:05:58 Using filter '' 18:05:58 18:05:58 Entering dir /work/src 18:05:59 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 18:05:59 --- Merging file. 18:06:00 --- Create PDF... 18:06:19 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 18:06:21 --- Validation done (0). 18:06:21 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 18:06:21 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 18:06:21 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf' 18:06:21 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 18:06:21 --- Merging file. 18:06:22 --- Create PDF... 18:06:31 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 18:06:32 --- Validation done (0). 18:06:32 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 18:06:32 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 18:06:32 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf' 18:06:32 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 18:06:32 --- Merging file. 18:06:35 --- Create PDF... 18:07:28 --- Validating ../build/SOL005-NSDManagement-API.yaml 18:07:30 --- Validation done (0). 18:07:30 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 18:07:30 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 18:07:30 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 18:07:30 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005) 18:07:30 --- Merging file. 18:07:32 --- Create PDF... 18:07:51 --- Validating ../build/SOL005-APIVersion-API.yaml 18:07:52 --- Validation done (0). 18:07:52 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml' 18:07:52 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json' 18:07:52 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf' 18:07:52 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 18:07:52 --- Merging file. 18:07:54 --- Create PDF... 18:08:31 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 18:08:32 --- Validation done (0). 18:08:32 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 18:08:32 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 18:08:32 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf' 18:08:32 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 18:08:32 --- Merging file. 18:08:34 --- Create PDF... 18:09:06 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 18:09:07 --- Validation done (0). 18:09:07 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 18:09:07 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 18:09:07 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf' 18:09:07 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 18:09:07 --- Merging file. 18:09:09 --- Create PDF... 18:09:32 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 18:09:33 --- Validation done (0). 18:09:33 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 18:09:33 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 18:09:33 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 18:09:33 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 18:09:33 --- Merging file. 18:09:35 --- Create PDF... 18:10:17 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 18:10:19 --- Validation done (0). 18:10:19 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 18:10:19 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 18:10:19 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 18:10:19 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 18:10:19 --- Merging file. 18:10:22 --- Create PDF... 18:11:56 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 18:11:58 --- Validation done (0). 18:11:58 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 18:11:58 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 18:11:58 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 18:11:58 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 18:11:58 --- Merging file. 18:12:00 --- Create PDF... 18:12:12 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 18:12:13 --- Validation done (0). 18:12:13 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 18:12:13 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 18:12:13 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf' 18:12:13 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 18:12:13 --- Merging file. 18:12:15 --- Create PDF... 18:12:26 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 18:12:27 --- Validation done (0). 18:12:27 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 18:12:27 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 18:12:27 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf' 18:12:27 -- Final validator returns 0. 18:12:28 Archiving artifacts 18:12:30 Finished: SUCCESS