SuccessConsole Output

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

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