18:01:12 Triggered by GitLab Merge Request #1: NFV - Network Functions Virtualisation/3.3.1-dev => master 18:01:12 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol011-master 18:01:12 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 18:01:12 Cloning the remote Git repository 18:01:12 Cloning repository git@forge.etsi.org:nfv/SOL011.git 18:01:12 > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol011-master # timeout=10 18:01:12 Fetching upstream changes from git@forge.etsi.org:nfv/SOL011.git 18:01:12 > git --version # timeout=10 18:01:12 using GIT_SSH to set credentials 18:01:12 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL011.git +refs/heads/*:refs/remotes/origin/* 18:01:13 > git config remote.origin.url git@forge.etsi.org:nfv/SOL011.git # timeout=10 18:01:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:01:13 > git config remote.origin.url git@forge.etsi.org:nfv/SOL011.git # timeout=10 18:01:13 Fetching upstream changes from git@forge.etsi.org:nfv/SOL011.git 18:01:13 using GIT_SSH to set credentials 18:01:13 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL011.git +refs/heads/*:refs/remotes/origin/* 18:01:14 > git rev-parse 7dfbb8f164f8241b72ed8fcb40d8f77b1e163432^{commit} # timeout=10 18:01:14 > git branch -a -v --no-abbrev --contains 7dfbb8f164f8241b72ed8fcb40d8f77b1e163432 # timeout=10 18:01:14 Checking out Revision 7dfbb8f164f8241b72ed8fcb40d8f77b1e163432 (origin/3.3.1-dev) 18:01:14 > git config core.sparsecheckout # timeout=10 18:01:14 > git checkout -f 7dfbb8f164f8241b72ed8fcb40d8f77b1e163432 18:01:14 Commit message: "fixed few inconsistencies after internal review" 18:01:14 First time build. Skipping changelog. 18:01:14 [sol011-master] $ /bin/bash /tmp/jenkins3852624407782536533.sh 18:01:14 rm: cannot remove 'build/*-API.yaml': No such file or directory 18:01:14 rm: cannot remove 'build/*-API.json': No such file or directory 18:01:14 ./build-container.sh: line 7: proxy: command not found 18:01:14 http_proxy is not set 18:01:14 Proxy set to 18:01:14 Sending build context to Docker daemon 13.31kB 18:01:14 Step 1/24 : FROM alpine:3.10.0 18:01:14 ---> 4d90542f0623 18:01:14 Step 2/24 : RUN env 18:01:14 ---> Using cache 18:01:14 ---> 74f10208e216 18:01:14 Step 3/24 : RUN apk update 18:01:14 ---> Using cache 18:01:14 ---> 402f5f4181db 18:01:14 Step 4/24 : RUN apk add bash 18:01:14 ---> Using cache 18:01:14 ---> 7fee8facc93c 18:01:14 Step 5/24 : RUN apk add nodejs 18:01:14 ---> Using cache 18:01:14 ---> fd1b1ff44aec 18:01:14 Step 6/24 : RUN apk add nodejs-npm 18:01:14 ---> Using cache 18:01:14 ---> 72dcb8c5469d 18:01:14 Step 7/24 : RUN apk add asciidoctor 18:01:14 ---> Using cache 18:01:14 ---> f93c03b6714b 18:01:14 Step 8/24 : RUN apk add openjdk8 18:01:14 ---> Using cache 18:01:14 ---> 64595557b10d 18:01:14 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 18:01:14 ---> Using cache 18:01:14 ---> 89b1cc262e26 18:01:14 Step 10/24 : RUN apk add openssl 18:01:14 ---> Using cache 18:01:14 ---> decdca7d1ef5 18:01:14 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 18:01:14 ---> Using cache 18:01:14 ---> 1d853dd7c6c3 18:01:14 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 18:01:14 ---> Using cache 18:01:14 ---> 295b0548de80 18:01:14 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 18:01:14 ---> Using cache 18:01:14 ---> be6e6825f19e 18:01:14 Step 14/24 : RUN npm config set proxy $http_proxy 18:01:14 ---> Using cache 18:01:14 ---> c40e0db98de7 18:01:14 Step 15/24 : RUN npm install -g swagger-cli 18:01:14 ---> Using cache 18:01:14 ---> 47d8bbfd0303 18:01:14 Step 16/24 : RUN npm install -g json-refs 18:01:14 ---> Using cache 18:01:14 ---> 3fee18d05a16 18:01:14 Step 17/24 : RUN npm install -g yamljs 18:01:14 ---> Using cache 18:01:14 ---> 514359d9f9b0 18:01:14 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 18:01:14 ---> Using cache 18:01:14 ---> 7d0d40b8c427 18:01:14 Step 19/24 : RUN chmod +x /validate-in-docker.sh 18:01:14 ---> Using cache 18:01:14 ---> 263ed9d13f24 18:01:14 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 18:01:14 ---> Using cache 18:01:14 ---> 63cc9d490b54 18:01:14 Step 21/24 : RUN chmod +x /bin/swg2mrkup 18:01:14 ---> Using cache 18:01:14 ---> eb1ef268cdc1 18:01:14 Step 22/24 : ADD oas2pdf /bin/oas2pdf 18:01:14 ---> Using cache 18:01:14 ---> 3d5957bfc623 18:01:14 Step 23/24 : RUN chmod +x /bin/oas2pdf 18:01:14 ---> Using cache 18:01:14 ---> 381d3ad57559 18:01:14 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"] 18:01:14 ---> Using cache 18:01:14 ---> d346f2906793 18:01:14 Successfully built d346f2906793 18:01:14 Successfully tagged openapivalidator:latest 18:01:14 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol011-master as /work 18:01:15 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol011-master’: Permission denied 18:01:15 Mounting dir /var/www/html/api/nfv/sol011-master/1 as /storage 18:01:15 Using filter '' 18:01:15 18:01:15 Entering dir /work/src 18:01:16 -- Will validate: ./SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL011) 18:01:16 --- Merging file. 18:01:18 --- Create PDF... 18:01:36 --- Validating ../build/SOL011-NSLifecycleManagementNotification-API.yaml 18:01:36 ../build/SOL011-NSLifecycleManagementNotification-API.yaml is valid 18:01:36 --- Validation done (0). 18:01:36 '../build/SOL011-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL011-NSLifecycleManagementNotification-API.yaml' 18:01:36 '../build/SOL011-NSLifecycleManagementNotification-API.json' -> '/storage/SOL011-NSLifecycleManagementNotification-API.json' 18:01:36 '../build/SOL011-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL011-NSLifecycleManagementNotification-API.pdf' 18:01:36 -- Will validate: ./SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml (api: NSLifecycleOperationGranting) (deliverable:SOL011) 18:01:36 --- Merging file. 18:01:37 --- Create PDF... 18:01:39 mv: can't rename 'SOL011-NSLifecycleOperationGranting-API.pdf': No such file or directory 18:01:39 --- Validating ../build/SOL011-NSLifecycleOperationGranting-API.yaml 18:01:39 ../build/SOL011-NSLifecycleOperationGranting-API.yaml is valid 18:01:39 --- Validation done (0). 18:01:39 '../build/SOL011-NSLifecycleOperationGranting-API.yaml' -> '/storage/SOL011-NSLifecycleOperationGranting-API.yaml' 18:01:39 '../build/SOL011-NSLifecycleOperationGranting-API.json' -> '/storage/SOL011-NSLifecycleOperationGranting-API.json' 18:01:39 cp: can't stat '../build/SOL011-NSLifecycleOperationGranting-API.pdf': No such file or directory 18:01:39 -- Will validate: ./SOL011/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL011) 18:01:39 --- Merging file. 18:01:41 --- Create PDF... 18:01:53 --- Validating ../build/SOL011-NSDManagement-API.yaml 18:01:53 ../build/SOL011-NSDManagement-API.yaml is valid 18:01:53 --- Validation done (0). 18:01:53 '../build/SOL011-NSDManagement-API.yaml' -> '/storage/SOL011-NSDManagement-API.yaml' 18:01:53 '../build/SOL011-NSDManagement-API.json' -> '/storage/SOL011-NSDManagement-API.json' 18:01:53 '../build/SOL011-NSDManagement-API.pdf' -> '/storage/SOL011-NSDManagement-API.pdf' 18:01:53 -- Will validate: ./SOL011/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL011) 18:01:53 --- Merging file. 18:01:54 --- Create PDF... 18:01:56 mv: can't rename 'SOL011-APIVersion-API.pdf': No such file or directory 18:01:56 --- Validating ../build/SOL011-APIVersion-API.yaml 18:01:56 ../build/SOL011-APIVersion-API.yaml is valid 18:01:56 --- Validation done (0). 18:01:56 '../build/SOL011-APIVersion-API.yaml' -> '/storage/SOL011-APIVersion-API.yaml' 18:01:56 '../build/SOL011-APIVersion-API.json' -> '/storage/SOL011-APIVersion-API.json' 18:01:56 cp: can't stat '../build/SOL011-APIVersion-API.pdf': No such file or directory 18:01:56 -- Will validate: ./SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL011) 18:01:56 --- Merging file. 18:01:58 --- Create PDF... 18:02:21 --- Validating ../build/SOL011-NSPerformanceManagement-API.yaml 18:02:22 ../build/SOL011-NSPerformanceManagement-API.yaml is valid 18:02:22 --- Validation done (0). 18:02:22 '../build/SOL011-NSPerformanceManagement-API.yaml' -> '/storage/SOL011-NSPerformanceManagement-API.yaml' 18:02:22 '../build/SOL011-NSPerformanceManagement-API.json' -> '/storage/SOL011-NSPerformanceManagement-API.json' 18:02:22 '../build/SOL011-NSPerformanceManagement-API.pdf' -> '/storage/SOL011-NSPerformanceManagement-API.pdf' 18:02:22 -- Will validate: ./SOL011/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL011) 18:02:22 --- Merging file. 18:02:24 --- Create PDF... 18:02:45 --- Validating ../build/SOL011-NSFaultManagement-API.yaml 18:02:45 ../build/SOL011-NSFaultManagement-API.yaml is valid 18:02:45 --- Validation done (0). 18:02:45 '../build/SOL011-NSFaultManagement-API.yaml' -> '/storage/SOL011-NSFaultManagement-API.yaml' 18:02:45 '../build/SOL011-NSFaultManagement-API.json' -> '/storage/SOL011-NSFaultManagement-API.json' 18:02:45 '../build/SOL011-NSFaultManagement-API.pdf' -> '/storage/SOL011-NSFaultManagement-API.pdf' 18:02:45 -- Will validate: ./SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL011) 18:02:45 --- Merging file. 18:02:48 --- Create PDF... 18:03:53 --- Validating ../build/SOL011-NSLifecycleManagement-API.yaml 18:03:54 ../build/SOL011-NSLifecycleManagement-API.yaml is valid 18:03:54 --- Validation done (0). 18:03:54 '../build/SOL011-NSLifecycleManagement-API.yaml' -> '/storage/SOL011-NSLifecycleManagement-API.yaml' 18:03:54 '../build/SOL011-NSLifecycleManagement-API.json' -> '/storage/SOL011-NSLifecycleManagement-API.json' 18:03:54 '../build/SOL011-NSLifecycleManagement-API.pdf' -> '/storage/SOL011-NSLifecycleManagement-API.pdf' 18:03:54 -- Will validate: ./SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL011) 18:03:54 --- Merging file. 18:03:56 --- Create PDF... 18:04:07 --- Validating ../build/SOL011-NSFaultManagementNotification-API.yaml 18:04:08 ../build/SOL011-NSFaultManagementNotification-API.yaml is valid 18:04:08 --- Validation done (0). 18:04:08 '../build/SOL011-NSFaultManagementNotification-API.yaml' -> '/storage/SOL011-NSFaultManagementNotification-API.yaml' 18:04:08 '../build/SOL011-NSFaultManagementNotification-API.json' -> '/storage/SOL011-NSFaultManagementNotification-API.json' 18:04:08 '../build/SOL011-NSFaultManagementNotification-API.pdf' -> '/storage/SOL011-NSFaultManagementNotification-API.pdf' 18:04:08 -- Will validate: ./SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml (api: NSInstanceUsageNotification) (deliverable:SOL011) 18:04:08 --- Merging file. 18:04:09 --- Create PDF... 18:04:11 mv: can't rename 'SOL011-NSInstanceUsageNotification-API.pdf': No such file or directory 18:04:11 --- Validating ../build/SOL011-NSInstanceUsageNotification-API.yaml 18:04:11 ../build/SOL011-NSInstanceUsageNotification-API.yaml is valid 18:04:11 --- Validation done (0). 18:04:11 '../build/SOL011-NSInstanceUsageNotification-API.yaml' -> '/storage/SOL011-NSInstanceUsageNotification-API.yaml' 18:04:11 '../build/SOL011-NSInstanceUsageNotification-API.json' -> '/storage/SOL011-NSInstanceUsageNotification-API.json' 18:04:11 cp: can't stat '../build/SOL011-NSInstanceUsageNotification-API.pdf': No such file or directory 18:04:11 -- Will validate: ./SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL011) 18:04:11 --- Merging file. 18:04:13 --- Create PDF... 18:04:24 --- Validating ../build/SOL011-NSPerformanceManagementNotification-API.yaml 18:04:24 ../build/SOL011-NSPerformanceManagementNotification-API.yaml is valid 18:04:24 --- Validation done (0). 18:04:24 '../build/SOL011-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL011-NSPerformanceManagementNotification-API.yaml' 18:04:24 '../build/SOL011-NSPerformanceManagementNotification-API.json' -> '/storage/SOL011-NSPerformanceManagementNotification-API.json' 18:04:24 '../build/SOL011-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL011-NSPerformanceManagementNotification-API.pdf' 18:04:24 -- Final validator returns 0. 18:04:25 Archiving artifacts 18:04:26 Discard old builds... 18:04:26 Finished: SUCCESS