FailedConsole Output

09:45:49 Started by GitLab push by f.moscatelli
09:45:49 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
09:45:49 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
09:45:49  > git rev-parse --is-inside-work-tree # timeout=10
09:45:49 Fetching changes from the remote Git repository
09:45:49  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
09:45:49 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
09:45:49  > git --version # timeout=10
09:45:49 using GIT_SSH to set credentials 
09:45:49  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
09:45:50  > git rev-parse remotes/origin/2.8.1-dev^{commit} # timeout=10
09:45:50  > git branch -a -v --no-abbrev --contains 5784d120fc14044c7380558e8a0f4553bb7d5994 # timeout=10
09:45:50 Checking out Revision 5784d120fc14044c7380558e8a0f4553bb7d5994 (origin/2.8.1-dev)
09:45:50  > git config core.sparsecheckout # timeout=10
09:45:50  > git checkout -f 5784d120fc14044c7380558e8a0f4553bb7d5994
09:45:50 Commit message: "SOL003_1->SOL003_61: implementation of differences between v2.7.1 and v2.8.1"
09:45:50  > git rev-list --no-walk 3202703d9292d758d6828d0b25528ac146a9c083 # timeout=10
09:45:50 [sol002-sol003] $ /bin/bash /tmp/jenkins3883193510067605197.sh
09:45:51 ./build-container.sh: line 7: proxy: command not found
09:45:51 http_proxy is not set
09:45:51 Proxy set to 
09:45:51 Sending build context to Docker daemon  13.31kB

