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