SuccessConsole Output

14:42:19 Started by GitLab push by Giacomo Bernini
14:42:19 [EnvInject] - Loading node environment variables.
14:42:19 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
14:42:19 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
14:42:19  > git rev-parse --is-inside-work-tree # timeout=10
14:42:19 Fetching changes from the remote Git repository
14:42:19  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
14:42:19 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
14:42:19  > git --version # timeout=10
14:42:19 using GIT_SSH to set credentials 
14:42:19  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
14:42:20  > git rev-parse remotes/origin/4.3.1-dev^{commit} # timeout=10
14:42:20  > git branch -a -v --no-abbrev --contains b73b2a7bc40a177181625a07f508e80583a25872 # timeout=10
14:42:20 Checking out Revision b73b2a7bc40a177181625a07f508e80583a25872 (origin/4.3.1-dev)
14:42:20  > git config core.sparsecheckout # timeout=10
14:42:20  > git checkout -f b73b2a7bc40a177181625a07f508e80583a25872
14:42:20 Commit message: "removed mandatory Version HTTP header in ApiVersion operations to align with SOL013ed431"
14:42:20  > git rev-list --no-walk 3929108dda14f8b230372f583e5642d164df1371 # timeout=10
14:42:21 [sol002-sol003] $ /bin/bash /tmp/jenkins1202739160652499178.sh
14:42:21 rm: cannot remove 'build/*-API.pdf': No such file or directory
14:42:21 ./build-container.sh: line 7: proxy: command not found
14:42:21 http_proxy is not set
14:42:21 Proxy set to 
14:42:21 Sending build context to Docker daemon  13.31kB

