FailedConsole Output

10:46:41 Started by GitLab push by Sana Zulfiqar
10:46:41 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
10:46:41 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
10:46:41  > git rev-parse --is-inside-work-tree # timeout=10
10:46:41 Fetching changes from the remote Git repository
10:46:41  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
10:46:41 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
10:46:41  > git --version # timeout=10
10:46:41 using GIT_SSH to set credentials 
10:46:41  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
10:46:42  > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10
10:46:42  > git branch -a -v --no-abbrev --contains 91f2385c5e79d05d57ee155cc1ff0c45f59babd4 # timeout=10
10:46:42 Checking out Revision 91f2385c5e79d05d57ee155cc1ff0c45f59babd4 (origin/3.5.1-dev)
10:46:42  > git config core.sparsecheckout # timeout=10
10:46:42  > git checkout -f 91f2385c5e79d05d57ee155cc1ff0c45f59babd4
10:46:43 Commit message: "new interface added VNF LCM Coordination"
10:46:43  > git rev-list --no-walk 5be61c97fe6c542c651f097584ebfed93bab568c # timeout=10
10:46:43 [sol002-sol003] $ /bin/bash /tmp/jenkins7801284312334247281.sh
10:46:43 ./build-container.sh: line 7: proxy: command not found
10:46:43 http_proxy is not set
10:46:43 Proxy set to 
10:46:43 Sending build context to Docker daemon  13.31kB

