SuccessConsole Output

13:06:24 Started by GitLab push by Muhammad Hamza
13:06:24 [EnvInject] - Loading node environment variables.
13:06:24 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
13:06:24 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
13:06:24  > git rev-parse --is-inside-work-tree # timeout=10
13:06:24 Fetching changes from the remote Git repository
13:06:24  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
13:06:24 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
13:06:24  > git --version # timeout=10
13:06:24 using GIT_SSH to set credentials 
13:06:24  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
13:06:25  > git rev-parse remotes/origin/3.7.1-maintenance^{commit} # timeout=10
13:06:25  > git branch -a -v --no-abbrev --contains fd3f68139b8d2b1ee9dee18d54a3ce424574a099 # timeout=10
13:06:25 Checking out Revision fd3f68139b8d2b1ee9dee18d54a3ce424574a099 (origin/3.7.1-maintenance)
13:06:25  > git config core.sparsecheckout # timeout=10
13:06:25  > git checkout -f fd3f68139b8d2b1ee9dee18d54a3ce424574a099
13:06:25 Commit message: "fix vnfSnapshot required tag both in SOL002 and SOL003"
13:06:25  > git rev-list --no-walk 1bc7179441abfa8f0787098b7134293225eebdea # timeout=10
13:06:25 [sol002-sol003] $ /bin/bash /tmp/jenkins8884208511092112757.sh
13:06:25 rm: cannot remove 'build/*-API.pdf': No such file or directory
13:06:25 ./build-container.sh: line 7: proxy: command not found
13:06:25 http_proxy is not set
13:06:25 Proxy set to 
13:06:25 Sending build context to Docker daemon  14.85kB

