FailedConsole Output

14:37:51 Started by GitLab push by Samir Medjiah
14:37:51 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
14:37:51 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
14:37:51  > git rev-parse --is-inside-work-tree # timeout=10
14:37:51 Fetching changes from the remote Git repository
14:37:51  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
14:37:51 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
14:37:51  > git --version # timeout=10
14:37:51 using GIT_SSH to set credentials 
14:37:51  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
14:37:51  > git rev-parse remotes/origin/2.5.1-dev^{commit} # timeout=10
14:37:51  > git branch -a -v --no-abbrev --contains 30b52146a6bd7320e056562593e21bd1a56e5088 # timeout=10
14:37:51 Checking out Revision 30b52146a6bd7320e056562593e21bd1a56e5088 (origin/2.5.1-dev)
14:37:51  > git config core.sparsecheckout # timeout=10
14:37:51  > git checkout -f 30b52146a6bd7320e056562593e21bd1a56e5088
14:37:52 Commit message: "SOL005: fix common data types for NSM interface"
14:37:52  > git rev-list --no-walk 46e3a7d3f81b2017106be56b02f7d2a453458f58 # timeout=10
14:37:52 [sol005] $ /bin/bash /tmp/jenkins4159267910223232318.sh
14:37:52 ./build-container.sh: line 7: proxy: command not found
14:37:52 http_proxy is not set
14:37:52 Proxy set to 
14:37:52 Sending build context to Docker daemon  13.31kB

