SuccessConsole Output

14:12:47 Started by GitLab push by Muhammad Hamza
14:12:47 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
14:12:47 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
14:12:47  > git rev-parse --is-inside-work-tree # timeout=10
14:12:47 Fetching changes from the remote Git repository
14:12:47  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
14:12:47 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
14:12:47  > git --version # timeout=10
14:12:47 using GIT_SSH to set credentials 
14:12:47  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
14:12:48  > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10
14:12:48  > git branch -a -v --no-abbrev --contains 95ee33b9ed7f9b4c00be5547024b1e7830c4fcd0 # timeout=10
14:12:48 Checking out Revision 95ee33b9ed7f9b4c00be5547024b1e7830c4fcd0 (origin/3.5.1-dev)
14:12:48  > git config core.sparsecheckout # timeout=10
14:12:48  > git checkout -f 95ee33b9ed7f9b4c00be5547024b1e7830c4fcd0
14:12:48 Commit message: "Updated Responses and Refs"
14:12:48  > git rev-list --no-walk 55384c3f4eeda82230abf1ea02f0c7ed2ab3cfd7 # timeout=10
14:12:48 [sol002-sol003] $ /bin/bash /tmp/jenkins8044510690375698166.sh
14:12:48 rm: cannot remove 'build/*-API.pdf': No such file or directory
14:12:48 ./build-container.sh: line 7: proxy: command not found
14:12:48 http_proxy is not set
14:12:48 Proxy set to 
14:12:48 Sending build context to Docker daemon  13.31kB

