SuccessConsole Output

18:35:13 Started by GitLab push by bernini
18:35:13 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
18:35:13 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
18:35:13  > git rev-parse --is-inside-work-tree # timeout=10
18:35:13 Fetching changes from the remote Git repository
18:35:13  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
18:35:13 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
18:35:13  > git --version # timeout=10
18:35:13 using GIT_SSH to set credentials 
18:35:13  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
18:35:14  > git rev-parse remotes/origin/2.5.1-maintenance^{commit} # timeout=10
18:35:14  > git branch -a -v --no-abbrev --contains 49589328304ff4ad7af1950fd61ac13fd076b944 # timeout=10
18:35:14 Checking out Revision 49589328304ff4ad7af1950fd61ac13fd076b944 (origin/2.5.1-maintenance)
18:35:14  > git config core.sparsecheckout # timeout=10
18:35:14  > git checkout -f 49589328304ff4ad7af1950fd61ac13fd076b944
18:35:14 Commit message: "fixed issue #1 in 2.5.1"
18:35:14  > git rev-list --no-walk d53d1af2940d0c1cbe54bc4a02404cd093356498 # timeout=10
18:35:14 [sol002-sol003] $ /bin/bash /tmp/jenkins862623895955534653.sh
18:35:14 ./build-container.sh: line 7: proxy: command not found
18:35:14 http_proxy is not set
18:35:14 Proxy set to 
18:35:14 Sending build context to Docker daemon  13.31kB