14:37:52 Step 1/24 : FROM alpine:3.6
14:37:53 3.6: Pulling from library/alpine
14:37:54 Digest: sha256:ee0c0e7b6b20b175f5ffb1bbd48b41d94891b0b1074f2721acb008aafdf25417
14:37:54 Status: Downloaded newer image for alpine:3.6
14:37:54  ---> 43773d1dba76
14:37:54 Step 2/24 : RUN env
14:37:54  ---> Using cache
14:37:54  ---> 94a774cc9d8b
14:37:54 Step 3/24 : RUN apk update
14:37:54  ---> Using cache
14:37:54  ---> 12b582a22f41
14:37:54 Step 4/24 : RUN apk add bash
14:37:54  ---> Using cache
14:37:54  ---> fafd07ab0655
14:37:54 Step 5/24 : RUN apk add nodejs
14:37:54  ---> Using cache
14:37:54  ---> 1debd0445296
14:37:54 Step 6/24 : RUN apk add nodejs-npm
14:37:54  ---> Using cache
14:37:54  ---> c827a1cac07e
14:37:54 Step 7/24 : RUN apk add asciidoctor
14:37:54  ---> Using cache
14:37:54  ---> e90589c3e596
14:37:54 Step 8/24 : RUN apk add openjdk8
14:37:54  ---> Using cache
14:37:54  ---> 735d8f58c1bc
14:37:54 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
14:37:54  ---> Using cache
14:37:54  ---> c3dc23607c9d
14:37:54 Step 10/24 : RUN apk add openssl
14:37:54  ---> Using cache
14:37:54  ---> a643db7e74bb
14:37:54 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
14:37:54  ---> Using cache
14:37:54  ---> 3c2b8bf7c2ca
14:37:54 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
14:37:54  ---> Using cache
14:37:54  ---> 8572c9df5ed2
14:37:54 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
14:37:54  ---> Using cache
14:37:54  ---> f44bfb2813f1
14:37:54 Step 14/24 : RUN npm config set proxy $http_proxy
14:37:54  ---> Using cache
14:37:54  ---> 4b6141ff47f4
14:37:54 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
14:37:54  ---> Using cache
14:37:54  ---> 3021daafa234
14:37:54 Step 16/24 : RUN npm install -g json-refs@3.0.2
14:37:54  ---> Using cache
14:37:54  ---> 450ac1367008
14:37:54 Step 17/24 : RUN npm install -g yamljs@0.3.0
14:37:54  ---> Using cache
14:37:54  ---> b2179889fdf7
14:37:54 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
14:37:54  ---> Using cache
14:37:54  ---> 22b0f991742d
14:37:54 Step 19/24 : RUN chmod +x /validate-in-docker.sh
14:37:54  ---> Using cache
14:37:54  ---> 15b59145c33b
14:37:54 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
14:37:54  ---> Using cache
14:37:54  ---> 7308f4b26eb2
14:37:54 Step 21/24 : RUN chmod +x /bin/swg2mrkup
14:37:54  ---> Using cache
14:37:54  ---> dfc7883158e5
14:37:54 Step 22/24 : ADD oas2pdf /bin/oas2pdf
14:37:54  ---> Using cache
14:37:54  ---> 6b3ffc5e7e2b
14:37:54 Step 23/24 : RUN chmod +x /bin/oas2pdf
14:37:54  ---> Using cache
14:37:54  ---> b2e0fd2d61e5
14:37:54 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
14:37:54  ---> Using cache
14:37:54  ---> aead7ceb0f7b
14:37:54 Successfully built aead7ceb0f7b
14:37:54 Successfully tagged openapivalidator:latest
14:37:54 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
14:37:54 mkdir: created directory '/var/www/html/api/nfv/sol005/93'
14:37:54 Mounting dir /var/www/html/api/nfv/sol005/93 as /storage
14:37:54 Using filter ''
14:37:54 
14:37:54 Entering dir /work/src
14:37:54 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
14:37:54 --- Merging file.
14:37:55 
14:37:55   error: Document has invalid references:
14:37:55 
14:37:55   #/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-NsLcmOperationOccurrenceNotification/post/parameters/0/schema/properties/affectedVl/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:37:55   #/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-NsLcmOperationOccurrenceNotification/post/parameters/0/schema/properties/affectedVnf/items/properties/changedInfo/properties/changedExtConnectivity/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:37:55   #/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-NsLcmOperationOccurrenceNotification/post/parameters/0/schema/properties/affectedVnf/items/properties/changedInfo/properties/changedExtConnectivity/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:37:55 
14:37:55 --- Create PDF...
14:37:57 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
14:37:57 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
14:37:57 
14:37:57   error: Unsupported Swagger version: undefined
14:37:57 
14:37:57 --- Validation done (1).
14:37:57 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
14:37:57 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
14:37:57 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
14:37:57 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
14:37:58 --- Merging file.
14:37:59 --- Create PDF...
14:38:06 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
14:38:07 --- Validation done (0).
14:38:07 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
14:38:07 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
14:38:07 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
14:38:07 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
14:38:07 --- Merging file.
14:38:09 --- Create PDF...
14:39:04 --- Validating ../build/SOL005-NSDManagement-API.yaml
14:39:06 --- Validation done (0).
14:39:06 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
14:39:06 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
14:39:06 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
14:39:06 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
14:39:06 --- Merging file.
14:39:07 --- Create PDF...
14:39:26 --- Validating ../build/SOL005-APIVersion-API.yaml
14:39:27 --- Validation done (0).
14:39:27 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
14:39:27 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
14:39:27 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
14:39:27 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
14:39:27 --- Merging file.
14:39:29 --- Create PDF...
14:40:07 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
14:40:09 --- Validation done (0).
14:40:09 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
14:40:09 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
14:40:09 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
14:40:09 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
14:40:09 --- Merging file.
14:40:10 --- Create PDF...
14:40:46 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
14:40:47 --- Validation done (0).
14:40:47 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
14:40:47 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
14:40:47 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
14:40:47 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
14:40:47 --- Merging file.
14:40:48 
14:40:48   error: Document has invalid references:
14:40:48 
14:40:48   #/paths/~1alarms/get/responses/200/schema/items/properties/Alarm/properties/rootCauseFaultyResource/properties/faultyResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:48   #/paths/~1alarms~1{alarmId}/get/responses/200/schema/properties/Alarm/properties/rootCauseFaultyResource/properties/faultyResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:48 
14:40:48 --- Create PDF...
14:40:50 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
14:40:50 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
14:40:50 
14:40:50   error: Unsupported Swagger version: undefined
14:40:50 
14:40:50 --- Validation done (1).
14:40:50 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
14:40:50 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
14:40:50 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
14:40:50 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
14:40:50 --- Merging file.
14:40:51 
14:40:51   error: Document has invalid references:
14:40:51 
14:40:51   #/paths/~1vnf_packages/get/responses/200/schema/items/properties/VnfPkgInfo/properties/softwareImages/items/properties/id: Extra JSON Reference properties will be ignored: description
14:40:51   #/paths/~1vnf_packages/post/responses/201/schema/properties/softwareImages/items/properties/id: Extra JSON Reference properties will be ignored: description
14:40:51   #/paths/~1vnf_packages~1{vnfPkgId}/get/responses/200/schema/properties/softwareImages/items/properties/id: Extra JSON Reference properties will be ignored: description
14:40:51 
14:40:52 --- Create PDF...
14:40:53 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
14:40:53 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
14:40:54 
14:40:54   error: Unsupported Swagger version: undefined
14:40:54 
14:40:54 --- Validation done (1).
14:40:54 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
14:40:54 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
14:40:54 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
14:40:54 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
14:40:54 --- Merging file.
14:40:55 
14:40:55   error: Document has invalid references:
14:40:55 
14:40:55   #/paths/~1ns_instances/get/responses/200/schema/items/properties/NsInstance/properties/virtualLinkInfo/items/properties/linkPort/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/get/responses/200/schema/items/properties/NsInstance/properties/virtualLinkInfo/items/properties/resourceHandle/items/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/get/responses/200/schema/items/properties/NsInstance/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/get/responses/200/schema/items/properties/NsInstance/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/get/responses/200/schema/items/properties/NsInstance/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/get/responses/200/schema/items/properties/NsInstance/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/get/responses/200/schema/items/properties/NsInstance/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/get/responses/200/schema/items/properties/NsInstance/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/get/responses/200/schema/items/properties/NsInstance/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualStorageResourceInfo/items/properties/storageResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/get/responses/200/schema/items/properties/NsInstance/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/vnfcResourceInfo/items/properties/computeResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/post/responses/201/schema/properties/virtualLinkInfo/items/properties/linkPort/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/post/responses/201/schema/properties/virtualLinkInfo/items/properties/resourceHandle/items/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/post/responses/201/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/post/responses/201/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/post/responses/201/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/post/responses/201/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/post/responses/201/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/post/responses/201/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/post/responses/201/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualStorageResourceInfo/items/properties/storageResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances/post/responses/201/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/vnfcResourceInfo/items/properties/computeResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}/get/responses/200/schema/properties/virtualLinkInfo/items/properties/linkPort/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}/get/responses/200/schema/properties/virtualLinkInfo/items/properties/resourceHandle/items/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}/get/responses/200/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}/get/responses/200/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}/get/responses/200/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}/get/responses/200/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}/get/responses/200/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}/get/responses/200/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}/get/responses/200/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualStorageResourceInfo/items/properties/storageResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}/get/responses/200/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/vnfcResourceInfo/items/properties/computeResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1heal/post/responses/202/schema/properties/virtualLinkInfo/items/properties/linkPort/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1heal/post/responses/202/schema/properties/virtualLinkInfo/items/properties/resourceHandle/items/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1heal/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1heal/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1heal/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1heal/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1heal/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1heal/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1heal/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualStorageResourceInfo/items/properties/storageResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1heal/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/vnfcResourceInfo/items/properties/computeResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1instantiate/post/responses/202/schema/properties/virtualLinkInfo/items/properties/linkPort/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1instantiate/post/responses/202/schema/properties/virtualLinkInfo/items/properties/resourceHandle/items/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1instantiate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1instantiate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1instantiate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1instantiate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1instantiate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1instantiate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1instantiate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualStorageResourceInfo/items/properties/storageResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1instantiate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/vnfcResourceInfo/items/properties/computeResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1scale/post/responses/202/schema/properties/virtualLinkInfo/items/properties/linkPort/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1scale/post/responses/202/schema/properties/virtualLinkInfo/items/properties/resourceHandle/items/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1scale/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1scale/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1scale/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1scale/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1scale/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1scale/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1scale/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualStorageResourceInfo/items/properties/storageResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1scale/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/vnfcResourceInfo/items/properties/computeResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1terminate/post/responses/202/schema/properties/virtualLinkInfo/items/properties/linkPort/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1terminate/post/responses/202/schema/properties/virtualLinkInfo/items/properties/resourceHandle/items/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1terminate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1terminate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1terminate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1terminate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1terminate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1terminate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1terminate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualStorageResourceInfo/items/properties/storageResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1terminate/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/vnfcResourceInfo/items/properties/computeResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/parameters/4/schema/properties/changeExtVnfConnectivityData/items/properties/extVirtualLink/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/parameters/4/schema/properties/changeVnfFlavourData/items/properties/extVirtualLinks/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/parameters/4/schema/properties/instantiateVnfData/items/properties/extVirtualLinks/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/responses/202/schema/properties/virtualLinkInfo/items/properties/linkPort/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/responses/202/schema/properties/virtualLinkInfo/items/properties/resourceHandle/items/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extManagedVirtualLinkInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/extVirtualLinkInfo/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/networkResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualLinkResourceInfo/items/properties/vnfLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/virtualStorageResourceInfo/items/properties/storageResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_instances~1{nsInstanceId}~1update/post/responses/202/schema/properties/vnfInstance/items/properties/instantiatedVnfInfo/properties/vnfcResourceInfo/items/properties/computeResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_lcm_op_occs/get/responses/200/schema/items/properties/NsLcmOpOcc/properties/resourceChanges/properties/affectedVnfs/items/properties/changedInfo/properties/changedExtConnectivity/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_lcm_op_occs/get/responses/200/schema/items/properties/NsLcmOpOcc/properties/resourceChanges/properties/affectedVnfs/items/properties/changedInfo/properties/changedExtConnectivity/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_lcm_op_occs~1{nsLcmOpOccId}/get/responses/200/schema/properties/resourceChanges/properties/affectedVnfs/items/properties/changedInfo/properties/changedExtConnectivity/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1ns_lcm_op_occs~1{nsLcmOpOccId}/get/responses/200/schema/properties/resourceChanges/properties/affectedVnfs/items/properties/changedInfo/properties/changedExtConnectivity/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1nslcm~1v1~1ns_lcm_op_occs~1{nsLcmOpOccId}~1fail/post/responses/200/schema/properties/resourceChanges/properties/affectedVnfs/items/properties/changedInfo/properties/changedExtConnectivity/properties/extLinkPorts/items/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55   #/paths/~1nslcm~1v1~1ns_lcm_op_occs~1{nsLcmOpOccId}~1fail/post/responses/200/schema/properties/resourceChanges/properties/affectedVnfs/items/properties/changedInfo/properties/changedExtConnectivity/properties/resourceHandle/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:55 
14:40:55 --- Create PDF...
14:40:57 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
14:40:57 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
14:40:57 
14:40:57   error: Unsupported Swagger version: undefined
14:40:57 
14:40:57 --- Validation done (1).
14:40:57 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
14:40:57 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
14:40:57 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
14:40:57 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
14:40:57 --- Merging file.
14:40:58 
14:40:58   error: Document has invalid references:
14:40:58 
14:40:58   #/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-AlarmNotification/post/parameters/0/schema/properties/alarm/properties/rootCauseFaultyResource/properties/faultyResource/properties/resourceId: Extra JSON Reference properties will be ignored: description
14:40:58 
14:40:58 --- Create PDF...
14:41:00 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
14:41:00 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
14:41:00 
14:41:00   error: Unsupported Swagger version: undefined
14:41:00 
14:41:00 --- Validation done (1).
14:41:01 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
14:41:01 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
14:41:01 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
14:41:01 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
14:41:01 --- Merging file.
14:41:02 --- Create PDF...
14:41:13 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
14:41:14 --- Validation done (0).
14:41:14 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
14:41:14 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
14:41:14 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
14:41:14 -- Final validator returns 1.
14:41:15 Build step 'Execute shell' marked build as failure
14:41:15 Skipped archiving because build is not successful
14:41:15 Finished: FAILURE