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