SuccessConsole Output

10:11:45 Started by GitLab push by f.moscatelli
10:11:45 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
10:11:45 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
10:11:45  > git rev-parse --is-inside-work-tree # timeout=10
10:11:45 Fetching changes from the remote Git repository
10:11:45  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
10:11:45 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
10:11:45  > git --version # timeout=10
10:11:45 using GIT_SSH to set credentials 
10:11:45  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
10:11:46  > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10
10:11:46  > git branch -a -v --no-abbrev --contains 0b9d6e096ed5e7c9033f118ef89ac969bdc622b8 # timeout=10
10:11:46 Checking out Revision 0b9d6e096ed5e7c9033f118ef89ac969bdc622b8 (origin/3.3.1-dev)
10:11:46  > git config core.sparsecheckout # timeout=10
10:11:46  > git checkout -f 0b9d6e096ed5e7c9033f118ef89ac969bdc622b8
10:11:46 Commit message: "Editorial fix"
10:11:46  > git rev-list --no-walk 5c5e7666e77544921db27f84cd439edfa9c99c27 # timeout=10
10:11:46 [sol002-sol003] $ /bin/bash /tmp/jenkins7935677074801903363.sh
10:11:46 rm: cannot remove 'build/*-API.pdf': No such file or directory
10:11:46 ./build-container.sh: line 7: proxy: command not found
10:11:46 http_proxy is not set
10:11:46 Proxy set to 
10:11:46 Sending build context to Docker daemon  13.31kB

