SuccessConsole Output

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

01:15:24 Step 1/24 : FROM alpine:3.10.0
01:15:24  ---> 4d90542f0623
01:15:24 Step 2/24 : RUN env
01:15:24  ---> Using cache
01:15:24  ---> ae02487f36c4
01:15:24 Step 3/24 : RUN apk update
01:15:24  ---> Using cache
01:15:24  ---> b89c80fb50e5
01:15:24 Step 4/24 : RUN apk add bash
01:15:24  ---> Using cache
01:15:24  ---> 8784fbc9fc57
01:15:24 Step 5/24 : RUN apk add nodejs
01:15:24  ---> Using cache
01:15:24  ---> 28a25abf3ab9
01:15:24 Step 6/24 : RUN apk add nodejs-npm
01:15:24  ---> Using cache
01:15:24  ---> 1b596573243f
01:15:24 Step 7/24 : RUN apk add asciidoctor
01:15:24  ---> Using cache
01:15:24  ---> 0947b41ea58f
01:15:24 Step 8/24 : RUN apk add openjdk8
01:15:24  ---> Using cache
01:15:24  ---> c80710d753de
01:15:24 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
01:15:24  ---> Using cache
01:15:24  ---> 68468ab8366f
01:15:24 Step 10/24 : RUN apk add openssl
01:15:24  ---> Using cache
01:15:24  ---> 0ae14a88e45c
01:15:24 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
01:15:24  ---> Using cache
01:15:24  ---> 68e344322381
01:15:24 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
01:15:24  ---> Using cache
01:15:24  ---> f2d0d8812abe
01:15:24 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
01:15:24  ---> Using cache
01:15:24  ---> dadf1b8c885d
01:15:24 Step 14/24 : RUN npm config set proxy $http_proxy
01:15:24  ---> Using cache
01:15:24  ---> 82364b930f02
01:15:24 Step 15/24 : RUN npm install -g swagger-cli
01:15:24  ---> Using cache
01:15:24  ---> f26ac1dba4b2
01:15:24 Step 16/24 : RUN npm install -g json-refs
01:15:24  ---> Using cache
01:15:24  ---> 854cfe0dc266
01:15:24 Step 17/24 : RUN npm install -g yamljs
01:15:24  ---> Using cache
01:15:24  ---> 8a7612225506
01:15:24 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
01:15:24  ---> Using cache
01:15:24  ---> 579ed7161806
01:15:24 Step 19/24 : RUN chmod +x /validate-in-docker.sh
01:15:24  ---> Using cache
01:15:24  ---> 6e97ff7367d7
01:15:24 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
01:15:24  ---> Using cache
01:15:24  ---> 53920fad06ca
01:15:24 Step 21/24 : RUN chmod +x /bin/swg2mrkup
01:15:24  ---> Using cache
01:15:24  ---> a1e5ba8371bc
01:15:24 Step 22/24 : ADD oas2pdf /bin/oas2pdf
01:15:24  ---> Using cache
01:15:24  ---> 9b5708ec0c14
01:15:24 Step 23/24 : RUN chmod +x /bin/oas2pdf
01:15:24  ---> Using cache
01:15:24  ---> fa31c99226b9
01:15:24 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
01:15:24  ---> Using cache
01:15:24  ---> cf9ad04586ac
01:15:24 Successfully built cf9ad04586ac
01:15:24 Successfully tagged openapivalidator:latest
01:15:24 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
01:15:24 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/492’: Permission denied
01:15:24 Mounting dir /var/www/html/api/nfv/sol002-sol003/492 as /storage
01:15:24 Using filter ''
01:15:24 
01:15:24 Entering dir /work/src
01:15:24 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
01:15:24 --- Merging file.
01:15:26 --- Create PDF...
01:15:27 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
01:15:27 --- Validating ../build/SOL003-VNFIndicator-API.yaml
01:15:28 ../build/SOL003-VNFIndicator-API.yaml is valid
01:15:28 --- Validation done (0).
01:15:28 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
01:15:28 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
01:15:28 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
01:15:28 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
01:15:28 --- Merging file.
01:15:29 --- Create PDF...
01:15:31 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
01:15:31 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
01:15:31 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
01:15:31 --- Validation done (0).
01:15:31 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
01:15:31 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
01:15:31 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
01:15:31 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
01:15:32 --- Merging file.
01:15:32 --- Create PDF...
01:15:34 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
01:15:34 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
01:15:35 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
01:15:35 --- Validation done (0).
01:15:35 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
01:15:35 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
01:15:35 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
01:15:35 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
01:15:35 --- Merging file.
01:15:39 --- Create PDF...
01:15:41 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
01:15:41 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
01:15:42 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
01:15:42 --- Validation done (0).
01:15:42 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
01:15:42 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
01:15:42 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
01:15:42 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
01:15:42 --- Merging file.
01:15:43 --- Create PDF...
01:15:45 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
01:15:45 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
01:15:45 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
01:15:45 --- Validation done (0).
01:15:45 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
01:15:45 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
01:15:45 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
01:15:45 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
01:15:45 --- Merging file.
01:15:46 --- Create PDF...
01:15:48 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
01:15:48 --- Validating ../build/SOL003-APIVersion-API.yaml
01:15:49 ../build/SOL003-APIVersion-API.yaml is valid
01:15:49 --- Validation done (0).
01:15:49 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
01:15:49 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
01:15:49 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
01:15:49 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
01:15:49 --- Merging file.
01:15:50 --- Create PDF...
01:15:51 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
01:15:51 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
01:15:52 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
01:15:52 --- Validation done (0).
01:15:52 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
01:15:52 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
01:15:52 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
01:15:52 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
01:15:52 --- Merging file.
01:15:53 --- Create PDF...
01:15:54 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
01:15:54 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
01:15:55 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
01:15:55 --- Validation done (0).
01:15:55 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
01:15:55 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
01:15:55 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
01:15:55 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
01:15:55 --- Merging file.
01:15:56 --- Create PDF...
01:15:58 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
01:15:58 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
01:15:59 ../build/SOL003-VNFFaultManagement-API.yaml is valid
01:15:59 --- Validation done (0).
01:15:59 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
01:15:59 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
01:15:59 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
01:15:59 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
01:15:59 --- Merging file.
01:16:00 --- Create PDF...
01:16:01 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
01:16:01 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
01:16:02 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
01:16:02 --- Validation done (0).
01:16:02 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
01:16:02 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
01:16:02 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
01:16:02 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
01:16:02 --- Merging file.
01:16:03 --- Create PDF...
01:16:05 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
01:16:05 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
01:16:05 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
01:16:05 --- Validation done (0).
01:16:05 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
01:16:05 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
01:16:05 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
01:16:05 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
01:16:05 --- Merging file.
01:16:07 --- Create PDF...
01:16:09 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
01:16:09 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
01:16:10 ../build/SOL003-VNFPackageManagement-API.yaml is valid
01:16:10 --- Validation done (0).
01:16:10 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
01:16:10 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
01:16:10 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
01:16:10 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
01:16:10 --- Merging file.
01:16:11 --- Create PDF...
01:16:12 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
01:16:12 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
01:16:13 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
01:16:13 --- Validation done (0).
01:16:13 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
01:16:13 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
01:16:13 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
01:16:13 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
01:16:13 --- Merging file.
01:16:14 --- Create PDF...
01:16:16 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
01:16:16 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
01:16:17 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
01:16:17 --- Validation done (0).
01:16:17 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
01:16:17 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
01:16:17 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
01:16:17 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
01:16:17 --- Merging file.
01:16:18 --- Create PDF...
01:16:20 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
01:16:20 --- Validating ../build/SOL002-VNFIndicator-API.yaml
01:16:20 ../build/SOL002-VNFIndicator-API.yaml is valid
01:16:20 --- Validation done (0).
01:16:20 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
01:16:20 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
01:16:20 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
01:16:20 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
01:16:20 --- Merging file.
01:16:21 --- Create PDF...
01:16:23 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
01:16:23 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
01:16:24 ../build/SOL002-VNFConfiguration-API.yaml is valid
01:16:24 --- Validation done (0).
01:16:24 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
01:16:24 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
01:16:24 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
01:16:24 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
01:16:24 --- Merging file.
01:16:27 --- Create PDF...
01:16:29 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
01:16:29 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
01:16:30 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
01:16:30 --- Validation done (0).
01:16:30 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
01:16:30 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
01:16:30 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
01:16:30 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
01:16:30 --- Merging file.
01:16:31 --- Create PDF...
01:16:33 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
01:16:33 --- Validating ../build/SOL002-APIVersion-API.yaml
01:16:33 ../build/SOL002-APIVersion-API.yaml is valid
01:16:33 --- Validation done (0).
01:16:33 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
01:16:33 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
01:16:33 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
01:16:33 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
01:16:33 --- Merging file.
01:16:34 --- Create PDF...
01:16:36 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
01:16:36 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
01:16:37 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
01:16:37 --- Validation done (0).
01:16:37 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
01:16:37 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
01:16:37 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
01:16:37 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
01:16:37 --- Merging file.
01:16:38 --- Create PDF...
01:16:39 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
01:16:39 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
01:16:40 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
01:16:40 --- Validation done (0).
01:16:40 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
01:16:40 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
01:16:40 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
01:16:40 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
01:16:40 --- Merging file.
01:16:41 --- Create PDF...
01:16:43 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
01:16:43 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
01:16:43 ../build/SOL002-VNFFaultManagement-API.yaml is valid
01:16:43 --- Validation done (0).
01:16:43 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
01:16:43 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
01:16:43 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
01:16:43 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
01:16:43 --- Merging file.
01:16:45 --- Create PDF...
01:16:46 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
01:16:46 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
01:16:47 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
01:16:47 --- Validation done (0).
01:16:47 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
01:16:47 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
01:16:47 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
01:16:47 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
01:16:47 --- Merging file.
01:16:48 --- Create PDF...
01:16:49 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
01:16:49 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
01:16:50 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
01:16:50 --- Validation done (0).
01:16:50 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
01:16:50 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
01:16:50 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
01:16:50 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
01:16:50 --- Merging file.
01:16:52 --- Create PDF...
01:16:53 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
01:16:53 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
01:16:54 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
01:16:54 --- Validation done (0).
01:16:54 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
01:16:54 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
01:16:54 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
01:16:54 -- Final validator returns 0.
01:16:54 Archiving artifacts
01:16:55 Finished: SUCCESS