FailedConsole Output

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

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