18:17:50 Started by GitLab push by bernini 18:17:50 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol012 18:17:50 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 18:17:50 > git rev-parse --is-inside-work-tree # timeout=10 18:17:50 Fetching changes from the remote Git repository 18:17:50 > git config remote.origin.url git@forge.etsi.org:nfv/SOL012.git # timeout=10 18:17:50 Fetching upstream changes from git@forge.etsi.org:nfv/SOL012.git 18:17:50 > git --version # timeout=10 18:17:50 using GIT_SSH to set credentials 18:17:50 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL012.git +refs/heads/*:refs/remotes/origin/* 18:17:51 > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10 18:17:51 > git branch -a -v --no-abbrev --contains 0b31dc44cb190731b0481466c39fdd63f0acca64 # timeout=10 18:17:51 Checking out Revision 0b31dc44cb190731b0481466c39fdd63f0acca64 (origin/3.3.1-dev) 18:17:51 > git config core.sparsecheckout # timeout=10 18:17:51 > git checkout -f 0b31dc44cb190731b0481466c39fdd63f0acca64 18:17:51 Commit message: "updates according to NFVSOL(20)000704_SOL012ed331" 18:17:51 > git rev-list --no-walk c259eab5ad97fb174671acaaba3790e7355969e7 # timeout=10 18:17:52 [sol012] $ /bin/bash /tmp/jenkins8035867633422987365.sh 18:17:52 ./build-container.sh: line 7: proxy: command not found 18:17:52 http_proxy is not set 18:17:52 Proxy set to 18:17:52 Sending build context to Docker daemon 13.31kB 18:17:52 Step 1/24 : FROM alpine:3.10.0 18:17:53 3.10.0: Pulling from library/alpine 18:17:53 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 18:17:53 Status: Downloaded newer image for alpine:3.10.0 18:17:53 ---> 4d90542f0623 18:17:53 Step 2/24 : RUN env 18:17:53 ---> Using cache 18:17:53 ---> e2553b1af332 18:17:53 Step 3/24 : RUN apk update 18:17:53 ---> Using cache 18:17:53 ---> 9d891293b328 18:17:53 Step 4/24 : RUN apk add bash 18:17:53 ---> Using cache 18:17:53 ---> 60c4c93ce401 18:17:53 Step 5/24 : RUN apk add nodejs 18:17:53 ---> Using cache 18:17:53 ---> e900d2f09106 18:17:53 Step 6/24 : RUN apk add nodejs-npm 18:17:53 ---> Using cache 18:17:53 ---> 03f6a25fc90c 18:17:53 Step 7/24 : RUN apk add asciidoctor 18:17:53 ---> Using cache 18:17:53 ---> 978c03d7b45f 18:17:53 Step 8/24 : RUN apk add openjdk8 18:17:53 ---> Using cache 18:17:53 ---> 87e0c01787eb 18:17:53 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 18:17:53 ---> Using cache 18:17:53 ---> ca2326e0fd7e 18:17:53 Step 10/24 : RUN apk add openssl 18:17:53 ---> Using cache 18:17:53 ---> 0805ccbe0a56 18:17:53 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 18:17:53 ---> Using cache 18:17:53 ---> 2118ba81fe9b 18:17:53 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 18:17:53 ---> Using cache 18:17:53 ---> f2f90a52569b 18:17:53 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 18:17:53 ---> Using cache 18:17:53 ---> cfd3e7827631 18:17:53 Step 14/24 : RUN npm config set proxy $http_proxy 18:17:53 ---> Using cache 18:17:53 ---> 318995b26504 18:17:53 Step 15/24 : RUN npm install -g swagger-cli 18:17:53 ---> Using cache 18:17:53 ---> 2463a99164db 18:17:53 Step 16/24 : RUN npm install -g json-refs 18:17:53 ---> Using cache 18:17:53 ---> 9afd7d84668d 18:17:53 Step 17/24 : RUN npm install -g yamljs 18:17:53 ---> Using cache 18:17:53 ---> 7b4ab59ef078 18:17:53 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 18:17:53 ---> Using cache 18:17:53 ---> 26355895695c 18:17:53 Step 19/24 : RUN chmod +x /validate-in-docker.sh 18:17:53 ---> Using cache 18:17:53 ---> 2ea92fd26247 18:17:53 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 18:17:53 ---> Using cache 18:17:53 ---> a47b77933d8d 18:17:53 Step 21/24 : RUN chmod +x /bin/swg2mrkup 18:17:53 ---> Using cache 18:17:53 ---> d53bd9ad4cef 18:17:53 Step 22/24 : ADD oas2pdf /bin/oas2pdf 18:17:53 ---> Using cache 18:17:53 ---> b9ffcd63a9a0 18:17:53 Step 23/24 : RUN chmod +x /bin/oas2pdf 18:17:53 ---> Using cache 18:17:53 ---> e20d9fc244f4 18:17:53 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 18:17:53 ---> Using cache 18:17:53 ---> 8e6a899656b8 18:17:53 Successfully built 8e6a899656b8 18:17:53 Successfully tagged openapivalidator:latest 18:17:53 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol012 as /work 18:17:53 mkdir: created directory '/var/www/html/api/nfv/sol012/12' 18:17:53 Mounting dir /var/www/html/api/nfv/sol012/12 as /storage 18:17:54 Using filter '' 18:17:54 18:17:54 Entering dir /work/src 18:17:54 -- Will validate: ./SOL012/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL012) 18:17:54 --- Merging file. 18:17:55 --- Create PDF... 18:17:57 mv: can't rename 'SOL012-APIVersion-API.pdf': No such file or directory 18:17:57 --- Validating ../build/SOL012-APIVersion-API.yaml 18:17:58 ../build/SOL012-APIVersion-API.yaml is valid 18:17:58 --- Validation done (0). 18:17:58 '../build/SOL012-APIVersion-API.yaml' -> '/storage/SOL012-APIVersion-API.yaml' 18:17:58 '../build/SOL012-APIVersion-API.json' -> '/storage/SOL012-APIVersion-API.json' 18:17:58 cp: can't stat '../build/SOL012-APIVersion-API.pdf': No such file or directory 18:17:58 -- Will validate: ./SOL012/PolicyManagement/PolicyManagement.yaml (api: PolicyManagement) (deliverable:SOL012) 18:17:58 --- Merging file. 18:17:59 --- Create PDF... 18:18:01 mv: can't rename 'SOL012-PolicyManagement-API.pdf': No such file or directory 18:18:01 --- Validating ../build/SOL012-PolicyManagement-API.yaml 18:18:02 ../build/SOL012-PolicyManagement-API.yaml is valid 18:18:02 --- Validation done (0). 18:18:02 '../build/SOL012-PolicyManagement-API.yaml' -> '/storage/SOL012-PolicyManagement-API.yaml' 18:18:02 '../build/SOL012-PolicyManagement-API.json' -> '/storage/SOL012-PolicyManagement-API.json' 18:18:02 cp: can't stat '../build/SOL012-PolicyManagement-API.pdf': No such file or directory 18:18:02 -- Will validate: ./SOL012/PolicyManagementNotification/PolicyManagementNotification.yaml (api: PolicyManagementNotification) (deliverable:SOL012) 18:18:02 --- Merging file. 18:18:03 --- Create PDF... 18:18:04 mv: can't rename 'SOL012-PolicyManagementNotification-API.pdf': No such file or directory 18:18:04 --- Validating ../build/SOL012-PolicyManagementNotification-API.yaml 18:18:05 ../build/SOL012-PolicyManagementNotification-API.yaml is valid 18:18:05 --- Validation done (0). 18:18:05 '../build/SOL012-PolicyManagementNotification-API.yaml' -> '/storage/SOL012-PolicyManagementNotification-API.yaml' 18:18:05 '../build/SOL012-PolicyManagementNotification-API.json' -> '/storage/SOL012-PolicyManagementNotification-API.json' 18:18:05 cp: can't stat '../build/SOL012-PolicyManagementNotification-API.pdf': No such file or directory 18:18:05 -- Final validator returns 0. 18:18:05 Archiving artifacts 18:18:06 Finished: SUCCESS