SuccessConsole Output

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

10:02:30 Step 1/24 : FROM alpine:3.6
10:02:30  ---> 43773d1dba76
10:02:30 Step 2/24 : RUN env
10:02:30  ---> Using cache
10:02:30  ---> 880f6362180a
10:02:30 Step 3/24 : RUN apk update
10:02:30  ---> Using cache
10:02:30  ---> 82b8f430bea0
10:02:30 Step 4/24 : RUN apk add bash
10:02:30  ---> Using cache
10:02:30  ---> 2fd5d5e33596
10:02:30 Step 5/24 : RUN apk add nodejs
10:02:30  ---> Using cache
10:02:30  ---> f32768702700
10:02:30 Step 6/24 : RUN apk add nodejs-npm
10:02:30  ---> Using cache
10:02:30  ---> 35099e75c142
10:02:30 Step 7/24 : RUN apk add asciidoctor
10:02:30  ---> Using cache
10:02:30  ---> 51afd6741c30
10:02:30 Step 8/24 : RUN apk add openjdk8
10:02:30  ---> Using cache
10:02:30  ---> ff53c8a5a5f7
10:02:30 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
10:02:30  ---> Using cache
10:02:30  ---> 49489b602de2
10:02:30 Step 10/24 : RUN apk add openssl
10:02:30  ---> Using cache
10:02:30  ---> 00f580176b8c
10:02:30 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
10:02:30  ---> Using cache
10:02:30  ---> 77cabbb2ffb9
10:02:30 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
10:02:30  ---> Using cache
10:02:30  ---> 2ab40be11750
10:02:30 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
10:02:30  ---> Using cache
10:02:30  ---> 15c9f9b37466
10:02:30 Step 14/24 : RUN npm config set proxy $http_proxy
10:02:30  ---> Using cache
10:02:30  ---> 1703c82844d8
10:02:30 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
10:02:30  ---> Using cache
10:02:30  ---> ef82146245d8
10:02:30 Step 16/24 : RUN npm install -g json-refs@3.0.4
10:02:30  ---> Using cache
10:02:30  ---> 85c022cadd32
10:02:30 Step 17/24 : RUN npm install -g yamljs@0.3.0
10:02:30  ---> Using cache
10:02:30  ---> d049923ec128
10:02:30 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
10:02:30  ---> Using cache
10:02:30  ---> cf1d4a8847ce
10:02:30 Step 19/24 : RUN chmod +x /validate-in-docker.sh
10:02:30  ---> Using cache
10:02:30  ---> c8d087ee28db
10:02:30 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
10:02:30  ---> Using cache
10:02:30  ---> 649b73d75533
10:02:30 Step 21/24 : RUN chmod +x /bin/swg2mrkup
10:02:30  ---> Using cache
10:02:30  ---> 02e7ffd1cdcd
10:02:30 Step 22/24 : ADD oas2pdf /bin/oas2pdf
10:02:30  ---> Using cache
10:02:30  ---> 646ecc149ec2
10:02:30 Step 23/24 : RUN chmod +x /bin/oas2pdf
10:02:30  ---> Using cache
10:02:30  ---> c92fee1be526
10:02:30 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
10:02:30  ---> Using cache
10:02:30  ---> 86e7b60e6df8
10:02:30 Successfully built 86e7b60e6df8
10:02:30 Successfully tagged openapivalidator:latest
10:02:30 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
10:02:30 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/517’: Permission denied
10:02:30 Mounting dir /var/www/html/api/nfv/sol002-sol003/517 as /storage
10:02:31 Using filter ''
10:02:31 
10:02:31 Entering dir /work/src
10:02:31 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
10:02:31 --- Merging file.
10:02:32 --- Create PDF...
10:03:01 --- Validating ../build/SOL003-VNFIndicator-API.yaml
10:03:02 --- Validation done (0).
10:03:02 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
10:03:02 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
10:03:02 '../build/SOL003-VNFIndicator-API.pdf' -> '/storage/SOL003-VNFIndicator-API.pdf'
10:03:02 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
10:03:02 --- Merging file.
10:03:03 --- Create PDF...
10:03:15 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
10:03:16 --- Validation done (0).
10:03:16 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
10:03:16 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
10:03:16 '../build/SOL003-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL003-VNFPackageManagementNotification-API.pdf'
10:03:16 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
10:03:16 --- Merging file.
10:03:19 --- Create PDF...
10:04:53 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
10:04:55 --- Validation done (0).
10:04:55 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
10:04:55 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
10:04:55 '../build/SOL003-VNFLifecycleManagement-API.pdf' -> '/storage/SOL003-VNFLifecycleManagement-API.pdf'
10:04:56 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
10:04:56 --- Merging file.
10:04:57 --- Create PDF...
10:05:15 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
10:05:16 --- Validation done (0).
10:05:16 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
10:05:16 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
10:05:16 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf'
10:05:16 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
10:05:16 --- Merging file.
10:05:17 --- Create PDF...
10:05:48 --- Validating ../build/SOL003-APIVersion-API.yaml
10:05:49 --- Validation done (0).
10:05:49 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
10:05:49 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
10:05:49 '../build/SOL003-APIVersion-API.pdf' -> '/storage/SOL003-APIVersion-API.pdf'
10:05:49 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
10:05:49 --- Merging file.
10:05:51 --- Create PDF...
10:06:05 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
10:06:07 --- Validation done (0).
10:06:07 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
10:06:07 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
10:06:07 '../build/SOL003-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL003-VNFFaultManagementNotification-API.pdf'
10:06:07 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
10:06:07 --- Merging file.
10:06:08 --- Create PDF...
10:06:15 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
10:06:16 --- Validation done (0).
10:06:16 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
10:06:16 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
10:06:16 '../build/SOL003-VNFIndicatorNotification-API.pdf' -> '/storage/SOL003-VNFIndicatorNotification-API.pdf'
10:06:16 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
10:06:16 --- Merging file.
10:06:18 --- Create PDF...
10:06:47 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
10:06:48 --- Validation done (0).
10:06:48 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
10:06:48 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
10:06:48 '../build/SOL003-VNFFaultManagement-API.pdf' -> '/storage/SOL003-VNFFaultManagement-API.pdf'
10:06:48 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
10:06:48 --- Merging file.
10:06:49 --- Create PDF...
10:07:07 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
10:07:08 --- Validation done (0).
10:07:08 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
10:07:08 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
10:07:08 '../build/SOL003-VNFLifecycleManagementNotification-API.pdf' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.pdf'
10:07:08 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
10:07:08 --- Merging file.
10:07:10 --- Create PDF...
10:07:29 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
10:07:31 --- Validation done (0).
10:07:31 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
10:07:31 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
10:07:31 '../build/SOL003-VNFLifecycleOperationGranting-API.pdf' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.pdf'
10:07:31 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
10:07:31 --- Merging file.
10:07:33 --- Create PDF...
10:08:31 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
10:08:33 --- Validation done (0).
10:08:33 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
10:08:33 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
10:08:33 '../build/SOL003-VNFPackageManagement-API.pdf' -> '/storage/SOL003-VNFPackageManagement-API.pdf'
10:08:33 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
10:08:33 --- Merging file.
10:08:34 --- Create PDF...
10:08:45 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
10:08:46 --- Validation done (0).
10:08:46 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
10:08:46 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
10:08:46 '../build/SOL003-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.pdf'
10:08:46 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
10:08:46 --- Merging file.
10:08:48 --- Create PDF...
10:09:27 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
10:09:29 --- Validation done (0).
10:09:29 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
10:09:29 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
10:09:29 '../build/SOL003-VNFPerformanceManagement-API.pdf' -> '/storage/SOL003-VNFPerformanceManagement-API.pdf'
10:09:29 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotificationNotification/VirtualisedResourcesQuotaAvailableNotificationNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotificationNotification) (deliverable:SOL003)
10:09:29 --- Merging file.
10:09:30 --- Create PDF...
10:09:41 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml
10:09:42 --- Validation done (0).
10:09:42 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml'
10:09:42 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.json'
10:09:42 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.pdf'
10:09:42 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
10:09:42 --- Merging file.
10:09:44 --- Create PDF...
10:10:14 --- Validating ../build/SOL002-VNFIndicator-API.yaml
10:10:15 --- Validation done (0).
10:10:15 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
10:10:15 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
10:10:15 '../build/SOL002-VNFIndicator-API.pdf' -> '/storage/SOL002-VNFIndicator-API.pdf'
10:10:15 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
10:10:15 --- Merging file.
10:10:17 --- Create PDF...
10:10:32 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
10:10:33 --- Validation done (0).
10:10:33 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
10:10:33 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
10:10:33 '../build/SOL002-VNFConfiguration-API.pdf' -> '/storage/SOL002-VNFConfiguration-API.pdf'
10:10:33 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
10:10:33 --- Merging file.
10:10:36 --- Create PDF...
10:12:18 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
10:12:21 --- Validation done (0).
10:12:21 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
10:12:21 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
10:12:21 '../build/SOL002-VNFLifecycleManagement-API.pdf' -> '/storage/SOL002-VNFLifecycleManagement-API.pdf'
10:12:21 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
10:12:21 --- Merging file.
10:12:22 --- Create PDF...
10:12:45 --- Validating ../build/SOL002-APIVersion-API.yaml
10:12:47 --- Validation done (0).
10:12:47 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
10:12:47 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
10:12:47 '../build/SOL002-APIVersion-API.pdf' -> '/storage/SOL002-APIVersion-API.pdf'
10:12:47 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
10:12:47 --- Merging file.
10:12:48 --- Create PDF...
10:13:03 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
10:13:04 --- Validation done (0).
10:13:04 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
10:13:04 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
10:13:04 '../build/SOL002-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL002-VNFFaultManagementNotification-API.pdf'
10:13:04 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
10:13:04 --- Merging file.
10:13:05 --- Create PDF...
10:13:12 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
10:13:13 --- Validation done (0).
10:13:13 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
10:13:13 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
10:13:13 '../build/SOL002-VNFIndicatorNotification-API.pdf' -> '/storage/SOL002-VNFIndicatorNotification-API.pdf'
10:13:13 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
10:13:13 --- Merging file.
10:13:15 --- Create PDF...
10:13:50 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
10:13:51 --- Validation done (0).
10:13:51 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
10:13:51 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
10:13:51 '../build/SOL002-VNFFaultManagement-API.pdf' -> '/storage/SOL002-VNFFaultManagement-API.pdf'
10:13:51 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
10:13:51 --- Merging file.
10:13:53 --- Create PDF...
10:14:10 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
10:14:11 --- Validation done (0).
10:14:11 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
10:14:11 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
10:14:11 '../build/SOL002-VNFLifecycleManagementNotification-API.pdf' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.pdf'
10:14:11 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
10:14:11 --- Merging file.
10:14:12 --- Create PDF...
10:14:23 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
10:14:24 --- Validation done (0).
10:14:24 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
10:14:24 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
10:14:24 '../build/SOL002-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.pdf'
10:14:24 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
10:14:24 --- Merging file.
10:14:26 --- Create PDF...
10:15:10 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
10:15:11 --- Validation done (0).
10:15:11 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
10:15:11 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
10:15:11 '../build/SOL002-VNFPerformanceManagement-API.pdf' -> '/storage/SOL002-VNFPerformanceManagement-API.pdf'
10:15:11 -- Final validator returns 0.
10:15:12 Archiving artifacts
10:15:15 Finished: SUCCESS