SuccessConsole Output

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

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