SuccessConsole Output

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

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