FailedConsole Output

08:26:49 Started by GitLab push by Ayesha Ayub
08:26:49 [EnvInject] - Loading node environment variables.
08:26:49 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
08:26:49 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
08:26:49  > git rev-parse --is-inside-work-tree # timeout=10
08:26:49 Fetching changes from the remote Git repository
08:26:49  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
08:26:50 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
08:26:50  > git --version # timeout=10
08:26:50 using GIT_SSH to set credentials 
08:26:50  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
08:26:50  > git rev-parse remotes/origin/4.3.1-dev^{commit} # timeout=10
08:26:50  > git branch -a -v --no-abbrev --contains 54afabfa1c3b7cd3c7ec085b036dc48bd5931416 # timeout=10
08:26:50 Checking out Revision 54afabfa1c3b7cd3c7ec085b036dc48bd5931416 (origin/4.3.1-dev)
08:26:50  > git config core.sparsecheckout # timeout=10
08:26:50  > git checkout -f 54afabfa1c3b7cd3c7ec085b036dc48bd5931416
08:26:50 Commit message: "add new datatypes in VNFLCM API of SOL002"
08:26:50  > git rev-list --no-walk 634c7132063bcca89930dbc52a9d5364a382ce1c # timeout=10
08:26:50 [sol002-sol003] $ /bin/bash /tmp/jenkins6140392749707467515.sh
08:26:51 rm: cannot remove 'build/*-API.pdf': No such file or directory
08:26:51 ./build-container.sh: line 7: proxy: command not found
08:26:51 http_proxy is not set
08:26:51 Proxy set to 
08:26:51 Sending build context to Docker daemon  13.31kB

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