SuccessConsole Output

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

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