SuccessConsole Output

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

18:19:45 Step 1/24 : FROM alpine:3.10.0
18:19:47 3.10.0: Pulling from library/alpine
18:19:47 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
18:19:47 Status: Downloaded newer image for alpine:3.10.0
18:19:47  ---> 4d90542f0623
18:19:47 Step 2/24 : RUN env
18:19:47  ---> Using cache
18:19:47  ---> c20102916f4e
18:19:47 Step 3/24 : RUN apk update
18:19:47  ---> Using cache
18:19:47  ---> e75443b240c4
18:19:47 Step 4/24 : RUN apk add bash
18:19:47  ---> Using cache
18:19:47  ---> f09c3f0ba37b
18:19:47 Step 5/24 : RUN apk add nodejs
18:19:47  ---> Using cache
18:19:47  ---> 826e4425e609
18:19:47 Step 6/24 : RUN apk add nodejs-npm
18:19:47  ---> Using cache
18:19:47  ---> af2d18969839
18:19:47 Step 7/24 : RUN apk add asciidoctor
18:19:47  ---> Using cache
18:19:47  ---> 6eef0761cacd
18:19:47 Step 8/24 : RUN apk add openjdk8
18:19:47  ---> Using cache
18:19:47  ---> 11d7aaa750b8
18:19:47 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:19:47  ---> Using cache
18:19:47  ---> 7807faa0a16d
18:19:47 Step 10/24 : RUN apk add openssl
18:19:47  ---> Using cache
18:19:47  ---> 62d9320f44e5
18:19:47 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:19:47  ---> Using cache
18:19:47  ---> 1f123aa1a1e9
18:19:47 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:19:47  ---> Using cache
18:19:47  ---> 87596a4b91ff
18:19:47 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:19:47  ---> Using cache
18:19:47  ---> 48a60688945b
18:19:47 Step 14/24 : RUN npm config set proxy $http_proxy
18:19:47  ---> Using cache
18:19:47  ---> 4bc801cc80b8
18:19:47 Step 15/24 : RUN npm install -g swagger-cli
18:19:47  ---> Using cache
18:19:47  ---> 97c77a5217bc
18:19:47 Step 16/24 : RUN npm install -g json-refs
18:19:47  ---> Using cache
18:19:47  ---> 0289695bacc1
18:19:47 Step 17/24 : RUN npm install -g yamljs
18:19:47  ---> Using cache
18:19:47  ---> edfdd1056b87
18:19:47 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:19:47  ---> 4407f2cbb439
18:19:47 Removing intermediate container 428cd7f2ceac
18:19:47 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:19:47  ---> Running in 0d82c5e6c96a
18:19:48  ---> 0c54608cbe17
18:19:48 Removing intermediate container 0d82c5e6c96a
18:19:48 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:19:48  ---> f9482572dd22
18:19:48 Removing intermediate container 225f2dddf4e2
18:19:48 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:19:48  ---> Running in f60ee81a366a
18:19:49  ---> 72125cebe59c
18:19:49 Removing intermediate container f60ee81a366a
18:19:49 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:19:49  ---> 8d8b62cb39ad
18:19:49 Removing intermediate container ea8efbc1816e
18:19:49 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:19:49  ---> Running in c83beffb4a01
18:19:50  ---> 21ec532e858c
18:19:50 Removing intermediate container c83beffb4a01
18:19:50 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:19:50  ---> Running in f8965bd3d194
18:19:50  ---> ddba4eb4cba7
18:19:50 Removing intermediate container f8965bd3d194
18:19:50 Successfully built ddba4eb4cba7
18:19:50 Successfully tagged openapivalidator:latest
18:19:50 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003-master as /work
18:19:50 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003-master/49’: Permission denied
18:19:50 Mounting dir /var/www/html/api/nfv/sol002-sol003-master/49 as /storage
18:19:50 Using filter ''
18:19:50 
18:19:50 Entering dir /work/src
18:19:50 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
18:19:50 --- Merging file.
18:19:52 --- Create PDF...
18:19:53 --- Validating ../build/SOL003-VNFIndicator-API.yaml
18:19:53 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
18:19:54 ../build/SOL003-VNFIndicator-API.yaml is valid
18:19:54 --- Validation done (0).
18:19:54 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
18:19:54 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
18:19:54 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
18:19:54 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
18:19:54 --- Merging file.
18:19:55 --- Create PDF...
18:19:57 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
18:19:57 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
18:19:57 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
18:19:57 --- Validation done (0).
18:19:57 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
18:19:57 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
18:19:57 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
18:19:57 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
18:19:57 --- Merging file.
18:19:58 --- Create PDF...
18:20:00 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
18:20:00 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
18:20:00 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
18:20:00 --- Validation done (0).
18:20:00 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
18:20:01 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
18:20:01 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
18:20:01 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
18:20:01 --- Merging file.
18:20:04 --- Create PDF...
18:20:06 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
18:20:06 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
18:20:07 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
18:20:07 --- Validation done (0).
18:20:07 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
18:20:07 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
18:20:07 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
18:20:07 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
18:20:07 --- Merging file.
18:20:08 --- Create PDF...
18:20:10 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
18:20:10 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
18:20:10 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
18:20:10 --- Validation done (0).
18:20:10 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
18:20:10 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
18:20:10 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
18:20:10 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
18:20:10 --- Merging file.
18:20:12 --- Create PDF...
18:20:13 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
18:20:13 --- Validating ../build/SOL003-APIVersion-API.yaml
18:20:14 ../build/SOL003-APIVersion-API.yaml is valid
18:20:14 --- Validation done (0).
18:20:14 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
18:20:14 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
18:20:14 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
18:20:14 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
18:20:14 --- Merging file.
18:20:15 --- Create PDF...
18:20:17 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
18:20:17 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
18:20:17 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
18:20:17 --- Validation done (0).
18:20:17 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
18:20:17 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
18:20:17 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
18:20:17 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
18:20:17 --- Merging file.
18:20:18 --- Create PDF...
18:20:20 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
18:20:20 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
18:20:20 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
18:20:20 --- Validation done (0).
18:20:20 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
18:20:20 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
18:20:20 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
18:20:20 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
18:20:20 --- Merging file.
18:20:21 --- Create PDF...
18:20:23 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
18:20:23 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
18:20:24 ../build/SOL003-VNFFaultManagement-API.yaml is valid
18:20:24 --- Validation done (0).
18:20:24 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
18:20:24 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
18:20:24 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
18:20:24 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
18:20:24 --- Merging file.
18:20:25 --- Create PDF...
18:20:26 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
18:20:26 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
18:20:27 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
18:20:27 --- Validation done (0).
18:20:27 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
18:20:27 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
18:20:27 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
18:20:27 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
18:20:27 --- Merging file.
18:20:28 --- Create PDF...
18:20:30 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
18:20:30 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
18:20:30 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
18:20:30 --- Validation done (0).
18:20:30 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
18:20:30 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
18:20:30 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
18:20:30 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
18:20:30 --- Merging file.
18:20:32 --- Create PDF...
18:20:34 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
18:20:34 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
18:20:35 ../build/SOL003-VNFPackageManagement-API.yaml is valid
18:20:35 --- Validation done (0).
18:20:35 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
18:20:35 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
18:20:35 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
18:20:35 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
18:20:35 --- Merging file.
18:20:36 --- Create PDF...
18:20:38 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
18:20:38 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
18:20:38 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
18:20:38 --- Validation done (0).
18:20:38 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
18:20:38 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
18:20:38 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
18:20:38 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
18:20:38 --- Merging file.
18:20:40 --- Create PDF...
18:20:42 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
18:20:42 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
18:20:42 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
18:20:42 --- Validation done (0).
18:20:42 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
18:20:42 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
18:20:42 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
18:20:42 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
18:20:42 --- Merging file.
18:20:44 --- Create PDF...
18:20:46 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
18:20:46 --- Validating ../build/SOL002-VNFIndicator-API.yaml
18:20:46 ../build/SOL002-VNFIndicator-API.yaml is valid
18:20:46 --- Validation done (0).
18:20:46 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
18:20:46 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
18:20:46 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
18:20:46 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
18:20:46 --- Merging file.
18:20:47 --- Create PDF...
18:20:49 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
18:20:49 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
18:20:50 ../build/SOL002-VNFConfiguration-API.yaml is valid
18:20:50 --- Validation done (0).
18:20:50 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
18:20:50 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
18:20:50 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
18:20:50 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
18:20:50 --- Merging file.
18:20:54 --- Create PDF...
18:20:55 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
18:20:55 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
18:20:57 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
18:20:57 --- Validation done (0).
18:20:57 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
18:20:57 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
18:20:57 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
18:20:57 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
18:20:57 --- Merging file.
18:20:58 --- Create PDF...
18:21:00 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
18:21:00 --- Validating ../build/SOL002-APIVersion-API.yaml
18:21:00 ../build/SOL002-APIVersion-API.yaml is valid
18:21:00 --- Validation done (0).
18:21:00 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
18:21:00 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
18:21:00 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
18:21:00 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
18:21:00 --- Merging file.
18:21:01 --- Create PDF...
18:21:03 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
18:21:03 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
18:21:04 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
18:21:04 --- Validation done (0).
18:21:04 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
18:21:04 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
18:21:04 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
18:21:04 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
18:21:04 --- Merging file.
18:21:05 --- Create PDF...
18:21:06 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
18:21:06 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
18:21:07 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
18:21:07 --- Validation done (0).
18:21:07 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
18:21:07 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
18:21:07 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
18:21:07 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
18:21:07 --- Merging file.
18:21:08 --- Create PDF...
18:21:10 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
18:21:10 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
18:21:11 ../build/SOL002-VNFFaultManagement-API.yaml is valid
18:21:11 --- Validation done (0).
18:21:11 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
18:21:11 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
18:21:11 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
18:21:11 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
18:21:11 --- Merging file.
18:21:12 --- Create PDF...
18:21:13 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
18:21:13 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
18:21:14 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
18:21:14 --- Validation done (0).
18:21:14 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
18:21:14 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
18:21:14 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
18:21:14 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
18:21:14 --- Merging file.
18:21:15 --- Create PDF...
18:21:17 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
18:21:17 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
18:21:17 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
18:21:17 --- Validation done (0).
18:21:17 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
18:21:17 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
18:21:17 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
18:21:17 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
18:21:17 --- Merging file.
18:21:19 --- Create PDF...
18:21:20 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
18:21:20 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
18:21:21 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
18:21:21 --- Validation done (0).
18:21:21 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
18:21:21 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
18:21:21 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
18:21:21 -- Will validate: ./SOL002/VNFLifecycleCoordination/VNFLifecycleCoordination.yaml (api: VNFLifecycleCoordination) (deliverable:SOL002)
18:21:21 --- Merging file.
18:21:22 --- Create PDF...
18:21:24 mv: can't rename 'SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
18:21:24 --- Validating ../build/SOL002-VNFLifecycleCoordination-API.yaml
18:21:25 ../build/SOL002-VNFLifecycleCoordination-API.yaml is valid
18:21:25 --- Validation done (0).
18:21:25 '../build/SOL002-VNFLifecycleCoordination-API.yaml' -> '/storage/SOL002-VNFLifecycleCoordination-API.yaml'
18:21:25 '../build/SOL002-VNFLifecycleCoordination-API.json' -> '/storage/SOL002-VNFLifecycleCoordination-API.json'
18:21:25 cp: can't stat '../build/SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
18:21:25 -- Final validator returns 0.
18:21:25 Archiving artifacts
18:21:26 Finished: SUCCESS