SuccessConsole Output

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

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