FailedConsole Output

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

10:16:02 Step 1/24 : FROM alpine:3.10.0
10:16:02  ---> 4d90542f0623
10:16:02 Step 2/24 : RUN env
10:16:02  ---> Using cache
10:16:02  ---> 0b577767eb4e
10:16:02 Step 3/24 : RUN apk update
10:16:02  ---> Using cache
10:16:02  ---> 697471ef7f0a
10:16:02 Step 4/24 : RUN apk add bash
10:16:02  ---> Using cache
10:16:02  ---> a25251d4272c
10:16:02 Step 5/24 : RUN apk add nodejs
10:16:02  ---> Using cache
10:16:02  ---> ee3663c76c01
10:16:02 Step 6/24 : RUN apk add nodejs-npm
10:16:02  ---> Using cache
10:16:02  ---> 95530c68fb47
10:16:02 Step 7/24 : RUN apk add asciidoctor
10:16:02  ---> Using cache
10:16:02  ---> a321cc22063f
10:16:02 Step 8/24 : RUN apk add openjdk8
10:16:02  ---> Using cache
10:16:02  ---> 07148189c9d2
10:16:02 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
10:16:02  ---> Using cache
10:16:02  ---> 6808b2c86594
10:16:02 Step 10/24 : RUN apk add openssl
10:16:02  ---> Using cache
10:16:02  ---> ed2950ff9192
10:16:02 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3
10:16:02  ---> Using cache
10:16:02  ---> 83cde4af1585
10:16:02 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
10:16:02  ---> Using cache
10:16:02  ---> e442b40a01ef
10:16:02 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
10:16:02  ---> Using cache
10:16:02  ---> 22ece82af23f
10:16:02 Step 14/24 : RUN npm config set proxy $http_proxy
10:16:02  ---> Using cache
10:16:02  ---> 0cc1b972380e
10:16:02 Step 15/24 : RUN npm install -g swagger-cli
10:16:02  ---> Using cache
10:16:02  ---> 3ee43d5416a1
10:16:02 Step 16/24 : RUN npm install -g json-refs
10:16:02  ---> Using cache
10:16:02  ---> 94e261945a46
10:16:02 Step 17/24 : RUN npm install -g yamljs
10:16:02  ---> Using cache
10:16:02  ---> ce77b5519b06
10:16:02 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
10:16:02  ---> Using cache
10:16:02  ---> d7a9a19a18f0
10:16:02 Step 19/24 : RUN chmod +x /validate-in-docker.sh
10:16:02  ---> Using cache
10:16:02  ---> 29d0645d64ee
10:16:02 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
10:16:02  ---> Using cache
10:16:02  ---> 9c9c723ba904
10:16:02 Step 21/24 : RUN chmod +x /bin/swg2mrkup
10:16:02  ---> Using cache
10:16:02  ---> b93330cd9887
10:16:02 Step 22/24 : ADD oas2pdf /bin/oas2pdf
10:16:02  ---> Using cache
10:16:02  ---> 448c07895d92
10:16:02 Step 23/24 : RUN chmod +x /bin/oas2pdf
10:16:02  ---> Using cache
10:16:02  ---> 63c9552af03b
10:16:02 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
10:16:02  ---> Using cache
10:16:02  ---> 97a8b987e039
10:16:02 Successfully built 97a8b987e039
10:16:02 Successfully tagged openapivalidator:latest
10:16:02 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
10:16:02 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/585’: Permission denied
10:16:02 Mounting dir /var/www/html/api/nfv/sol002-sol003/585 as /storage
10:16:03 Using filter ''
10:16:03 
10:16:03 Entering dir /work/src
10:16:03 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
10:16:03 --- Merging file.
10:16:03 
10:16:03   error: Document has invalid references:
10:16:03 
10:16:03   #/components/responses/Subscriptions.Post.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:03 
10:16:04 --- Create PDF...
10:16:05 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
10:16:05 --- Validating ../build/SOL003-VNFIndicator-API.yaml
10:16:06 "/work/build/SOL003-VNFIndicator-API.yaml" is not a valid JSON Schema
10:16:06 --- Validation done (1).
10:16:06 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
10:16:06 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
10:16:06 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
10:16:06 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
10:16:06 --- Merging file.
10:16:06 
10:16:06   error: Document has invalid references:
10:16:06 
10:16:06   #/components/responses/IndividualArtifact.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:06   #/components/responses/PackageContent.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:06 
10:16:06 --- Create PDF...
10:16:08 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
10:16:08 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
10:16:09 "/work/build/SOL003-VNFSnapshotPackageManagement-API.yaml" is not a valid JSON Schema
10:16:09 --- Validation done (1).
10:16:09 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
10:16:09 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
10:16:09 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
10:16:09 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
10:16:09 --- Merging file.
10:16:09 --- Create PDF...
10:16:11 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
10:16:11 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
10:16:12 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
10:16:12 --- Validation done (0).
10:16:12 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
10:16:12 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
10:16:12 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
10:16:12 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
10:16:12 --- Merging file.
10:16:13 
10:16:13   error: Document has invalid references:
10:16:13 
10:16:13   #/components/responses/CancelVnfLcmOpOcc.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/CancelVnfLcmOpOcc.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/ChangeExtConnVnfInstance.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/ChangeFlavourVnfInstance.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/ChangeFlavourVnfInstance.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/ChangeVnfpkgVnfInstance.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/CreateVnfSnapshotTask.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/CreateVnfSnapshotTask.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/CreateVnfSnapshotTask.Post.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/FailVnfLcmOpOcc.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/FailVnfLcmOpOcc.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/HealVnfInstance.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/HealVnfInstance.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/IndividualVnfInstance.Delete.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/IndividualVnfInstance.Patch.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/IndividualVnfSnapshot.Delete.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/IndividualVnfSnapshot.Patch.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/IndividualVnfSnapshotState.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/InstantiateVnfInstance.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/OperateVnfInstance.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/OperateVnfInstance.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/RetryVnfLcmOpOcc.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/RetryVnfLcmOpOcc.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/RevertToVnfSnapshotTask.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/RevertToVnfSnapshotTask.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/RollbackVnfLcmOpOcc.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/RollbackVnfLcmOpOcc.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/ScaleToLevelVnfInstance.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/ScaleToLevelVnfInstance.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/ScaleVnfInstance.Post.404/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/ScaleVnfInstance.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/Subscriptions.Post.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/TerminateVnfInstance.Post.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13   #/components/responses/VNFInstances.Post.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:13 
10:16:13 --- Create PDF...
10:16:15 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
10:16:15 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
10:16:15 "/work/build/SOL003-VNFLifecycleManagement-API.yaml" is not a valid JSON Schema
10:16:15 --- Validation done (1).
10:16:15 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
10:16:15 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
10:16:15 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
10:16:15 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
10:16:15 --- Merging file.
10:16:16 
10:16:16   error: Document has invalid references:
10:16:16 
10:16:16   #/components/responses/Subscriptions.Post.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:16 
10:16:16 --- Create PDF...
10:16:17 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
10:16:17 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
10:16:18 "/work/build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml" is not a valid JSON Schema
10:16:18 --- Validation done (1).
10:16:18 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
10:16:18 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
10:16:18 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
10:16:18 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
10:16:18 --- Merging file.
10:16:19 --- Create PDF...
10:16:21 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
10:16:21 --- Validating ../build/SOL003-APIVersion-API.yaml
10:16:21 ../build/SOL003-APIVersion-API.yaml is valid
10:16:21 --- Validation done (0).
10:16:21 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
10:16:21 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
10:16:21 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
10:16:21 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
10:16:21 --- Merging file.
10:16:23 --- Create PDF...
10:16:24 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
10:16:24 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
10:16:25 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
10:16:25 --- Validation done (0).
10:16:25 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
10:16:25 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
10:16:25 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
10:16:25 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
10:16:25 --- Merging file.
10:16:26 --- Create PDF...
10:16:27 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
10:16:27 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
10:16:28 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
10:16:28 --- Validation done (0).
10:16:28 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
10:16:28 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
10:16:28 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
10:16:28 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
10:16:28 --- Merging file.
10:16:29 
10:16:29   error: Document has invalid references:
10:16:29 
10:16:29   #/components/responses/IndividualAlarm.Patch.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:29   #/components/responses/Subscriptions.Post.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:29 
10:16:29 --- Create PDF...
10:16:30 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
10:16:30 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
10:16:31 "/work/build/SOL003-VNFFaultManagement-API.yaml" is not a valid JSON Schema
10:16:31 --- Validation done (1).
10:16:31 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
10:16:31 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
10:16:31 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
10:16:31 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
10:16:31 --- Merging file.
10:16:32 --- Create PDF...
10:16:34 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:16:34 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
10:16:34 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
10:16:34 --- Validation done (0).
10:16:34 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
10:16:34 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
10:16:34 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:16:34 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
10:16:34 --- Merging file.
10:16:35 
10:16:35   error: Document has invalid references:
10:16:35 
10:16:35   #/components/responses/Grants.Post.403/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:35   #/components/responses/IndividualGrant.Get.403/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:35 
10:16:35 --- Create PDF...
10:16:37 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
10:16:37 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
10:16:37 "/work/build/SOL003-VNFLifecycleOperationGranting-API.yaml" is not a valid JSON Schema
10:16:37 --- Validation done (1).
10:16:37 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
10:16:37 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
10:16:37 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
10:16:37 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
10:16:37 --- Merging file.
10:16:38 
10:16:38   error: Document has invalid references:
10:16:38 
10:16:38   #/components/responses/IndividualOnboardedVnfPackageArtifact.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38   #/components/responses/IndividualOnboardedVnfPackageArtifacts.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38   #/components/responses/IndividualOnboardedVnfPackageContent.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38   #/components/responses/IndividualVnfPackageArtifact.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38   #/components/responses/IndividualVnfPackageArtifacts.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38   #/components/responses/IndividualVnfPackageContent.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38   #/components/responses/ManifestInIndividualOnboardedVnfPackage.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38   #/components/responses/ManifestInIndividualVnfPackage.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38   #/components/responses/Subscriptions.Post.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38   #/components/responses/VnfdInIndividualOnboardedVnfPackage.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38   #/components/responses/VnfdInIndividualVnfPackage.Get.409/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:38 
10:16:38 --- Create PDF...
10:16:40 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
10:16:40 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
10:16:40 "/work/build/SOL003-VNFPackageManagement-API.yaml" is not a valid JSON Schema
10:16:40 --- Validation done (1).
10:16:40 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
10:16:40 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
10:16:40 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
10:16:40 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
10:16:40 --- Merging file.
10:16:41 --- Create PDF...
10:16:43 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:16:43 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
10:16:43 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
10:16:43 --- Validation done (0).
10:16:43 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
10:16:43 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
10:16:43 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:16:43 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
10:16:43 --- Merging file.
10:16:44 
10:16:44   error: Document has invalid references:
10:16:44 
10:16:44   #/components/responses/IndividualPmJob.Patch.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:44   #/components/responses/IndividualThreshold.Patch.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:44   #/components/responses/PmJobs.Post.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:44   #/components/responses/Thresholds.Post.422/content/application~1json/schema: JSON Pointer points to missing location: ../General_Definitions/SOL002_def.yaml#/definitions/ProblemDetails
10:16:44 
10:16:44 --- Create PDF...
10:16:46 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
10:16:46 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
10:16:46 "/work/build/SOL003-VNFPerformanceManagement-API.yaml" is not a valid JSON Schema
10:16:46 --- Validation done (1).
10:16:46 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
10:16:46 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
10:16:46 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
10:16:46 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
10:16:46 --- Merging file.
10:16:48 --- Create PDF...
10:16:49 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
10:16:49 --- Validating ../build/SOL002-VNFIndicator-API.yaml
10:16:50 ../build/SOL002-VNFIndicator-API.yaml is valid
10:16:50 --- Validation done (0).
10:16:50 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
10:16:50 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
10:16:50 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
10:16:50 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
10:16:50 --- Merging file.
10:16:51 --- Create PDF...
10:16:53 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
10:16:53 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
10:16:53 ../build/SOL002-VNFConfiguration-API.yaml is valid
10:16:53 --- Validation done (0).
10:16:53 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
10:16:53 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
10:16:53 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
10:16:53 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
10:16:53 --- Merging file.
10:16:58 --- Create PDF...
10:17:00 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
10:17:00 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
10:17:01 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
10:17:01 --- Validation done (0).
10:17:01 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
10:17:01 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
10:17:01 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
10:17:01 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
10:17:01 --- Merging file.
10:17:02 --- Create PDF...
10:17:04 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
10:17:04 --- Validating ../build/SOL002-APIVersion-API.yaml
10:17:05 ../build/SOL002-APIVersion-API.yaml is valid
10:17:05 --- Validation done (0).
10:17:05 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
10:17:05 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
10:17:05 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
10:17:05 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
10:17:05 --- Merging file.
10:17:06 --- Create PDF...
10:17:07 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
10:17:07 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
10:17:08 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
10:17:08 --- Validation done (0).
10:17:08 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
10:17:08 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
10:17:08 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
10:17:08 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
10:17:08 --- Merging file.
10:17:09 --- Create PDF...
10:17:10 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
10:17:10 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
10:17:11 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
10:17:11 --- Validation done (0).
10:17:11 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
10:17:11 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
10:17:11 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
10:17:11 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
10:17:11 --- Merging file.
10:17:12 --- Create PDF...
10:17:14 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
10:17:14 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
10:17:15 ../build/SOL002-VNFFaultManagement-API.yaml is valid
10:17:15 --- Validation done (0).
10:17:15 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
10:17:15 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
10:17:15 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
10:17:15 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
10:17:15 --- Merging file.
10:17:16 --- Create PDF...
10:17:18 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:17:18 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
10:17:18 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
10:17:18 --- Validation done (0).
10:17:18 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
10:17:18 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
10:17:18 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
10:17:18 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
10:17:18 --- Merging file.
10:17:19 --- Create PDF...
10:17:21 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:17:21 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
10:17:21 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
10:17:21 --- Validation done (0).
10:17:21 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
10:17:21 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
10:17:21 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
10:17:21 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
10:17:21 --- Merging file.
10:17:23 --- Create PDF...
10:17:25 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
10:17:25 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
10:17:26 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
10:17:26 --- Validation done (0).
10:17:26 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
10:17:26 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
10:17:26 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
10:17:26 -- Will validate: ./SOL002/VNFLifecycleCoordination/VNFLifecycleCoordination.yaml (api: VNFLifecycleCoordination) (deliverable:SOL002)
10:17:26 --- Merging file.
10:17:27 --- Create PDF...
10:17:28 mv: can't rename 'SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
10:17:28 --- Validating ../build/SOL002-VNFLifecycleCoordination-API.yaml
10:17:29 ../build/SOL002-VNFLifecycleCoordination-API.yaml is valid
10:17:29 --- Validation done (0).
10:17:29 '../build/SOL002-VNFLifecycleCoordination-API.yaml' -> '/storage/SOL002-VNFLifecycleCoordination-API.yaml'
10:17:29 '../build/SOL002-VNFLifecycleCoordination-API.json' -> '/storage/SOL002-VNFLifecycleCoordination-API.json'
10:17:29 cp: can't stat '../build/SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
10:17:29 -- Final validator returns 1.
10:17:29 Build step 'Execute shell' marked build as failure
10:17:29 Skipped archiving because build is not successful
10:17:30 Finished: FAILURE