SuccessConsole Output

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

12:58:26 Step 1/24 : FROM alpine:3.10.0
12:58:26  ---> 4d90542f0623
12:58:26 Step 2/24 : RUN env
12:58:26  ---> Using cache
12:58:26  ---> 3dd37f88f48b
12:58:26 Step 3/24 : RUN apk update
12:58:26  ---> Using cache
12:58:26  ---> 12029cc0f39f
12:58:26 Step 4/24 : RUN apk add bash
12:58:26  ---> Using cache
12:58:26  ---> e6615b737995
12:58:26 Step 5/24 : RUN apk add nodejs
12:58:26  ---> Using cache
12:58:26  ---> 24860c3b2063
12:58:26 Step 6/24 : RUN apk add nodejs-npm
12:58:26  ---> Using cache
12:58:26  ---> cb2256300214
12:58:26 Step 7/24 : RUN apk add asciidoctor
12:58:26  ---> Using cache
12:58:26  ---> 48f0b705cc06
12:58:26 Step 8/24 : RUN apk add openjdk8
12:58:26  ---> Using cache
12:58:26  ---> 56a612d9bba4
12:58:26 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:58:26  ---> Using cache
12:58:26  ---> 54afa303828c
12:58:26 Step 10/24 : RUN apk add openssl
12:58:26  ---> Using cache
12:58:26  ---> c9c08c112472
12:58:26 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:58:26  ---> Using cache
12:58:26  ---> 352b01bc416e
12:58:26 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:58:26  ---> Using cache
12:58:26  ---> ce077e02bff8
12:58:26 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:58:26  ---> Using cache
12:58:26  ---> b23fedc8dd94
12:58:26 Step 14/24 : RUN npm config set proxy $http_proxy
12:58:26  ---> Using cache
12:58:26  ---> 91638a196f16
12:58:26 Step 15/24 : RUN npm install -g swagger-cli
12:58:26  ---> Using cache
12:58:26  ---> f4d81cd29e36
12:58:26 Step 16/24 : RUN npm install -g json-refs
12:58:26  ---> Using cache
12:58:26  ---> 11d5296cb6e3
12:58:26 Step 17/24 : RUN npm install -g yamljs
12:58:26  ---> Using cache
12:58:26  ---> 261de29c25d2
12:58:26 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:58:26  ---> Using cache
12:58:26  ---> 71f14f57d3ea
12:58:26 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:58:26  ---> Using cache
12:58:26  ---> 00f8ba24379b
12:58:26 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:58:26  ---> Using cache
12:58:26  ---> 808faca21532
12:58:26 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:58:26  ---> Using cache
12:58:26  ---> 374dfe44f785
12:58:26 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:58:26  ---> Using cache
12:58:26  ---> d7b0c952fa18
12:58:26 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:58:26  ---> Using cache
12:58:26  ---> 50dadb49c240
12:58:26 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:58:26  ---> Using cache
12:58:26  ---> 3399a60ada3f
12:58:26 Successfully built 3399a60ada3f
12:58:26 Successfully tagged openapivalidator:latest
12:58:26 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
12:58:26 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/464’: Permission denied
12:58:26 Mounting dir /var/www/html/api/nfv/sol002-sol003/464 as /storage
12:58:26 Using filter ''
12:58:26 
12:58:26 Entering dir /work/src
12:58:26 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
12:58:26 --- Merging file.
12:58:27 --- Create PDF...
12:58:29 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
12:58:29 --- Validating ../build/SOL003-VNFIndicator-API.yaml
12:58:29 ../build/SOL003-VNFIndicator-API.yaml is valid
12:58:29 --- Validation done (0).
12:58:29 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
12:58:29 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
12:58:29 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
12:58:29 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
12:58:29 --- Merging file.
12:58:31 --- Create PDF...
12:58:32 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
12:58:32 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
12:58:33 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
12:58:33 --- Validation done (0).
12:58:33 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
12:58:33 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
12:58:33 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
12:58:33 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
12:58:33 --- Merging file.
12:58:34 --- Create PDF...
12:58:35 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
12:58:35 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
12:58:36 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
12:58:36 --- Validation done (0).
12:58:36 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
12:58:36 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
12:58:36 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
12:58:36 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
12:58:36 --- Merging file.
12:58:39 --- Create PDF...
12:58:41 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
12:58:41 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
12:58:42 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
12:58:42 --- Validation done (0).
12:58:42 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
12:58:42 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
12:58:42 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
12:58:42 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
12:58:42 --- Merging file.
12:58:43 --- Create PDF...
12:58:45 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
12:58:45 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
12:58:45 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
12:58:45 --- Validation done (0).
12:58:45 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
12:58:45 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
12:58:45 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
12:58:45 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
12:58:45 --- Merging file.
12:58:46 --- Create PDF...
12:58:48 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
12:58:48 --- Validating ../build/SOL003-APIVersion-API.yaml
12:58:48 ../build/SOL003-APIVersion-API.yaml is valid
12:58:48 --- Validation done (0).
12:58:48 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
12:58:48 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
12:58:48 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
12:58:48 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
12:58:48 --- Merging file.
12:58:49 --- Create PDF...
12:58:51 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
12:58:51 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
12:58:51 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
12:58:51 --- Validation done (0).
12:58:51 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
12:58:51 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
12:58:51 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
12:58:51 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
12:58:51 --- Merging file.
12:58:52 --- Create PDF...
12:58:54 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
12:58:54 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
12:58:54 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
12:58:54 --- Validation done (0).
12:58:54 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
12:58:54 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
12:58:54 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
12:58:54 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
12:58:54 --- Merging file.
12:58:55 --- Create PDF...
12:58:57 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
12:58:57 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
12:58:57 ../build/SOL003-VNFFaultManagement-API.yaml is valid
12:58:57 --- Validation done (0).
12:58:57 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
12:58:57 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
12:58:57 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
12:58:57 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
12:58:57 --- Merging file.
12:58:59 --- Create PDF...
12:59:00 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:59:00 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
12:59:01 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
12:59:01 --- Validation done (0).
12:59:01 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
12:59:01 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
12:59:01 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:59:01 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
12:59:01 --- Merging file.
12:59:02 --- Create PDF...
12:59:03 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
12:59:03 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
12:59:04 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
12:59:04 --- Validation done (0).
12:59:04 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
12:59:04 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
12:59:04 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
12:59:04 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
12:59:04 --- Merging file.
12:59:06 --- Create PDF...
12:59:07 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
12:59:07 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
12:59:08 ../build/SOL003-VNFPackageManagement-API.yaml is valid
12:59:08 --- Validation done (0).
12:59:08 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
12:59:08 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
12:59:08 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
12:59:08 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
12:59:08 --- Merging file.
12:59:09 --- Create PDF...
12:59:10 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:59:10 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
12:59:11 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
12:59:11 --- Validation done (0).
12:59:11 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
12:59:11 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
12:59:11 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:59:11 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
12:59:11 --- Merging file.
12:59:12 --- Create PDF...
12:59:14 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
12:59:14 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
12:59:14 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
12:59:14 --- Validation done (0).
12:59:14 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
12:59:14 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
12:59:14 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
12:59:15 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
12:59:15 --- Merging file.
12:59:16 --- Create PDF...
12:59:17 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
12:59:17 --- Validating ../build/SOL002-VNFIndicator-API.yaml
12:59:18 ../build/SOL002-VNFIndicator-API.yaml is valid
12:59:18 --- Validation done (0).
12:59:18 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
12:59:18 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
12:59:18 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
12:59:18 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
12:59:18 --- Merging file.
12:59:19 --- Create PDF...
12:59:20 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
12:59:20 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
12:59:21 ../build/SOL002-VNFConfiguration-API.yaml is valid
12:59:21 --- Validation done (0).
12:59:21 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
12:59:21 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
12:59:21 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
12:59:21 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
12:59:21 --- Merging file.
12:59:24 --- Create PDF...
12:59:26 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
12:59:26 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
12:59:27 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
12:59:27 --- Validation done (0).
12:59:27 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
12:59:27 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
12:59:27 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
12:59:27 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
12:59:27 --- Merging file.
12:59:28 --- Create PDF...
12:59:29 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
12:59:29 --- Validating ../build/SOL002-APIVersion-API.yaml
12:59:30 ../build/SOL002-APIVersion-API.yaml is valid
12:59:30 --- Validation done (0).
12:59:30 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
12:59:30 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
12:59:30 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
12:59:30 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
12:59:30 --- Merging file.
12:59:31 --- Create PDF...
12:59:32 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
12:59:32 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
12:59:33 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
12:59:33 --- Validation done (0).
12:59:33 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
12:59:33 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
12:59:33 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
12:59:33 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
12:59:33 --- Merging file.
12:59:34 --- Create PDF...
12:59:35 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
12:59:35 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
12:59:36 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
12:59:36 --- Validation done (0).
12:59:36 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
12:59:36 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
12:59:36 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
12:59:36 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
12:59:36 --- Merging file.
12:59:37 --- Create PDF...
12:59:39 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
12:59:39 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
12:59:39 ../build/SOL002-VNFFaultManagement-API.yaml is valid
12:59:39 --- Validation done (0).
12:59:39 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
12:59:39 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
12:59:39 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
12:59:39 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
12:59:39 --- Merging file.
12:59:40 --- Create PDF...
12:59:42 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:59:42 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
12:59:42 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
12:59:42 --- Validation done (0).
12:59:42 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
12:59:42 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
12:59:42 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:59:42 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
12:59:42 --- Merging file.
12:59:43 --- Create PDF...
12:59:45 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:59:45 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
12:59:45 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
12:59:45 --- Validation done (0).
12:59:45 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
12:59:45 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
12:59:45 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:59:45 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
12:59:45 --- Merging file.
12:59:47 --- Create PDF...
12:59:48 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
12:59:48 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
12:59:49 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
12:59:49 --- Validation done (0).
12:59:49 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
12:59:49 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
12:59:49 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
12:59:49 -- Final validator returns 0.
12:59:49 Archiving artifacts
12:59:51 Finished: SUCCESS