FailedConsole Output

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

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