SuccessConsole Output

12:49:54 Started by GitLab push by bernini
12:49:54 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol012
12:49:54 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
12:49:54  > git rev-parse --is-inside-work-tree # timeout=10
12:49:54 Fetching changes from the remote Git repository
12:49:54  > git config remote.origin.url git@forge.etsi.org:nfv/SOL012.git # timeout=10
12:49:54 Fetching upstream changes from git@forge.etsi.org:nfv/SOL012.git
12:49:54  > git --version # timeout=10
12:49:54 using GIT_SSH to set credentials 
12:49:54  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL012.git +refs/heads/*:refs/remotes/origin/*
12:49:54  > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10
12:49:54  > git branch -a -v --no-abbrev --contains 3e7f946d8cb029fa0c304db54b1790810db88b23 # timeout=10
12:49:54 Checking out Revision 3e7f946d8cb029fa0c304db54b1790810db88b23 (origin/3.3.1-dev)
12:49:54  > git config core.sparsecheckout # timeout=10
12:49:54  > git checkout -f 3e7f946d8cb029fa0c304db54b1790810db88b23
12:49:54 Commit message: "updated reference to SOL012 v3.4.1 stable draft"
12:49:54  > git rev-list --no-walk 0b31dc44cb190731b0481466c39fdd63f0acca64 # timeout=10
12:49:55 [sol012] $ /bin/bash /tmp/jenkins3005082948047986690.sh
12:49:55 ./build-container.sh: line 7: proxy: command not found
12:49:55 http_proxy is not set
12:49:55 Proxy set to 
12:49:55 Sending build context to Docker daemon  13.31kB

12:49:55 Step 1/24 : FROM alpine:3.10.0
12:49:56 3.10.0: Pulling from library/alpine
12:49:56 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
12:49:57 Status: Downloaded newer image for alpine:3.10.0
12:49:57  ---> 4d90542f0623
12:49:57 Step 2/24 : RUN env
12:49:57  ---> Using cache
12:49:57  ---> e2553b1af332
12:49:57 Step 3/24 : RUN apk update
12:49:57  ---> Using cache
12:49:57  ---> 9d891293b328
12:49:57 Step 4/24 : RUN apk add bash
12:49:57  ---> Using cache
12:49:57  ---> 60c4c93ce401
12:49:57 Step 5/24 : RUN apk add nodejs
12:49:57  ---> Using cache
12:49:57  ---> e900d2f09106
12:49:57 Step 6/24 : RUN apk add nodejs-npm
12:49:57  ---> Using cache
12:49:57  ---> 03f6a25fc90c
12:49:57 Step 7/24 : RUN apk add asciidoctor
12:49:57  ---> Using cache
12:49:57  ---> 978c03d7b45f
12:49:57 Step 8/24 : RUN apk add openjdk8
12:49:57  ---> Using cache
12:49:57  ---> 87e0c01787eb
12:49:57 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:49:57  ---> Using cache
12:49:57  ---> ca2326e0fd7e
12:49:57 Step 10/24 : RUN apk add openssl
12:49:57  ---> Using cache
12:49:57  ---> 0805ccbe0a56
12:49:57 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:49:57  ---> Using cache
12:49:57  ---> 2118ba81fe9b
12:49:57 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:49:57  ---> Using cache
12:49:57  ---> f2f90a52569b
12:49:57 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:49:57  ---> Using cache
12:49:57  ---> cfd3e7827631
12:49:57 Step 14/24 : RUN npm config set proxy $http_proxy
12:49:57  ---> Using cache
12:49:57  ---> 318995b26504
12:49:57 Step 15/24 : RUN npm install -g swagger-cli
12:49:57  ---> Using cache
12:49:57  ---> 2463a99164db
12:49:57 Step 16/24 : RUN npm install -g json-refs
12:49:57  ---> Using cache
12:49:57  ---> 9afd7d84668d
12:49:57 Step 17/24 : RUN npm install -g yamljs
12:49:57  ---> Using cache
12:49:57  ---> 7b4ab59ef078
12:49:57 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:49:57  ---> Using cache
12:49:57  ---> 26355895695c
12:49:57 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:49:57  ---> Using cache
12:49:57  ---> 2ea92fd26247
12:49:57 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:49:57  ---> Using cache
12:49:57  ---> a47b77933d8d
12:49:57 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:49:57  ---> Using cache
12:49:57  ---> d53bd9ad4cef
12:49:57 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:49:57  ---> Using cache
12:49:57  ---> b9ffcd63a9a0
12:49:57 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:49:57  ---> Using cache
12:49:57  ---> e20d9fc244f4
12:49:57 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:49:57  ---> Using cache
12:49:57  ---> 8e6a899656b8
12:49:57 Successfully built 8e6a899656b8
12:49:57 Successfully tagged openapivalidator:latest
12:49:57 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol012 as /work
12:49:57 mkdir: created directory '/var/www/html/api/nfv/sol012/13'
12:49:57 Mounting dir /var/www/html/api/nfv/sol012/13 as /storage
12:49:57 Using filter ''
12:49:57 
12:49:57 Entering dir /work/src
12:49:57 -- Will validate: ./SOL012/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL012)
12:49:57 --- Merging file.
12:49:58 --- Create PDF...
12:50:01 mv: can't rename 'SOL012-APIVersion-API.pdf': No such file or directory
12:50:01 --- Validating ../build/SOL012-APIVersion-API.yaml
12:50:02 ../build/SOL012-APIVersion-API.yaml is valid
12:50:02 --- Validation done (0).
12:50:02 '../build/SOL012-APIVersion-API.yaml' -> '/storage/SOL012-APIVersion-API.yaml'
12:50:02 '../build/SOL012-APIVersion-API.json' -> '/storage/SOL012-APIVersion-API.json'
12:50:02 cp: can't stat '../build/SOL012-APIVersion-API.pdf': No such file or directory
12:50:02 -- Will validate: ./SOL012/PolicyManagement/PolicyManagement.yaml (api: PolicyManagement) (deliverable:SOL012)
12:50:02 --- Merging file.
12:50:03 --- Create PDF...
12:50:05 mv: can't rename 'SOL012-PolicyManagement-API.pdf': No such file or directory
12:50:05 --- Validating ../build/SOL012-PolicyManagement-API.yaml
12:50:06 ../build/SOL012-PolicyManagement-API.yaml is valid
12:50:06 --- Validation done (0).
12:50:06 '../build/SOL012-PolicyManagement-API.yaml' -> '/storage/SOL012-PolicyManagement-API.yaml'
12:50:06 '../build/SOL012-PolicyManagement-API.json' -> '/storage/SOL012-PolicyManagement-API.json'
12:50:06 cp: can't stat '../build/SOL012-PolicyManagement-API.pdf': No such file or directory
12:50:06 -- Will validate: ./SOL012/PolicyManagementNotification/PolicyManagementNotification.yaml (api: PolicyManagementNotification) (deliverable:SOL012)
12:50:06 --- Merging file.
12:50:07 --- Create PDF...
12:50:08 mv: can't rename 'SOL012-PolicyManagementNotification-API.pdf': No such file or directory
12:50:08 --- Validating ../build/SOL012-PolicyManagementNotification-API.yaml
12:50:09 ../build/SOL012-PolicyManagementNotification-API.yaml is valid
12:50:09 --- Validation done (0).
12:50:09 '../build/SOL012-PolicyManagementNotification-API.yaml' -> '/storage/SOL012-PolicyManagementNotification-API.yaml'
12:50:09 '../build/SOL012-PolicyManagementNotification-API.json' -> '/storage/SOL012-PolicyManagementNotification-API.json'
12:50:09 cp: can't stat '../build/SOL012-PolicyManagementNotification-API.pdf': No such file or directory
12:50:09 -- Final validator returns 0.
12:50:09 Archiving artifacts
12:50:10 Finished: SUCCESS