SuccessConsole Output

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

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