FailedConsole Output

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

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