FailedConsole Output

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

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