SuccessConsole Output

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

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