09:45:51 Step 1/24 : FROM alpine:3.6
09:45:52 3.6: Pulling from library/alpine
09:45:52 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
09:45:52 Status: Downloaded newer image for alpine:3.6
09:45:52  ---> 43773d1dba76
09:45:52 Step 2/24 : RUN env
09:45:52  ---> Using cache
09:45:52  ---> 1e1c09059592
09:45:52 Step 3/24 : RUN apk update
09:45:52  ---> Using cache
09:45:52  ---> 593ca0db9007
09:45:52 Step 4/24 : RUN apk add bash
09:45:52  ---> Using cache
09:45:52  ---> eeb9af854748
09:45:52 Step 5/24 : RUN apk add nodejs
09:45:52  ---> Using cache
09:45:52  ---> 6a7e36d52a5e
09:45:52 Step 6/24 : RUN apk add nodejs-npm
09:45:52  ---> Using cache
09:45:52  ---> cc26942c1f05
09:45:52 Step 7/24 : RUN apk add asciidoctor
09:45:52  ---> Using cache
09:45:52  ---> 14e283a59fea
09:45:52 Step 8/24 : RUN apk add openjdk8
09:45:52  ---> Using cache
09:45:52  ---> 705fb9a0af3e
09:45:52 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
09:45:52  ---> Using cache
09:45:52  ---> f183fdcad5bc
09:45:52 Step 10/24 : RUN apk add openssl
09:45:52  ---> Using cache
09:45:52  ---> de7de1dafcce
09:45:52 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
09:45:52  ---> Using cache
09:45:52  ---> 31742a01de3d
09:45:52 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
09:45:52  ---> Using cache
09:45:52  ---> bbb28d0f93e8
09:45:52 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
09:45:52  ---> Using cache
09:45:52  ---> aa86e98b758a
09:45:52 Step 14/24 : RUN npm config set proxy $http_proxy
09:45:52  ---> Using cache
09:45:52  ---> 53549525d310
09:45:52 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
09:45:52  ---> Using cache
09:45:52  ---> 396bd7f75b5c
09:45:52 Step 16/24 : RUN npm install -g json-refs@3.0.4
09:45:52  ---> Using cache
09:45:52  ---> 773c948f828d
09:45:52 Step 17/24 : RUN npm install -g yamljs@0.3.0
09:45:52  ---> Using cache
09:45:52  ---> 4b2702d64e34
09:45:52 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
09:45:52  ---> Using cache
09:45:52  ---> d617ede32235
09:45:52 Step 19/24 : RUN chmod +x /validate-in-docker.sh
09:45:52  ---> Using cache
09:45:52  ---> e2cf9a6cff5d
09:45:52 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
09:45:52  ---> Using cache
09:45:52  ---> 3f8019cd7f43
09:45:52 Step 21/24 : RUN chmod +x /bin/swg2mrkup
09:45:52  ---> Using cache
09:45:52  ---> 9da5d43fb7e9
09:45:52 Step 22/24 : ADD oas2pdf /bin/oas2pdf
09:45:52  ---> Using cache
09:45:52  ---> f8bc7786b127
09:45:52 Step 23/24 : RUN chmod +x /bin/oas2pdf
09:45:52  ---> Using cache
09:45:52  ---> 8905566d055b
09:45:52 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
09:45:52  ---> Using cache
09:45:52  ---> 1d3870bfc0f0
09:45:52 Successfully built 1d3870bfc0f0
09:45:52 Successfully tagged openapivalidator:latest
09:45:52 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
09:45:52 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/474’: Permission denied
09:45:52 Mounting dir /var/www/html/api/nfv/sol002-sol003/474 as /storage
09:45:53 Using filter ''
09:45:53 
09:45:53 Entering dir /work/src
09:45:53 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
09:45:53 --- Merging file.
09:45:55 --- Create PDF...
09:46:22 --- Validating ../build/SOL003-VNFIndicator-API.yaml
09:46:24 --- Validation done (0).
09:46:24 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
09:46:24 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
09:46:24 '../build/SOL003-VNFIndicator-API.pdf' -> '/storage/SOL003-VNFIndicator-API.pdf'
09:46:24 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
09:46:24 --- Merging file.
09:46:25 --- Create PDF...
09:46:35 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
09:46:36 --- Validation done (0).
09:46:36 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
09:46:36 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
09:46:36 '../build/SOL003-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL003-VNFPackageManagementNotification-API.pdf'
09:46:36 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
09:46:36 --- Merging file.
09:46:37 
09:46:37   error: Document has invalid references:
09:46:37 
09:46:37   #/paths/~1vnf_lcm_op_occs/get/responses/200/schema/properties/resourceChanges/properties/affectedVirtualLinks/items/properties/virtualLinkPortIds/items: JSON Pointer points to missing location: SOL002SOL003_def.yaml#/definitions/IdentifierInVnf
09:46:37   #/paths/~1vnf_lcm_op_occs/get/responses/200/schema/properties/startTime: Extra JSON Reference properties will be ignored: description
09:46:37   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}/get/responses/200/schema/properties/resourceChanges/properties/affectedVirtualLinks/items/properties/virtualLinkPortIds/items: JSON Pointer points to missing location: SOL002SOL003_def.yaml#/definitions/IdentifierInVnf
09:46:37   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}/get/responses/200/schema/properties/startTime: Extra JSON Reference properties will be ignored: description
09:46:37   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1fail/post/responses/200/schema/properties/resourceChanges/properties/affectedVirtualLinks/items/properties/virtualLinkPortIds/items: JSON Pointer points to missing location: SOL002SOL003_def.yaml#/definitions/IdentifierInVnf
09:46:37   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1fail/post/responses/200/schema/properties/startTime: Extra JSON Reference properties will be ignored: description
09:46:37 
09:46:38 --- Create PDF...
09:46:39 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
09:46:39 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
09:46:40 
09:46:40   error: Unsupported Swagger version: undefined
09:46:40 
09:46:40 --- Validation done (1).
09:46:40 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
09:46:40 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
09:46:40 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
09:46:40 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
09:46:40 --- Merging file.
09:46:41 --- Create PDF...
09:46:58 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
09:46:59 --- Validation done (0).
09:46:59 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
09:46:59 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
09:46:59 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf'
09:46:59 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
09:46:59 --- Merging file.
09:47:00 --- Create PDF...
09:47:25 --- Validating ../build/SOL003-APIVersion-API.yaml
09:47:26 --- Validation done (0).
09:47:26 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
09:47:26 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
09:47:26 '../build/SOL003-APIVersion-API.pdf' -> '/storage/SOL003-APIVersion-API.pdf'
09:47:26 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
09:47:26 --- Merging file.
09:47:27 --- Create PDF...
09:47:42 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
09:47:43 --- Validation done (0).
09:47:43 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
09:47:43 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
09:47:43 '../build/SOL003-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL003-VNFFaultManagementNotification-API.pdf'
09:47:43 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
09:47:43 --- Merging file.
09:47:44 --- Create PDF...
09:47:51 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
09:47:52 --- Validation done (0).
09:47:52 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
09:47:52 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
09:47:52 '../build/SOL003-VNFIndicatorNotification-API.pdf' -> '/storage/SOL003-VNFIndicatorNotification-API.pdf'
09:47:52 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
09:47:52 --- Merging file.
09:47:54 --- Create PDF...
09:48:22 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
09:48:23 --- Validation done (0).
09:48:23 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
09:48:23 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
09:48:23 '../build/SOL003-VNFFaultManagement-API.pdf' -> '/storage/SOL003-VNFFaultManagement-API.pdf'
09:48:23 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
09:48:23 --- Merging file.
09:48:24 
09:48:24   error: Document has invalid references:
09:48:24 
09:48:24   #/paths/~1URI-is-provided-by-the-client-when-creating-the-subscription-VnfLcmOperationOccurrenceNotification/post/parameters/0/schema/properties/affectedVirtualLinks/items/properties/virtualLinkPortIds/items: JSON Pointer points to missing location: SOL002SOL003_def.yaml#/definitions/IdentifierInVnf
09:48:24 
09:48:25 --- Create PDF...
09:48:26 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
09:48:26 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
09:48:27 
09:48:27   error: Unsupported Swagger version: undefined
09:48:27 
09:48:27 --- Validation done (1).
09:48:27 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
09:48:27 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
09:48:27 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
09:48:27 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
09:48:27 --- Merging file.
09:48:28 --- Create PDF...
09:48:47 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
09:48:48 --- Validation done (0).
09:48:48 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
09:48:48 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
09:48:48 '../build/SOL003-VNFLifecycleOperationGranting-API.pdf' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.pdf'
09:48:48 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
09:48:48 --- Merging file.
09:48:50 --- Create PDF...
09:49:47 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
09:49:49 --- Validation done (0).
09:49:49 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
09:49:49 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
09:49:49 '../build/SOL003-VNFPackageManagement-API.pdf' -> '/storage/SOL003-VNFPackageManagement-API.pdf'
09:49:49 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
09:49:49 --- Merging file.
09:49:51 --- Create PDF...
09:50:01 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
09:50:02 --- Validation done (0).
09:50:02 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
09:50:02 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
09:50:02 '../build/SOL003-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.pdf'
09:50:02 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
09:50:02 --- Merging file.
09:50:04 --- Create PDF...
09:50:42 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
09:50:43 --- Validation done (0).
09:50:43 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
09:50:43 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
09:50:43 '../build/SOL003-VNFPerformanceManagement-API.pdf' -> '/storage/SOL003-VNFPerformanceManagement-API.pdf'
09:50:43 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotificationNotification/VirtualisedResourcesQuotaAvailableNotificationNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotificationNotification) (deliverable:SOL003)
09:50:43 --- Merging file.
09:50:45 --- Create PDF...
09:50:55 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml
09:50:56 --- Validation done (0).
09:50:56 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml'
09:50:56 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.json'
09:50:56 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.pdf'
09:50:56 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
09:50:56 --- Merging file.
09:50:57 --- Create PDF...
09:51:27 --- Validating ../build/SOL002-VNFIndicator-API.yaml
09:51:29 --- Validation done (0).
09:51:29 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
09:51:29 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
09:51:29 '../build/SOL002-VNFIndicator-API.pdf' -> '/storage/SOL002-VNFIndicator-API.pdf'
09:51:29 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
09:51:29 --- Merging file.
09:51:30 --- Create PDF...
09:51:44 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
09:51:45 --- Validation done (0).
09:51:45 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
09:51:45 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
09:51:45 '../build/SOL002-VNFConfiguration-API.pdf' -> '/storage/SOL002-VNFConfiguration-API.pdf'
09:51:46 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
09:51:46 --- Merging file.
09:51:47 
09:51:47   error: Document has invalid references:
09:51:47 
09:51:47   #/paths/~1vnf_lcm_op_occs/get/responses/200/schema/properties/resourceChanges/properties/affectedExtLinkPorts/items: JSON Pointer points to missing location: #/definitions/AffectedExtLinkPort
09:51:47   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}/get/responses/200/schema/properties/resourceChanges/properties/affectedExtLinkPorts/items: JSON Pointer points to missing location: #/definitions/AffectedExtLinkPort
09:51:47   #/paths/~1vnf_lcm_op_occs~1{vnfLcmOpOccId}~1fail/post/responses/200/schema/properties/resourceChanges/properties/affectedExtLinkPorts/items: JSON Pointer points to missing location: #/definitions/AffectedExtLinkPort
09:51:47 
09:51:47 --- Create PDF...
09:51:48 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
09:51:48 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
09:51:49 
09:51:49   error: Unsupported Swagger version: undefined
09:51:49 
09:51:49 --- Validation done (1).
09:51:49 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
09:51:49 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
09:51:49 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
09:51:49 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
09:51:49 --- Merging file.
09:51:51 --- Create PDF...
09:52:10 --- Validating ../build/SOL002-APIVersion-API.yaml
09:52:11 --- Validation done (0).
09:52:11 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
09:52:11 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
09:52:11 '../build/SOL002-APIVersion-API.pdf' -> '/storage/SOL002-APIVersion-API.pdf'
09:52:11 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
09:52:11 --- Merging file.
09:52:12 --- Create PDF...
09:52:27 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
09:52:28 --- Validation done (0).
09:52:28 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
09:52:28 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
09:52:28 '../build/SOL002-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL002-VNFFaultManagementNotification-API.pdf'
09:52:28 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
09:52:28 --- Merging file.
09:52:29 --- Create PDF...
09:52:36 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
09:52:37 --- Validation done (0).
09:52:37 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
09:52:37 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
09:52:37 '../build/SOL002-VNFIndicatorNotification-API.pdf' -> '/storage/SOL002-VNFIndicatorNotification-API.pdf'
09:52:37 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
09:52:37 --- Merging file.
09:52:39 --- Create PDF...
09:53:12 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
09:53:14 --- Validation done (0).
09:53:14 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
09:53:14 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
09:53:14 '../build/SOL002-VNFFaultManagement-API.pdf' -> '/storage/SOL002-VNFFaultManagement-API.pdf'
09:53:14 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
09:53:14 --- Merging file.
09:53:15 
09:53:15   error: Document has invalid references:
09:53:15 
09:53:15   #/paths/~1URI-is-provided-by-the-client-when-creating-the-subscription_VnfLcmOperationOccurrenceNotification/post/parameters/0/schema/properties/affectedExtLinkPorts/items: JSON Pointer points to missing location: #/definitions/AffectedExtLinkPort
09:53:15 
09:53:15 --- Create PDF...
09:53:17 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
09:53:17 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
09:53:18 
09:53:18   error: Unsupported Swagger version: undefined
09:53:18 
09:53:18 --- Validation done (1).
09:53:18 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
09:53:18 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
09:53:18 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
09:53:18 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
09:53:18 --- Merging file.
09:53:19 --- Create PDF...
09:53:29 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
09:53:30 --- Validation done (0).
09:53:30 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
09:53:30 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
09:53:30 '../build/SOL002-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.pdf'
09:53:30 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
09:53:30 --- Merging file.
09:53:32 --- Create PDF...
09:54:15 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
09:54:17 --- Validation done (0).
09:54:17 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
09:54:17 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
09:54:17 '../build/SOL002-VNFPerformanceManagement-API.pdf' -> '/storage/SOL002-VNFPerformanceManagement-API.pdf'
09:54:17 -- Final validator returns 1.
09:54:17 Build step 'Execute shell' marked build as failure
09:54:17 Skipped archiving because build is not successful
09:54:18 Finished: FAILURE