13:06:26 Step 1/24 : FROM alpine:3.10.0
13:06:26  ---> 4d90542f0623
13:06:26 Step 2/24 : RUN env
13:06:26  ---> Using cache
13:06:26  ---> 0b577767eb4e
13:06:26 Step 3/24 : RUN apk update
13:06:26  ---> Using cache
13:06:26  ---> 697471ef7f0a
13:06:26 Step 4/24 : RUN apk add bash
13:06:26  ---> Using cache
13:06:26  ---> a25251d4272c
13:06:26 Step 5/24 : RUN apk add nodejs
13:06:26  ---> Using cache
13:06:26  ---> ee3663c76c01
13:06:26 Step 6/24 : RUN apk add nodejs-npm
13:06:26  ---> Using cache
13:06:26  ---> 95530c68fb47
13:06:26 Step 7/24 : RUN apk add asciidoctor
13:06:26  ---> Using cache
13:06:26  ---> a321cc22063f
13:06:26 Step 8/24 : RUN apk add openjdk8
13:06:26  ---> Using cache
13:06:26  ---> 07148189c9d2
13:06:26 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
13:06:26  ---> Using cache
13:06:26  ---> 6808b2c86594
13:06:26 Step 10/24 : RUN apk add openssl
13:06:26  ---> Using cache
13:06:26  ---> ed2950ff9192
13:06:26 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3
13:06:26  ---> Using cache
13:06:26  ---> 83cde4af1585
13:06:26 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
13:06:26  ---> Using cache
13:06:26  ---> e442b40a01ef
13:06:26 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
13:06:26  ---> Using cache
13:06:26  ---> 22ece82af23f
13:06:26 Step 14/24 : RUN npm config set proxy $http_proxy
13:06:26  ---> Using cache
13:06:26  ---> 0cc1b972380e
13:06:26 Step 15/24 : RUN npm install -g swagger-cli
13:06:26  ---> Using cache
13:06:26  ---> 3ee43d5416a1
13:06:26 Step 16/24 : RUN npm install -g json-refs
13:06:26  ---> Using cache
13:06:26  ---> 94e261945a46
13:06:26 Step 17/24 : RUN npm install -g yamljs
13:06:26  ---> Using cache
13:06:26  ---> ce77b5519b06
13:06:26 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
13:06:26  ---> Using cache
13:06:26  ---> 44b8d506895b
13:06:26 Step 19/24 : RUN chmod +x /validate-in-docker.sh
13:06:26  ---> Using cache
13:06:26  ---> a5039aa790bd
13:06:26 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
13:06:26  ---> Using cache
13:06:26  ---> 6d250498ee71
13:06:26 Step 21/24 : RUN chmod +x /bin/swg2mrkup
13:06:26  ---> Using cache
13:06:26  ---> 749ca211a6a3
13:06:26 Step 22/24 : ADD oas2pdf /bin/oas2pdf
13:06:26  ---> Using cache
13:06:26  ---> 97729d38efff
13:06:26 Step 23/24 : RUN chmod +x /bin/oas2pdf
13:06:26  ---> Using cache
13:06:26  ---> 43c6b0336d86
13:06:26 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
13:06:26  ---> Using cache
13:06:26  ---> 0973d918ead8
13:06:26 Successfully built 0973d918ead8
13:06:26 Successfully tagged openapivalidator:latest
13:06:26 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
13:06:26 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/633’: Permission denied
13:06:26 Mounting dir /var/www/html/api/nfv/sol002-sol003/633 as /storage
13:06:26 Using filter ''
13:06:26 
13:06:26 Entering dir /work/src
13:06:26 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
13:06:26 --- Merging file.
13:06:27 --- Create PDF...
13:06:28 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
13:06:28 --- Validating ../build/SOL003-VNFIndicator-API.yaml
13:06:29 ../build/SOL003-VNFIndicator-API.yaml is valid
13:06:29 --- Validation done (0).
13:06:29 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
13:06:29 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
13:06:29 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
13:06:29 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
13:06:29 --- Merging file.
13:06:29 --- Create PDF...
13:06:30 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
13:06:30 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
13:06:31 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
13:06:31 --- Validation done (0).
13:06:31 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
13:06:31 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
13:06:31 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
13:06:31 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
13:06:31 --- Merging file.
13:06:31 --- Create PDF...
13:06:32 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
13:06:32 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
13:06:33 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
13:06:33 --- Validation done (0).
13:06:33 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
13:06:33 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
13:06:33 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
13:06:33 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
13:06:33 --- Merging file.
13:06:35 --- Create PDF...
13:06:36 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
13:06:36 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
13:06:37 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
13:06:37 --- Validation done (0).
13:06:37 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
13:06:37 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
13:06:37 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
13:06:37 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
13:06:37 --- Merging file.
13:06:38 --- Create PDF...
13:06:39 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
13:06:39 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
13:06:39 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
13:06:39 --- Validation done (0).
13:06:39 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
13:06:39 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
13:06:39 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
13:06:39 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
13:06:39 --- Merging file.
13:06:40 --- Create PDF...
13:06:41 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
13:06:41 --- Validating ../build/SOL003-APIVersion-API.yaml
13:06:42 ../build/SOL003-APIVersion-API.yaml is valid
13:06:42 --- Validation done (0).
13:06:42 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
13:06:42 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
13:06:42 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
13:06:42 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
13:06:42 --- Merging file.
13:06:43 --- Create PDF...
13:06:44 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
13:06:44 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
13:06:44 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
13:06:44 --- Validation done (0).
13:06:44 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
13:06:44 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
13:06:44 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
13:06:44 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
13:06:44 --- Merging file.
13:06:44 --- Create PDF...
13:06:46 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
13:06:46 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
13:06:46 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
13:06:46 --- Validation done (0).
13:06:46 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
13:06:46 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
13:06:46 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
13:06:46 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
13:06:46 --- Merging file.
13:06:47 --- Create PDF...
13:06:48 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
13:06:48 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
13:06:48 ../build/SOL003-VNFFaultManagement-API.yaml is valid
13:06:48 --- Validation done (0).
13:06:48 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
13:06:48 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
13:06:48 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
13:06:48 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
13:06:48 --- Merging file.
13:06:49 --- Create PDF...
13:06:50 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
13:06:50 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
13:06:50 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
13:06:50 --- Validation done (0).
13:06:50 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
13:06:50 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
13:06:50 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
13:06:50 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
13:06:50 --- Merging file.
13:06:51 --- Create PDF...
13:06:52 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
13:06:52 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
13:06:53 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
13:06:53 --- Validation done (0).
13:06:53 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
13:06:53 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
13:06:53 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
13:06:53 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
13:06:53 --- Merging file.
13:06:54 --- Create PDF...
13:06:55 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
13:06:55 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
13:06:55 ../build/SOL003-VNFPackageManagement-API.yaml is valid
13:06:55 --- Validation done (0).
13:06:55 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
13:06:55 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
13:06:55 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
13:06:55 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
13:06:55 --- Merging file.
13:06:56 --- Create PDF...
13:06:57 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
13:06:57 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
13:06:57 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
13:06:57 --- Validation done (0).
13:06:57 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
13:06:57 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
13:06:57 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
13:06:57 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
13:06:57 --- Merging file.
13:06:58 --- Create PDF...
13:06:59 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
13:06:59 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
13:07:00 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
13:07:00 --- Validation done (0).
13:07:00 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
13:07:00 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
13:07:00 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
13:07:00 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
13:07:00 --- Merging file.
13:07:01 --- Create PDF...
13:07:02 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
13:07:02 --- Validating ../build/SOL002-VNFIndicator-API.yaml
13:07:02 ../build/SOL002-VNFIndicator-API.yaml is valid
13:07:02 --- Validation done (0).
13:07:02 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
13:07:02 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
13:07:02 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
13:07:02 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
13:07:02 --- Merging file.
13:07:03 --- Create PDF...
13:07:04 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
13:07:04 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
13:07:04 ../build/SOL002-VNFConfiguration-API.yaml is valid
13:07:04 --- Validation done (0).
13:07:04 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
13:07:04 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
13:07:04 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
13:07:04 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
13:07:04 --- Merging file.
13:07:06 --- Create PDF...
13:07:08 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
13:07:08 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
13:07:08 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
13:07:08 --- Validation done (0).
13:07:08 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
13:07:08 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
13:07:08 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
13:07:08 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
13:07:08 --- Merging file.
13:07:09 --- Create PDF...
13:07:10 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
13:07:10 --- Validating ../build/SOL002-APIVersion-API.yaml
13:07:11 ../build/SOL002-APIVersion-API.yaml is valid
13:07:11 --- Validation done (0).
13:07:11 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
13:07:11 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
13:07:11 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
13:07:11 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
13:07:11 --- Merging file.
13:07:11 --- Create PDF...
13:07:12 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
13:07:12 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
13:07:13 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
13:07:13 --- Validation done (0).
13:07:13 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
13:07:13 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
13:07:13 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
13:07:13 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
13:07:13 --- Merging file.
13:07:13 --- Create PDF...
13:07:14 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
13:07:14 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
13:07:15 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
13:07:15 --- Validation done (0).
13:07:15 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
13:07:15 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
13:07:15 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
13:07:15 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
13:07:15 --- Merging file.
13:07:16 --- Create PDF...
13:07:17 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
13:07:17 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
13:07:17 ../build/SOL002-VNFFaultManagement-API.yaml is valid
13:07:17 --- Validation done (0).
13:07:17 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
13:07:17 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
13:07:17 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
13:07:17 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
13:07:17 --- Merging file.
13:07:18 --- Create PDF...
13:07:19 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
13:07:19 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
13:07:19 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
13:07:19 --- Validation done (0).
13:07:19 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
13:07:19 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
13:07:19 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
13:07:19 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
13:07:19 --- Merging file.
13:07:20 --- Create PDF...
13:07:21 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
13:07:21 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
13:07:21 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
13:07:21 --- Validation done (0).
13:07:21 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
13:07:21 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
13:07:21 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
13:07:21 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
13:07:21 --- Merging file.
13:07:22 --- Create PDF...
13:07:23 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
13:07:23 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
13:07:24 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
13:07:24 --- Validation done (0).
13:07:24 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
13:07:24 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
13:07:24 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
13:07:24 -- Will validate: ./SOL002/VNFLCMCoordination/VNFLCMCoordination.yaml (api: VNFLCMCoordination) (deliverable:SOL002)
13:07:24 --- Merging file.
13:07:24 --- Create PDF...
13:07:25 mv: can't rename 'SOL002-VNFLCMCoordination-API.pdf': No such file or directory
13:07:25 --- Validating ../build/SOL002-VNFLCMCoordination-API.yaml
13:07:26 ../build/SOL002-VNFLCMCoordination-API.yaml is valid
13:07:26 --- Validation done (0).
13:07:26 '../build/SOL002-VNFLCMCoordination-API.yaml' -> '/storage/SOL002-VNFLCMCoordination-API.yaml'
13:07:26 '../build/SOL002-VNFLCMCoordination-API.json' -> '/storage/SOL002-VNFLCMCoordination-API.json'
13:07:26 cp: can't stat '../build/SOL002-VNFLCMCoordination-API.pdf': No such file or directory
13:07:26 -- Final validator returns 0.
13:07:26 Archiving artifacts
13:07:27 Finished: SUCCESS