SuccessConsole Output

13:12:18 Started by GitLab push by bernini
13:12:18 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
13:12:18 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
13:12:18  > git rev-parse --is-inside-work-tree # timeout=10
13:12:18 Fetching changes from the remote Git repository
13:12:18  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
13:12:18 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
13:12:18  > git --version # timeout=10
13:12:18 using GIT_SSH to set credentials 
13:12:18  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
13:12:19  > git rev-parse remotes/origin/2.8.1-dev^{commit} # timeout=10
13:12:19  > git branch -a -v --no-abbrev --contains 8fb49f430d88cb4f6227184112f7f48844dc7fec # timeout=10
13:12:19 Checking out Revision 8fb49f430d88cb4f6227184112f7f48844dc7fec (origin/2.8.1-dev)
13:12:19  > git config core.sparsecheckout # timeout=10
13:12:19  > git checkout -f 8fb49f430d88cb4f6227184112f7f48844dc7fec
13:12:19 Commit message: "fixed api versions endpoints 405 return code"
13:12:19  > git rev-list --no-walk 10af6d1880bd2d570699e4f8238c863013c2efa0 # timeout=10
13:12:20 [sol002-sol003] $ /bin/bash /tmp/jenkins6606496073369147581.sh
13:12:20 rm: cannot remove 'build/*-API.pdf': No such file or directory
13:12:20 ./build-container.sh: line 7: proxy: command not found
13:12:20 http_proxy is not set
13:12:20 Proxy set to 
13:12:20 Sending build context to Docker daemon  13.31kB

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