FailedConsole Output

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

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