SuccessConsole Output

13:14:04 Started by GitLab push by Muhammad Hamza
13:14:04 [EnvInject] - Loading node environment variables.
13:14:04 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
13:14:04 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
13:14:04  > git rev-parse --is-inside-work-tree # timeout=10
13:14:04 Fetching changes from the remote Git repository
13:14:04  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
13:14:04 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
13:14:04  > git --version # timeout=10
13:14:04 using GIT_SSH to set credentials 
13:14:04  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
13:14:05  > git rev-parse remotes/origin/3.7.1-maintenance^{commit} # timeout=10
13:14:05  > git branch -a -v --no-abbrev --contains 734e0a35c3e6b21479254c442f9fc6f6c9def3c7 # timeout=10
13:14:05 Checking out Revision 734e0a35c3e6b21479254c442f9fc6f6c9def3c7 (origin/3.7.1-maintenance)
13:14:05  > git config core.sparsecheckout # timeout=10
13:14:05  > git checkout -f 734e0a35c3e6b21479254c442f9fc6f6c9def3c7
13:14:05 Commit message: "fix referencing in SOL003 VNF LCM API"
13:14:05  > git rev-list --no-walk 831ba794647780e0c578961da25976c743ca7a7d # timeout=10
13:14:05 [sol002-sol003] $ /bin/bash /tmp/jenkins783395762181436758.sh
13:14:05 rm: cannot remove 'build/*-API.pdf': No such file or directory
13:14:05 ./build-container.sh: line 7: proxy: command not found
13:14:05 http_proxy is not set
13:14:05 Proxy set to 
13:14:05 Sending build context to Docker daemon  14.85kB

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