12:45:56 Started by GitLab push by Ayesha Ayub 12:45:56 [EnvInject] - Loading node environment variables. 12:45:56 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 12:45:56 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 12:45:56 > git rev-parse --is-inside-work-tree # timeout=10 12:45:56 Fetching changes from the remote Git repository 12:45:56 > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10 12:45:56 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git 12:45:56 > git --version # timeout=10 12:45:56 using GIT_SSH to set credentials 12:45:56 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/* 12:45:57 > git rev-parse remotes/origin/3.7.1-dev^{commit} # timeout=10 12:45:57 > git branch -a -v --no-abbrev --contains eee3529c2f029f3a0173b26c2b860364ff21e696 # timeout=10 12:45:57 Checking out Revision eee3529c2f029f3a0173b26c2b860364ff21e696 (origin/3.7.1-dev) 12:45:57 > git config core.sparsecheckout # timeout=10 12:45:57 > git checkout -f eee3529c2f029f3a0173b26c2b860364ff21e696 12:45:57 Commit message: "separate common definitions files for SOL002 and SOL003" 12:45:57 > git rev-list --no-walk b6e81455b26891fb1fe79bd5a643d716dcd4dc2c # timeout=10 12:45:57 [sol002-sol003] $ /bin/bash /tmp/jenkins2943624679939465739.sh 12:45:57 rm: cannot remove 'build/*-API.pdf': No such file or directory 12:45:57 ./build-container.sh: line 7: proxy: command not found 12:45:57 http_proxy is not set 12:45:57 Proxy set to 12:45:57 Sending build context to Docker daemon 13.31kB 12:45:57 Step 1/24 : FROM alpine:3.10.0 12:45:57 ---> 4d90542f0623 12:45:57 Step 2/24 : RUN env 12:45:57 ---> Using cache 12:45:57 ---> 0b577767eb4e 12:45:57 Step 3/24 : RUN apk update 12:45:57 ---> Using cache 12:45:57 ---> 697471ef7f0a 12:45:57 Step 4/24 : RUN apk add bash 12:45:57 ---> Using cache 12:45:57 ---> a25251d4272c 12:45:57 Step 5/24 : RUN apk add nodejs 12:45:57 ---> Using cache 12:45:57 ---> ee3663c76c01 12:45:57 Step 6/24 : RUN apk add nodejs-npm 12:45:57 ---> Using cache 12:45:57 ---> 95530c68fb47 12:45:57 Step 7/24 : RUN apk add asciidoctor 12:45:57 ---> Using cache 12:45:57 ---> a321cc22063f 12:45:57 Step 8/24 : RUN apk add openjdk8 12:45:57 ---> Using cache 12:45:57 ---> 07148189c9d2 12:45:57 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 12:45:57 ---> Using cache 12:45:57 ---> 6808b2c86594 12:45:57 Step 10/24 : RUN apk add openssl 12:45:57 ---> Using cache 12:45:57 ---> ed2950ff9192 12:45:57 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3 12:45:57 ---> Using cache 12:45:57 ---> 83cde4af1585 12:45:57 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 12:45:57 ---> Using cache 12:45:57 ---> e442b40a01ef 12:45:57 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 12:45:57 ---> Using cache 12:45:57 ---> 22ece82af23f 12:45:57 Step 14/24 : RUN npm config set proxy $http_proxy 12:45:57 ---> Using cache 12:45:57 ---> 0cc1b972380e 12:45:57 Step 15/24 : RUN npm install -g swagger-cli 12:45:57 ---> Using cache 12:45:57 ---> 3ee43d5416a1 12:45:57 Step 16/24 : RUN npm install -g json-refs 12:45:57 ---> Using cache 12:45:57 ---> 94e261945a46 12:45:57 Step 17/24 : RUN npm install -g yamljs 12:45:57 ---> Using cache 12:45:57 ---> ce77b5519b06 12:45:57 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 12:45:57 ---> Using cache 12:45:57 ---> 44b8d506895b 12:45:57 Step 19/24 : RUN chmod +x /validate-in-docker.sh 12:45:57 ---> Using cache 12:45:57 ---> a5039aa790bd 12:45:57 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 12:45:57 ---> Using cache 12:45:57 ---> 6d250498ee71 12:45:57 Step 21/24 : RUN chmod +x /bin/swg2mrkup 12:45:57 ---> Using cache 12:45:57 ---> 749ca211a6a3 12:45:57 Step 22/24 : ADD oas2pdf /bin/oas2pdf 12:45:57 ---> Using cache 12:45:57 ---> 97729d38efff 12:45:57 Step 23/24 : RUN chmod +x /bin/oas2pdf 12:45:57 ---> Using cache 12:45:57 ---> 43c6b0336d86 12:45:57 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"] 12:45:57 ---> Using cache 12:45:57 ---> 0973d918ead8 12:45:57 Successfully built 0973d918ead8 12:45:57 Successfully tagged openapivalidator:latest 12:45:57 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work 12:45:57 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/617’: Permission denied 12:45:57 Mounting dir /var/www/html/api/nfv/sol002-sol003/617 as /storage 12:45:58 Using filter '' 12:45:58 12:45:58 Entering dir /work/src 12:45:58 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003) 12:45:58 --- Merging file. 12:46:00 --- Create PDF... 12:46:01 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory 12:46:01 --- Validating ../build/SOL003-VNFIndicator-API.yaml 12:46:02 ../build/SOL003-VNFIndicator-API.yaml is valid 12:46:02 --- Validation done (0). 12:46:02 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml' 12:46:02 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json' 12:46:02 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory 12:46:02 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003) 12:46:02 --- Merging file. 12:46:03 --- Create PDF... 12:46:05 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory 12:46:05 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml 12:46:06 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid 12:46:06 --- Validation done (0). 12:46:06 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml' 12:46:06 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json' 12:46:06 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory 12:46:06 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003) 12:46:06 --- Merging file. 12:46:07 --- Create PDF... 12:46:09 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory 12:46:09 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml 12:46:09 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid 12:46:09 --- Validation done (0). 12:46:09 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml' 12:46:09 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json' 12:46:09 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory 12:46:09 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003) 12:46:09 --- Merging file. 12:46:10 12:46:10 error: Document has invalid references: 12:46:10 12:46:10 #/components/requestBodies/CreateVnfSnapshotInfoRequest/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:10 #/components/requestBodies/VnfSnapshotInfoModificationRequest/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:10 #/components/responses/IndividualVnfInstance.Get.200/content/application~1json/schema/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:10 #/components/responses/IndividualVnfInstance.Patch.202/content/application~1json/schema/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:10 #/components/responses/IndividualVnfSnapshot.Get.200/content/application~1json/schema/items/properties/vnfSnapshot/properties/vnfInstance/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:10 #/components/responses/IndividualVnfSnapshot.Patch.200/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:10 #/components/responses/VNFInstances.Get.200/content/application~1json/schema/items/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:10 #/components/responses/VNFInstances.Post.201/content/application~1json/schema/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:10 #/components/responses/VnfSnapshots.Get.200/content/application~1json/schema/items/properties/vnfSnapshot/properties/vnfInstance/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:10 #/components/responses/VnfSnapshots.Post.201/content/application~1json/schema/properties/vnfSnapshot/properties/vnfInstance/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:10 12:46:10 --- Create PDF... 12:46:12 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory 12:46:12 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml 12:46:12 "/work/build/SOL003-VNFLifecycleManagement-API.yaml" is not a valid JSON Schema 12:46:12 --- Validation done (1). 12:46:12 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml' 12:46:12 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json' 12:46:12 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory 12:46:12 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003) 12:46:12 --- Merging file. 12:46:14 --- Create PDF... 12:46:15 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory 12:46:15 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml 12:46:16 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid 12:46:16 --- Validation done (0). 12:46:16 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' 12:46:16 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' 12:46:16 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory 12:46:16 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003) 12:46:16 --- Merging file. 12:46:18 --- Create PDF... 12:46:20 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory 12:46:20 --- Validating ../build/SOL003-APIVersion-API.yaml 12:46:21 ../build/SOL003-APIVersion-API.yaml is valid 12:46:21 --- Validation done (0). 12:46:21 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml' 12:46:21 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json' 12:46:21 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory 12:46:21 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003) 12:46:21 --- Merging file. 12:46:22 --- Create PDF... 12:46:24 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory 12:46:24 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml 12:46:25 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid 12:46:25 --- Validation done (0). 12:46:25 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml' 12:46:25 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json' 12:46:25 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory 12:46:25 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003) 12:46:25 --- Merging file. 12:46:26 --- Create PDF... 12:46:28 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml 12:46:28 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory 12:46:28 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid 12:46:28 --- Validation done (0). 12:46:28 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml' 12:46:28 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json' 12:46:28 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory 12:46:28 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003) 12:46:28 --- Merging file. 12:46:30 --- Create PDF... 12:46:32 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory 12:46:32 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml 12:46:33 ../build/SOL003-VNFFaultManagement-API.yaml is valid 12:46:33 --- Validation done (0). 12:46:33 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml' 12:46:33 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json' 12:46:33 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory 12:46:33 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003) 12:46:33 --- Merging file. 12:46:34 --- Create PDF... 12:46:36 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory 12:46:36 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml 12:46:37 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid 12:46:37 --- Validation done (0). 12:46:37 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml' 12:46:37 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json' 12:46:37 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory 12:46:37 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003) 12:46:37 --- Merging file. 12:46:38 --- Create PDF... 12:46:40 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory 12:46:40 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml 12:46:41 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid 12:46:41 --- Validation done (0). 12:46:41 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml' 12:46:41 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json' 12:46:41 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory 12:46:41 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003) 12:46:41 --- Merging file. 12:46:41 12:46:41 error: Document has invalid references: 12:46:41 12:46:41 #/components/requestBodies/PkgmSubscriptionRequest/content/application~1json/schema/properties/authentication: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/requestBodies/PkgmSubscriptionRequest/content/application~1json/schema/properties/callbackUri: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/requestBodies/PkgmSubscriptionRequest/content/application~1json/schema/properties/filter/properties/vnfPkgId/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier 12:46:41 #/components/requestBodies/PkgmSubscriptionRequest/content/application~1json/schema/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/versions/items/properties/vnfSoftwareVersion: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/requestBodies/PkgmSubscriptionRequest/content/application~1json/schema/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/versions/items/properties/vnfdVersions/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Version 12:46:41 #/components/requestBodies/PkgmSubscriptionRequest/content/application~1json/schema/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/vnfProductName: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/requestBodies/PkgmSubscriptionRequest/content/application~1json/schema/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProvider: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/requestBodies/PkgmSubscriptionRequest/content/application~1json/schema/properties/filter/properties/vnfdId/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier 12:46:41 #/components/requestBodies/PkgmSubscriptionRequest/content/application~1json/schema/properties/filter/properties/vnfmInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/String 12:46:41 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/_links/properties/packageContent: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/_links/properties/self: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/_links/properties/vnfd: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/artifactPath: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/artifactURI/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Uri 12:46:41 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/checksum: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/isEncrypted: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/metadata: Extra JSON Reference properties will be ignored: description 12:46:41 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/nonManoArtifactSetId: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/checksum: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/compatibleSpecificationVersions/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Version 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/id: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/onboardingFailureDetails: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/signingCertificate: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/checksum: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/createdAt: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/id: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/imageUri: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/isEncrypted: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/name: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/provider: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/userMetadata: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/version: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/userDefinedData: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/vnfProductName: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/vnfProvider: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/vnfSoftwareVersion: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/vnfdId: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualOnboardedVnfPackage.Get.200/content/application~1json/schema/properties/vnfmInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/String 12:46:42 #/components/responses/IndividualOnboardedVnfPackageArtifact.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 #/components/responses/IndividualOnboardedVnfPackageArtifacts.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 #/components/responses/IndividualOnboardedVnfPackageContent.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 #/components/responses/IndividualSubscription.Get.200/content/application~1json/schema/properties/_links/properties/self: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualSubscription.Get.200/content/application~1json/schema/properties/callbackUri: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualSubscription.Get.200/content/application~1json/schema/properties/filter/properties/vnfPkgId/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier 12:46:42 #/components/responses/IndividualSubscription.Get.200/content/application~1json/schema/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/versions/items/properties/vnfSoftwareVersion: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualSubscription.Get.200/content/application~1json/schema/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/versions/items/properties/vnfdVersions/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Version 12:46:42 #/components/responses/IndividualSubscription.Get.200/content/application~1json/schema/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/vnfProductName: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualSubscription.Get.200/content/application~1json/schema/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProvider: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualSubscription.Get.200/content/application~1json/schema/properties/filter/properties/vnfdId/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier 12:46:42 #/components/responses/IndividualSubscription.Get.200/content/application~1json/schema/properties/filter/properties/vnfmInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/String 12:46:42 #/components/responses/IndividualSubscription.Get.200/content/application~1json/schema/properties/id: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/_links/properties/packageContent: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/_links/properties/self: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/_links/properties/vnfd: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/artifactPath: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/artifactURI/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Uri 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/checksum: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/isEncrypted: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/metadata: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/additionalArtifacts/items/properties/nonManoArtifactSetId: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/checksum: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/compatibleSpecificationVersions/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Version 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/id: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/onboardingFailureDetails: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/signingCertificate: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/checksum: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/createdAt: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/id: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/imageUri: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/isEncrypted: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/name: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/provider: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/userMetadata: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/softwareImages/items/properties/version: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/userDefinedData: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/vnfProductName: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/vnfProvider: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/vnfSoftwareVersion: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/vnfdId: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/IndividualVnfPackage.Get.200/content/application~1json/schema/properties/vnfmInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/String 12:46:42 #/components/responses/IndividualVnfPackageArtifact.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 #/components/responses/IndividualVnfPackageArtifacts.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 #/components/responses/IndividualVnfPackageContent.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 #/components/responses/ManifestInIndividualOnboardedVnfPackage.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 #/components/responses/ManifestInIndividualVnfPackage.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/_links/properties/packageContent: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/_links/properties/self: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/_links/properties/vnfd: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/additionalArtifacts/items/properties/artifactPath: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/additionalArtifacts/items/properties/artifactURI/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Uri 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/additionalArtifacts/items/properties/checksum: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/additionalArtifacts/items/properties/isEncrypted: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/additionalArtifacts/items/properties/metadata: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/additionalArtifacts/items/properties/nonManoArtifactSetId: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/checksum: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/compatibleSpecificationVersions/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Version 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/id: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/onboardingFailureDetails: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/signingCertificate: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/softwareImages/items/properties/checksum: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/softwareImages/items/properties/createdAt: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/softwareImages/items/properties/id: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/softwareImages/items/properties/imageUri: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/softwareImages/items/properties/isEncrypted: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/softwareImages/items/properties/name: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/softwareImages/items/properties/provider: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/softwareImages/items/properties/userMetadata: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/softwareImages/items/properties/version: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/userDefinedData: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/vnfProductName: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/vnfProvider: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/vnfSoftwareVersion: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/vnfdId: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/vnfdVersion: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/OnboardedVnfPackages.Get.200/content/application~1json/schema/items/properties/vnfmInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/String 12:46:42 #/components/responses/Subscriptions.Get.200/content/application~1json/schema/items/properties/_links/properties/self: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Get.200/content/application~1json/schema/items/properties/callbackUri: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Get.200/content/application~1json/schema/items/properties/filter/properties/vnfPkgId/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier 12:46:42 #/components/responses/Subscriptions.Get.200/content/application~1json/schema/items/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/versions/items/properties/vnfSoftwareVersion: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Get.200/content/application~1json/schema/items/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/versions/items/properties/vnfdVersions/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Version 12:46:42 #/components/responses/Subscriptions.Get.200/content/application~1json/schema/items/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/vnfProductName: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Get.200/content/application~1json/schema/items/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProvider: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Get.200/content/application~1json/schema/items/properties/filter/properties/vnfdId/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier 12:46:42 #/components/responses/Subscriptions.Get.200/content/application~1json/schema/items/properties/filter/properties/vnfmInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/String 12:46:42 #/components/responses/Subscriptions.Get.200/content/application~1json/schema/items/properties/id: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Post.201/content/application~1json/schema/items/properties/_links/properties/self: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Post.201/content/application~1json/schema/items/properties/callbackUri: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Post.201/content/application~1json/schema/items/properties/filter/properties/vnfPkgId/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier 12:46:42 #/components/responses/Subscriptions.Post.201/content/application~1json/schema/items/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/versions/items/properties/vnfSoftwareVersion: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Post.201/content/application~1json/schema/items/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/versions/items/properties/vnfdVersions/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Version 12:46:42 #/components/responses/Subscriptions.Post.201/content/application~1json/schema/items/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProducts/items/properties/vnfProductName: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Post.201/content/application~1json/schema/items/properties/filter/properties/vnfProductsFromProviders/items/properties/vnfProvider: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Post.201/content/application~1json/schema/items/properties/filter/properties/vnfdId/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier 12:46:42 #/components/responses/Subscriptions.Post.201/content/application~1json/schema/items/properties/filter/properties/vnfmInfo/items: JSON Pointer points to missing location: ../../../definitions/SOL002SOL003_def.yaml#/definitions/String 12:46:42 #/components/responses/Subscriptions.Post.201/content/application~1json/schema/items/properties/id: Extra JSON Reference properties will be ignored: description 12:46:42 #/components/responses/Subscriptions.Post.422/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 #/components/responses/VnfdInIndividualOnboardedVnfPackage.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 #/components/responses/VnfdInIndividualVnfPackage.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails 12:46:42 12:46:42 --- Create PDF... 12:46:44 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory 12:46:44 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml 12:46:44 "/work/build/SOL003-VNFPackageManagement-API.yaml" is not a valid JSON Schema 12:46:44 --- Validation done (1). 12:46:44 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml' 12:46:44 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json' 12:46:44 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory 12:46:44 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003) 12:46:44 --- Merging file. 12:46:45 --- Create PDF... 12:46:47 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory 12:46:47 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml 12:46:47 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid 12:46:47 --- Validation done (0). 12:46:47 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml' 12:46:47 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json' 12:46:47 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory 12:46:47 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003) 12:46:47 --- Merging file. 12:46:49 --- Create PDF... 12:46:51 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml 12:46:51 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory 12:46:52 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid 12:46:52 --- Validation done (0). 12:46:52 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml' 12:46:52 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json' 12:46:52 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory 12:46:52 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002) 12:46:52 --- Merging file. 12:46:53 --- Create PDF... 12:46:55 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory 12:46:55 --- Validating ../build/SOL002-VNFIndicator-API.yaml 12:46:56 ../build/SOL002-VNFIndicator-API.yaml is valid 12:46:56 --- Validation done (0). 12:46:56 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml' 12:46:56 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json' 12:46:56 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory 12:46:56 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002) 12:46:56 --- Merging file. 12:46:57 --- Create PDF... 12:46:59 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory 12:46:59 --- Validating ../build/SOL002-VNFConfiguration-API.yaml 12:47:00 ../build/SOL002-VNFConfiguration-API.yaml is valid 12:47:00 --- Validation done (0). 12:47:00 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml' 12:47:00 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json' 12:47:00 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory 12:47:00 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002) 12:47:00 --- Merging file. 12:47:04 --- Create PDF... 12:47:06 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory 12:47:06 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml 12:47:08 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid 12:47:08 --- Validation done (0). 12:47:08 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml' 12:47:08 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json' 12:47:08 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory 12:47:08 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002) 12:47:08 --- Merging file. 12:47:09 --- Create PDF... 12:47:11 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory 12:47:11 --- Validating ../build/SOL002-APIVersion-API.yaml 12:47:12 ../build/SOL002-APIVersion-API.yaml is valid 12:47:12 --- Validation done (0). 12:47:12 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml' 12:47:12 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json' 12:47:12 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory 12:47:12 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002) 12:47:12 --- Merging file. 12:47:13 --- Create PDF... 12:47:15 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory 12:47:15 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml 12:47:16 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid 12:47:16 --- Validation done (0). 12:47:16 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml' 12:47:16 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json' 12:47:16 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory 12:47:16 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002) 12:47:16 --- Merging file. 12:47:17 --- Create PDF... 12:47:19 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml 12:47:19 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory 12:47:20 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid 12:47:20 --- Validation done (0). 12:47:20 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml' 12:47:20 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json' 12:47:20 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory 12:47:20 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002) 12:47:20 --- Merging file. 12:47:21 --- Create PDF... 12:47:23 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory 12:47:23 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml 12:47:24 ../build/SOL002-VNFFaultManagement-API.yaml is valid 12:47:24 --- Validation done (0). 12:47:24 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml' 12:47:24 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json' 12:47:24 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory 12:47:24 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002) 12:47:24 --- Merging file. 12:47:25 --- Create PDF... 12:47:27 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory 12:47:27 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml 12:47:28 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid 12:47:28 --- Validation done (0). 12:47:28 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml' 12:47:28 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json' 12:47:28 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory 12:47:28 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002) 12:47:28 --- Merging file. 12:47:29 --- Create PDF... 12:47:31 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory 12:47:31 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml 12:47:32 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid 12:47:32 --- Validation done (0). 12:47:32 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml' 12:47:32 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json' 12:47:32 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory 12:47:32 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002) 12:47:32 --- Merging file. 12:47:34 --- Create PDF... 12:47:36 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory 12:47:36 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml 12:47:37 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid 12:47:37 --- Validation done (0). 12:47:37 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml' 12:47:37 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json' 12:47:37 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory 12:47:37 -- Will validate: ./SOL002/VNFLifecycleCoordination/VNFLifecycleCoordination.yaml (api: VNFLifecycleCoordination) (deliverable:SOL002) 12:47:37 --- Merging file. 12:47:38 --- Create PDF... 12:47:40 mv: can't rename 'SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory 12:47:40 --- Validating ../build/SOL002-VNFLifecycleCoordination-API.yaml 12:47:41 ../build/SOL002-VNFLifecycleCoordination-API.yaml is valid 12:47:41 --- Validation done (0). 12:47:41 '../build/SOL002-VNFLifecycleCoordination-API.yaml' -> '/storage/SOL002-VNFLifecycleCoordination-API.yaml' 12:47:41 '../build/SOL002-VNFLifecycleCoordination-API.json' -> '/storage/SOL002-VNFLifecycleCoordination-API.json' 12:47:41 cp: can't stat '../build/SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory 12:47:41 -- Final validator returns 1. 12:47:41 Build step 'Execute shell' marked build as failure 12:47:41 Skipped archiving because build is not successful 12:47:41 Finished: FAILURE