FailedConsole Output

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

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