SuccessConsole Output

14:52:19 Started by GitLab push by ETSI CTI
14:52:19 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009-master
14:52:19 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
14:52:19 Cloning the remote Git repository
14:52:19 Cloning repository git@forge.etsi.org:nfv/SOL009.git
14:52:19  > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009-master # timeout=10
14:52:19 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
14:52:19  > git --version # timeout=10
14:52:19 using GIT_SSH to set credentials 
14:52:19  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
14:52:20  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
14:52:20  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
14:52:20  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
14:52:20 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
14:52:20 using GIT_SSH to set credentials 
14:52:20  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
14:52:20  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
14:52:20  > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
14:52:20 Checking out Revision 0eb172651cd1ddfbadf0c84637e1df4184a87307 (refs/remotes/origin/master)
14:52:20  > git config core.sparsecheckout # timeout=10
14:52:20  > git checkout -f 0eb172651cd1ddfbadf0c84637e1df4184a87307
14:52:20 Commit message: "Update LICENSE, README.md files"
14:52:20 First time build. Skipping changelog.
14:52:20 [sol009-master] $ /bin/bash /tmp/jenkins1434410906947323263.sh
14:52:20 rm: cannot remove 'build/*-API.yaml': No such file or directory
14:52:20 rm: cannot remove 'build/*-API.json': No such file or directory
14:52:20 ./build-container.sh: line 7: proxy: command not found
14:52:20 http_proxy is not set
14:52:20 Proxy set to 
14:52:20 Sending build context to Docker daemon  13.31kB

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