FailedConsole Output

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

18:54:03 Step 1/24 : FROM alpine:3.10.0
18:54:03  ---> 4d90542f0623
18:54:03 Step 2/24 : RUN env
18:54:03  ---> Using cache
18:54:03  ---> e2553b1af332
18:54:03 Step 3/24 : RUN apk update
18:54:03  ---> Using cache
18:54:03  ---> 9d891293b328
18:54:03 Step 4/24 : RUN apk add bash
18:54:03  ---> Using cache
18:54:03  ---> 60c4c93ce401
18:54:03 Step 5/24 : RUN apk add nodejs
18:54:03  ---> Using cache
18:54:03  ---> e900d2f09106
18:54:03 Step 6/24 : RUN apk add nodejs-npm
18:54:03  ---> Using cache
18:54:03  ---> 03f6a25fc90c
18:54:03 Step 7/24 : RUN apk add asciidoctor
18:54:03  ---> Using cache
18:54:03  ---> 978c03d7b45f
18:54:03 Step 8/24 : RUN apk add openjdk8
18:54:03  ---> Using cache
18:54:03  ---> 87e0c01787eb
18:54:03 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:54:03  ---> Using cache
18:54:03  ---> ca2326e0fd7e
18:54:03 Step 10/24 : RUN apk add openssl
18:54:03  ---> Using cache
18:54:03  ---> 0805ccbe0a56
18:54:03 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:54:03  ---> Using cache
18:54:03  ---> 2118ba81fe9b
18:54:03 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:54:03  ---> Using cache
18:54:03  ---> f2f90a52569b
18:54:03 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:54:03  ---> Using cache
18:54:03  ---> cfd3e7827631
18:54:03 Step 14/24 : RUN npm config set proxy $http_proxy
18:54:03  ---> Using cache
18:54:03  ---> 318995b26504
18:54:03 Step 15/24 : RUN npm install -g swagger-cli
18:54:03  ---> Using cache
18:54:03  ---> 2463a99164db
18:54:03 Step 16/24 : RUN npm install -g json-refs
18:54:03  ---> Using cache
18:54:03  ---> 9afd7d84668d
18:54:03 Step 17/24 : RUN npm install -g yamljs
18:54:03  ---> Using cache
18:54:03  ---> 7b4ab59ef078
18:54:03 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:54:03  ---> c21894e86303
18:54:04 Removing intermediate container b286325498f4
18:54:04 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:54:04  ---> Running in f641690c62f3
18:54:04  ---> 84a684b23132
18:54:04 Removing intermediate container f641690c62f3
18:54:04 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:54:05  ---> 9c32f5868716
18:54:05 Removing intermediate container 2a999dedc0e6
18:54:05 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:54:05  ---> Running in 37a38f515e57
18:54:05  ---> 846f33db7914
18:54:05 Removing intermediate container 37a38f515e57
18:54:05 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:54:06  ---> 3c2bdff24932
18:54:06 Removing intermediate container 0892551aa84e
18:54:06 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:54:06  ---> Running in 32cc91d78219
18:54:06  ---> b19a7cc2455b
18:54:06 Removing intermediate container 32cc91d78219
18:54:06 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:54:06  ---> Running in 5528cd60d579
18:54:06  ---> 059b9694f49d
18:54:06 Removing intermediate container 5528cd60d579
18:54:06 Successfully built 059b9694f49d
18:54:06 Successfully tagged openapivalidator:latest
18:54:06 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
18:54:06 mkdir: created directory '/var/www/html/api/nfv/sol005/181'
18:54:07 Mounting dir /var/www/html/api/nfv/sol005/181 as /storage
18:54:07 Using filter ''
18:54:07 
18:54:07 Entering dir /work/src
18:54:07 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
18:54:07 --- Merging file.
18:54:08 --- Create PDF...
18:54:10 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
18:54:10 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
18:54:11 Swagger schema validation failed. 
18:54:11   Data does not match any schemas from 'oneOf' at #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest
18:54:11     Missing required property: $ref at #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest
18:54:11     Data does not match any schemas from 'oneOf' at #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application/json/schema
18:54:11       Data does not match any schemas from 'oneOf' at #/content/application/json/schema/properties/affectedNs
18:54:11         Data does not match any schemas from 'oneOf' at #/properties/affectedNs/items
18:54:11           Data does not match any schemas from 'oneOf' at #/items/properties/changedInfo
18:54:11             Data does not match any schemas from 'oneOf' at #/properties/changedInfo/properties/wanConnectionInfoModifications
18:54:11               Data does not match any schemas from 'oneOf' at #/properties/wanConnectionInfoModifications/items
18:54:11                 Data does not match any schemas from 'oneOf' at #/items/properties/connectivityServiceEndpoints
18:54:11                   Data does not match any schemas from 'oneOf' at #/properties/connectivityServiceEndpoints/items
18:54:11                     Data does not match any schemas from 'oneOf' at #/items/properties/siteToWanLayer2ProtocolData
18:54:11                       Data does not match any schemas from 'oneOf' at #/properties/siteToWanLayer2ProtocolData/properties/mtuL2
18:54:11                         Expected type string but found type null at #/properties/mtuL2/type
18:54:11                         Missing required property: $ref at #/properties/mtuL2
18:54:11                       Missing required property: $ref at #/properties/siteToWanLayer2ProtocolData
18:54:11                     Missing required property: $ref at #/items
18:54:11                   Missing required property: $ref at #/properties/connectivityServiceEndpoints
18:54:11                 Missing required property: $ref at #/items
18:54:11               Missing required property: $ref at #/properties/wanConnectionInfoModifications
18:54:11             Missing required property: $ref at #/properties/changedInfo
18:54:11           Missing required property: $ref at #/items
18:54:11         Missing required property: $ref at #/properties/affectedNs
18:54:11       Missing required property: $ref at #/content/application/json/schema
18:54:11  
18:54:11 JSON_OBJECT_VALIDATION_FAILED
18:54:11 --- Validation done (1).
18:54:11 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
18:54:11 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
18:54:11 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
18:54:11 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
18:54:11 --- Merging file.
18:54:12 --- Create PDF...
18:54:13 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
18:54:13 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
18:54:14 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
18:54:14 --- Validation done (0).
18:54:14 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
18:54:14 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
18:54:14 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
18:54:14 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
18:54:14 --- Merging file.
18:54:16 --- Create PDF...
18:54:19 --- Validating ../build/SOL005-NSDManagement-API.yaml
18:54:19 Swagger schema validation failed. 
18:54:19   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/504
18:54:19     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/504
18:54:19     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/504
18:54:19   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/503
18:54:19     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/503
18:54:19     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/503
18:54:19   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/500
18:54:19     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/500
18:54:19     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/500
18:54:19   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/406
18:54:19     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/406
18:54:19     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/406
18:54:19   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/405
18:54:19     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/405
18:54:19     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/405
18:54:19   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/404
18:54:19     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/404
18:54:19     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/404
18:54:19   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/403
18:54:19     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/403
18:54:19     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/403
18:54:19   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/401
18:54:19     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/401
18:54:19     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/401
18:54:19   Data does not match any schemas from 'oneOf' at #/paths//subscriptions/{subscriptionId}/delete/responses/400
18:54:19     Additional properties not allowed: content at #/paths//subscriptions/{subscriptionId}/delete/responses/400
18:54:19     Missing required property: $ref at #/paths//subscriptions/{subscriptionId}/delete/responses/400
18:54:19  
18:54:19 JSON_OBJECT_VALIDATION_FAILED
18:54:19 --- Validation done (1).
18:54:19 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
18:54:19 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
18:54:19 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
18:54:19 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
18:54:19 --- Merging file.
18:54:21 --- Create PDF...
18:54:22 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
18:54:22 --- Validating ../build/SOL005-APIVersion-API.yaml
18:54:23 ../build/SOL005-APIVersion-API.yaml is valid
18:54:23 --- Validation done (0).
18:54:23 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
18:54:23 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
18:54:23 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
18:54:23 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
18:54:23 --- Merging file.
18:54:25 --- Create PDF...
18:54:26 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
18:54:26 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
18:54:27 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
18:54:27 --- Validation done (0).
18:54:27 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
18:54:27 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
18:54:27 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
18:54:27 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
18:54:27 --- Merging file.
18:54:28 --- Create PDF...
18:54:31 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
18:54:32 Swagger schema validation failed. 
18:54:32   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/503
18:54:32     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/503
18:54:32     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/503
18:54:32   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/500
18:54:32     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/500
18:54:32     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/500
18:54:32   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/406
18:54:32     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/406
18:54:32     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/406
18:54:32   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/405
18:54:32     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/405
18:54:32     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/405
18:54:32   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/404
18:54:32     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/404
18:54:32     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/404
18:54:32   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/403
18:54:32     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/403
18:54:32     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/403
18:54:32   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/401
18:54:32     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/401
18:54:32     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/401
18:54:32   Data does not match any schemas from 'oneOf' at #/paths//thresholds/{thresholdId}/delete/responses/400
18:54:32     Additional properties not allowed: content at #/paths//thresholds/{thresholdId}/delete/responses/400
18:54:32     Missing required property: $ref at #/paths//thresholds/{thresholdId}/delete/responses/400
18:54:32  
18:54:32 JSON_OBJECT_VALIDATION_FAILED
18:54:32 --- Validation done (1).
18:54:32 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
18:54:32 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
18:54:32 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
18:54:32 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
18:54:32 --- Merging file.
18:54:33 --- Create PDF...
18:54:36 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
18:54:36 Swagger schema validation failed. 
18:54:36   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/503
18:54:36     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/503
18:54:36     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/503
18:54:36   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/500
18:54:36     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/500
18:54:36     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/500
18:54:36   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/406
18:54:36     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/406
18:54:36     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/406
18:54:36   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/405
18:54:36     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/405
18:54:36     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/405
18:54:36   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/404
18:54:36     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/404
18:54:36     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/404
18:54:36   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/403
18:54:36     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/403
18:54:36     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/403
18:54:36   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/401
18:54:36     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/401
18:54:36     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/401
18:54:36   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/400
18:54:36     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/400
18:54:36     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_PnfdDeletionNotification/get/responses/400
18:54:36  
18:54:36 JSON_OBJECT_VALIDATION_FAILED
18:54:36 --- Validation done (1).
18:54:36 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
18:54:36 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
18:54:36 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
18:54:36 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
18:54:36 --- Merging file.
18:54:38 --- Create PDF...
18:54:39 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
18:54:39 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
18:54:40 ../build/SOL005-NSFaultManagement-API.yaml is valid
18:54:40 --- Validation done (0).
18:54:40 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
18:54:40 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
18:54:40 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
18:54:40 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
18:54:40 --- Merging file.
18:54:42 --- Create PDF...
18:54:44 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
18:54:44 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
18:54:44 ../build/SOL005-VNFPackageManagement-API.yaml is valid
18:54:44 --- Validation done (0).
18:54:44 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
18:54:44 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
18:54:44 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
18:54:44 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
18:54:44 --- Merging file.
18:54:50 --- Create PDF...
18:54:52 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
18:54:52 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
18:54:53 Swagger schema validation failed. 
18:54:53   Data does not match any schemas from 'oneOf' at #/components/responses/NsLcmOpOccFail.Post
18:54:53     Missing required property: $ref at #/components/responses/NsLcmOpOccFail.Post
18:54:53     Data does not match any schemas from 'oneOf' at #/components/responses/NsLcmOpOccFail.Post/content/application/json/schema
18:54:53       Data does not match any schemas from 'oneOf' at #/content/application/json/schema/properties/resourceChanges
18:54:53         Data does not match any schemas from 'oneOf' at #/properties/resourceChanges/properties/affectedNss
18:54:53           Data does not match any schemas from 'oneOf' at #/properties/affectedNss/items
18:54:53             Data does not match any schemas from 'oneOf' at #/items/properties/changedInfo
18:54:53               Data does not match any schemas from 'oneOf' at #/properties/changedInfo/properties/wanConnectionInfoModifications
18:54:53                 Data does not match any schemas from 'oneOf' at #/properties/wanConnectionInfoModifications/items
18:54:53                   Data does not match any schemas from 'oneOf' at #/items/properties/connectivityServiceEndpoints
18:54:53                     Data does not match any schemas from 'oneOf' at #/properties/connectivityServiceEndpoints/items
18:54:53                       Data does not match any schemas from 'oneOf' at #/items/properties/siteToWanLayer2ProtocolData
18:54:53                         Data does not match any schemas from 'oneOf' at #/properties/siteToWanLayer2ProtocolData/properties/mtuL2
18:54:53                           Expected type string but found type null at #/properties/mtuL2/type
18:54:53                           Missing required property: $ref at #/properties/mtuL2
18:54:53                         Missing required property: $ref at #/properties/siteToWanLayer2ProtocolData
18:54:53                       Missing required property: $ref at #/items
18:54:53                     Missing required property: $ref at #/properties/connectivityServiceEndpoints
18:54:53                   Missing required property: $ref at #/items
18:54:53                 Missing required property: $ref at #/properties/wanConnectionInfoModifications
18:54:53               Missing required property: $ref at #/properties/changedInfo
18:54:53             Missing required property: $ref at #/items
18:54:53           Missing required property: $ref at #/properties/affectedNss
18:54:53         Missing required property: $ref at #/properties/resourceChanges
18:54:53       Missing required property: $ref at #/content/application/json/schema
18:54:53   Data does not match any schemas from 'oneOf' at #/components/responses/IndividualNsLcmOpOcc.Get
18:54:53     Missing required property: $ref at #/components/responses/IndividualNsLcmOpOcc.Get
18:54:53     Data does not match any schemas from 'oneOf' at #/components/responses/IndividualNsLcmOpOcc.Get/content/application/json/schema
18:54:53       Data does not match any schemas from 'oneOf' at #/content/application/json/schema/properties/resourceChanges
18:54:53         Data does not match any schemas from 'oneOf' at #/properties/resourceChanges/properties/affectedNss
18:54:53           Data does not match any schemas from 'oneOf' at #/properties/affectedNss/items
18:54:53             Data does not match any schemas from 'oneOf' at #/items/properties/changedInfo
18:54:53               Data does not match any schemas from 'oneOf' at #/properties/changedInfo/properties/wanConnectionInfoModifications
18:54:53                 Data does not match any schemas from 'oneOf' at #/properties/wanConnectionInfoModifications/items
18:54:53                   Data does not match any schemas from 'oneOf' at #/items/properties/connectivityServiceEndpoints
18:54:53                     Data does not match any schemas from 'oneOf' at #/properties/connectivityServiceEndpoints/items
18:54:53                       Data does not match any schemas from 'oneOf' at #/items/properties/siteToWanLayer2ProtocolData
18:54:53                         Data does not match any schemas from 'oneOf' at #/properties/siteToWanLayer2ProtocolData/properties/mtuL2
18:54:53                           Expected type string but found type null at #/properties/mtuL2/type
18:54:53                           Missing required property: $ref at #/properties/mtuL2
18:54:53                         Missing required property: $ref at #/properties/siteToWanLayer2ProtocolData
18:54:53                       Missing required property: $ref at #/items
18:54:53                     Missing required property: $ref at #/properties/connectivityServiceEndpoints
18:54:53                   Missing required property: $ref at #/items
18:54:53                 Missing required property: $ref at #/properties/wanConnectionInfoModifications
18:54:53               Missing required property: $ref at #/properties/changedInfo
18:54:53             Missing required property: $ref at #/items
18:54:53           Missing required property: $ref at #/properties/affectedNss
18:54:53         Missing required property: $ref at #/properties/resourceChanges
18:54:53       Missing required property: $ref at #/content/application/json/schema
18:54:53   Data does not match any schemas from 'oneOf' at #/components/responses/NsLcmOpOccs.Get
18:54:53     Missing required property: $ref at #/components/responses/NsLcmOpOccs.Get
18:54:53     Data does not match any schemas from 'oneOf' at #/components/responses/NsLcmOpOccs.Get/content/application/json/schema
18:54:53       Data does not match any schemas from 'oneOf' at #/content/application/json/schema/items
18:54:53         Data does not match any schemas from 'oneOf' at #/items/properties/resourceChanges
18:54:53           Data does not match any schemas from 'oneOf' at #/properties/resourceChanges/properties/affectedNss
18:54:53             Data does not match any schemas from 'oneOf' at #/properties/affectedNss/items
18:54:53               Data does not match any schemas from 'oneOf' at #/items/properties/changedInfo
18:54:53                 Data does not match any schemas from 'oneOf' at #/properties/changedInfo/properties/wanConnectionInfoModifications
18:54:53                   Data does not match any schemas from 'oneOf' at #/properties/wanConnectionInfoModifications/items
18:54:53                     Data does not match any schemas from 'oneOf' at #/items/properties/connectivityServiceEndpoints
18:54:53                       Data does not match any schemas from 'oneOf' at #/properties/connectivityServiceEndpoints/items
18:54:53                         Data does not match any schemas from 'oneOf' at #/items/properties/siteToWanLayer2ProtocolData
18:54:53                           Data does not match any schemas from 'oneOf' at #/properties/siteToWanLayer2ProtocolData/properties/mtuL2
18:54:53                             Expected type string but found type null at #/properties/mtuL2/type
18:54:53                             Missing required property: $ref at #/properties/mtuL2
18:54:53                           Missing required property: $ref at #/properties/siteToWanLayer2ProtocolData
18:54:53                         Missing required property: $ref at #/items
18:54:53                       Missing required property: $ref at #/properties/connectivityServiceEndpoints
18:54:53                     Missing required property: $ref at #/items
18:54:53                   Missing required property: $ref at #/properties/wanConnectionInfoModifications
18:54:53                 Missing required property: $ref at #/properties/changedInfo
18:54:53               Missing required property: $ref at #/items
18:54:53             Missing required property: $ref at #/properties/affectedNss
18:54:53           Missing required property: $ref at #/properties/resourceChanges
18:54:53         Missing required property: $ref at #/items
18:54:53       Missing required property: $ref at #/content/application/json/schema
18:54:53   Data does not match any schemas from 'oneOf' at #/components/responses/IndividualNsInstance.Get
18:54:53     Missing required property: $ref at #/components/responses/IndividualNsInstance.Get
18:54:53     Data does not match any schemas from 'oneOf' at #/components/responses/IndividualNsInstance.Get/content/application/json/schema
18:54:53       Data does not match any schemas from 'oneOf' at #/content/application/json/schema/properties/wanConnectionInfo
18:54:53         Data does not match any schemas from 'oneOf' at #/properties/wanConnectionInfo/items
18:54:53           Data does not match any schemas from 'oneOf' at #/items/properties/protocolInfo
18:54:53             Data does not match any schemas from 'oneOf' at #/properties/protocolInfo/properties/connectivityServiceEndpoints
18:54:53               Data does not match any schemas from 'oneOf' at #/properties/connectivityServiceEndpoints/items
18:54:53                 Data does not match any schemas from 'oneOf' at #/items/properties/siteToWanLayer2ProtocolData
18:54:53                   Data does not match any schemas from 'oneOf' at #/properties/siteToWanLayer2ProtocolData/properties/mtuL2
18:54:53                     Expected type string but found type null at #/properties/mtuL2/type
18:54:53                     Missing required property: $ref at #/properties/mtuL2
18:54:53                   Missing required property: $ref at #/properties/siteToWanLayer2ProtocolData
18:54:53                 Missing required property: $ref at #/items
18:54:53               Missing required property: $ref at #/properties/connectivityServiceEndpoints
18:54:53             Missing required property: $ref at #/properties/protocolInfo
18:54:53           Missing required property: $ref at #/items
18:54:53         Missing required property: $ref at #/properties/wanConnectionInfo
18:54:53       Missing required property: $ref at #/content/application/json/schema
18:54:53   Data does not match any schemas from 'oneOf' at #/components/responses/NsInstances.Post
18:54:53     Missing required property: $ref at #/components/responses/NsInstances.Post
18:54:53     Data does not match any schemas from 'oneOf' at #/components/responses/NsInstances.Post/content/application/json/schema
18:54:53       Data does not match any schemas from 'oneOf' at #/content/application/json/schema/properties/wanConnectionInfo
18:54:53         Data does not match any schemas from 'oneOf' at #/properties/wanConnectionInfo/items
18:54:53           Data does not match any schemas from 'oneOf' at #/items/properties/protocolInfo
18:54:53             Data does not match any schemas from 'oneOf' at #/properties/protocolInfo/properties/connectivityServiceEndpoints
18:54:53               Data does not match any schemas from 'oneOf' at #/properties/connectivityServiceEndpoints/items
18:54:53                 Data does not match any schemas from 'oneOf' at #/items/properties/siteToWanLayer2ProtocolData
18:54:53                   Data does not match any schemas from 'oneOf' at #/properties/siteToWanLayer2ProtocolData/properties/mtuL2
18:54:53                     Expected type string but found type null at #/properties/mtuL2/type
18:54:53                     Missing required property: $ref at #/properties/mtuL2
18:54:53                   Missing required property: $ref at #/properties/siteToWanLayer2ProtocolData
18:54:53                 Missing required property: $ref at #/items
18:54:53               Missing required property: $ref at #/properties/connectivityServiceEndpoints
18:54:53             Missing required property: $ref at #/properties/protocolInfo
18:54:53           Missing required property: $ref at #/items
18:54:53         Missing required property: $ref at #/properties/wanConnectionInfo
18:54:53       Missing required property: $ref at #/content/application/json/schema
18:54:53   Data does not match any schemas from 'oneOf' at #/components/responses/NsInstances.Get
18:54:53     Missing required property: $ref at #/components/responses/NsInstances.Get
18:54:53     Data does not match any schemas from 'oneOf' at #/components/responses/NsInstances.Get/content/application/json/schema
18:54:53       Data does not match any schemas from 'oneOf' at #/content/application/json/schema/items
18:54:53         Data does not match any schemas from 'oneOf' at #/items/properties/wanConnectionInfo
18:54:53           Data does not match any schemas from 'oneOf' at #/properties/wanConnectionInfo/items
18:54:53             Data does not match any schemas from 'oneOf' at #/items/properties/protocolInfo
18:54:53               Data does not match any schemas from 'oneOf' at #/properties/protocolInfo/properties/connectivityServiceEndpoints
18:54:53                 Data does not match any schemas from 'oneOf' at #/properties/connectivityServiceEndpoints/items
18:54:53                   Data does not match any schemas from 'oneOf' at #/items/properties/siteToWanLayer2ProtocolData
18:54:53                     Data does not match any schemas from 'oneOf' at #/properties/siteToWanLayer2ProtocolData/properties/mtuL2
18:54:53                       Expected type string but found type null at #/properties/mtuL2/type
18:54:53                       Missing required property: $ref at #/properties/mtuL2
18:54:53                     Missing required property: $ref at #/properties/siteToWanLayer2ProtocolData
18:54:53                   Missing required property: $ref at #/items
18:54:53                 Missing required property: $ref at #/properties/connectivityServiceEndpoints
18:54:53               Missing required property: $ref at #/properties/protocolInfo
18:54:53             Missing required property: $ref at #/items
18:54:53           Missing required property: $ref at #/properties/wanConnectionInfo
18:54:53         Missing required property: $ref at #/items
18:54:53       Missing required property: $ref at #/content/application/json/schema
18:54:53  
18:54:53 JSON_OBJECT_VALIDATION_FAILED
18:54:53 --- Validation done (1).
18:54:53 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
18:54:53 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
18:54:53 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
18:54:53 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
18:54:53 --- Merging file.
18:54:54 --- Create PDF...
18:54:56 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
18:54:56 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
18:54:56 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
18:54:56 --- Validation done (0).
18:54:56 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
18:54:56 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
18:54:56 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
18:54:56 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
18:54:56 --- Merging file.
18:54:57 --- Create PDF...
18:55:00 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
18:55:01 Swagger schema validation failed. 
18:55:01   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/503
18:55:01     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/503
18:55:01     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/503
18:55:01   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/500
18:55:01     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/500
18:55:01     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/500
18:55:01   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/406
18:55:01     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/406
18:55:01     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/406
18:55:01   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/405
18:55:01     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/405
18:55:01     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/405
18:55:01   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/404
18:55:01     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/404
18:55:01     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/404
18:55:01   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/403
18:55:01     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/403
18:55:01     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/403
18:55:01   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/401
18:55:01     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/401
18:55:01     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/401
18:55:01   Data does not match any schemas from 'oneOf' at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/400
18:55:01     Additional properties not allowed: content at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/400
18:55:01     Missing required property: $ref at #/paths//URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification/get/responses/400
18:55:01  
18:55:01 JSON_OBJECT_VALIDATION_FAILED
18:55:01 --- Validation done (1).
18:55:01 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
18:55:01 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
18:55:01 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
18:55:01 -- Final validator returns 1.
18:55:01 Build step 'Execute shell' marked build as failure
18:55:01 Skipped archiving because build is not successful
18:55:01 Finished: FAILURE