SuccessConsole Output

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

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