FailedConsole Output

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

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