FailedConsole Output

18:41:32 Started by GitLab push by Samir Medjiah
18:41:32 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
18:41:32 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
18:41:32  > git rev-parse --is-inside-work-tree # timeout=10
18:41:32 Fetching changes from the remote Git repository
18:41:32  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
18:41:32 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
18:41:32  > git --version # timeout=10
18:41:32 using GIT_SSH to set credentials 
18:41:32  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
18:41:32  > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10
18:41:32  > git branch -a -v --no-abbrev --contains 26c44a2a6edc42975df54f4adafa875e63a09edd # timeout=10
18:41:32 Checking out Revision 26c44a2a6edc42975df54f4adafa875e63a09edd (origin/3.3.1-dev)
18:41:32  > git config core.sparsecheckout # timeout=10
18:41:32  > git checkout -f 26c44a2a6edc42975df54f4adafa875e63a09edd
18:41:32 Commit message: "SOL00: modifications according to v304"
18:41:32  > git rev-list --no-walk a8b35943da8cd3620e35137571a4268862ea022d # timeout=10
18:41:33 [sol005] $ /bin/bash /tmp/jenkins7585191815445088160.sh
18:41:33 ./build-container.sh: line 7: proxy: command not found
18:41:33 http_proxy is not set
18:41:33 Proxy set to 
18:41:33 Sending build context to Docker daemon  13.31kB

