FailedConsole Output

15:20:01 Started by GitLab push by f.moscatelli
15:20:01 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
15:20:01 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
15:20:01  > git rev-parse --is-inside-work-tree # timeout=10
15:20:01 Fetching changes from the remote Git repository
15:20:01  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
15:20:01 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
15:20:01  > git --version # timeout=10
15:20:01 using GIT_SSH to set credentials 
15:20:01  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
15:20:01  > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10
15:20:01  > git branch -a -v --no-abbrev --contains 069c48afe553ea275dda5ccd262b582dce6d57c5 # timeout=10
15:20:01 Checking out Revision 069c48afe553ea275dda5ccd262b582dce6d57c5 (origin/3.3.1-dev)
15:20:02  > git config core.sparsecheckout # timeout=10
15:20:02  > git checkout -f 069c48afe553ea275dda5ccd262b582dce6d57c5
15:20:02 Commit message: "VNF Pkg Mgmt Notification interface migrated to OpenAPI 3.0.2"
15:20:02  > git rev-list --no-walk 7e105b9efebed8c81e0f6788f85ca7ade6e85373 # timeout=10
15:20:02 [sol005] $ /bin/bash /tmp/jenkins8673711087097779342.sh
15:20:02 ./build-container.sh: line 7: proxy: command not found
15:20:02 http_proxy is not set
15:20:02 Proxy set to 
15:20:02 Sending build context to Docker daemon  13.31kB

