SuccessConsole Output

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

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