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