14:42:21 Step 1/24 : FROM alpine:3.10.0
14:42:21  ---> 4d90542f0623
14:42:21 Step 2/24 : RUN env
14:42:21  ---> Using cache
14:42:21  ---> 0b577767eb4e
14:42:21 Step 3/24 : RUN apk update
14:42:21  ---> Using cache
14:42:21  ---> 697471ef7f0a
14:42:21 Step 4/24 : RUN apk add bash
14:42:21  ---> Using cache
14:42:21  ---> a25251d4272c
14:42:21 Step 5/24 : RUN apk add nodejs
14:42:21  ---> Using cache
14:42:21  ---> ee3663c76c01
14:42:21 Step 6/24 : RUN apk add nodejs-npm
14:42:21  ---> Using cache
14:42:21  ---> 95530c68fb47
14:42:21 Step 7/24 : RUN apk add asciidoctor
14:42:21  ---> Using cache
14:42:21  ---> a321cc22063f
14:42:21 Step 8/24 : RUN apk add openjdk8
14:42:21  ---> Using cache
14:42:21  ---> 07148189c9d2
14:42:21 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
14:42:21  ---> Using cache
14:42:21  ---> 6808b2c86594
14:42:21 Step 10/24 : RUN apk add openssl
14:42:21  ---> Using cache
14:42:21  ---> ed2950ff9192
14:42:21 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3
14:42:21  ---> Using cache
14:42:21  ---> 83cde4af1585
14:42:21 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
14:42:21  ---> Using cache
14:42:21  ---> e442b40a01ef
14:42:21 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
14:42:21  ---> Using cache
14:42:21  ---> 22ece82af23f
14:42:21 Step 14/24 : RUN npm config set proxy $http_proxy
14:42:21  ---> Using cache
14:42:21  ---> 0cc1b972380e
14:42:21 Step 15/24 : RUN npm install -g swagger-cli
14:42:21  ---> Using cache
14:42:21  ---> 3ee43d5416a1
14:42:21 Step 16/24 : RUN npm install -g json-refs
14:42:21  ---> Using cache
14:42:21  ---> 94e261945a46
14:42:21 Step 17/24 : RUN npm install -g yamljs
14:42:21  ---> Using cache
14:42:21  ---> ce77b5519b06
14:42:21 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
14:42:21  ---> 97488bcdec17
14:42:21 Step 19/24 : RUN chmod +x /validate-in-docker.sh
14:42:21  ---> Running in 0be900a00cb0
14:42:22 Removing intermediate container 0be900a00cb0
14:42:22  ---> 7bdef2b8fcd6
14:42:22 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
14:42:22  ---> 31a297f53223
14:42:22 Step 21/24 : RUN chmod +x /bin/swg2mrkup
14:42:23  ---> Running in 24ede1ffb082
14:42:23 Removing intermediate container 24ede1ffb082
14:42:23  ---> e2cb5704f7d1
14:42:23 Step 22/24 : ADD oas2pdf /bin/oas2pdf
14:42:24  ---> bd1a492e7072
14:42:24 Step 23/24 : RUN chmod +x /bin/oas2pdf
14:42:24  ---> Running in 8d779bdc4d8f
14:42:25 Removing intermediate container 8d779bdc4d8f
14:42:25  ---> f75ad5e826f4
14:42:25 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
14:42:25  ---> Running in 257ce648b48e
14:42:25 Removing intermediate container 257ce648b48e
14:42:25  ---> 7781b1739918
14:42:25 Successfully built 7781b1739918
14:42:25 Successfully tagged openapivalidator:latest
14:42:25 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
14:42:25 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/588’: Permission denied
14:42:25 Mounting dir /var/www/html/api/nfv/sol002-sol003/588 as /storage
14:42:26 Using filter ''
14:42:26 
14:42:26 Entering dir /work/src
14:42:26 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
14:42:26 --- Merging file.
14:42:27 --- Create PDF...
14:42:29 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
14:42:29 --- Validating ../build/SOL003-VNFIndicator-API.yaml
14:42:29 ../build/SOL003-VNFIndicator-API.yaml is valid
14:42:29 --- Validation done (0).
14:42:29 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
14:42:29 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
14:42:29 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
14:42:29 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
14:42:29 --- Merging file.
14:42:31 --- Create PDF...
14:42:32 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
14:42:32 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
14:42:33 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
14:42:33 --- Validation done (0).
14:42:33 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
14:42:33 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
14:42:33 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
14:42:33 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
14:42:33 --- Merging file.
14:42:34 --- Create PDF...
14:42:36 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
14:42:36 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
14:42:36 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
14:42:36 --- Validation done (0).
14:42:36 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
14:42:36 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
14:42:36 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
14:42:36 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
14:42:36 --- Merging file.
14:42:41 --- Create PDF...
14:42:43 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
14:42:43 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
14:42:45 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
14:42:45 --- Validation done (0).
14:42:45 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
14:42:45 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
14:42:45 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
14:42:45 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
14:42:45 --- Merging file.
14:42:46 --- Create PDF...
14:42:48 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
14:42:48 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
14:42:49 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
14:42:49 --- Validation done (0).
14:42:49 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
14:42:49 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
14:42:49 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
14:42:49 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
14:42:49 --- Merging file.
14:42:50 --- Create PDF...
14:42:52 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
14:42:52 --- Validating ../build/SOL003-APIVersion-API.yaml
14:42:52 ../build/SOL003-APIVersion-API.yaml is valid
14:42:52 --- Validation done (0).
14:42:52 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
14:42:52 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
14:42:52 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
14:42:52 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
14:42:52 --- Merging file.
14:42:54 --- Create PDF...
14:42:55 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
14:42:55 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
14:42:56 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
14:42:56 --- Validation done (0).
14:42:56 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
14:42:56 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
14:42:56 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
14:42:56 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
14:42:56 --- Merging file.
14:42:57 --- Create PDF...
14:42:58 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
14:42:58 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
14:42:59 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
14:42:59 --- Validation done (0).
14:42:59 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
14:42:59 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
14:42:59 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
14:42:59 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
14:42:59 --- Merging file.
14:43:00 --- Create PDF...
14:43:02 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
14:43:02 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
14:43:03 ../build/SOL003-VNFFaultManagement-API.yaml is valid
14:43:03 --- Validation done (0).
14:43:03 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
14:43:03 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
14:43:03 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
14:43:03 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
14:43:03 --- Merging file.
14:43:04 --- Create PDF...
14:43:06 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
14:43:06 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
14:43:06 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
14:43:06 --- Validation done (0).
14:43:06 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
14:43:06 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
14:43:06 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
14:43:06 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
14:43:06 --- Merging file.
14:43:08 --- Create PDF...
14:43:10 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
14:43:10 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
14:43:11 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
14:43:11 --- Validation done (0).
14:43:11 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
14:43:11 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
14:43:11 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
14:43:11 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
14:43:11 --- Merging file.
14:43:13 --- Create PDF...
14:43:15 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
14:43:15 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
14:43:15 ../build/SOL003-VNFPackageManagement-API.yaml is valid
14:43:15 --- Validation done (0).
14:43:15 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
14:43:15 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
14:43:15 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
14:43:15 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
14:43:15 --- Merging file.
14:43:16 --- Create PDF...
14:43:18 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
14:43:18 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
14:43:19 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
14:43:19 --- Validation done (0).
14:43:19 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
14:43:19 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
14:43:19 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
14:43:19 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
14:43:19 --- Merging file.
14:43:21 --- Create PDF...
14:43:22 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
14:43:22 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
14:43:23 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
14:43:23 --- Validation done (0).
14:43:23 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
14:43:23 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
14:43:23 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
14:43:23 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
14:43:23 --- Merging file.
14:43:25 --- Create PDF...
14:43:26 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
14:43:26 --- Validating ../build/SOL002-VNFIndicator-API.yaml
14:43:27 ../build/SOL002-VNFIndicator-API.yaml is valid
14:43:27 --- Validation done (0).
14:43:27 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
14:43:27 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
14:43:27 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
14:43:27 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
14:43:27 --- Merging file.
14:43:28 --- Create PDF...
14:43:30 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
14:43:30 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
14:43:30 ../build/SOL002-VNFConfiguration-API.yaml is valid
14:43:30 --- Validation done (0).
14:43:30 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
14:43:30 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
14:43:30 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
14:43:30 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
14:43:30 --- Merging file.
14:43:35 --- Create PDF...
14:43:37 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
14:43:37 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
14:43:38 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
14:43:38 --- Validation done (0).
14:43:38 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
14:43:38 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
14:43:38 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
14:43:38 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
14:43:38 --- Merging file.
14:43:40 --- Create PDF...
14:43:41 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
14:43:41 --- Validating ../build/SOL002-APIVersion-API.yaml
14:43:42 ../build/SOL002-APIVersion-API.yaml is valid
14:43:42 --- Validation done (0).
14:43:42 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
14:43:42 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
14:43:42 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
14:43:42 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
14:43:42 --- Merging file.
14:43:43 --- Create PDF...
14:43:45 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
14:43:45 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
14:43:45 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
14:43:45 --- Validation done (0).
14:43:45 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
14:43:45 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
14:43:45 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
14:43:45 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
14:43:45 --- Merging file.
14:43:46 --- Create PDF...
14:43:48 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
14:43:48 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
14:43:49 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
14:43:49 --- Validation done (0).
14:43:49 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
14:43:49 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
14:43:49 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
14:43:49 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
14:43:49 --- Merging file.
14:43:50 --- Create PDF...
14:43:52 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
14:43:52 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
14:43:53 ../build/SOL002-VNFFaultManagement-API.yaml is valid
14:43:53 --- Validation done (0).
14:43:53 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
14:43:53 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
14:43:53 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
14:43:53 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
14:43:53 --- Merging file.
14:43:54 --- Create PDF...
14:43:56 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
14:43:56 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
14:43:56 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
14:43:56 --- Validation done (0).
14:43:56 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
14:43:56 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
14:43:56 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
14:43:56 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
14:43:56 --- Merging file.
14:43:57 --- Create PDF...
14:43:59 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
14:43:59 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
14:43:59 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
14:43:59 --- Validation done (0).
14:43:59 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
14:43:59 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
14:43:59 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
14:43:59 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
14:43:59 --- Merging file.
14:44:01 --- Create PDF...
14:44:03 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
14:44:03 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
14:44:04 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
14:44:04 --- Validation done (0).
14:44:04 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
14:44:04 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
14:44:04 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
14:44:04 -- Will validate: ./SOL002/VNFLifecycleCoordination/VNFLifecycleCoordination.yaml (api: VNFLifecycleCoordination) (deliverable:SOL002)
14:44:04 --- Merging file.
14:44:05 --- Create PDF...
14:44:07 mv: can't rename 'SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
14:44:07 --- Validating ../build/SOL002-VNFLifecycleCoordination-API.yaml
14:44:07 ../build/SOL002-VNFLifecycleCoordination-API.yaml is valid
14:44:07 --- Validation done (0).
14:44:07 '../build/SOL002-VNFLifecycleCoordination-API.yaml' -> '/storage/SOL002-VNFLifecycleCoordination-API.yaml'
14:44:07 '../build/SOL002-VNFLifecycleCoordination-API.json' -> '/storage/SOL002-VNFLifecycleCoordination-API.json'
14:44:07 cp: can't stat '../build/SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
14:44:07 -- Final validator returns 0.
14:44:08 Archiving artifacts
14:44:09 Finished: SUCCESS