FailedConsole Output

14:34:09 Started by GitLab push by Francesca Moscatelli
14:34:09 [EnvInject] - Loading node environment variables.
14:34:09 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
14:34:09 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
14:34:09  > git rev-parse --is-inside-work-tree # timeout=10
14:34:09 Fetching changes from the remote Git repository
14:34:09  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
14:34:09 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
14:34:09  > git --version # timeout=10
14:34:09 using GIT_SSH to set credentials 
14:34:09  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
14:34:10  > git rev-parse remotes/origin/3.6.1-dev^{commit} # timeout=10
14:34:10  > git branch -a -v --no-abbrev --contains 17f3575ce4802db50de6eab22b8ad7e8f548b0b7 # timeout=10
14:34:10 Checking out Revision 17f3575ce4802db50de6eab22b8ad7e8f548b0b7 (origin/3.6.1-dev)
14:34:11  > git config core.sparsecheckout # timeout=10
14:34:11  > git checkout -f 17f3575ce4802db50de6eab22b8ad7e8f548b0b7
14:34:11 Commit message: "SOL005_001->SOL005_071: SOL005 v030504"
14:34:11  > git rev-list --no-walk 4f336ea4148162abb4df6f2ceaa2fea1e805032c # timeout=10
14:34:11 [sol005] $ /bin/bash /tmp/jenkins7495054177782101918.sh
14:34:11 ./build-container.sh: line 7: proxy: command not found
14:34:11 http_proxy is not set
14:34:11 Proxy set to 
14:34:11 Sending build context to Docker daemon  13.31kB