18:35:14 Step 1/24 : FROM alpine:3.6
18:35:14  ---> 43773d1dba76
18:35:14 Step 2/24 : RUN env
18:35:14  ---> Using cache
18:35:14  ---> 1e1c09059592
18:35:14 Step 3/24 : RUN apk update
18:35:14  ---> Using cache
18:35:14  ---> 593ca0db9007
18:35:14 Step 4/24 : RUN apk add bash
18:35:14  ---> Using cache
18:35:14  ---> eeb9af854748
18:35:14 Step 5/24 : RUN apk add nodejs
18:35:14  ---> Using cache
18:35:14  ---> 6a7e36d52a5e
18:35:14 Step 6/24 : RUN apk add nodejs-npm
18:35:14  ---> Using cache
18:35:14  ---> cc26942c1f05
18:35:14 Step 7/24 : RUN apk add asciidoctor
18:35:14  ---> Using cache
18:35:14  ---> 14e283a59fea
18:35:14 Step 8/24 : RUN apk add openjdk8
18:35:14  ---> Using cache
18:35:14  ---> 705fb9a0af3e
18:35:14 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:35:14  ---> Using cache
18:35:14  ---> f183fdcad5bc
18:35:14 Step 10/24 : RUN apk add openssl
18:35:14  ---> Using cache
18:35:14  ---> de7de1dafcce
18:35:14 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:35:14  ---> Using cache
18:35:14  ---> 31742a01de3d
18:35:14 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:35:14  ---> Using cache
18:35:14  ---> bbb28d0f93e8
18:35:14 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:35:14  ---> Using cache
18:35:14  ---> aa86e98b758a
18:35:14 Step 14/24 : RUN npm config set proxy $http_proxy
18:35:14  ---> Using cache
18:35:14  ---> 53549525d310
18:35:14 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
18:35:14  ---> Using cache
18:35:14  ---> 396bd7f75b5c
18:35:14 Step 16/24 : RUN npm install -g json-refs@3.0.4
18:35:14  ---> Using cache
18:35:14  ---> 773c948f828d
18:35:14 Step 17/24 : RUN npm install -g yamljs@0.3.0
18:35:14  ---> Using cache
18:35:14  ---> 4b2702d64e34
18:35:14 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:35:14  ---> Using cache
18:35:14  ---> d617ede32235
18:35:14 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:35:14  ---> Using cache
18:35:14  ---> e2cf9a6cff5d
18:35:14 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:35:14  ---> Using cache
18:35:14  ---> 3f8019cd7f43
18:35:14 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:35:14  ---> Using cache
18:35:14  ---> 9da5d43fb7e9
18:35:14 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:35:14  ---> Using cache
18:35:14  ---> f8bc7786b127
18:35:14 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:35:14  ---> Using cache
18:35:14  ---> 8905566d055b
18:35:14 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:35:14  ---> Using cache
18:35:14  ---> 1d3870bfc0f0
18:35:14 Successfully built 1d3870bfc0f0
18:35:14 Successfully tagged openapivalidator:latest
18:35:14 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
18:35:14 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/473’: Permission denied
18:35:14 Mounting dir /var/www/html/api/nfv/sol002-sol003/473 as /storage
18:35:14 Using filter ''
18:35:14 
18:35:14 Entering dir /work/src
18:35:14 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
18:35:14 --- Merging file.
18:35:16 --- Create PDF...
18:35:37 --- Validating ../build/SOL003-VNFIndicator-API.yaml
18:35:38 
18:35:38 API Errors:
18:35:38 
18:35:38   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:35:38     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:35:38     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:35:38 
18:35:38 1 error and 0 warnings
18:35:38 
18:35:38 --- Validation done (1).
18:35:38 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
18:35:38 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
18:35:38 '../build/SOL003-VNFIndicator-API.pdf' -> '/storage/SOL003-VNFIndicator-API.pdf'
18:35:38 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
18:35:38 --- Merging file.
18:35:40 --- Create PDF...
18:35:50 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
18:35:51 --- Validation done (0).
18:35:51 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
18:35:51 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
18:35:51 '../build/SOL003-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL003-VNFPackageManagementNotification-API.pdf'
18:35:51 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
18:35:51 --- Merging file.
18:35:54 --- Create PDF...
18:37:40 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
18:37:43 --- Validation done (0).
18:37:43 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
18:37:43 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
18:37:43 '../build/SOL003-VNFLifecycleManagement-API.pdf' -> '/storage/SOL003-VNFLifecycleManagement-API.pdf'
18:37:43 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
18:37:43 --- Merging file.
18:37:44 --- Create PDF...
18:37:58 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
18:38:00 
18:38:00 API Errors:
18:38:00 
18:38:00   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:38:00     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:38:00     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:38:00 
18:38:00 1 error and 0 warnings
18:38:00 
18:38:00 --- Validation done (1).
18:38:00 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
18:38:00 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
18:38:00 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf'
18:38:00 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
18:38:00 --- Merging file.
18:38:01 --- Create PDF...
18:38:25 --- Validating ../build/SOL003-APIVersion-API.yaml
18:38:27 --- Validation done (0).
18:38:27 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
18:38:27 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
18:38:27 '../build/SOL003-APIVersion-API.pdf' -> '/storage/SOL003-APIVersion-API.pdf'
18:38:27 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
18:38:27 --- Merging file.
18:38:28 --- Create PDF...
18:38:42 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
18:38:43 --- Validation done (0).
18:38:43 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
18:38:43 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
18:38:43 '../build/SOL003-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL003-VNFFaultManagementNotification-API.pdf'
18:38:43 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
18:38:43 --- Merging file.
18:38:44 --- Create PDF...
18:38:51 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
18:38:52 --- Validation done (0).
18:38:52 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
18:38:52 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
18:38:52 '../build/SOL003-VNFIndicatorNotification-API.pdf' -> '/storage/SOL003-VNFIndicatorNotification-API.pdf'
18:38:52 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
18:38:52 --- Merging file.
18:38:53 --- Create PDF...
18:39:14 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
18:39:15 
18:39:15 API Errors:
18:39:15 
18:39:15   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:39:15     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:39:15     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:39:15 
18:39:15 1 error and 0 warnings
18:39:15 
18:39:15 --- Validation done (1).
18:39:15 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
18:39:15 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
18:39:15 '../build/SOL003-VNFFaultManagement-API.pdf' -> '/storage/SOL003-VNFFaultManagement-API.pdf'
18:39:15 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
18:39:15 --- Merging file.
18:39:16 --- Create PDF...
18:39:27 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
18:39:29 --- Validation done (0).
18:39:29 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
18:39:29 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
18:39:29 '../build/SOL003-VNFLifecycleManagementNotification-API.pdf' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.pdf'
18:39:29 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
18:39:29 --- Merging file.
18:39:30 --- Create PDF...
18:39:47 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
18:39:48 --- Validation done (0).
18:39:48 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
18:39:48 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
18:39:48 '../build/SOL003-VNFLifecycleOperationGranting-API.pdf' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.pdf'
18:39:48 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
18:39:48 --- Merging file.
18:39:50 --- Create PDF...
18:40:19 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
18:40:20 
18:40:20 API Errors:
18:40:20 
18:40:20   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:40:20     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:40:20     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:40:20 
18:40:20 1 error and 0 warnings
18:40:20 
18:40:20 --- Validation done (1).
18:40:20 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
18:40:20 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
18:40:20 '../build/SOL003-VNFPackageManagement-API.pdf' -> '/storage/SOL003-VNFPackageManagement-API.pdf'
18:40:20 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
18:40:20 --- Merging file.
18:40:22 --- Create PDF...
18:40:32 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
18:40:33 --- Validation done (0).
18:40:33 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
18:40:33 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
18:40:33 '../build/SOL003-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.pdf'
18:40:33 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
18:40:33 --- Merging file.
18:40:35 --- Create PDF...
18:41:08 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
18:41:09 
18:41:09 API Errors:
18:41:09 
18:41:09   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:41:09     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:41:09     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:41:09 
18:41:09 1 error and 0 warnings
18:41:09 
18:41:09 --- Validation done (1).
18:41:09 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
18:41:09 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
18:41:09 '../build/SOL003-VNFPerformanceManagement-API.pdf' -> '/storage/SOL003-VNFPerformanceManagement-API.pdf'
18:41:09 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotificationNotification/VirtualisedResourcesQuotaAvailableNotificationNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotificationNotification) (deliverable:SOL003)
18:41:09 --- Merging file.
18:41:10 --- Create PDF...
18:41:17 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml
18:41:18 --- Validation done (0).
18:41:18 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml'
18:41:18 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.json'
18:41:18 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.pdf'
18:41:18 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
18:41:18 --- Merging file.
18:41:20 --- Create PDF...
18:41:50 --- Validating ../build/SOL002-VNFIndicator-API.yaml
18:41:51 
18:41:51 API Errors:
18:41:51 
18:41:51   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:41:51     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:41:51     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:41:51 
18:41:51 1 error and 0 warnings
18:41:51 
18:41:51 --- Validation done (1).
18:41:51 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
18:41:51 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
18:41:51 '../build/SOL002-VNFIndicator-API.pdf' -> '/storage/SOL002-VNFIndicator-API.pdf'
18:41:51 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
18:41:51 --- Merging file.
18:41:52 --- Create PDF...
18:42:05 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
18:42:06 --- Validation done (0).
18:42:06 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
18:42:06 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
18:42:06 '../build/SOL002-VNFConfiguration-API.pdf' -> '/storage/SOL002-VNFConfiguration-API.pdf'
18:42:06 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
18:42:06 --- Merging file.
18:42:09 --- Create PDF...
18:42:18 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
18:42:20 
18:42:20 API Errors:
18:42:20 
18:42:20   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:42:20     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:42:20     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:42:20   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1cancel/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1cancel/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1cancel/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1fail/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1fail/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1fail/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1fail/post/responses/200: Not a valid response definition
18:42:20     #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1fail/post/responses/200/headers/schema: Expected type object but found type null
18:42:20     #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1fail/post/responses/200: Missing required property: $ref
18:42:20   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1rollback/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1rollback/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1rollback/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1retry/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1retry/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1retry/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_lcm_op_occs/get/responses/200: Not a valid response definition
18:42:20     #/paths/~1vnf_lcm_op_occs/get/responses/200/headers/schema: Expected type object but found type null
18:42:20     #/paths/~1vnf_lcm_op_occs/get/responses/200: Missing required property: $ref
18:42:20   #/paths/~1vnf_instances~1{vnfInstanceId}~1change_ext_conn/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1change_ext_conn/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1change_ext_conn/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_instances~1{vnfInstanceId}~1operate/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1operate/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1operate/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_instances~1{vnfInstanceId}~1heal/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1heal/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1heal/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_instances~1{vnfInstanceId}~1terminate/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1terminate/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1terminate/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_instances~1{vnfInstanceId}~1change_flavour/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1change_flavour/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1change_flavour/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_instances~1{vnfInstanceId}~1scale_to_level/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1scale_to_level/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1scale_to_level/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_instances~1{vnfInstanceId}~1scale/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1scale/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1scale/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_instances~1{vnfInstanceId}~1instantiate/post/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1instantiate/post/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}~1instantiate/post/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_instances~1{vnfInstanceId}/delete/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}/delete/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}/delete/responses/409: Missing required property: $ref
18:42:20   #/paths/~1vnf_instances~1{vnfInstanceId}/patch/responses/409: Not a valid response definition
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}/patch/responses/409: Missing required property: description
18:42:20     #/paths/~1vnf_instances~1{vnfInstanceId}/patch/responses/409: Missing required property: $ref
18:42:20 
18:42:20 17 errors and 0 warnings
18:42:20 
18:42:20 --- Validation done (1).
18:42:20 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
18:42:20 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
18:42:20 '../build/SOL002-VNFLifecycleManagement-API.pdf' -> '/storage/SOL002-VNFLifecycleManagement-API.pdf'
18:42:20 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
18:42:20 --- Merging file.
18:42:21 --- Create PDF...
18:42:39 --- Validating ../build/SOL002-APIVersion-API.yaml
18:42:40 --- Validation done (0).
18:42:40 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
18:42:40 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
18:42:40 '../build/SOL002-APIVersion-API.pdf' -> '/storage/SOL002-APIVersion-API.pdf'
18:42:40 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
18:42:40 --- Merging file.
18:42:42 --- Create PDF...
18:42:55 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
18:42:56 --- Validation done (0).
18:42:56 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
18:42:56 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
18:42:56 '../build/SOL002-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL002-VNFFaultManagementNotification-API.pdf'
18:42:56 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
18:42:56 --- Merging file.
18:42:57 --- Create PDF...
18:43:04 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
18:43:05 --- Validation done (0).
18:43:05 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
18:43:05 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
18:43:05 '../build/SOL002-VNFIndicatorNotification-API.pdf' -> '/storage/SOL002-VNFIndicatorNotification-API.pdf'
18:43:05 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
18:43:05 --- Merging file.
18:43:07 --- Create PDF...
18:43:40 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
18:43:41 
18:43:41 API Errors:
18:43:41 
18:43:41   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:43:41     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:43:41     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:43:41   #/paths/~1alarms~1{alarmId}/patch/responses/409: Not a valid response definition
18:43:41     #/paths/~1alarms~1{alarmId}/patch/responses/409: Missing required property: description
18:43:41     #/paths/~1alarms~1{alarmId}/patch/responses/409: Missing required property: $ref
18:43:41 
18:43:41 2 errors and 0 warnings
18:43:41 
18:43:41 --- Validation done (1).
18:43:41 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
18:43:41 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
18:43:41 '../build/SOL002-VNFFaultManagement-API.pdf' -> '/storage/SOL002-VNFFaultManagement-API.pdf'
18:43:41 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
18:43:41 --- Merging file.
18:43:43 --- Create PDF...
18:44:00 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
18:44:01 --- Validation done (0).
18:44:01 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
18:44:01 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
18:44:01 '../build/SOL002-VNFLifecycleManagementNotification-API.pdf' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.pdf'
18:44:01 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
18:44:01 --- Merging file.
18:44:03 --- Create PDF...
18:44:13 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
18:44:14 --- Validation done (0).
18:44:14 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
18:44:14 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
18:44:14 '../build/SOL002-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.pdf'
18:44:14 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
18:44:14 --- Merging file.
18:44:16 --- Create PDF...
18:45:04 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
18:45:05 
18:45:05 API Errors:
18:45:05 
18:45:05   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:45:05     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:45:05     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:45:05 
18:45:05 1 error and 0 warnings
18:45:05 
18:45:05 --- Validation done (1).
18:45:05 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
18:45:05 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
18:45:05 '../build/SOL002-VNFPerformanceManagement-API.pdf' -> '/storage/SOL002-VNFPerformanceManagement-API.pdf'
18:45:05 -- Final validator returns 1.
18:45:06 No Gerrit change information found. Exiting
18:45:06 Archiving artifacts
18:45:09 Finished: SUCCESS