10:46:43 Step 1/24 : FROM alpine:3.10.0
10:46:44 3.10.0: Pulling from library/alpine
10:46:45 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
10:46:45 Status: Downloaded newer image for alpine:3.10.0
10:46:45  ---> 4d90542f0623
10:46:45 Step 2/24 : RUN env
10:46:45  ---> Using cache
10:46:45  ---> ae02487f36c4
10:46:45 Step 3/24 : RUN apk update
10:46:45  ---> Using cache
10:46:45  ---> b89c80fb50e5
10:46:45 Step 4/24 : RUN apk add bash
10:46:45  ---> Using cache
10:46:45  ---> 8784fbc9fc57
10:46:45 Step 5/24 : RUN apk add nodejs
10:46:45  ---> Using cache
10:46:45  ---> 28a25abf3ab9
10:46:45 Step 6/24 : RUN apk add nodejs-npm
10:46:45  ---> Using cache
10:46:45  ---> 1b596573243f
10:46:45 Step 7/24 : RUN apk add asciidoctor
10:46:45  ---> Using cache
10:46:45  ---> 0947b41ea58f
10:46:45 Step 8/24 : RUN apk add openjdk8
10:46:45  ---> Using cache
10:46:45  ---> c80710d753de
10:46:45 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
10:46:45  ---> Using cache
10:46:45  ---> 68468ab8366f
10:46:45 Step 10/24 : RUN apk add openssl
10:46:45  ---> Using cache
10:46:45  ---> 0ae14a88e45c
10:46:45 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
10:46:45  ---> Using cache
10:46:45  ---> 68e344322381
10:46:45 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
10:46:45  ---> Using cache
10:46:45  ---> f2d0d8812abe
10:46:45 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
10:46:45  ---> Using cache
10:46:45  ---> dadf1b8c885d
10:46:45 Step 14/24 : RUN npm config set proxy $http_proxy
10:46:45  ---> Using cache
10:46:45  ---> 82364b930f02
10:46:45 Step 15/24 : RUN npm install -g swagger-cli
10:46:45  ---> Using cache
10:46:45  ---> f26ac1dba4b2
10:46:45 Step 16/24 : RUN npm install -g json-refs
10:46:45  ---> Using cache
10:46:45  ---> 854cfe0dc266
10:46:45 Step 17/24 : RUN npm install -g yamljs
10:46:45  ---> Using cache
10:46:45  ---> 8a7612225506
10:46:45 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
10:46:45  ---> Using cache
10:46:45  ---> 579ed7161806
10:46:45 Step 19/24 : RUN chmod +x /validate-in-docker.sh
10:46:45  ---> Using cache
10:46:45  ---> 6e97ff7367d7
10:46:45 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
10:46:45  ---> Using cache
10:46:45  ---> 53920fad06ca
10:46:45 Step 21/24 : RUN chmod +x /bin/swg2mrkup
10:46:45  ---> Using cache
10:46:45  ---> a1e5ba8371bc
10:46:45 Step 22/24 : ADD oas2pdf /bin/oas2pdf
10:46:45  ---> Using cache
10:46:45  ---> 9b5708ec0c14
10:46:45 Step 23/24 : RUN chmod +x /bin/oas2pdf
10:46:45  ---> Using cache
10:46:45  ---> fa31c99226b9
10:46:45 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
10:46:45  ---> Using cache
10:46:45  ---> cf9ad04586ac
10:46:45 Successfully built cf9ad04586ac
10:46:45 Successfully tagged openapivalidator:latest
10:46:45 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
10:46:45 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/502’: Permission denied
10:46:45 Mounting dir /var/www/html/api/nfv/sol002-sol003/502 as /storage
10:46:45 Using filter ''
10:46:45 
10:46:45 Entering dir /work/src
10:46:45 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
10:46:46 --- Merging file.
10:46:47 --- Create PDF...
10:46:50 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
10:46:50 --- Validating ../build/SOL003-VNFIndicator-API.yaml
10:46:51 ../build/SOL003-VNFIndicator-API.yaml is valid
10:46:51 --- Validation done (0).
10:46:51 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
10:46:51 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
10:46:51 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
10:46:51 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
10:46:51 --- Merging file.
10:46:52 --- Create PDF...
10:46:53 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
10:46:53 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
10:46:54 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
10:46:54 --- Validation done (0).
10:46:54 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
10:46:54 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
10:46:54 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
10:46:54 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
10:46:54 --- Merging file.
10:46:55 --- Create PDF...
10:46:57 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
10:46:57 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
10:46:57 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
10:46:57 --- Validation done (0).
10:46:57 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
10:46:57 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
10:46:57 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
10:46:57 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
10:46:57 --- Merging file.
10:47:01 --- Create PDF...
10:47:03 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
10:47:03 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
10:47:04 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
10:47:04 --- Validation done (0).
10:47:04 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
10:47:04 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
10:47:04 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
10:47:04 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
10:47:04 --- Merging file.
10:47:05 --- Create PDF...
10:47:07 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
10:47:07 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
10:47:08 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
10:47:08 --- Validation done (0).
10:47:08 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
10:47:08 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
10:47:08 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
10:47:08 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
10:47:08 --- Merging file.
10:47:09 --- Create PDF...
10:47:11 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
10:47:11 --- Validating ../build/SOL003-APIVersion-API.yaml
10:47:11 ../build/SOL003-APIVersion-API.yaml is valid
10:47:11 --- Validation done (0).
10:47:11 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
10:47:11 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
10:47:11 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
10:47:11 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
10:47:11 --- Merging file.
10:47:12 --- Create PDF...
10:47:14 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
10:47:14 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
10:47:14 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
10:47:14 --- Validation done (0).
10:47:15 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
10:47:15 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
10:47:15 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
10:47:15 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
10:47:15 --- Merging file.
10:47:15 --- Create PDF...
10:47:17 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
10:47:17 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
10:47:18 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
10:47:18 --- Validation done (0).
10:47:18 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
10:47:18 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
10:47:18 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
10:47:18 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
10:47:18 --- Merging file.
10:47:19 --- Create PDF...
10:47:21 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
10:47:21 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
10:47:21 ../build/SOL003-VNFFaultManagement-API.yaml is valid
10:47:21 --- Validation done (0).
10:47:21 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
10:47:21 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
10:47:21 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
10:47:21 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
10:47:21 --- Merging file.
10:47:22 --- Create PDF...
10:47:24 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:47:24 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
10:47:25 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
10:47:25 --- Validation done (0).
10:47:25 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
10:47:25 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
10:47:25 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:47:25 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
10:47:25 --- Merging file.
10:47:26 --- Create PDF...
10:47:28 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
10:47:28 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
10:47:28 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
10:47:29 --- Validation done (0).
10:47:29 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
10:47:29 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
10:47:29 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
10:47:29 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
10:47:29 --- Merging file.
10:47:30 --- Create PDF...
10:47:32 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
10:47:32 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
10:47:33 ../build/SOL003-VNFPackageManagement-API.yaml is valid
10:47:33 --- Validation done (0).
10:47:33 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
10:47:33 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
10:47:33 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
10:47:33 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
10:47:33 --- Merging file.
10:47:34 --- Create PDF...
10:47:36 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:47:36 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
10:47:36 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
10:47:36 --- Validation done (0).
10:47:36 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
10:47:36 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
10:47:36 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:47:36 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
10:47:36 --- Merging file.
10:47:38 --- Create PDF...
10:47:39 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
10:47:39 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
10:47:40 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
10:47:40 --- Validation done (0).
10:47:40 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
10:47:40 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
10:47:40 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
10:47:40 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
10:47:40 --- Merging file.
10:47:41 --- Create PDF...
10:47:43 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
10:47:43 --- Validating ../build/SOL002-VNFIndicator-API.yaml
10:47:44 ../build/SOL002-VNFIndicator-API.yaml is valid
10:47:44 --- Validation done (0).
10:47:44 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
10:47:44 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
10:47:44 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
10:47:44 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
10:47:44 --- Merging file.
10:47:45 --- Create PDF...
10:47:47 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
10:47:47 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
10:47:47 ../build/SOL002-VNFConfiguration-API.yaml is valid
10:47:47 --- Validation done (0).
10:47:47 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
10:47:47 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
10:47:47 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
10:47:47 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
10:47:47 --- Merging file.
10:47:51 --- Create PDF...
10:47:52 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
10:47:52 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
10:47:54 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
10:47:54 --- Validation done (0).
10:47:54 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
10:47:54 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
10:47:54 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
10:47:54 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
10:47:54 --- Merging file.
10:47:55 --- Create PDF...
10:47:57 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
10:47:57 --- Validating ../build/SOL002-APIVersion-API.yaml
10:47:57 ../build/SOL002-APIVersion-API.yaml is valid
10:47:57 --- Validation done (0).
10:47:57 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
10:47:57 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
10:47:57 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
10:47:57 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
10:47:57 --- Merging file.
10:47:58 --- Create PDF...
10:48:00 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
10:48:00 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
10:48:00 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
10:48:00 --- Validation done (0).
10:48:00 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
10:48:00 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
10:48:00 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
10:48:00 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
10:48:00 --- Merging file.
10:48:01 --- Create PDF...
10:48:03 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
10:48:03 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
10:48:04 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
10:48:04 --- Validation done (0).
10:48:04 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
10:48:04 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
10:48:04 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
10:48:04 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
10:48:04 --- Merging file.
10:48:05 --- Create PDF...
10:48:07 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
10:48:07 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
10:48:07 ../build/SOL002-VNFFaultManagement-API.yaml is valid
10:48:07 --- Validation done (0).
10:48:07 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
10:48:07 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
10:48:07 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
10:48:07 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
10:48:07 --- Merging file.
10:48:09 --- Create PDF...
10:48:10 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:48:10 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
10:48:11 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
10:48:11 --- Validation done (0).
10:48:11 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
10:48:11 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
10:48:11 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:48:11 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
10:48:11 --- Merging file.
10:48:12 --- Create PDF...
10:48:14 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:48:14 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
10:48:14 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
10:48:14 --- Validation done (0).
10:48:14 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
10:48:14 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
10:48:14 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:48:14 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
10:48:14 --- Merging file.
10:48:16 --- Create PDF...
10:48:17 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
10:48:17 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
10:48:18 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
10:48:18 --- Validation done (0).
10:48:18 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
10:48:18 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
10:48:18 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
10:48:18 -- Will validate: ./SOL002/VNFLifecycleCoordination/VNFLifecycleCoordination.yaml (api: VNFLifecycleCoordination) (deliverable:SOL002)
10:48:18 --- Merging file.
10:48:19 --- Create PDF...
10:48:21 mv: can't rename 'SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
10:48:21 --- Validating ../build/SOL002-VNFLifecycleCoordination-API.yaml
10:48:21 Swagger schema validation failed. 
10:48:21   Data does not match any schemas from 'oneOf' at #/components/responses/IndividualLcmCoord.Get
10:48:21     Missing required property: $ref at #/components/responses/IndividualLcmCoord.Get
10:48:21     Additional properties not allowed: description at #/components/responses/IndividualLcmCoord.Get/content/schema
10:48:21  
10:48:21 JSON_OBJECT_VALIDATION_FAILED
10:48:21 --- Validation done (1).
10:48:21 '../build/SOL002-VNFLifecycleCoordination-API.yaml' -> '/storage/SOL002-VNFLifecycleCoordination-API.yaml'
10:48:21 '../build/SOL002-VNFLifecycleCoordination-API.json' -> '/storage/SOL002-VNFLifecycleCoordination-API.json'
10:48:21 cp: can't stat '../build/SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
10:48:21 -- Final validator returns 1.
10:48:22 Build step 'Execute shell' marked build as failure
10:48:22 Skipped archiving because build is not successful
10:48:22 Finished: FAILURE