14:34:11 Step 1/24 : FROM alpine:3.10.0
14:34:12 3.10.0: Pulling from library/alpine
14:34:13 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
14:34:13 Status: Downloaded newer image for alpine:3.10.0
14:34:13  ---> 4d90542f0623
14:34:13 Step 2/24 : RUN env
14:34:13  ---> Using cache
14:34:13  ---> 8dac25977110
14:34:13 Step 3/24 : RUN apk update
14:34:13  ---> Using cache
14:34:13  ---> 37b1267c0d61
14:34:13 Step 4/24 : RUN apk add bash
14:34:13  ---> Using cache
14:34:13  ---> 08d05719ba05
14:34:13 Step 5/24 : RUN apk add nodejs
14:34:13  ---> Using cache
14:34:13  ---> 0ee099fc3499
14:34:13 Step 6/24 : RUN apk add nodejs-npm
14:34:13  ---> Using cache
14:34:13  ---> 2e13502fb746
14:34:13 Step 7/24 : RUN apk add asciidoctor
14:34:13  ---> Using cache
14:34:13  ---> b501e544cc6f
14:34:13 Step 8/24 : RUN apk add openjdk8
14:34:13  ---> Using cache
14:34:13  ---> 7ba24886b75e
14:34:13 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
14:34:13  ---> Using cache
14:34:13  ---> 87451dbdb562
14:34:13 Step 10/24 : RUN apk add openssl
14:34:13  ---> Using cache
14:34:13  ---> cb4988caa1a6
14:34:13 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
14:34:13  ---> Using cache
14:34:13  ---> d1bb45b65e57
14:34:13 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
14:34:13  ---> Using cache
14:34:13  ---> 052acfe99c2d
14:34:13 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
14:34:13  ---> Using cache
14:34:13  ---> ccfbd4411b69
14:34:13 Step 14/24 : RUN npm config set proxy $http_proxy
14:34:13  ---> Using cache
14:34:13  ---> e9209c9968f3
14:34:13 Step 15/24 : RUN npm install -g swagger-cli
14:34:13  ---> Using cache
14:34:13  ---> c75a98940663
14:34:13 Step 16/24 : RUN npm install -g json-refs
14:34:13  ---> Using cache
14:34:13  ---> 4b76971f84c7
14:34:13 Step 17/24 : RUN npm install -g yamljs
14:34:13  ---> Using cache
14:34:13  ---> a32e59c61dad
14:34:13 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
14:34:13  ---> Using cache
14:34:13  ---> cd65a5031bdb
14:34:13 Step 19/24 : RUN chmod +x /validate-in-docker.sh
14:34:13  ---> Using cache
14:34:13  ---> c9b846819911
14:34:13 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
14:34:13  ---> Using cache
14:34:13  ---> 27dc975e21f0
14:34:13 Step 21/24 : RUN chmod +x /bin/swg2mrkup
14:34:13  ---> Using cache
14:34:13  ---> 2c55c968f731
14:34:13 Step 22/24 : ADD oas2pdf /bin/oas2pdf
14:34:13  ---> Using cache
14:34:13  ---> 81d22b4794be
14:34:13 Step 23/24 : RUN chmod +x /bin/oas2pdf
14:34:13  ---> Using cache
14:34:13  ---> 3b7ff83bf0b7
14:34:13 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
14:34:13  ---> Using cache
14:34:13  ---> 3cc9aee1ed2b
14:34:13 Successfully built 3cc9aee1ed2b
14:34:13 Successfully tagged openapivalidator:latest
14:34:13 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
14:34:13 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/276’: Permission denied
14:34:13 Mounting dir /var/www/html/api/nfv/sol005/276 as /storage
14:34:13 Using filter ''
14:34:13 
14:34:13 Entering dir /work/src
14:34:13 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
14:34:13 --- Merging file.
14:34:14 
14:34:14   error: Document has invalid references:
14:34:14 
14:34:14   #/components/requestBodies/NsChangeNotificationRequest/content/application~1json/schema/properties/_links: Extra JSON Reference properties will be ignored: description
14:34:14   #/components/requestBodies/NsChangeNotificationRequest/content/application~1json/schema/properties/lcmOpNameImpactingNsComponent: Extra JSON Reference properties will be ignored: description
14:34:14   #/components/requestBodies/NsChangeNotificationRequest/content/application~1json/schema/properties/lcmOpOccStatusImpactingNsComponent: Extra JSON Reference properties will be ignored: description
14:34:14   #/components/requestBodies/NsChangeNotificationRequest/content/application~1json/schema/properties/nsComponentType: Extra JSON Reference properties will be ignored: description
14:34:14   #/components/requestBodies/NsIdentifierCreationNotificationRequest/content/application~1json/schema/properties/_links: Extra JSON Reference properties will be ignored: description
14:34:14   #/components/requestBodies/NsIdentifierDeletionNotificationRequest/content/application~1json/schema/properties/_links: Extra JSON Reference properties will be ignored: description
14:34:14   #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application~1json/schema/properties/_links: Extra JSON Reference properties will be ignored: description
14:34:14   #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application~1json/schema/properties/affectedNs/items: duplicated mapping key at line 4364, column -1032:
14:34:14       NsLcmOperationStateType:
14:34:14       ^: ../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedNs
14:34:14   #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application~1json/schema/properties/affectedPnf/items: duplicated mapping key at line 4364, column -1032:
14:34:14       NsLcmOperationStateType:
14:34:14       ^: ../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedPnf
14:34:14   #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application~1json/schema/properties/affectedSap/items: duplicated mapping key at line 4364, column -1032:
14:34:14       NsLcmOperationStateType:
14:34:14       ^: ../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedSap
14:34:14   #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application~1json/schema/properties/affectedVl/items: duplicated mapping key at line 4364, column -1032:
14:34:14       NsLcmOperationStateType:
14:34:14       ^: ../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVirtualLink
14:34:14   #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application~1json/schema/properties/affectedVnf/items: duplicated mapping key at line 4364, column -1032:
14:34:14       NsLcmOperationStateType:
14:34:14       ^: ../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVnf
14:34:14   #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application~1json/schema/properties/affectedVnffg/items: duplicated mapping key at line 4364, column -1032:
14:34:14       NsLcmOperationStateType:
14:34:14       ^: ../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVnffg
14:34:14   #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application~1json/schema/properties/operation: Extra JSON Reference properties will be ignored: description
14:34:14   #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application~1json/schema/properties/operationState: Extra JSON Reference properties will be ignored: description
14:34:14   #/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest/content/application~1json/schema/properties/verbosity: Extra JSON Reference properties will be ignored: description
14:34:14 
14:34:15 --- Create PDF...
14:34:17 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
14:34:17 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
14:34:18 "/work/build/SOL005-NSLifecycleManagementNotification-API.yaml" is not a valid JSON Schema
14:34:18 --- Validation done (1).
14:34:18 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
14:34:18 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
14:34:18 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
14:34:18 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
14:34:18 --- Merging file.
14:34:20 --- Create PDF...
14:34:22 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
14:34:22 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
14:34:23 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
14:34:23 --- Validation done (0).
14:34:23 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
14:34:23 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
14:34:23 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
14:34:23 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
14:34:23 --- Merging file.
14:34:24 --- Create PDF...
14:34:25 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
14:34:25 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
14:34:26 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
14:34:26 --- Validation done (0).
14:34:26 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
14:34:26 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
14:34:26 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
14:34:26 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
14:34:26 --- Merging file.
14:34:28 --- Create PDF...
14:34:30 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
14:34:30 --- Validating ../build/SOL005-NSDManagement-API.yaml
14:34:31 ../build/SOL005-NSDManagement-API.yaml is valid
14:34:31 --- Validation done (0).
14:34:31 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
14:34:31 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
14:34:31 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
14:34:31 -- Will validate: ./SOL005/NFVICapacityInformationNotification/NFVICapacityInformationNotification.yaml (api: NFVICapacityInformationNotification) (deliverable:SOL005)
14:34:31 --- Merging file.
14:34:32 --- Create PDF...
14:34:33 mv: can't rename 'SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory
14:34:33 --- Validating ../build/SOL005-NFVICapacityInformationNotification-API.yaml
14:34:34 ../build/SOL005-NFVICapacityInformationNotification-API.yaml is valid
14:34:34 --- Validation done (0).
14:34:34 '../build/SOL005-NFVICapacityInformationNotification-API.yaml' -> '/storage/SOL005-NFVICapacityInformationNotification-API.yaml'
14:34:34 '../build/SOL005-NFVICapacityInformationNotification-API.json' -> '/storage/SOL005-NFVICapacityInformationNotification-API.json'
14:34:34 cp: can't stat '../build/SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory
14:34:34 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
14:34:34 --- Merging file.
14:34:35 --- Create PDF...
14:34:37 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
14:34:37 --- Validating ../build/SOL005-APIVersion-API.yaml
14:34:37 ../build/SOL005-APIVersion-API.yaml is valid
14:34:37 --- Validation done (0).
14:34:37 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
14:34:37 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
14:34:37 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
14:34:37 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
14:34:37 --- Merging file.
14:34:39 --- Create PDF...
14:34:41 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
14:34:41 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
14:34:41 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
14:34:41 --- Validation done (0).
14:34:41 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
14:34:41 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
14:34:41 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
14:34:41 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
14:34:41 --- Merging file.
14:34:43 --- Create PDF...
14:34:45 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
14:34:45 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
14:34:45 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
14:34:45 --- Validation done (0).
14:34:45 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
14:34:45 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
14:34:45 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
14:34:45 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
14:34:45 --- Merging file.
14:34:47 --- Create PDF...
14:34:48 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
14:34:48 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
14:34:49 ../build/SOL005-NSDManagementNotification-API.yaml is valid
14:34:49 --- Validation done (0).
14:34:49 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
14:34:49 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
14:34:49 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
14:34:49 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
14:34:49 --- Merging file.
14:34:50 --- Create PDF...
14:34:52 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
14:34:52 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
14:34:53 ../build/SOL005-NSFaultManagement-API.yaml is valid
14:34:53 --- Validation done (0).
14:34:53 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
14:34:53 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
14:34:53 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
14:34:53 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
14:34:53 --- Merging file.
14:34:55 --- Create PDF...
14:34:57 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
14:34:57 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
14:34:58 ../build/SOL005-VNFPackageManagement-API.yaml is valid
14:34:58 --- Validation done (0).
14:34:58 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
14:34:58 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
14:34:58 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
14:34:58 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
14:34:58 --- Merging file.
14:34:58 
14:34:58   error: Document has invalid references:
14:34:58 
14:34:58   #/components/requestBodies/NsInstanceCreateRequest/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/CreateNsRequest
14:34:58   #/components/requestBodies/NsInstanceHealRequest/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/HealNsRequest
14:34:58   #/components/requestBodies/NsInstanceInstantiateRequest/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/InstantiateNsRequest
14:34:58   #/components/requestBodies/NsInstanceScaleRequest/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/ScaleNsRequest
14:34:58   #/components/requestBodies/NsInstanceTerminateRequest/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/TerminateNsRequest
14:34:58   #/components/requestBodies/NsInstanceUpdateRequest/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/UpdateNsRequest
14:34:58   #/components/requestBodies/NsLcmOpOccCancelRequest/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/CancelMode
14:34:58   #/components/requestBodies/NsLcmSubscriptionRequest/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/LccnSubscriptionRequest
14:34:58   #/components/responses/IndividualNsInstance.Get.200/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsInstance
14:34:58   #/components/responses/IndividualNsLcmOpOcc.Get.200/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc
14:34:58   #/components/responses/IndividualNsLcmSubscription.Get.200/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/LccnSubscription
14:34:58   #/components/responses/IndividualVnfSnapshot.Get.200/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/VnfSnapshotInfo
14:34:58   #/components/responses/NsInstances.Get.200/content/application~1json/schema/items: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsInstance
14:34:58   #/components/responses/NsInstances.Post.201/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsInstance
14:34:58   #/components/responses/NsLcmOpOccFail.Post.200/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc
14:34:58   #/components/responses/NsLcmOpOccs.Get.200/content/application~1json/schema/items: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc
14:34:58   #/components/responses/NsLcmSubscriptions.Get.200/content/application~1json/schema/items: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/LccnSubscription
14:34:58   #/components/responses/NsLcmSubscriptions.Post.201/content/application~1json/schema: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/LccnSubscription
14:34:58   #/components/responses/VnfSnapshots.Get.200/content/application~1json/schema/items: duplicated mapping key at line 4364, column -1032:
14:34:58       NsLcmOperationStateType:
14:34:58       ^: ./definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/VnfSnapshotInfo
14:34:58 
14:34:59 --- Create PDF...
14:35:00 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
14:35:00 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
14:35:01 "/work/build/SOL005-NSLifecycleManagement-API.yaml" is not a valid JSON Schema
14:35:01 --- Validation done (1).
14:35:01 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
14:35:01 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
14:35:01 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
14:35:01 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005)
14:35:01 --- Merging file.
14:35:02 --- Create PDF...
14:35:04 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory
14:35:04 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml
14:35:04 ../build/SOL005-NSLCMCoordination-API.yaml is valid
14:35:04 --- Validation done (0).
14:35:04 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml'
14:35:04 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json'
14:35:04 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory
14:35:04 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
14:35:04 --- Merging file.
14:35:05 --- Create PDF...
14:35:07 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
14:35:07 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
14:35:07 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
14:35:07 --- Validation done (0).
14:35:07 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
14:35:07 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
14:35:07 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
14:35:07 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
14:35:07 --- Merging file.
14:35:08 --- Create PDF...
14:35:10 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
14:35:10 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
14:35:11 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
14:35:11 --- Validation done (0).
14:35:11 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
14:35:11 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
14:35:11 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
14:35:11 -- Final validator returns 1.
14:35:11 Build step 'Execute shell' marked build as failure
14:35:11 Skipped archiving because build is not successful
14:35:11 Finished: FAILURE