FailedConsole Output

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

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