SuccessConsole Output

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

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