10:11:46 Step 1/24 : FROM alpine:3.10.0
10:11:48 3.10.0: Pulling from library/alpine
10:11:48 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
10:11:48 Status: Downloaded newer image for alpine:3.10.0
10:11:48  ---> 4d90542f0623
10:11:48 Step 2/24 : RUN env
10:11:48  ---> Using cache
10:11:48  ---> e2553b1af332
10:11:48 Step 3/24 : RUN apk update
10:11:48  ---> Using cache
10:11:48  ---> 9d891293b328
10:11:48 Step 4/24 : RUN apk add bash
10:11:48  ---> Using cache
10:11:48  ---> 60c4c93ce401
10:11:48 Step 5/24 : RUN apk add nodejs
10:11:48  ---> Using cache
10:11:48  ---> e900d2f09106
10:11:48 Step 6/24 : RUN apk add nodejs-npm
10:11:48  ---> Using cache
10:11:48  ---> 03f6a25fc90c
10:11:48 Step 7/24 : RUN apk add asciidoctor
10:11:48  ---> Using cache
10:11:48  ---> 978c03d7b45f
10:11:48 Step 8/24 : RUN apk add openjdk8
10:11:48  ---> Using cache
10:11:48  ---> 87e0c01787eb
10:11:48 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
10:11:48  ---> Using cache
10:11:48  ---> ca2326e0fd7e
10:11:48 Step 10/24 : RUN apk add openssl
10:11:48  ---> Using cache
10:11:48  ---> 0805ccbe0a56
10:11:48 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
10:11:48  ---> Using cache
10:11:48  ---> 2118ba81fe9b
10:11:48 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
10:11:48  ---> Using cache
10:11:48  ---> f2f90a52569b
10:11:48 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
10:11:48  ---> Using cache
10:11:48  ---> cfd3e7827631
10:11:48 Step 14/24 : RUN npm config set proxy $http_proxy
10:11:48  ---> Using cache
10:11:48  ---> 318995b26504
10:11:48 Step 15/24 : RUN npm install -g swagger-cli
10:11:48  ---> Using cache
10:11:48  ---> 2463a99164db
10:11:48 Step 16/24 : RUN npm install -g json-refs
10:11:48  ---> Using cache
10:11:48  ---> 9afd7d84668d
10:11:48 Step 17/24 : RUN npm install -g yamljs
10:11:48  ---> Using cache
10:11:48  ---> 7b4ab59ef078
10:11:48 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
10:11:48  ---> Using cache
10:11:48  ---> 5cfacc3a25ca
10:11:48 Step 19/24 : RUN chmod +x /validate-in-docker.sh
10:11:48  ---> Using cache
10:11:48  ---> 0aeb7aa5112a
10:11:48 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
10:11:48  ---> Using cache
10:11:48  ---> 074cd97fc7ab
10:11:48 Step 21/24 : RUN chmod +x /bin/swg2mrkup
10:11:48  ---> Using cache
10:11:48  ---> f2a3e37ba460
10:11:48 Step 22/24 : ADD oas2pdf /bin/oas2pdf
10:11:48  ---> Using cache
10:11:48  ---> c3d1941ad523
10:11:48 Step 23/24 : RUN chmod +x /bin/oas2pdf
10:11:48  ---> Using cache
10:11:48  ---> b547e97125ee
10:11:48 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
10:11:48  ---> Using cache
10:11:48  ---> 0d841a6643e8
10:11:48 Successfully built 0d841a6643e8
10:11:48 Successfully tagged openapivalidator:latest
10:11:48 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
10:11:48 mkdir: created directory '/var/www/html/api/nfv/sol002-sol003/457'
10:11:48 Mounting dir /var/www/html/api/nfv/sol002-sol003/457 as /storage
10:11:49 Using filter ''
10:11:49 
10:11:49 Entering dir /work/src
10:11:49 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
10:11:49 --- Merging file.
10:11:50 --- Create PDF...
10:11:52 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
10:11:52 --- Validating ../build/SOL003-VNFIndicator-API.yaml
10:11:52 ../build/SOL003-VNFIndicator-API.yaml is valid
10:11:52 --- Validation done (0).
10:11:52 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
10:11:52 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
10:11:52 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
10:11:52 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
10:11:52 --- Merging file.
10:11:53 --- Create PDF...
10:11:55 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
10:11:55 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
10:11:55 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
10:11:55 --- Validation done (0).
10:11:55 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
10:11:55 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
10:11:55 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
10:11:55 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
10:11:55 --- Merging file.
10:11:56 --- Create PDF...
10:11:58 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
10:11:58 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
10:11:58 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
10:11:58 --- Validation done (0).
10:11:58 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
10:11:58 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
10:11:58 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
10:11:58 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
10:11:58 --- Merging file.
10:12:02 --- Create PDF...
10:12:04 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
10:12:04 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
10:12:05 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
10:12:05 --- Validation done (0).
10:12:05 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
10:12:05 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
10:12:05 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
10:12:05 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
10:12:05 --- Merging file.
10:12:06 --- Create PDF...
10:12:07 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
10:12:07 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
10:12:08 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
10:12:08 --- Validation done (0).
10:12:08 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
10:12:08 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
10:12:08 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
10:12:08 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
10:12:08 --- Merging file.
10:12:09 --- Create PDF...
10:12:11 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
10:12:11 --- Validating ../build/SOL003-APIVersion-API.yaml
10:12:11 ../build/SOL003-APIVersion-API.yaml is valid
10:12:11 --- Validation done (0).
10:12:11 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
10:12:11 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
10:12:11 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
10:12:11 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
10:12:11 --- Merging file.
10:12:12 --- Create PDF...
10:12:14 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
10:12:14 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
10:12:14 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
10:12:14 --- Validation done (0).
10:12:14 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
10:12:14 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
10:12:14 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
10:12:14 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
10:12:14 --- Merging file.
10:12:15 --- Create PDF...
10:12:17 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
10:12:17 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
10:12:17 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
10:12:17 --- Validation done (0).
10:12:17 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
10:12:17 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
10:12:17 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
10:12:17 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
10:12:17 --- Merging file.
10:12:18 --- Create PDF...
10:12:20 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
10:12:20 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
10:12:21 ../build/SOL003-VNFFaultManagement-API.yaml is valid
10:12:21 --- Validation done (0).
10:12:21 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
10:12:21 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
10:12:21 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
10:12:21 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
10:12:21 --- Merging file.
10:12:22 --- Create PDF...
10:12:23 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:12:23 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
10:12:24 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
10:12:24 --- Validation done (0).
10:12:24 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
10:12:24 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
10:12:24 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:12:24 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
10:12:24 --- Merging file.
10:12:25 --- Create PDF...
10:12:27 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
10:12:27 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
10:12:27 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
10:12:27 --- Validation done (0).
10:12:27 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
10:12:27 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
10:12:27 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
10:12:27 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
10:12:27 --- Merging file.
10:12:29 --- Create PDF...
10:12:30 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
10:12:30 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
10:12:31 ../build/SOL003-VNFPackageManagement-API.yaml is valid
10:12:31 --- Validation done (0).
10:12:31 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
10:12:31 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
10:12:31 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
10:12:31 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
10:12:31 --- Merging file.
10:12:32 --- Create PDF...
10:12:34 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:12:34 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
10:12:34 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
10:12:34 --- Validation done (0).
10:12:34 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
10:12:34 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
10:12:34 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:12:34 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
10:12:34 --- Merging file.
10:12:35 --- Create PDF...
10:12:37 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
10:12:37 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
10:12:38 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
10:12:38 --- Validation done (0).
10:12:38 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
10:12:38 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
10:12:38 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
10:12:38 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
10:12:38 --- Merging file.
10:12:39 --- Create PDF...
10:12:41 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
10:12:41 --- Validating ../build/SOL002-VNFIndicator-API.yaml
10:12:41 ../build/SOL002-VNFIndicator-API.yaml is valid
10:12:41 --- Validation done (0).
10:12:41 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
10:12:41 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
10:12:41 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
10:12:41 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
10:12:41 --- Merging file.
10:12:42 --- Create PDF...
10:12:44 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
10:12:44 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
10:12:44 ../build/SOL002-VNFConfiguration-API.yaml is valid
10:12:44 --- Validation done (0).
10:12:44 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
10:12:44 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
10:12:44 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
10:12:44 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
10:12:44 --- Merging file.
10:12:48 --- Create PDF...
10:12:49 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
10:12:49 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
10:12:50 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
10:12:50 --- Validation done (0).
10:12:50 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
10:12:50 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
10:12:50 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
10:12:50 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
10:12:50 --- Merging file.
10:12:51 --- Create PDF...
10:12:53 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
10:12:53 --- Validating ../build/SOL002-APIVersion-API.yaml
10:12:53 ../build/SOL002-APIVersion-API.yaml is valid
10:12:54 --- Validation done (0).
10:12:54 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
10:12:54 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
10:12:54 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
10:12:54 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
10:12:54 --- Merging file.
10:12:54 --- Create PDF...
10:12:56 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
10:12:56 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
10:12:57 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
10:12:57 --- Validation done (0).
10:12:57 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
10:12:57 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
10:12:57 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
10:12:57 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
10:12:57 --- Merging file.
10:12:57 --- Create PDF...
10:12:59 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
10:12:59 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
10:12:59 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
10:12:59 --- Validation done (0).
10:12:59 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
10:12:59 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
10:12:59 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
10:12:59 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
10:13:00 --- Merging file.
10:13:01 --- Create PDF...
10:13:02 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
10:13:02 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
10:13:03 ../build/SOL002-VNFFaultManagement-API.yaml is valid
10:13:03 --- Validation done (0).
10:13:03 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
10:13:03 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
10:13:03 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
10:13:03 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
10:13:03 --- Merging file.
10:13:04 --- Create PDF...
10:13:06 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:13:06 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
10:13:06 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
10:13:06 --- Validation done (0).
10:13:06 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
10:13:06 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
10:13:06 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:13:06 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
10:13:06 --- Merging file.
10:13:07 --- Create PDF...
10:13:09 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:13:09 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
10:13:09 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
10:13:09 --- Validation done (0).
10:13:09 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
10:13:09 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
10:13:09 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:13:09 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
10:13:09 --- Merging file.
10:13:11 --- Create PDF...
10:13:12 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
10:13:12 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
10:13:13 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
10:13:13 --- Validation done (0).
10:13:13 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
10:13:13 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
10:13:13 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
10:13:13 -- Final validator returns 0.
10:13:13 Archiving artifacts
10:13:14 Discard old builds...
10:13:14 Finished: SUCCESS