18:41:33 Step 1/24 : FROM alpine:3.10.0
18:41:33  ---> 4d90542f0623
18:41:33 Step 2/24 : RUN env
18:41:33  ---> Using cache
18:41:33  ---> e2553b1af332
18:41:33 Step 3/24 : RUN apk update
18:41:33  ---> Using cache
18:41:33  ---> 9d891293b328
18:41:33 Step 4/24 : RUN apk add bash
18:41:33  ---> Using cache
18:41:33  ---> 60c4c93ce401
18:41:33 Step 5/24 : RUN apk add nodejs
18:41:33  ---> Using cache
18:41:33  ---> e900d2f09106
18:41:33 Step 6/24 : RUN apk add nodejs-npm
18:41:33  ---> Using cache
18:41:33  ---> 03f6a25fc90c
18:41:33 Step 7/24 : RUN apk add asciidoctor
18:41:33  ---> Using cache
18:41:33  ---> 978c03d7b45f
18:41:33 Step 8/24 : RUN apk add openjdk8
18:41:33  ---> Using cache
18:41:33  ---> 87e0c01787eb
18:41:33 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:41:33  ---> Using cache
18:41:33  ---> ca2326e0fd7e
18:41:33 Step 10/24 : RUN apk add openssl
18:41:33  ---> Using cache
18:41:33  ---> 0805ccbe0a56
18:41:33 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:41:33  ---> Using cache
18:41:33  ---> 2118ba81fe9b
18:41:33 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:41:33  ---> Using cache
18:41:33  ---> f2f90a52569b
18:41:33 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:41:33  ---> Using cache
18:41:33  ---> cfd3e7827631
18:41:33 Step 14/24 : RUN npm config set proxy $http_proxy
18:41:33  ---> Using cache
18:41:33  ---> 318995b26504
18:41:33 Step 15/24 : RUN npm install -g swagger-cli
18:41:33  ---> Using cache
18:41:33  ---> 2463a99164db
18:41:33 Step 16/24 : RUN npm install -g json-refs
18:41:33  ---> Using cache
18:41:33  ---> 9afd7d84668d
18:41:33 Step 17/24 : RUN npm install -g yamljs
18:41:33  ---> Using cache
18:41:33  ---> 7b4ab59ef078
18:41:33 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:41:33  ---> Using cache
18:41:33  ---> c21894e86303
18:41:33 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:41:33  ---> Using cache
18:41:33  ---> 84a684b23132
18:41:33 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:41:33  ---> Using cache
18:41:33  ---> 9c32f5868716
18:41:33 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:41:33  ---> Using cache
18:41:33  ---> 846f33db7914
18:41:33 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:41:33  ---> Using cache
18:41:33  ---> 3c2bdff24932
18:41:33 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:41:33  ---> Using cache
18:41:33  ---> b19a7cc2455b
18:41:33 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:41:33  ---> Using cache
18:41:33  ---> 059b9694f49d
18:41:33 Successfully built 059b9694f49d
18:41:33 Successfully tagged openapivalidator:latest
18:41:33 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
18:41:33 mkdir: created directory '/var/www/html/api/nfv/sol005/184'
18:41:33 Mounting dir /var/www/html/api/nfv/sol005/184 as /storage
18:41:33 Using filter ''
18:41:33 
18:41:33 Entering dir /work/src
18:41:33 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
18:41:33 --- Merging file.
18:41:35 --- Create PDF...
18:41:36 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
18:41:36 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
18:41:37 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
18:41:37 --- Validation done (0).
18:41:37 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
18:41:37 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
18:41:37 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
18:41:37 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
18:41:37 --- Merging file.
18:41:38 
18:41:38   error: Document has invalid references:
18:41:38 
18:41:38   #/components/requestBodies/BuildVnfSnapshotPkgRequest/content/application~1json/schema/properties/overrideImportForVnfcSnapshotIds/items: JSON Pointer points to missing location: ../../definitions/SOL005_def.yaml#/definitions/IdentifierLocal
18:41:38   #/components/requestBodies/BuildVnfSnapshotPkgRequest/content/application~1json/schema/properties/vnfcSnapshotsInfoIds/items: JSON Pointer points to missing location: ../../definitions/SOL005_def.yaml#/definitions/IdentifierLocal
18:41:38   #/components/responses/ExternalArtifactsAccess.Get.200/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo
18:41:38   #/components/responses/ExternalArtifactsAccess.Put.200/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo
18:41:38   #/components/responses/IndividualVNFSnapshotPackage.Get.200/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo
18:41:38   #/components/responses/IndividualVNFSnapshotPackage.Patch.200/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfoModifications
18:41:38   #/components/responses/VnfSnapshotPackages.Get.200/content/application~1json/schema/items: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo
18:41:38   #/components/responses/VnfSnapshotPackages.Post.200/content/application~1json/schema: JSON Pointer points to missing location: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo
18:41:38   #/paths/~1api_versions: JSON Pointer points to missing location: ../../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
18:41:38   #/paths/~1vnf_snapshot_packages/get/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/filter
18:41:38   #/paths/~1vnf_snapshot_packages/get/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/all_fields
18:41:38   #/paths/~1vnf_snapshot_packages/get/parameters/2: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/fields
18:41:38   #/paths/~1vnf_snapshot_packages/get/parameters/3: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/exclude_fields
18:41:38   #/paths/~1vnf_snapshot_packages/get/parameters/4: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/exclude_default
18:41:38   #/paths/~1vnf_snapshot_packages/get/parameters/5: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/nextpage_opaque_marker
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503
18:41:38   #/paths/~1vnf_snapshot_packages/get/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504
18:41:38   #/paths/~1vnf_snapshot_packages/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version
18:41:38   #/paths/~1vnf_snapshot_packages/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization
18:41:38   #/paths/~1vnf_snapshot_packages/parameters/2: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Accept
18:41:38   #/paths/~1vnf_snapshot_packages/post/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Accept
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/get/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/patch/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}/patch/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Accept
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1artifacts~1{artifactPath}/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1ext_artifacts_access/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Accept
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Range
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/409: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/409
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/get/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/ContentType
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/400: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/400
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/401: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/401
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/403: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/403
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/404: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/404
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/405: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/405
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/406: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/406
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/409: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/409
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/416: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/416
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/422: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/422
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/429: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/429
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/500: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/500
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/503: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/503
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content/put/responses/504: JSON Pointer points to missing location: ../../responses/SOL005_resp.yaml#/components/responses/504
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1build/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1build/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization
18:41:38   #/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
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1cancel/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1cancel/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization
18:41:38   #/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
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1extract/parameters/0: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Version
18:41:38   #/paths/~1vnf_snapshot_packages~1{vnfSnapshotPkgId}~1package_content~1extract/parameters/1: JSON Pointer points to missing location: ../../components/SOL005_params.yaml#/components/parameters/Authorization
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38   #/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
18:41:38 
18:41:38 --- Create PDF...
18:41:39 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
18:41:39 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
18:41:40 "/work/build/SOL005-VNFSnapshotPackageManagement-API.yaml" is not a valid JSON Schema
18:41:40 --- Validation done (1).
18:41:40 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
18:41:40 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
18:41:40 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
18:41:40 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
18:41:40 --- Merging file.
18:41:41 --- Create PDF...
18:41:42 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
18:41:42 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
18:41:43 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
18:41:43 --- Validation done (0).
18:41:43 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
18:41:43 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
18:41:43 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
18:41:43 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
18:41:43 --- Merging file.
18:41:44 
18:41:44   error: Document has invalid references:
18:41:44 
18:41:44   #/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
18:41:44   #/paths/~1ns_descriptors~1{nsdInfoId}~1manifest/get/parameters/1: JSON Pointer points to missing location: ../components/SOL005_params.yaml#/components/parameters/include_signatures
18:41:44   #/paths/~1ns_descriptors~1{nsdInfoId}~1nsd/get/parameters/0: JSON Pointer points to missing location: ../components/SOL005_params.yaml#/components/parameters/include_signatures
18:41:44   #/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
18:41:44   #/paths/~1pnf_descriptors~1{pnfdInfoId}~1manifest/get/parameters/1: JSON Pointer points to missing location: ../components/SOL005_params.yaml#/components/parameters/include_signatures
18:41:44   #/paths/~1pnf_descriptors~1{pnfdInfoId}~1pnfd/get/parameters/2: JSON Pointer points to missing location: ../components/SOL005_params.yaml#/components/parameters/include_signatures
18:41:44 
18:41:44 --- Create PDF...
18:41:45 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
18:41:45 --- Validating ../build/SOL005-NSDManagement-API.yaml
18:41:46 "/work/build/SOL005-NSDManagement-API.yaml" is not a valid JSON Schema
18:41:46 --- Validation done (1).
18:41:46 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
18:41:46 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
18:41:46 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
18:41:46 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
18:41:46 --- Merging file.
18:41:47 --- Create PDF...
18:41:48 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
18:41:48 --- Validating ../build/SOL005-APIVersion-API.yaml
18:41:49 ../build/SOL005-APIVersion-API.yaml is valid
18:41:49 --- Validation done (0).
18:41:49 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
18:41:49 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
18:41:49 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
18:41:49 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
18:41:49 --- Merging file.
18:41:51 --- Create PDF...
18:41:52 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
18:41:52 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
18:41:53 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
18:41:53 --- Validation done (0).
18:41:53 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
18:41:53 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
18:41:53 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
18:41:53 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
18:41:53 --- Merging file.
18:41:54 --- Create PDF...
18:41:56 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
18:41:56 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
18:41:57 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
18:41:57 --- Validation done (0).
18:41:57 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
18:41:57 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
18:41:57 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
18:41:57 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
18:41:57 --- Merging file.
18:41:58 --- Create PDF...
18:42:00 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
18:42:00 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
18:42:00 ../build/SOL005-NSDManagementNotification-API.yaml is valid
18:42:00 --- Validation done (0).
18:42:00 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
18:42:00 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
18:42:00 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
18:42:00 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
18:42:00 --- Merging file.
18:42:02 --- Create PDF...
18:42:03 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
18:42:03 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
18:42:04 ../build/SOL005-NSFaultManagement-API.yaml is valid
18:42:04 --- Validation done (0).
18:42:04 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
18:42:04 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
18:42:04 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
18:42:04 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
18:42:04 --- Merging file.
18:42:06 --- Create PDF...
18:42:08 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
18:42:08 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
18:42:08 ../build/SOL005-VNFPackageManagement-API.yaml is valid
18:42:08 --- Validation done (0).
18:42:08 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
18:42:08 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
18:42:08 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
18:42:08 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
18:42:08 --- Merging file.
18:42:14 --- Create PDF...
18:42:16 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
18:42:16 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
18:42:17 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
18:42:17 --- Validation done (0).
18:42:17 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
18:42:17 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
18:42:17 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
18:42:17 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
18:42:17 --- Merging file.
18:42:18 --- Create PDF...
18:42:20 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
18:42:20 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
18:42:20 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
18:42:20 --- Validation done (0).
18:42:20 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
18:42:20 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
18:42:20 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
18:42:20 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
18:42:20 --- Merging file.
18:42:21 --- Create PDF...
18:42:23 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
18:42:23 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
18:42:23 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
18:42:23 --- Validation done (0).
18:42:23 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
18:42:23 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
18:42:23 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
18:42:23 -- Final validator returns 1.
18:42:23 Build step 'Execute shell' marked build as failure
18:42:23 Skipped archiving because build is not successful
18:42:24 Finished: FAILURE