FailedConsole Output

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

15:18:14 Step 1/24 : FROM alpine:3.10.0
15:18:14  ---> 4d90542f0623
15:18:14 Step 2/24 : RUN env
15:18:14  ---> Using cache
15:18:14  ---> 0b577767eb4e
15:18:14 Step 3/24 : RUN apk update
15:18:14  ---> Using cache
15:18:14  ---> 697471ef7f0a
15:18:14 Step 4/24 : RUN apk add bash
15:18:14  ---> Using cache
15:18:14  ---> a25251d4272c
15:18:14 Step 5/24 : RUN apk add nodejs
15:18:14  ---> Using cache
15:18:14  ---> ee3663c76c01
15:18:14 Step 6/24 : RUN apk add nodejs-npm
15:18:14  ---> Using cache
15:18:14  ---> 95530c68fb47
15:18:14 Step 7/24 : RUN apk add asciidoctor
15:18:14  ---> Using cache
15:18:14  ---> a321cc22063f
15:18:14 Step 8/24 : RUN apk add openjdk8
15:18:14  ---> Using cache
15:18:14  ---> 07148189c9d2
15:18:14 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
15:18:14  ---> Using cache
15:18:14  ---> 6808b2c86594
15:18:14 Step 10/24 : RUN apk add openssl
15:18:14  ---> Using cache
15:18:14  ---> ed2950ff9192
15:18:14 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3
15:18:14  ---> Using cache
15:18:14  ---> 83cde4af1585
15:18:14 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
15:18:14  ---> Using cache
15:18:14  ---> e442b40a01ef
15:18:14 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
15:18:14  ---> Using cache
15:18:14  ---> 22ece82af23f
15:18:14 Step 14/24 : RUN npm config set proxy $http_proxy
15:18:14  ---> Using cache
15:18:14  ---> 0cc1b972380e
15:18:14 Step 15/24 : RUN npm install -g swagger-cli
15:18:14  ---> Using cache
15:18:14  ---> 3ee43d5416a1
15:18:14 Step 16/24 : RUN npm install -g json-refs
15:18:14  ---> Using cache
15:18:14  ---> 94e261945a46
15:18:14 Step 17/24 : RUN npm install -g yamljs
15:18:14  ---> Using cache
15:18:14  ---> ce77b5519b06
15:18:14 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
15:18:14  ---> Using cache
15:18:14  ---> bd00c99e0165
15:18:14 Step 19/24 : RUN chmod +x /validate-in-docker.sh
15:18:14  ---> Using cache
15:18:14  ---> 233428bd9acc
15:18:14 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
15:18:14  ---> Using cache
15:18:14  ---> 6c43278b3282
15:18:14 Step 21/24 : RUN chmod +x /bin/swg2mrkup
15:18:14  ---> Using cache
15:18:14  ---> ee7745b22f35
15:18:14 Step 22/24 : ADD oas2pdf /bin/oas2pdf
15:18:14  ---> Using cache
15:18:14  ---> 559f3514aa0a
15:18:14 Step 23/24 : RUN chmod +x /bin/oas2pdf
15:18:14  ---> Using cache
15:18:14  ---> abb26bb86fa3
15:18:14 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
15:18:14  ---> Using cache
15:18:14  ---> 4e7ad1cc846e
15:18:14 Successfully built 4e7ad1cc846e
15:18:14 Successfully tagged openapivalidator:latest
15:18:14 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
15:18:14 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/556’: Permission denied
15:18:14 Mounting dir /var/www/html/api/nfv/sol002-sol003/556 as /storage
15:18:14 Using filter ''
15:18:14 
15:18:14 Entering dir /work/src
15:18:14 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
15:18:14 --- Merging file.
15:18:16 --- Create PDF...
15:18:17 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
15:18:17 --- Validating ../build/SOL003-VNFIndicator-API.yaml
15:18:18 ../build/SOL003-VNFIndicator-API.yaml is valid
15:18:18 --- Validation done (0).
15:18:18 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
15:18:18 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
15:18:18 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
15:18:18 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
15:18:18 --- Merging file.
15:18:19 --- Create PDF...
15:18:21 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
15:18:21 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
15:18:21 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
15:18:21 --- Validation done (0).
15:18:21 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
15:18:21 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
15:18:21 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
15:18:21 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
15:18:21 --- Merging file.
15:18:22 --- Create PDF...
15:18:24 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
15:18:24 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
15:18:24 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
15:18:24 --- Validation done (0).
15:18:24 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
15:18:24 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
15:18:24 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
15:18:24 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
15:18:24 --- Merging file.
15:18:25 
15:18:25   error: Document has invalid references:
15:18:25 
15:18:25   #/components/requestBodies/CreateVnfSnapshotInfoRequest/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/mcioInfo/items: JSON Pointer points to missing location: #/definitions/McioInfo - TO DO
15:18:25   #/components/requestBodies/CreateVnfSnapshotInfoRequest/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/virtualCpInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO
15:18:25   #/components/requestBodies/VnfSnapshotInfoModificationRequest/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/mcioInfo/items: JSON Pointer points to missing location: #/definitions/McioInfo - TO DO
15:18:25   #/components/requestBodies/VnfSnapshotInfoModificationRequest/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/virtualCpInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO
15:18:25   #/components/responses/IndividualVnfInstance.Get.200/content/application~1json/schema/properties/instantiatedVnfInfo/properties/mcioInfo/items: JSON Pointer points to missing location: #/definitions/McioInfo - TO DO
15:18:25   #/components/responses/IndividualVnfInstance.Get.200/content/application~1json/schema/properties/instantiatedVnfInfo/properties/virtualCpInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO
15:18:25   #/components/responses/IndividualVnfInstance.Patch.202/content/application~1json/schema/properties/instantiatedVnfInfo/properties/mcioInfo/items: JSON Pointer points to missing location: #/definitions/McioInfo - TO DO
15:18:25   #/components/responses/IndividualVnfInstance.Patch.202/content/application~1json/schema/properties/instantiatedVnfInfo/properties/virtualCpInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO
15:18:25   #/components/responses/IndividualVnfSnapshot.Get.200/content/application~1json/schema/items/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/mcioInfo/items: JSON Pointer points to missing location: #/definitions/McioInfo - TO DO
15:18:25   #/components/responses/IndividualVnfSnapshot.Get.200/content/application~1json/schema/items/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/virtualCpInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO
15:18:25   #/components/responses/IndividualVnfSnapshot.Patch.200/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/mcioInfo/items: JSON Pointer points to missing location: #/definitions/McioInfo - TO DO
15:18:25   #/components/responses/IndividualVnfSnapshot.Patch.200/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/virtualCpInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO
15:18:25   #/components/responses/VNFInstances.Get.200/content/application~1json/schema/items/properties/instantiatedVnfInfo/properties/mcioInfo/items: JSON Pointer points to missing location: #/definitions/McioInfo - TO DO
15:18:25   #/components/responses/VNFInstances.Get.200/content/application~1json/schema/items/properties/instantiatedVnfInfo/properties/virtualCpInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO
15:18:25   #/components/responses/VNFInstances.Post.201/content/application~1json/schema/properties/instantiatedVnfInfo/properties/mcioInfo/items: JSON Pointer points to missing location: #/definitions/McioInfo - TO DO
15:18:25   #/components/responses/VNFInstances.Post.201/content/application~1json/schema/properties/instantiatedVnfInfo/properties/virtualCpInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO
15:18:25   #/components/responses/VnfSnapshots.Get.200/content/application~1json/schema/items/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/mcioInfo/items: JSON Pointer points to missing location: #/definitions/McioInfo - TO DO
15:18:25   #/components/responses/VnfSnapshots.Get.200/content/application~1json/schema/items/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/virtualCpInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO
15:18:25   #/components/responses/VnfSnapshots.Post.201/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/mcioInfo/items: JSON Pointer points to missing location: #/definitions/McioInfo - TO DO
15:18:25   #/components/responses/VnfSnapshots.Post.201/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/instantiatedVnfInfo/properties/virtualCpInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO
15:18:25 
15:18:26 --- Create PDF...
15:18:27 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
15:18:27 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
15:18:28 "/work/build/SOL003-VNFLifecycleManagement-API.yaml" is not a valid JSON Schema
15:18:28 --- Validation done (1).
15:18:28 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
15:18:28 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
15:18:28 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
15:18:28 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
15:18:28 --- Merging file.
15:18:29 --- Create PDF...
15:18:30 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
15:18:30 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
15:18:31 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
15:18:31 --- Validation done (0).
15:18:31 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
15:18:31 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
15:18:31 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
15:18:31 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
15:18:31 --- Merging file.
15:18:32 --- Create PDF...
15:18:34 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
15:18:34 --- Validating ../build/SOL003-APIVersion-API.yaml
15:18:35 ../build/SOL003-APIVersion-API.yaml is valid
15:18:35 --- Validation done (0).
15:18:35 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
15:18:35 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
15:18:35 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
15:18:35 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
15:18:35 --- Merging file.
15:18:36 --- Create PDF...
15:18:37 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
15:18:37 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
15:18:38 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
15:18:38 --- Validation done (0).
15:18:38 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
15:18:38 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
15:18:38 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
15:18:38 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
15:18:38 --- Merging file.
15:18:39 --- Create PDF...
15:18:40 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
15:18:40 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
15:18:41 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
15:18:41 --- Validation done (0).
15:18:41 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
15:18:41 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
15:18:41 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
15:18:41 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
15:18:41 --- Merging file.
15:18:42 --- Create PDF...
15:18:44 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
15:18:44 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
15:18:44 ../build/SOL003-VNFFaultManagement-API.yaml is valid
15:18:44 --- Validation done (0).
15:18:44 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
15:18:44 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
15:18:44 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
15:18:44 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
15:18:44 --- Merging file.
15:18:45 --- Create PDF...
15:18:47 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
15:18:47 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
15:18:48 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
15:18:48 --- Validation done (0).
15:18:48 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
15:18:48 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
15:18:48 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
15:18:48 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
15:18:48 --- Merging file.
15:18:49 --- Create PDF...
15:18:51 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
15:18:51 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
15:18:51 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
15:18:51 --- Validation done (0).
15:18:51 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
15:18:51 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
15:18:51 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
15:18:51 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
15:18:51 --- Merging file.
15:18:53 --- Create PDF...
15:18:55 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
15:18:55 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
15:18:56 ../build/SOL003-VNFPackageManagement-API.yaml is valid
15:18:56 --- Validation done (0).
15:18:56 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
15:18:56 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
15:18:56 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
15:18:56 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
15:18:56 --- Merging file.
15:18:57 --- Create PDF...
15:18:58 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
15:18:58 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
15:18:59 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
15:18:59 --- Validation done (0).
15:18:59 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
15:18:59 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
15:18:59 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
15:18:59 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
15:18:59 --- Merging file.
15:19:00 --- Create PDF...
15:19:02 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
15:19:02 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
15:19:03 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
15:19:03 --- Validation done (0).
15:19:03 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
15:19:03 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
15:19:03 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
15:19:03 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
15:19:03 --- Merging file.
15:19:04 --- Create PDF...
15:19:06 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
15:19:06 --- Validating ../build/SOL002-VNFIndicator-API.yaml
15:19:06 ../build/SOL002-VNFIndicator-API.yaml is valid
15:19:06 --- Validation done (0).
15:19:06 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
15:19:06 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
15:19:06 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
15:19:06 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
15:19:06 --- Merging file.
15:19:08 --- Create PDF...
15:19:09 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
15:19:09 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
15:19:10 ../build/SOL002-VNFConfiguration-API.yaml is valid
15:19:10 --- Validation done (0).
15:19:10 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
15:19:10 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
15:19:10 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
15:19:10 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
15:19:10 --- Merging file.
15:19:14 --- Create PDF...
15:19:15 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
15:19:15 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
15:19:17 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
15:19:17 --- Validation done (0).
15:19:17 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
15:19:17 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
15:19:17 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
15:19:17 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
15:19:17 --- Merging file.
15:19:18 --- Create PDF...
15:19:20 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
15:19:20 --- Validating ../build/SOL002-APIVersion-API.yaml
15:19:20 ../build/SOL002-APIVersion-API.yaml is valid
15:19:20 --- Validation done (0).
15:19:20 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
15:19:20 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
15:19:20 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
15:19:20 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
15:19:20 --- Merging file.
15:19:21 --- Create PDF...
15:19:23 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
15:19:23 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
15:19:24 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
15:19:24 --- Validation done (0).
15:19:24 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
15:19:24 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
15:19:24 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
15:19:24 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
15:19:24 --- Merging file.
15:19:25 --- Create PDF...
15:19:26 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
15:19:26 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
15:19:27 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
15:19:27 --- Validation done (0).
15:19:27 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
15:19:27 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
15:19:27 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
15:19:27 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
15:19:27 --- Merging file.
15:19:28 --- Create PDF...
15:19:30 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
15:19:30 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
15:19:30 ../build/SOL002-VNFFaultManagement-API.yaml is valid
15:19:31 --- Validation done (0).
15:19:31 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
15:19:31 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
15:19:31 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
15:19:31 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
15:19:31 --- Merging file.
15:19:32 --- Create PDF...
15:19:33 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
15:19:33 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
15:19:34 Swagger schema validation failed. 
15:19:34   Data does not match any schemas from 'oneOf' at #/components/requestBodies/VnfLcmOperationOccurrenceNotification
15:19:34     Missing required property: $ref at #/components/requestBodies/VnfLcmOperationOccurrenceNotification
15:19:34     Data does not match any schemas from 'oneOf' at #/components/requestBodies/VnfLcmOperationOccurrenceNotification/content/application/json/schema
15:19:34       Data does not match any schemas from 'oneOf' at #/content/application/json/schema/properties/affectedVirtualCps
15:19:34         Additional properties not allowed: descriptions at #/properties/affectedVirtualCps
15:19:34         Missing required property: $ref at #/properties/affectedVirtualCps
15:19:34       Missing required property: $ref at #/content/application/json/schema
15:19:34  
15:19:34 JSON_OBJECT_VALIDATION_FAILED
15:19:34 --- Validation done (1).
15:19:34 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
15:19:34 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
15:19:34 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
15:19:34 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
15:19:34 --- Merging file.
15:19:35 --- Create PDF...
15:19:36 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
15:19:36 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
15:19:37 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
15:19:37 --- Validation done (0).
15:19:37 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
15:19:37 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
15:19:37 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
15:19:37 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
15:19:37 --- Merging file.
15:19:39 --- Create PDF...
15:19:40 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
15:19:40 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
15:19:41 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
15:19:41 --- Validation done (0).
15:19:41 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
15:19:41 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
15:19:41 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
15:19:41 -- Will validate: ./SOL002/VNFLifecycleCoordination/VNFLifecycleCoordination.yaml (api: VNFLifecycleCoordination) (deliverable:SOL002)
15:19:41 --- Merging file.
15:19:42 --- Create PDF...
15:19:44 mv: can't rename 'SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
15:19:44 --- Validating ../build/SOL002-VNFLifecycleCoordination-API.yaml
15:19:44 ../build/SOL002-VNFLifecycleCoordination-API.yaml is valid
15:19:45 --- Validation done (0).
15:19:45 '../build/SOL002-VNFLifecycleCoordination-API.yaml' -> '/storage/SOL002-VNFLifecycleCoordination-API.yaml'
15:19:45 '../build/SOL002-VNFLifecycleCoordination-API.json' -> '/storage/SOL002-VNFLifecycleCoordination-API.json'
15:19:45 cp: can't stat '../build/SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
15:19:45 -- Final validator returns 1.
15:19:45 Build step 'Execute shell' marked build as failure
15:19:45 Skipped archiving because build is not successful
15:19:45 Finished: FAILURE