SuccessConsole Output

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

17:33:12 Step 1/24 : FROM alpine:3.10.0
17:33:12  ---> 4d90542f0623
17:33:12 Step 2/24 : RUN env
17:33:12  ---> Using cache
17:33:12  ---> 74f10208e216
17:33:12 Step 3/24 : RUN apk update
17:33:12  ---> Using cache
17:33:12  ---> 402f5f4181db
17:33:12 Step 4/24 : RUN apk add bash
17:33:12  ---> Using cache
17:33:12  ---> 7fee8facc93c
17:33:12 Step 5/24 : RUN apk add nodejs
17:33:12  ---> Using cache
17:33:12  ---> fd1b1ff44aec
17:33:12 Step 6/24 : RUN apk add nodejs-npm
17:33:12  ---> Using cache
17:33:12  ---> 72dcb8c5469d
17:33:12 Step 7/24 : RUN apk add asciidoctor
17:33:12  ---> Using cache
17:33:12  ---> f93c03b6714b
17:33:12 Step 8/24 : RUN apk add openjdk8
17:33:12  ---> Using cache
17:33:12  ---> 64595557b10d
17:33:12 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
17:33:12  ---> Using cache
17:33:12  ---> 89b1cc262e26
17:33:12 Step 10/24 : RUN apk add openssl
17:33:12  ---> Using cache
17:33:12  ---> decdca7d1ef5
17:33:12 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
17:33:12  ---> Using cache
17:33:12  ---> 1d853dd7c6c3
17:33:12 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
17:33:12  ---> Using cache
17:33:12  ---> 295b0548de80
17:33:12 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
17:33:12  ---> Using cache
17:33:12  ---> be6e6825f19e
17:33:12 Step 14/24 : RUN npm config set proxy $http_proxy
17:33:12  ---> Using cache
17:33:12  ---> c40e0db98de7
17:33:12 Step 15/24 : RUN npm install -g swagger-cli
17:33:12  ---> Using cache
17:33:12  ---> 47d8bbfd0303
17:33:12 Step 16/24 : RUN npm install -g json-refs
17:33:12  ---> Using cache
17:33:12  ---> 3fee18d05a16
17:33:12 Step 17/24 : RUN npm install -g yamljs
17:33:12  ---> Using cache
17:33:12  ---> 514359d9f9b0
17:33:12 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
17:33:12  ---> Using cache
17:33:12  ---> 7d0d40b8c427
17:33:12 Step 19/24 : RUN chmod +x /validate-in-docker.sh
17:33:12  ---> Using cache
17:33:12  ---> 263ed9d13f24
17:33:12 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
17:33:12  ---> Using cache
17:33:12  ---> 63cc9d490b54
17:33:12 Step 21/24 : RUN chmod +x /bin/swg2mrkup
17:33:12  ---> Using cache
17:33:12  ---> eb1ef268cdc1
17:33:12 Step 22/24 : ADD oas2pdf /bin/oas2pdf
17:33:12  ---> Using cache
17:33:12  ---> 3d5957bfc623
17:33:12 Step 23/24 : RUN chmod +x /bin/oas2pdf
17:33:12  ---> Using cache
17:33:12  ---> 381d3ad57559
17:33:12 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
17:33:12  ---> Using cache
17:33:12  ---> d346f2906793
17:33:12 Successfully built d346f2906793
17:33:12 Successfully tagged openapivalidator:latest
17:33:12 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol011 as /work
17:33:12 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol011/2’: Permission denied
17:33:12 Mounting dir /var/www/html/api/nfv/sol011/2 as /storage
17:33:13 Using filter ''
17:33:13 
17:33:13 Entering dir /work/src
17:33:13 -- Will validate: ./SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml (api: NSLifecycleOperationGranting) (deliverable:SOL011)
17:33:13 --- Merging file.
17:33:14 --- Create PDF...
17:33:16 mv: can't rename 'SOL011-NSLifecycleOperationGranting-API.pdf': No such file or directory
17:33:16 --- Validating ../build/SOL011-NSLifecycleOperationGranting-API.yaml
17:33:16 ../build/SOL011-NSLifecycleOperationGranting-API.yaml is valid
17:33:16 --- Validation done (0).
17:33:16 '../build/SOL011-NSLifecycleOperationGranting-API.yaml' -> '/storage/SOL011-NSLifecycleOperationGranting-API.yaml'
17:33:16 '../build/SOL011-NSLifecycleOperationGranting-API.json' -> '/storage/SOL011-NSLifecycleOperationGranting-API.json'
17:33:16 cp: can't stat '../build/SOL011-NSLifecycleOperationGranting-API.pdf': No such file or directory
17:33:16 -- Will validate: ./SOL011/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL011)
17:33:16 --- Merging file.
17:33:17 --- Create PDF...
17:33:19 mv: can't rename 'SOL011-NSDManagement-API.pdf': No such file or directory
17:33:19 --- Validating ../build/SOL011-NSDManagement-API.yaml
17:33:19 ../build/SOL011-NSDManagement-API.yaml is valid
17:33:19 --- Validation done (0).
17:33:19 '../build/SOL011-NSDManagement-API.yaml' -> '/storage/SOL011-NSDManagement-API.yaml'
17:33:19 '../build/SOL011-NSDManagement-API.json' -> '/storage/SOL011-NSDManagement-API.json'
17:33:19 cp: can't stat '../build/SOL011-NSDManagement-API.pdf': No such file or directory
17:33:19 -- Will validate: ./SOL011/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL011)
17:33:19 --- Merging file.
17:33:20 --- Create PDF...
17:33:22 mv: can't rename 'SOL011-APIVersion-API.pdf': No such file or directory
17:33:22 --- Validating ../build/SOL011-APIVersion-API.yaml
17:33:22 ../build/SOL011-APIVersion-API.yaml is valid
17:33:22 --- Validation done (0).
17:33:22 '../build/SOL011-APIVersion-API.yaml' -> '/storage/SOL011-APIVersion-API.yaml'
17:33:22 '../build/SOL011-APIVersion-API.json' -> '/storage/SOL011-APIVersion-API.json'
17:33:22 cp: can't stat '../build/SOL011-APIVersion-API.pdf': No such file or directory
17:33:22 -- Final validator returns 0.
17:33:23 Archiving artifacts
17:33:23 Finished: SUCCESS