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