09:36:50 Started by GitLab push by Samir Medjiah 09:36:50 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 09:36:50 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 09:36:50 > git rev-parse --is-inside-work-tree # timeout=10 09:36:50 Fetching changes from the remote Git repository 09:36:50 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 09:36:50 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 09:36:50 > git --version # timeout=10 09:36:50 using GIT_SSH to set credentials 09:36:50 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 09:36:53 > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10 09:36:53 > git branch -a -v --no-abbrev --contains a8b35943da8cd3620e35137571a4268862ea022d # timeout=10 09:36:53 Checking out Revision a8b35943da8cd3620e35137571a4268862ea022d (origin/3.3.1-dev) 09:36:53 > git config core.sparsecheckout # timeout=10 09:36:53 > git checkout -f a8b35943da8cd3620e35137571a4268862ea022d 09:36:53 Commit message: "SOL005_INT_012 : attributes interdependency in "ExtractVnfSnapshotPkgRequest"" 09:36:53 > git rev-list --no-walk c181a93dde8cf770fc605ddc49fe9e1c79cb6760 # timeout=10 09:36:53 [sol005] $ /bin/bash /tmp/jenkins1908093901772565592.sh 09:36:53 ./build-container.sh: line 7: proxy: command not found 09:36:53 http_proxy is not set 09:36:53 Proxy set to 09:36:53 Sending build context to Docker daemon 13.31kB 09:36:53 Step 1/24 : FROM alpine:3.10.0 09:36:55 3.10.0: Pulling from library/alpine 09:36:55 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 09:36:55 Status: Downloaded newer image for alpine:3.10.0 09:36:55 ---> 4d90542f0623 09:36:55 Step 2/24 : RUN env 09:36:55 ---> Using cache 09:36:55 ---> e2553b1af332 09:36:55 Step 3/24 : RUN apk update 09:36:55 ---> Using cache 09:36:55 ---> 9d891293b328 09:36:55 Step 4/24 : RUN apk add bash 09:36:55 ---> Using cache 09:36:55 ---> 60c4c93ce401 09:36:55 Step 5/24 : RUN apk add nodejs 09:36:55 ---> Using cache 09:36:55 ---> e900d2f09106 09:36:55 Step 6/24 : RUN apk add nodejs-npm 09:36:55 ---> Using cache 09:36:55 ---> 03f6a25fc90c 09:36:55 Step 7/24 : RUN apk add asciidoctor 09:36:55 ---> Using cache 09:36:55 ---> 978c03d7b45f 09:36:55 Step 8/24 : RUN apk add openjdk8 09:36:55 ---> Using cache 09:36:55 ---> 87e0c01787eb 09:36:55 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 09:36:55 ---> Using cache 09:36:55 ---> ca2326e0fd7e 09:36:55 Step 10/24 : RUN apk add openssl 09:36:55 ---> Using cache 09:36:55 ---> 0805ccbe0a56 09:36:55 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 09:36:55 ---> Using cache 09:36:55 ---> 2118ba81fe9b 09:36:55 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 09:36:55 ---> Using cache 09:36:55 ---> f2f90a52569b 09:36:55 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 09:36:55 ---> Using cache 09:36:55 ---> cfd3e7827631 09:36:55 Step 14/24 : RUN npm config set proxy $http_proxy 09:36:55 ---> Using cache 09:36:55 ---> 318995b26504 09:36:55 Step 15/24 : RUN npm install -g swagger-cli 09:36:55 ---> Using cache 09:36:55 ---> 2463a99164db 09:36:55 Step 16/24 : RUN npm install -g json-refs 09:36:55 ---> Using cache 09:36:55 ---> 9afd7d84668d 09:36:55 Step 17/24 : RUN npm install -g yamljs 09:36:55 ---> Using cache 09:36:55 ---> 7b4ab59ef078 09:36:55 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 09:36:55 ---> Using cache 09:36:55 ---> c21894e86303 09:36:55 Step 19/24 : RUN chmod +x /validate-in-docker.sh 09:36:55 ---> Using cache 09:36:55 ---> 84a684b23132 09:36:55 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 09:36:55 ---> Using cache 09:36:55 ---> 9c32f5868716 09:36:55 Step 21/24 : RUN chmod +x /bin/swg2mrkup 09:36:55 ---> Using cache 09:36:55 ---> 846f33db7914 09:36:55 Step 22/24 : ADD oas2pdf /bin/oas2pdf 09:36:55 ---> Using cache 09:36:55 ---> 3c2bdff24932 09:36:55 Step 23/24 : RUN chmod +x /bin/oas2pdf 09:36:55 ---> Using cache 09:36:55 ---> b19a7cc2455b 09:36:55 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 09:36:55 ---> Using cache 09:36:55 ---> 059b9694f49d 09:36:55 Successfully built 059b9694f49d 09:36:55 Successfully tagged openapivalidator:latest 09:36:55 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 09:36:55 mkdir: created directory '/var/www/html/api/nfv/sol005/183' 09:36:55 Mounting dir /var/www/html/api/nfv/sol005/183 as /storage 09:36:56 Using filter '' 09:36:56 09:36:56 Entering dir /work/src 09:36:56 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 09:36:56 --- Merging file. 09:36:57 --- Create PDF... 09:37:00 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory 09:37:00 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 09:37:00 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid 09:37:00 --- Validation done (0). 09:37:00 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 09:37:00 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 09:37:00 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf' 09:37:00 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005) 09:37:00 --- Merging file. 09:37:01 09:37:01 error: Document has invalid references: 09:37:01 09:37:01 #/components/responses/ExternalArtifactsAccess.Get.200/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo 09:37:01 #/components/responses/ExternalArtifactsAccess.Put.200/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo 09:37:01 #/components/responses/IndividualVNFSnapshotPackage.Get.200/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo 09:37:01 #/components/responses/IndividualVNFSnapshotPackage.Patch.200/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfoModifications 09:37:01 #/components/responses/VnfSnapshotPackages.Get.200/content/application~1json/schema/items: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo 09:37:01 #/components/responses/VnfSnapshotPackages.Post.200/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo 09:37:01 #/paths/~1api_versions: JSON Pointer points to missing location: ../../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions 09:37:01 #/paths/~1vnf_snapshot_packages/get/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/filter 09:37:01 #/paths/~1vnf_snapshot_packages/get/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/all_fields 09:37:01 #/paths/~1vnf_snapshot_packages/get/parameters/2: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/fields 09:37:01 #/paths/~1vnf_snapshot_packages/get/parameters/3: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/exclude_fields 09:37:01 #/paths/~1vnf_snapshot_packages/get/parameters/4: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/exclude_default 09:37:01 #/paths/~1vnf_snapshot_packages/get/parameters/5: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/nextpage_opaque_marker 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503 09:37:01 #/paths/~1vnf_snapshot_packages/get/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504 09:37:01 #/paths/~1vnf_snapshot_packages/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version 09:37:01 #/paths/~1vnf_snapshot_packages/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization 09:37:01 #/paths/~1vnf_snapshot_packages/parameters/2: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Accept 09:37:01 #/paths/~1vnf_snapshot_packages/post/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Accept 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/patch/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/patch/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Accept 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Accept 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Range 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/409: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/409 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/get/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Accept 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/409: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/409 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/get/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/409: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/409 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/put/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Accept 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Range 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/409: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/409 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/409: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/409 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1build/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1build/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1build/post/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1cancel/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1cancel/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1cancel/post/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1extract/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1extract/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1extract/post/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1upload_from_uri/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1upload_from_uri/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization 09:37:01 #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1upload_from_uri/post/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType 09:37:01 09:37:01 --- Create PDF... 09:37:03 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 09:37:03 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml 09:37:03 "/work/build/SOL005-VNFSnapshotPackageManagement-API.yaml" is not a valid JSON Schema 09:37:03 --- Validation done (1). 09:37:03 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml' 09:37:03 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json' 09:37:03 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 09:37:03 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 09:37:03 --- Merging file. 09:37:04 --- Create PDF... 09:37:06 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory 09:37:06 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 09:37:06 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid 09:37:06 --- Validation done (0). 09:37:06 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 09:37:06 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 09:37:06 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf' 09:37:06 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 09:37:06 --- Merging file. 09:37:07 09:37:07 error: Document has invalid references: 09:37:07 09:37:07 #/paths/~1ns_descriptors~1{nsdInfoId}~1artifacts~1{artifactPath}/get/parameters/1: JSON Pointer points to missing location: ../components/SOL005_params.yaml#/components/parameters/include_signatures 09:37:07 #/paths/~1ns_descriptors~1{nsdInfoId}~1manifest/get/parameters/1: JSON Pointer points to missing location: ../components/SOL005_params.yaml#/components/parameters/include_signatures 09:37:07 #/paths/~1ns_descriptors~1{nsdInfoId}~1nsd/get/parameters/0: JSON Pointer points to missing location: ../components/SOL005_params.yaml#/components/parameters/include_signatures 09:37:07 #/paths/~1pnf_descriptors~1{pnfdInfoId}~1artifacts~1{artifactPath}/get/parameters/1: JSON Pointer points to missing location: ../components/SOL005_params.yaml#/components/parameters/include_signatures 09:37:07 #/paths/~1pnf_descriptors~1{pnfdInfoId}~1manifest/get/parameters/1: JSON Pointer points to missing location: ../components/SOL005_params.yaml#/components/parameters/include_signatures 09:37:07 #/paths/~1pnf_descriptors~1{pnfdInfoId}~1pnfd/get/parameters/2: JSON Pointer points to missing location: ../components/SOL005_params.yaml#/components/parameters/include_signatures 09:37:07 09:37:07 --- Create PDF... 09:37:09 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory 09:37:09 --- Validating ../build/SOL005-NSDManagement-API.yaml 09:37:09 "/work/build/SOL005-NSDManagement-API.yaml" is not a valid JSON Schema 09:37:09 --- Validation done (1). 09:37:09 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 09:37:09 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 09:37:09 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 09:37:09 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005) 09:37:09 --- Merging file. 09:37:10 --- Create PDF... 09:37:12 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory 09:37:12 --- Validating ../build/SOL005-APIVersion-API.yaml 09:37:13 ../build/SOL005-APIVersion-API.yaml is valid 09:37:13 --- Validation done (0). 09:37:13 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml' 09:37:13 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json' 09:37:13 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf' 09:37:13 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005) 09:37:13 --- Merging file. 09:37:15 --- Create PDF... 09:37:17 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory 09:37:17 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml 09:37:17 ../build/SOL005-NFVICapacityInformation-API.yaml is valid 09:37:17 --- Validation done (0). 09:37:17 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml' 09:37:17 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json' 09:37:17 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory 09:37:17 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 09:37:17 --- Merging file. 09:37:19 --- Create PDF... 09:37:21 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory 09:37:21 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 09:37:21 ../build/SOL005-NSPerformanceManagement-API.yaml is valid 09:37:21 --- Validation done (0). 09:37:21 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 09:37:21 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 09:37:21 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf' 09:37:21 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 09:37:21 --- Merging file. 09:37:23 --- Create PDF... 09:37:24 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 09:37:24 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory 09:37:25 ../build/SOL005-NSDManagementNotification-API.yaml is valid 09:37:25 --- Validation done (0). 09:37:25 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 09:37:25 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 09:37:25 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf' 09:37:25 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 09:37:25 --- Merging file. 09:37:26 --- Create PDF... 09:37:28 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory 09:37:28 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 09:37:29 ../build/SOL005-NSFaultManagement-API.yaml is valid 09:37:29 --- Validation done (0). 09:37:29 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 09:37:29 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 09:37:29 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 09:37:29 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 09:37:29 --- Merging file. 09:37:31 --- Create PDF... 09:37:33 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory 09:37:33 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 09:37:33 ../build/SOL005-VNFPackageManagement-API.yaml is valid 09:37:33 --- Validation done (0). 09:37:33 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 09:37:33 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 09:37:33 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 09:37:33 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 09:37:33 --- Merging file. 09:37:39 --- Create PDF... 09:37:41 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory 09:37:41 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 09:37:42 ../build/SOL005-NSLifecycleManagement-API.yaml is valid 09:37:42 --- Validation done (0). 09:37:42 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 09:37:42 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 09:37:42 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 09:37:42 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 09:37:42 --- Merging file. 09:37:43 --- Create PDF... 09:37:45 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory 09:37:45 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 09:37:45 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid 09:37:45 --- Validation done (0). 09:37:45 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 09:37:45 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 09:37:45 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf' 09:37:45 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 09:37:45 --- Merging file. 09:37:46 --- Create PDF... 09:37:48 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory 09:37:48 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 09:37:48 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid 09:37:48 --- Validation done (0). 09:37:48 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 09:37:48 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 09:37:48 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf' 09:37:48 -- Final validator returns 1. 09:37:49 Build step 'Execute shell' marked build as failure 09:37:49 Skipped archiving because build is not successful 09:37:49 Finished: FAILURE