14:12:49 Step 1/24 : FROM alpine:3.10.0
14:12:49  ---> 4d90542f0623
14:12:49 Step 2/24 : RUN env
14:12:49  ---> Using cache
14:12:49  ---> 33d9beb76aee
14:12:49 Step 3/24 : RUN apk update
14:12:49  ---> Using cache
14:12:49  ---> 5f5a6facdf09
14:12:49 Step 4/24 : RUN apk add bash
14:12:49  ---> Using cache
14:12:49  ---> c4dbd7c780f7
14:12:49 Step 5/24 : RUN apk add nodejs
14:12:49  ---> Using cache
14:12:49  ---> a9e008c49091
14:12:49 Step 6/24 : RUN apk add nodejs-npm
14:12:49  ---> Using cache
14:12:49  ---> d8c4a2dfde29
14:12:49 Step 7/24 : RUN apk add asciidoctor
14:12:49  ---> Using cache
14:12:49  ---> 7f6e285cb91e
14:12:49 Step 8/24 : RUN apk add openjdk8
14:12:49  ---> Using cache
14:12:49  ---> c9d4db129548
14:12:49 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
14:12:49  ---> Using cache
14:12:49  ---> 35eb11cb9413
14:12:49 Step 10/24 : RUN apk add openssl
14:12:49  ---> Using cache
14:12:49  ---> 471c630be456
14:12:49 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
14:12:49  ---> Using cache
14:12:49  ---> c20804847d0b
14:12:49 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
14:12:49  ---> Using cache
14:12:49  ---> c259fc8a9b9a
14:12:49 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
14:12:49  ---> Using cache
14:12:49  ---> 61b04c3e3b86
14:12:49 Step 14/24 : RUN npm config set proxy $http_proxy
14:12:49  ---> Using cache
14:12:49  ---> c0cfe8603833
14:12:49 Step 15/24 : RUN npm install -g swagger-cli
14:12:49  ---> Using cache
14:12:49  ---> 5391a8964a52
14:12:49 Step 16/24 : RUN npm install -g json-refs
14:12:49  ---> Using cache
14:12:49  ---> 2be86aba2673
14:12:49 Step 17/24 : RUN npm install -g yamljs
14:12:49  ---> Using cache
14:12:49  ---> 385d9eccd453
14:12:49 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
14:12:49  ---> 44994fc91876
14:12:49 Removing intermediate container 4a2d32c56e22
14:12:49 Step 19/24 : RUN chmod +x /validate-in-docker.sh
14:12:49  ---> Running in e7c78b1d367a
14:12:49  ---> 3fb0309688e7
14:12:50 Removing intermediate container e7c78b1d367a
14:12:50 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
14:12:50  ---> 9b491fc98132
14:12:50 Removing intermediate container 4e6974fa869e
14:12:50 Step 21/24 : RUN chmod +x /bin/swg2mrkup
14:12:50  ---> Running in 0755323251cd
14:12:50  ---> 0e839a8d3949
14:12:50 Removing intermediate container 0755323251cd
14:12:50 Step 22/24 : ADD oas2pdf /bin/oas2pdf
14:12:51  ---> f3c7f1672a16
14:12:51 Removing intermediate container e3ea012c0265
14:12:51 Step 23/24 : RUN chmod +x /bin/oas2pdf
14:12:51  ---> Running in 75d895b885c4
14:12:51  ---> 2bc72aadf210
14:12:51 Removing intermediate container 75d895b885c4
14:12:51 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
14:12:51  ---> Running in f4bb61849c1d
14:12:51  ---> a1f7b21b8083
14:12:51 Removing intermediate container f4bb61849c1d
14:12:51 Successfully built a1f7b21b8083
14:12:51 Successfully tagged openapivalidator:latest
14:12:51 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
14:12:51 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/526’: Permission denied
14:12:51 Mounting dir /var/www/html/api/nfv/sol002-sol003/526 as /storage
14:12:52 Using filter ''
14:12:52 
14:12:52 Entering dir /work/src
14:12:52 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
14:12:52 --- Merging file.
14:12:53 --- Create PDF...
14:12:55 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
14:12:55 --- Validating ../build/SOL003-VNFIndicator-API.yaml
14:12:55 ../build/SOL003-VNFIndicator-API.yaml is valid
14:12:55 --- Validation done (0).
14:12:55 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
14:12:55 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
14:12:55 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
14:12:55 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
14:12:55 --- Merging file.
14:12:57 --- Create PDF...
14:12:58 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
14:12:58 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
14:12:59 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
14:12:59 --- Validation done (0).
14:12:59 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
14:12:59 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
14:12:59 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
14:12:59 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
14:12:59 --- Merging file.
14:13:00 --- Create PDF...
14:13:02 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
14:13:02 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
14:13:02 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
14:13:02 --- Validation done (0).
14:13:02 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
14:13:02 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
14:13:02 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
14:13:02 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
14:13:02 --- Merging file.
14:13:06 --- Create PDF...
14:13:08 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
14:13:08 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
14:13:09 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
14:13:09 --- Validation done (0).
14:13:09 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
14:13:09 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
14:13:09 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
14:13:09 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
14:13:09 --- Merging file.
14:13:10 --- Create PDF...
14:13:12 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
14:13:12 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
14:13:13 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
14:13:13 --- Validation done (0).
14:13:13 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
14:13:13 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
14:13:13 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
14:13:13 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
14:13:13 --- Merging file.
14:13:14 --- Create PDF...
14:13:16 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
14:13:16 --- Validating ../build/SOL003-APIVersion-API.yaml
14:13:16 ../build/SOL003-APIVersion-API.yaml is valid
14:13:16 --- Validation done (0).
14:13:16 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
14:13:16 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
14:13:16 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
14:13:16 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
14:13:16 --- Merging file.
14:13:17 --- Create PDF...
14:13:19 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
14:13:19 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
14:13:20 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
14:13:20 --- Validation done (0).
14:13:20 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
14:13:20 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
14:13:20 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
14:13:20 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
14:13:20 --- Merging file.
14:13:20 --- Create PDF...
14:13:22 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
14:13:22 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
14:13:22 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
14:13:23 --- Validation done (0).
14:13:23 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
14:13:23 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
14:13:23 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
14:13:23 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
14:13:23 --- Merging file.
14:13:24 --- Create PDF...
14:13:26 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
14:13:26 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
14:13:26 ../build/SOL003-VNFFaultManagement-API.yaml is valid
14:13:26 --- Validation done (0).
14:13:26 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
14:13:26 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
14:13:26 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
14:13:26 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
14:13:26 --- Merging file.
14:13:27 --- Create PDF...
14:13:29 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
14:13:29 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
14:13:30 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
14:13:30 --- Validation done (0).
14:13:30 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
14:13:30 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
14:13:30 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
14:13:30 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
14:13:30 --- Merging file.
14:13:31 --- Create PDF...
14:13:33 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
14:13:33 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
14:13:33 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
14:13:33 --- Validation done (0).
14:13:33 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
14:13:33 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
14:13:33 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
14:13:33 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
14:13:33 --- Merging file.
14:13:35 --- Create PDF...
14:13:37 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
14:13:37 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
14:13:38 ../build/SOL003-VNFPackageManagement-API.yaml is valid
14:13:38 --- Validation done (0).
14:13:38 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
14:13:38 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
14:13:38 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
14:13:38 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
14:13:38 --- Merging file.
14:13:38 --- Create PDF...
14:13:40 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
14:13:40 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
14:13:41 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
14:13:41 --- Validation done (0).
14:13:41 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
14:13:41 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
14:13:41 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
14:13:41 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
14:13:41 --- Merging file.
14:13:42 --- Create PDF...
14:13:44 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
14:13:44 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
14:13:45 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
14:13:45 --- Validation done (0).
14:13:45 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
14:13:45 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
14:13:45 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
14:13:45 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
14:13:45 --- Merging file.
14:13:46 --- Create PDF...
14:13:48 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
14:13:48 --- Validating ../build/SOL002-VNFIndicator-API.yaml
14:13:48 ../build/SOL002-VNFIndicator-API.yaml is valid
14:13:48 --- Validation done (0).
14:13:48 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
14:13:48 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
14:13:48 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
14:13:48 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
14:13:48 --- Merging file.
14:13:49 --- Create PDF...
14:13:51 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
14:13:51 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
14:13:52 ../build/SOL002-VNFConfiguration-API.yaml is valid
14:13:52 --- Validation done (0).
14:13:52 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
14:13:52 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
14:13:52 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
14:13:52 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
14:13:52 --- Merging file.
14:13:55 --- Create PDF...
14:13:57 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
14:13:57 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
14:13:58 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
14:13:58 --- Validation done (0).
14:13:58 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
14:13:58 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
14:13:58 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
14:13:58 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
14:13:58 --- Merging file.
14:13:59 --- Create PDF...
14:14:01 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
14:14:01 --- Validating ../build/SOL002-APIVersion-API.yaml
14:14:02 ../build/SOL002-APIVersion-API.yaml is valid
14:14:02 --- Validation done (0).
14:14:02 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
14:14:02 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
14:14:02 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
14:14:02 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
14:14:02 --- Merging file.
14:14:03 --- Create PDF...
14:14:05 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
14:14:05 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
14:14:05 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
14:14:05 --- Validation done (0).
14:14:05 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
14:14:05 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
14:14:05 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
14:14:05 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
14:14:05 --- Merging file.
14:14:06 --- Create PDF...
14:14:08 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
14:14:08 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
14:14:08 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
14:14:08 --- Validation done (0).
14:14:08 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
14:14:08 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
14:14:08 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
14:14:08 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
14:14:08 --- Merging file.
14:14:10 --- Create PDF...
14:14:11 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
14:14:11 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
14:14:12 ../build/SOL002-VNFFaultManagement-API.yaml is valid
14:14:12 --- Validation done (0).
14:14:12 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
14:14:12 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
14:14:12 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
14:14:12 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
14:14:12 --- Merging file.
14:14:13 --- Create PDF...
14:14:15 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
14:14:15 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
14:14:15 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
14:14:15 --- Validation done (0).
14:14:15 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
14:14:15 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
14:14:15 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
14:14:15 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
14:14:15 --- Merging file.
14:14:16 --- Create PDF...
14:14:18 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
14:14:18 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
14:14:18 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
14:14:18 --- Validation done (0).
14:14:18 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
14:14:18 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
14:14:18 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
14:14:18 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
14:14:18 --- Merging file.
14:14:20 --- Create PDF...
14:14:22 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
14:14:22 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
14:14:22 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
14:14:22 --- Validation done (0).
14:14:22 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
14:14:22 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
14:14:22 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
14:14:23 -- Will validate: ./SOL002/VNFLifecycleCoordination/VNFLifecycleCoordination.yaml (api: VNFLifecycleCoordination) (deliverable:SOL002)
14:14:23 --- Merging file.
14:14:24 --- Create PDF...
14:14:25 mv: can't rename 'SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
14:14:25 --- Validating ../build/SOL002-VNFLifecycleCoordination-API.yaml
14:14:26 ../build/SOL002-VNFLifecycleCoordination-API.yaml is valid
14:14:26 --- Validation done (0).
14:14:26 '../build/SOL002-VNFLifecycleCoordination-API.yaml' -> '/storage/SOL002-VNFLifecycleCoordination-API.yaml'
14:14:26 '../build/SOL002-VNFLifecycleCoordination-API.json' -> '/storage/SOL002-VNFLifecycleCoordination-API.json'
14:14:26 cp: can't stat '../build/SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
14:14:26 -- Final validator returns 0.
14:14:26 Archiving artifacts
14:14:27 Finished: SUCCESS