FailedConsole Output

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

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