15:09:36 Started by GitLab push by Giacomo Bernini 15:09:36 [EnvInject] - Loading node environment variables. 15:09:36 Building remotely on build3.forge.etsi.org (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 15:09:36 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 15:09:36 Cloning the remote Git repository 15:09:36 Cloning repository git@forge.etsi.org:nfv/SOL009.git 15:09:36 > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 # timeout=10 15:09:36 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git 15:09:36 > git --version # timeout=10 15:09:36 using GIT_SSH to set credentials 15:09:36 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/* 15:09:37 > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10 15:09:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:09:37 > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10 15:09:37 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git 15:09:37 using GIT_SSH to set credentials 15:09:37 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/* 15:09:37 > git rev-parse remotes/origin/4.3.1-dev^{commit} # timeout=10 15:09:37 > git branch -a -v --no-abbrev --contains fc28d2d4267bc0af145cf42685abd3ca249f5240 # timeout=10 15:09:37 Checking out Revision fc28d2d4267bc0af145cf42685abd3ca249f5240 (origin/Release-4, origin/master, origin/4.3.1-dev) 15:09:37 > git config core.sparsecheckout # timeout=10 15:09:37 > git checkout -f fc28d2d4267bc0af145cf42685abd3ca249f5240 15:09:37 Commit message: "Merge branch '3.6.1-dev' into 'master'" 15:09:37 > git rev-list --no-walk fc28d2d4267bc0af145cf42685abd3ca249f5240 # timeout=10 15:09:37 > git rev-list --no-walk fc28d2d4267bc0af145cf42685abd3ca249f5240 # timeout=10 15:09:37 > git rev-list --no-walk fc28d2d4267bc0af145cf42685abd3ca249f5240 # timeout=10 15:09:38 [sol009] $ /bin/bash /tmp/jenkins3489750782068909721.sh 15:09:38 rm: cannot remove 'build/*-API.yaml': No such file or directory 15:09:38 rm: cannot remove 'build/*-API.json': No such file or directory 15:09:38 ./build-container.sh: line 7: proxy: command not found 15:09:38 http_proxy is not set 15:09:38 Proxy set to 15:09:38 Sending build context to Docker daemon 13.31kB 15:09:38 Step 1/24 : FROM alpine:3.10.0 15:09:38 ---> 4d90542f0623 15:09:38 Step 2/24 : RUN env 15:09:38 ---> Using cache 15:09:38 ---> 146159559a23 15:09:38 Step 3/24 : RUN apk update 15:09:38 ---> Using cache 15:09:38 ---> 2642323b1ad1 15:09:38 Step 4/24 : RUN apk add bash 15:09:38 ---> Using cache 15:09:38 ---> bb67f4478233 15:09:38 Step 5/24 : RUN apk add nodejs 15:09:38 ---> Using cache 15:09:38 ---> e2c230a1c0a8 15:09:38 Step 6/24 : RUN apk add nodejs-npm 15:09:38 ---> Using cache 15:09:38 ---> 28160958d148 15:09:38 Step 7/24 : RUN apk add asciidoctor 15:09:38 ---> Using cache 15:09:38 ---> 972c124900bf 15:09:38 Step 8/24 : RUN apk add openjdk8 15:09:38 ---> Using cache 15:09:38 ---> e0999ddeb9c4 15:09:38 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 15:09:38 ---> Using cache 15:09:38 ---> 0982fd9ee2a2 15:09:38 Step 10/24 : RUN apk add openssl 15:09:38 ---> Using cache 15:09:38 ---> 475e70ef685d 15:09:38 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 15:09:38 ---> Using cache 15:09:38 ---> d100a6d7eb8d 15:09:38 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 15:09:38 ---> Using cache 15:09:38 ---> 3212dbb8e11b 15:09:38 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 15:09:38 ---> Using cache 15:09:38 ---> 482d9cb20d60 15:09:38 Step 14/24 : RUN npm config set proxy $http_proxy 15:09:38 ---> Using cache 15:09:38 ---> 47cd21f34205 15:09:38 Step 15/24 : RUN npm install -g swagger-cli 15:09:38 ---> Using cache 15:09:38 ---> f0efaa6a2d90 15:09:38 Step 16/24 : RUN npm install -g json-refs 15:09:38 ---> Using cache 15:09:38 ---> 56936b382dfb 15:09:38 Step 17/24 : RUN npm install -g yamljs 15:09:38 ---> Using cache 15:09:38 ---> 465c114cc595 15:09:38 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 15:09:38 ---> a532549710d9 15:09:38 Step 19/24 : RUN chmod +x /validate-in-docker.sh 15:09:38 ---> Running in 50c9b846afdc 15:09:39 Removing intermediate container 50c9b846afdc 15:09:39 ---> b3404d311c9f 15:09:39 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 15:09:40 ---> 4f0c707f1331 15:09:40 Step 21/24 : RUN chmod +x /bin/swg2mrkup 15:09:40 ---> Running in 16a3f7ad25a8 15:09:41 Removing intermediate container 16a3f7ad25a8 15:09:41 ---> 089444baae10 15:09:41 Step 22/24 : ADD oas2pdf /bin/oas2pdf 15:09:41 ---> 64bd8018258c 15:09:41 Step 23/24 : RUN chmod +x /bin/oas2pdf 15:09:41 ---> Running in a220c6304a3d 15:09:42 Removing intermediate container a220c6304a3d 15:09:42 ---> 0552d0c5033d 15:09:42 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"] 15:09:42 ---> Running in 847c0e6677ce 15:09:43 Removing intermediate container 847c0e6677ce 15:09:43 ---> dbb6b40b1a99 15:09:43 Successfully built dbb6b40b1a99 15:09:43 Successfully tagged openapivalidator:latest 15:09:43 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work 15:09:43 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol009/87’: Permission denied 15:09:43 Mounting dir /var/www/html/api/nfv/sol009/87 as /storage 15:09:43 Using filter '' 15:09:43 15:09:43 Entering dir /work/src 15:09:43 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009) 15:09:43 --- Merging file. 15:09:44 --- Create PDF... 15:09:46 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory 15:09:46 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml 15:09:47 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid 15:09:47 --- Validation done (0). 15:09:47 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml' 15:09:47 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json' 15:09:47 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory 15:09:47 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009) 15:09:47 --- Merging file. 15:09:49 --- Create PDF... 15:09:51 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory 15:09:51 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml 15:09:51 ../build/SOL009-NFVManoLogManagement-API.yaml is valid 15:09:51 --- Validation done (0). 15:09:51 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml' 15:09:51 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json' 15:09:51 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory 15:09:51 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009) 15:09:51 --- Merging file. 15:09:54 --- Create PDF... 15:09:56 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory 15:09:56 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml 15:09:57 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid 15:09:57 --- Validation done (0). 15:09:57 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' 15:09:57 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json' 15:09:57 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory 15:09:57 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009) 15:09:57 --- Merging file. 15:09:58 --- Create PDF... 15:09:59 --- Validating ../build/SOL009-APIVersion-API.yaml 15:09:59 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory 15:10:00 ../build/SOL009-APIVersion-API.yaml is valid 15:10:00 --- Validation done (0). 15:10:00 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml' 15:10:00 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json' 15:10:00 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory 15:10:00 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009) 15:10:00 --- Merging file. 15:10:01 --- Create PDF... 15:10:03 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory 15:10:03 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml 15:10:03 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid 15:10:03 --- Validation done (0). 15:10:03 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml' 15:10:03 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json' 15:10:03 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory 15:10:03 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009) 15:10:03 --- Merging file. 15:10:04 --- Create PDF... 15:10:06 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory 15:10:06 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml 15:10:07 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid 15:10:07 --- Validation done (0). 15:10:07 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' 15:10:07 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' 15:10:07 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory 15:10:07 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009) 15:10:07 --- Merging file. 15:10:08 --- Create PDF... 15:10:10 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory 15:10:10 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml 15:10:11 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid 15:10:11 --- Validation done (0). 15:10:11 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml' 15:10:11 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json' 15:10:11 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory 15:10:11 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009) 15:10:11 --- Merging file. 15:10:12 --- Create PDF... 15:10:14 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory 15:10:14 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml 15:10:15 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid 15:10:15 --- Validation done (0). 15:10:15 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml' 15:10:15 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json' 15:10:15 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory 15:10:15 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009) 15:10:15 --- Merging file. 15:10:16 --- Create PDF... 15:10:18 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory 15:10:18 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml 15:10:18 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid 15:10:18 --- Validation done (0). 15:10:18 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml' 15:10:18 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json' 15:10:18 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory 15:10:18 -- Final validator returns 0. 15:10:19 Archiving artifacts 15:10:19 Finished: SUCCESS