SuccessConsole Output

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

18:05:09 Step 1/24 : FROM alpine:3.6
18:05:11 3.6: Pulling from library/alpine
18:05:11 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
18:05:11 Status: Downloaded newer image for alpine:3.6
18:05:11  ---> 43773d1dba76
18:05:11 Step 2/24 : RUN env
18:05:11  ---> Using cache
18:05:11  ---> 94a774cc9d8b
18:05:11 Step 3/24 : RUN apk update
18:05:11  ---> Using cache
18:05:11  ---> 12b582a22f41
18:05:11 Step 4/24 : RUN apk add bash
18:05:11  ---> Using cache
18:05:11  ---> fafd07ab0655
18:05:11 Step 5/24 : RUN apk add nodejs
18:05:11  ---> Using cache
18:05:11  ---> 1debd0445296
18:05:11 Step 6/24 : RUN apk add nodejs-npm
18:05:11  ---> Using cache
18:05:11  ---> c827a1cac07e
18:05:11 Step 7/24 : RUN apk add asciidoctor
18:05:11  ---> Using cache
18:05:11  ---> e90589c3e596
18:05:11 Step 8/24 : RUN apk add openjdk8
18:05:11  ---> Using cache
18:05:11  ---> 735d8f58c1bc
18:05:11 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:05:11  ---> Using cache
18:05:11  ---> c3dc23607c9d
18:05:11 Step 10/24 : RUN apk add openssl
18:05:11  ---> Using cache
18:05:11  ---> a643db7e74bb
18:05:11 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:05:11  ---> Using cache
18:05:11  ---> 3c2b8bf7c2ca
18:05:11 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:05:11  ---> Using cache
18:05:11  ---> 8572c9df5ed2
18:05:11 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:05:11  ---> Using cache
18:05:11  ---> f44bfb2813f1
18:05:11 Step 14/24 : RUN npm config set proxy $http_proxy
18:05:11  ---> Using cache
18:05:11  ---> 4b6141ff47f4
18:05:11 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
18:05:11  ---> Using cache
18:05:11  ---> 3021daafa234
18:05:11 Step 16/24 : RUN npm install -g json-refs@3.0.4
18:05:11  ---> Using cache
18:05:11  ---> 8fe82642dca2
18:05:11 Step 17/24 : RUN npm install -g yamljs@0.3.0
18:05:11  ---> Using cache
18:05:11  ---> a5cde1643d40
18:05:11 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:05:11  ---> Using cache
18:05:11  ---> 05b04d55996b
18:05:11 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:05:11  ---> Using cache
18:05:11  ---> 03e48ee59af1
18:05:11 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:05:11  ---> Using cache
18:05:11  ---> 516acd81a015
18:05:11 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:05:11  ---> Using cache
18:05:11  ---> c658eaa0f2de
18:05:11 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:05:11  ---> Using cache
18:05:11  ---> 864e9a14e523
18:05:11 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:05:11  ---> Using cache
18:05:11  ---> b3da518349a9
18:05:11 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:05:11  ---> Using cache
18:05:11  ---> 90462b22e681
18:05:11 Successfully built 90462b22e681
18:05:11 Successfully tagged openapivalidator:latest
18:05:11 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003-master as /work
18:05:11 mkdir: created directory '/var/www/html/api/nfv/sol002-sol003-master/42'
18:05:11 Mounting dir /var/www/html/api/nfv/sol002-sol003-master/42 as /storage
18:05:12 Using filter ''
18:05:12 
18:05:12 Entering dir /work/src
18:05:12 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
18:05:12 --- Merging file.
18:05:13 
18:05:13   error: Document has invalid references:
18:05:13 
18:05:13   #/paths/~1subscriptions/post/parameters/0/schema/properties/callbackUri: Extra JSON Reference properties will be ignored: description
18:05:13 
18:05:13 --- Create PDF...
18:05:15 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
18:05:15 --- Validating ../build/SOL003-VNFIndicator-API.yaml
18:05:16 
18:05:16   error: Unsupported Swagger version: undefined
18:05:16 
18:05:16 --- Validation done (1).
18:05:16 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
18:05:16 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
18:05:16 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
18:05:16 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
18:05:16 --- Merging file.
18:05:17 --- Create PDF...
18:05:28 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
18:05:29 --- Validation done (0).
18:05:29 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
18:05:29 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
18:05:29 '../build/SOL003-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL003-VNFPackageManagementNotification-API.pdf'
18:05:30 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
18:05:30 --- Merging file.
18:05:31 
18:05:31   error: Document has invalid references:
18:05:31 
18:05:31   #/paths/~1vnf_instances~1{vnfInstanceId}~1change_ext_conn/post/responses/202: JSON Pointer points to missing location: ../../responses/SOL002SOL003_resp.yaml#/responses/202-with-Location
18:05:31   #/paths/~1vnf_instances~1{vnfInstanceId}~1change_flavour/post/responses/202: JSON Pointer points to missing location: ../../responses/SOL002SOL003_resp.yaml#/responses/202-with-Location
18:05:31   #/paths/~1vnf_instances~1{vnfInstanceId}~1heal/post/responses/202: JSON Pointer points to missing location: ../../responses/SOL002SOL003_resp.yaml#/responses/202-with-Location
18:05:31   #/paths/~1vnf_instances~1{vnfInstanceId}~1operate/post/responses/202: JSON Pointer points to missing location: ../../responses/SOL002SOL003_resp.yaml#/responses/202-with-Location
18:05:31   #/paths/~1vnf_instances~1{vnfInstanceId}~1scale/post/responses/202: JSON Pointer points to missing location: ../../responses/SOL002SOL003_resp.yaml#/responses/202-with-Location
18:05:31   #/paths/~1vnf_instances~1{vnfInstanceId}~1scale_to_level/post/responses/202: JSON Pointer points to missing location: ../../responses/SOL002SOL003_resp.yaml#/responses/202-with-Location
18:05:31   #/paths/~1vnf_instances~1{vnfInstanceId}~1terminate/post/responses/202: JSON Pointer points to missing location: ../../responses/SOL002SOL003_resp.yaml#/responses/202-with-Location
18:05:31 
18:05:31 --- Create PDF...
18:05:32 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
18:05:32 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
18:05:33 
18:05:33   error: Unsupported Swagger version: undefined
18:05:33 
18:05:33 --- Validation done (1).
18:05:33 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
18:05:33 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
18:05:33 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
18:05:33 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
18:05:33 --- Merging file.
18:05:34 --- Create PDF...
18:05:50 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
18:05:51 
18:05:51 API Errors:
18:05:51 
18:05:51   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:05:51     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:05:51     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:05:51 
18:05:51 1 error and 0 warnings
18:05:51 
18:05:51 --- Validation done (1).
18:05:51 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
18:05:51 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
18:05:51 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf'
18:05:51 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
18:05:51 --- Merging file.
18:05:52 --- Create PDF...
18:06:19 --- Validating ../build/SOL003-APIVersion-API.yaml
18:06:21 --- Validation done (0).
18:06:21 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
18:06:21 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
18:06:21 '../build/SOL003-APIVersion-API.pdf' -> '/storage/SOL003-APIVersion-API.pdf'
18:06:21 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
18:06:21 --- Merging file.
18:06:22 --- Create PDF...
18:06:37 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
18:06:38 --- Validation done (0).
18:06:38 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
18:06:38 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
18:06:38 '../build/SOL003-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL003-VNFFaultManagementNotification-API.pdf'
18:06:38 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
18:06:38 --- Merging file.
18:06:39 --- Create PDF...
18:06:46 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
18:06:47 --- Validation done (0).
18:06:47 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
18:06:47 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
18:06:47 '../build/SOL003-VNFIndicatorNotification-API.pdf' -> '/storage/SOL003-VNFIndicatorNotification-API.pdf'
18:06:47 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
18:06:47 --- Merging file.
18:06:48 --- Create PDF...
18:07:11 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
18:07:12 
18:07:12 API Errors:
18:07:12 
18:07:12   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:07:12     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:07:12     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:07:12 
18:07:12 1 error and 0 warnings
18:07:12 
18:07:12 --- Validation done (1).
18:07:12 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
18:07:12 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
18:07:12 '../build/SOL003-VNFFaultManagement-API.pdf' -> '/storage/SOL003-VNFFaultManagement-API.pdf'
18:07:12 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
18:07:12 --- Merging file.
18:07:14 --- Create PDF...
18:07:26 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
18:07:27 --- Validation done (0).
18:07:27 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
18:07:27 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
18:07:27 '../build/SOL003-VNFLifecycleManagementNotification-API.pdf' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.pdf'
18:07:27 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
18:07:27 --- Merging file.
18:07:29 --- Create PDF...
18:07:47 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
18:07:49 --- Validation done (0).
18:07:49 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
18:07:49 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
18:07:49 '../build/SOL003-VNFLifecycleOperationGranting-API.pdf' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.pdf'
18:07:49 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
18:07:49 --- Merging file.
18:07:50 --- Create PDF...
18:08:24 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
18:08:25 
18:08:25 API Errors:
18:08:25 
18:08:25   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:08:25     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:08:25     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:08:25 
18:08:25 1 error and 0 warnings
18:08:25 
18:08:25 --- Validation done (1).
18:08:25 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
18:08:25 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
18:08:25 '../build/SOL003-VNFPackageManagement-API.pdf' -> '/storage/SOL003-VNFPackageManagement-API.pdf'
18:08:25 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
18:08:25 --- Merging file.
18:08:26 --- Create PDF...
18:08:37 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
18:08:38 --- Validation done (0).
18:08:38 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
18:08:38 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
18:08:38 '../build/SOL003-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.pdf'
18:08:38 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
18:08:38 --- Merging file.
18:08:40 --- Create PDF...
18:09:16 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
18:09:17 
18:09:17 API Errors:
18:09:17 
18:09:17   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:09:17     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:09:17     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:09:17 
18:09:17 1 error and 0 warnings
18:09:17 
18:09:17 --- Validation done (1).
18:09:17 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
18:09:17 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
18:09:17 '../build/SOL003-VNFPerformanceManagement-API.pdf' -> '/storage/SOL003-VNFPerformanceManagement-API.pdf'
18:09:17 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotificationNotification/VirtualisedResourcesQuotaAvailableNotificationNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotificationNotification) (deliverable:SOL003)
18:09:17 --- Merging file.
18:09:18 --- Create PDF...
18:09:25 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml
18:09:27 --- Validation done (0).
18:09:27 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml'
18:09:27 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.json'
18:09:27 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.pdf'
18:09:27 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
18:09:27 --- Merging file.
18:09:28 
18:09:28   error: Document has invalid references:
18:09:28 
18:09:28   #/paths/~1indicators/get/responses/200/schema/items: JSON Pointer points to missing location: ../../definitions/SOL002SOl003VNFIndicator_def.yaml#/definitions/VnfIndicator
18:09:28   #/paths/~1indicators~1{indicatorId}/get/responses/200/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOl003VNFIndicator_def.yaml#/definitions/VnfIndicator
18:09:28   #/paths/~1indicators~1{vnfInstanceId}/get/responses/200/schema/items: JSON Pointer points to missing location: ../../definitions/SOL002SOl003VNFIndicator_def.yaml#/definitions/VnfIndicator
18:09:28   #/paths/~1indicators~1{vnfInstanceId}~1{indicatorId}/get/responses/200/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOl003VNFIndicator_def.yaml#/definitions/VnfIndicator
18:09:28   #/paths/~1subscriptions/post/parameters/0/schema/properties/callbackUri: Extra JSON Reference properties will be ignored: description
18:09:28 
18:09:28 --- Create PDF...
18:09:29 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
18:09:29 --- Validating ../build/SOL002-VNFIndicator-API.yaml
18:09:30 
18:09:30   error: Unsupported Swagger version: undefined
18:09:30 
18:09:30 --- Validation done (1).
18:09:30 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
18:09:30 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
18:09:30 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
18:09:30 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
18:09:30 --- Merging file.
18:09:31 
18:09:31   error: Document has invalid references:
18:09:31 
18:09:31   #/paths/~1configuration/patch/parameters/0/schema: JSON Pointer points to missing location: definitions/SOL002VnfConfiguration_def.yaml#/definitions/VnfConfigModifications
18:09:31   #/paths/~1configuration/patch/responses/200/schema: JSON Pointer points to missing location: definitions/SOL002VnfConfiguration_def.yaml#/definitions/VnfConfigModifications
18:09:31 
18:09:31 --- Create PDF...
18:09:33 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
18:09:33 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
18:09:33 
18:09:33   error: Unsupported Swagger version: undefined
18:09:33 
18:09:33 --- Validation done (1).
18:09:33 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
18:09:34 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
18:09:34 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
18:09:34 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
18:09:34 --- Merging file.
18:09:35 
18:09:35   error: Document has invalid references:
18:09:35 
18:09:35   #/paths/~1vnf_instances~1{vnfInstanceId}~1change_flavour/post/parameters/0/schema: JSON Pointer points to missing location: definitions/SOl002VNFLifecycleManagement_def.yaml#/definitions/ChangeVnfFlavourRequest
18:09:35   #/paths/~1vnf_instances~1{vnfInstanceId}~1heal/post/parameters/0/schema: JSON Pointer points to missing location: definitions/SOl002VNFLifecycleManagement_def.yaml#/definitions/HealVnfRequest
18:09:35   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1fail/post/responses/200/schema: JSON Pointer points to missing location: ../../definitions/SOL002SOl003VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc
18:09:35 
18:09:35 --- Create PDF...
18:09:36 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
18:09:36 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
18:09:37 
18:09:37   error: Unsupported Swagger version: undefined
18:09:37 
18:09:37 --- Validation done (1).
18:09:37 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
18:09:37 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
18:09:37 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
18:09:37 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
18:09:37 --- Merging file.
18:09:38 --- Create PDF...
18:09:58 --- Validating ../build/SOL002-APIVersion-API.yaml
18:09:59 --- Validation done (0).
18:09:59 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
18:09:59 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
18:09:59 '../build/SOL002-APIVersion-API.pdf' -> '/storage/SOL002-APIVersion-API.pdf'
18:09:59 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
18:09:59 --- Merging file.
18:10:01 --- Create PDF...
18:10:16 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
18:10:17 --- Validation done (0).
18:10:17 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
18:10:17 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
18:10:17 '../build/SOL002-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL002-VNFFaultManagementNotification-API.pdf'
18:10:17 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
18:10:17 --- Merging file.
18:10:18 --- Create PDF...
18:10:25 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
18:10:26 --- Validation done (0).
18:10:26 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
18:10:26 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
18:10:26 '../build/SOL002-VNFIndicatorNotification-API.pdf' -> '/storage/SOL002-VNFIndicatorNotification-API.pdf'
18:10:26 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
18:10:26 --- Merging file.
18:10:28 --- Create PDF...
18:11:03 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
18:11:04 
18:11:04 API Errors:
18:11:04 
18:11:04   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:11:04     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:11:04     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:11:04   #/paths/~1alarms~1{alarmId}/patch/responses/409: Not a valid response definition
18:11:04     #/paths/~1alarms~1{alarmId}/patch/responses/409: Missing required property: description
18:11:04     #/paths/~1alarms~1{alarmId}/patch/responses/409: Missing required property: $ref
18:11:04 
18:11:04 2 errors and 0 warnings
18:11:04 
18:11:04 --- Validation done (1).
18:11:04 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
18:11:04 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
18:11:04 '../build/SOL002-VNFFaultManagement-API.pdf' -> '/storage/SOL002-VNFFaultManagement-API.pdf'
18:11:04 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
18:11:04 --- Merging file.
18:11:05 --- Create PDF...
18:11:23 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
18:11:24 --- Validation done (0).
18:11:24 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
18:11:24 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
18:11:24 '../build/SOL002-VNFLifecycleManagementNotification-API.pdf' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.pdf'
18:11:24 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
18:11:24 --- Merging file.
18:11:25 --- Create PDF...
18:11:37 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
18:11:38 --- Validation done (0).
18:11:38 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
18:11:38 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
18:11:38 '../build/SOL002-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.pdf'
18:11:38 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
18:11:38 --- Merging file.
18:11:40 --- Create PDF...
18:12:33 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
18:12:34 
18:12:34 API Errors:
18:12:34 
18:12:34   #/paths/~1subscriptions/post/responses/303: Not a valid response definition
18:12:34     #/paths/~1subscriptions/post/responses/303: Missing required property: description
18:12:34     #/paths/~1subscriptions/post/responses/303: Missing required property: $ref
18:12:34 
18:12:34 1 error and 0 warnings
18:12:34 
18:12:34 --- Validation done (1).
18:12:34 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
18:12:34 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
18:12:34 '../build/SOL002-VNFPerformanceManagement-API.pdf' -> '/storage/SOL002-VNFPerformanceManagement-API.pdf'
18:12:34 -- Final validator returns 1.
18:12:34 No Gerrit change information found. Exiting
18:12:34 Archiving artifacts
18:12:35 Discard old builds...
18:12:35 #35 is removed because old than numToKeep
18:12:36 Finished: SUCCESS