FailedConsole Output

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

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