SuccessConsole Output

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

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