15:20:02 Step 1/24 : FROM alpine:3.10.0
15:20:03 3.10.0: Pulling from library/alpine
15:20:04 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
15:20:04 Status: Downloaded newer image for alpine:3.10.0
15:20:04  ---> 4d90542f0623
15:20:04 Step 2/24 : RUN env
15:20:04  ---> Using cache
15:20:04  ---> 4b81a49833a0
15:20:04 Step 3/24 : RUN apk update
15:20:04  ---> Using cache
15:20:04  ---> 7f42b94ddf98
15:20:04 Step 4/24 : RUN apk add bash
15:20:04  ---> Using cache
15:20:04  ---> 9870d963a45c
15:20:04 Step 5/24 : RUN apk add nodejs
15:20:04  ---> Using cache
15:20:04  ---> 0d81a685bb47
15:20:04 Step 6/24 : RUN apk add nodejs-npm
15:20:04  ---> Using cache
15:20:04  ---> cb1001c61b55
15:20:04 Step 7/24 : RUN apk add asciidoctor
15:20:04  ---> Using cache
15:20:04  ---> 958813fbe570
15:20:04 Step 8/24 : RUN apk add openjdk8
15:20:04  ---> Using cache
15:20:04  ---> 382b4775f867
15:20:04 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
15:20:04  ---> Using cache
15:20:04  ---> a0d27078f0bd
15:20:04 Step 10/24 : RUN apk add openssl
15:20:04  ---> Using cache
15:20:04  ---> 222110165af4
15:20:04 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
15:20:04  ---> Using cache
15:20:04  ---> 28215c4f9e6f
15:20:04 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
15:20:04  ---> Using cache
15:20:04  ---> 97191aac969c
15:20:04 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
15:20:04  ---> Using cache
15:20:04  ---> 7f5257d29b7e
15:20:04 Step 14/24 : RUN npm config set proxy $http_proxy
15:20:04  ---> Using cache
15:20:04  ---> 83eb38c73370
15:20:04 Step 15/24 : RUN npm install -g swagger-cli
15:20:04  ---> Using cache
15:20:04  ---> c564671b3ed8
15:20:04 Step 16/24 : RUN npm install -g json-refs
15:20:04  ---> Using cache
15:20:04  ---> e1f9718a20d5
15:20:04 Step 17/24 : RUN npm install -g yamljs
15:20:04  ---> Using cache
15:20:04  ---> a30e3a1f2379
15:20:04 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
15:20:04  ---> Using cache
15:20:04  ---> a41d8ba12632
15:20:04 Step 19/24 : RUN chmod +x /validate-in-docker.sh
15:20:04  ---> Using cache
15:20:04  ---> 446388bdf452
15:20:04 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
15:20:04  ---> Using cache
15:20:04  ---> 1890ed5b36cc
15:20:04 Step 21/24 : RUN chmod +x /bin/swg2mrkup
15:20:04  ---> Using cache
15:20:04  ---> cc45f878b238
15:20:04 Step 22/24 : ADD oas2pdf /bin/oas2pdf
15:20:04  ---> Using cache
15:20:04  ---> a17a1d27e3c2
15:20:04 Step 23/24 : RUN chmod +x /bin/oas2pdf
15:20:04  ---> Using cache
15:20:04  ---> 0f9b9b3356c3
15:20:04 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
15:20:04  ---> Using cache
15:20:04  ---> a56dab23af1e
15:20:04 Successfully built a56dab23af1e
15:20:04 Successfully tagged openapivalidator:latest
15:20:04 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
15:20:04 mkdir: created directory '/var/www/html/api/nfv/sol005/165'
15:20:04 Mounting dir /var/www/html/api/nfv/sol005/165 as /storage
15:20:04 Using filter ''
15:20:04 
15:20:04 Entering dir /work/src
15:20:04 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
15:20:04 --- Merging file.
15:20:06 --- Create PDF...
15:20:08 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
15:20:08 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
15:20:09 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
15:20:09 --- Validation done (0).
15:20:09 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
15:20:09 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
15:20:09 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
15:20:09 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
15:20:09 --- Merging file.
15:20:10 --- Create PDF...
15:20:11 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
15:20:11 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
15:20:11 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
15:20:11 --- Validation done (0).
15:20:11 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
15:20:11 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
15:20:11 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
15:20:11 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
15:20:11 --- Merging file.
15:20:13 --- Create PDF...
15:20:16 --- Validating ../build/SOL005-NSDManagement-API.yaml
15:20:16 Swagger schema validation failed. 
15:20:16   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/504
15:20:16     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/504
15:20:16     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/504
15:20:16   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/503
15:20:16     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/503
15:20:16     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/503
15:20:16   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/500
15:20:16     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/500
15:20:16     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/500
15:20:16   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/406
15:20:16     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/406
15:20:16     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/406
15:20:16   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/405
15:20:16     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/405
15:20:16     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/405
15:20:16   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/404
15:20:16     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/404
15:20:16     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/404
15:20:16   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/403
15:20:16     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/403
15:20:16     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/403
15:20:16   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/401
15:20:16     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/401
15:20:16     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/401
15:20:16   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/400
15:20:16     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/400
15:20:16     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/400
15:20:16  
15:20:16 JSON_OBJECT_VALIDATION_FAILED
15:20:16 --- Validation done (1).
15:20:16 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
15:20:16 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
15:20:16 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
15:20:16 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
15:20:16 --- Merging file.
15:20:17 --- Create PDF...
15:20:18 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
15:20:18 --- Validating ../build/SOL005-APIVersion-API.yaml
15:20:19 ../build/SOL005-APIVersion-API.yaml is valid
15:20:19 --- Validation done (0).
15:20:19 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
15:20:19 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
15:20:19 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
15:20:19 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
15:20:19 --- Merging file.
15:20:20 --- Create PDF...
15:20:22 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
15:20:23 Swagger schema validation failed. 
15:20:23   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/503
15:20:23     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/503
15:20:23     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/503
15:20:23   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/500
15:20:23     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/500
15:20:23     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/500
15:20:23   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/406
15:20:23     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/406
15:20:23     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/406
15:20:23   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/405
15:20:23     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/405
15:20:23     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/405
15:20:23   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/404
15:20:23     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/404
15:20:23     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/404
15:20:23   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/403
15:20:23     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/403
15:20:23     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/403
15:20:23   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/401
15:20:23     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/401
15:20:23     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/401
15:20:23   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/400
15:20:23     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/400
15:20:23     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/400
15:20:23  
15:20:23 JSON_OBJECT_VALIDATION_FAILED
15:20:23 --- Validation done (1).
15:20:23 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
15:20:23 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
15:20:23 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
15:20:23 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
15:20:23 --- Merging file.
15:20:24 --- Create PDF...
15:20:26 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
15:20:27 Swagger schema validation failed. 
15:20:27   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/503
15:20:27     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/503
15:20:27     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/503
15:20:27   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/500
15:20:27     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/500
15:20:27     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/500
15:20:27   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/406
15:20:27     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/406
15:20:27     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/406
15:20:27   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/405
15:20:27     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/405
15:20:27     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/405
15:20:27   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/404
15:20:27     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/404
15:20:27     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/404
15:20:27   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/403
15:20:27     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/403
15:20:27     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/403
15:20:27   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/401
15:20:27     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/401
15:20:27     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/401
15:20:27   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/400
15:20:27     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/400
15:20:27     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/400
15:20:27  
15:20:27 JSON_OBJECT_VALIDATION_FAILED
15:20:27 --- Validation done (1).
15:20:27 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
15:20:27 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
15:20:27 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
15:20:27 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
15:20:27 --- Merging file.
15:20:28 --- Create PDF...
15:20:29 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
15:20:29 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
15:20:30 ../build/SOL005-NSFaultManagement-API.yaml is valid
15:20:30 --- Validation done (0).
15:20:30 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
15:20:30 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
15:20:30 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
15:20:30 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
15:20:30 --- Merging file.
15:20:32 --- Create PDF...
15:20:33 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
15:20:33 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
15:20:33 Swagger schema validation failed. 
15:20:33   Data does not match any schemas from 'oneOf' at #/components/responses/IndividualVnfPackageExtArtifacts.Put.200
15:20:33     Missing required property: $ref at #/components/responses/IndividualVnfPackageExtArtifacts.Put.200
15:20:33     Data does not match any schemas from 'oneOf' at #/components/responses/IndividualVnfPackageExtArtifacts.Put.200/content/application/json/schema
15:20:33       No enum match for: ./definitions/SOL005VNFPackageManagement_def.yaml#/definitions/ExternalArtifactsAccessConfig at #/content/application/json/schema/type
15:20:33       Missing required property: $ref at #/content/application/json/schema
15:20:33   Data does not match any schemas from 'oneOf' at #/components/responses/IndividualVnfPackageExtArtifacts.Get
15:20:33     Missing required property: $ref at #/components/responses/IndividualVnfPackageExtArtifacts.Get
15:20:33     Data does not match any schemas from 'oneOf' at #/components/responses/IndividualVnfPackageExtArtifacts.Get/content/application/json/schema
15:20:33       No enum match for: ./definitions/SOL005VNFPackageManagement_def.yaml#/definitions/ExternalArtifactsAccessConfig at #/content/application/json/schema/type
15:20:33       Missing required property: $ref at #/content/application/json/schema
15:20:33   Data does not match any schemas from 'oneOf' at #/components/responses/IndividualVnfPackage.Patch
15:20:33     Missing required property: $ref at #/components/responses/IndividualVnfPackage.Patch
15:20:33     Data does not match any schemas from 'oneOf' at #/components/responses/IndividualVnfPackage.Patch/content/application/json/schema
15:20:33       No enum match for: ./definitions/SOL005VNFPackageManagement_def.yaml#/definitions/VnfPkgInfoModifications at #/content/application/json/schema/type
15:20:33       Missing required property: $ref at #/content/application/json/schema
15:20:33  
15:20:33 JSON_OBJECT_VALIDATION_FAILED
15:20:33 --- Validation done (1).
15:20:33 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
15:20:33 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
15:20:33 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
15:20:33 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
15:20:33 --- Merging file.
15:20:36 --- Create PDF...
15:20:38 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
15:20:38 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
15:20:39 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
15:20:39 --- Validation done (0).
15:20:39 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
15:20:39 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
15:20:39 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
15:20:39 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
15:20:39 --- Merging file.
15:20:40 --- Create PDF...
15:20:41 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
15:20:41 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
15:20:41 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
15:20:41 --- Validation done (0).
15:20:41 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
15:20:41 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
15:20:41 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
15:20:41 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
15:20:41 --- Merging file.
15:20:42 --- Create PDF...
15:20:45 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
15:20:45 Swagger schema validation failed. 
15:20:45   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/503
15:20:45     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/503
15:20:45     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/503
15:20:45   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/500
15:20:45     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/500
15:20:45     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/500
15:20:45   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/406
15:20:45     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/406
15:20:45     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/406
15:20:45   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/405
15:20:45     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/405
15:20:45     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/405
15:20:45   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/404
15:20:45     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/404
15:20:45     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/404
15:20:45   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/403
15:20:45     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/403
15:20:45     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/403
15:20:45   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/401
15:20:45     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/401
15:20:45     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/401
15:20:45   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/400
15:20:45     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/400
15:20:45     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/400
15:20:45  
15:20:45 JSON_OBJECT_VALIDATION_FAILED
15:20:45 --- Validation done (1).
15:20:45 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
15:20:45 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
15:20:45 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
15:20:45 -- Final validator returns 1.
15:20:45 Build step 'Execute shell' marked build as failure
15:20:45 Skipped archiving because build is not successful
15:20:46 Finished: FAILURE