SuccessConsole Output

16:30:17 Started by GitLab push by f.moscatelli
16:30:17 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
16:30:18 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
16:30:18  > git rev-parse --is-inside-work-tree # timeout=10
16:30:18 Fetching changes from the remote Git repository
16:30:18  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
16:30:18 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
16:30:18  > git --version # timeout=10
16:30:18 using GIT_SSH to set credentials 
16:30:18  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
16:30:19  > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10
16:30:19  > git branch -a -v --no-abbrev --contains 5d93cbbb99ac4ad4d739a97b8b1ec485ec523676 # timeout=10
16:30:19 Checking out Revision 5d93cbbb99ac4ad4d739a97b8b1ec485ec523676 (origin/3.5.1-dev)
16:30:19  > git config core.sparsecheckout # timeout=10
16:30:19  > git checkout -f 5d93cbbb99ac4ad4d739a97b8b1ec485ec523676
16:30:19 Commit message: "SOL005_42: NS LCM Coordination interface added"
16:30:19  > git rev-list --no-walk 5a9694e283c1d5f5add239955e35e346ef7e0f97 # timeout=10
16:30:20 [sol005] $ /bin/bash /tmp/jenkins7195186428700992526.sh
16:30:20 ./build-container.sh: line 7: proxy: command not found
16:30:20 http_proxy is not set
16:30:20 Proxy set to 
16:30:20 Sending build context to Docker daemon  13.31kB

16:30:20 Step 1/24 : FROM alpine:3.10.0
16:30:21 3.10.0: Pulling from library/alpine
16:30:22 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
16:30:22 Status: Downloaded newer image for alpine:3.10.0
16:30:22  ---> 4d90542f0623
16:30:22 Step 2/24 : RUN env
16:30:22  ---> Using cache
16:30:22  ---> ae02487f36c4
16:30:22 Step 3/24 : RUN apk update
16:30:22  ---> Using cache
16:30:22  ---> b89c80fb50e5
16:30:22 Step 4/24 : RUN apk add bash
16:30:22  ---> Using cache
16:30:22  ---> 8784fbc9fc57
16:30:22 Step 5/24 : RUN apk add nodejs
16:30:22  ---> Using cache
16:30:22  ---> 28a25abf3ab9
16:30:22 Step 6/24 : RUN apk add nodejs-npm
16:30:22  ---> Using cache
16:30:22  ---> 1b596573243f
16:30:22 Step 7/24 : RUN apk add asciidoctor
16:30:22  ---> Using cache
16:30:22  ---> 0947b41ea58f
16:30:22 Step 8/24 : RUN apk add openjdk8
16:30:22  ---> Using cache
16:30:22  ---> c80710d753de
16:30:22 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
16:30:22  ---> Using cache
16:30:22  ---> 68468ab8366f
16:30:22 Step 10/24 : RUN apk add openssl
16:30:22  ---> Using cache
16:30:22  ---> 0ae14a88e45c
16:30:22 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
16:30:22  ---> Using cache
16:30:22  ---> 68e344322381
16:30:22 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
16:30:22  ---> Using cache
16:30:22  ---> f2d0d8812abe
16:30:22 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
16:30:22  ---> Using cache
16:30:22  ---> dadf1b8c885d
16:30:22 Step 14/24 : RUN npm config set proxy $http_proxy
16:30:22  ---> Using cache
16:30:22  ---> 82364b930f02
16:30:22 Step 15/24 : RUN npm install -g swagger-cli
16:30:22  ---> Using cache
16:30:22  ---> f26ac1dba4b2
16:30:22 Step 16/24 : RUN npm install -g json-refs
16:30:22  ---> Using cache
16:30:22  ---> 854cfe0dc266
16:30:22 Step 17/24 : RUN npm install -g yamljs
16:30:22  ---> Using cache
16:30:22  ---> 8a7612225506
16:30:22 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
16:30:22  ---> Using cache
16:30:22  ---> fdf0f8f95474
16:30:22 Step 19/24 : RUN chmod +x /validate-in-docker.sh
16:30:22  ---> Using cache
16:30:22  ---> 443f0cc47a8b
16:30:22 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
16:30:22  ---> Using cache
16:30:22  ---> 08e3fb6f18b1
16:30:22 Step 21/24 : RUN chmod +x /bin/swg2mrkup
16:30:22  ---> Using cache
16:30:22  ---> 74cea41057e1
16:30:22 Step 22/24 : ADD oas2pdf /bin/oas2pdf
16:30:22  ---> Using cache
16:30:22  ---> 74da8fce9718
16:30:22 Step 23/24 : RUN chmod +x /bin/oas2pdf
16:30:22  ---> Using cache
16:30:22  ---> db40b6918aba
16:30:22 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
16:30:22  ---> Using cache
16:30:22  ---> 3d1c4195fbfe
16:30:22 Successfully built 3d1c4195fbfe
16:30:22 Successfully tagged openapivalidator:latest
16:30:22 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
16:30:22 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/246’: Permission denied
16:30:22 Mounting dir /var/www/html/api/nfv/sol005/246 as /storage
16:30:22 Using filter ''
16:30:22 
16:30:22 Entering dir /work/src
16:30:22 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
16:30:22 --- Merging file.
16:30:25 --- Create PDF...
16:30:27 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
16:30:27 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
16:30:28 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
16:30:28 --- Validation done (0).
16:30:28 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
16:30:28 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
16:30:28 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
16:30:28 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
16:30:28 --- Merging file.
16:30:30 --- Create PDF...
16:30:32 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
16:30:32 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
16:30:33 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
16:30:33 --- Validation done (0).
16:30:33 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
16:30:33 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
16:30:33 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
16:30:33 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
16:30:33 --- Merging file.
16:30:34 --- Create PDF...
16:30:35 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
16:30:35 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
16:30:36 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
16:30:36 --- Validation done (0).
16:30:36 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
16:30:36 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
16:30:36 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
16:30:36 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
16:30:36 --- Merging file.
16:30:38 --- Create PDF...
16:30:40 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
16:30:40 --- Validating ../build/SOL005-NSDManagement-API.yaml
16:30:41 ../build/SOL005-NSDManagement-API.yaml is valid
16:30:41 --- Validation done (0).
16:30:41 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
16:30:41 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
16:30:41 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
16:30:41 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
16:30:41 --- Merging file.
16:30:42 --- Create PDF...
16:30:44 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
16:30:44 --- Validating ../build/SOL005-APIVersion-API.yaml
16:30:44 ../build/SOL005-APIVersion-API.yaml is valid
16:30:44 --- Validation done (0).
16:30:44 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
16:30:44 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
16:30:44 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
16:30:44 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
16:30:44 --- Merging file.
16:30:46 --- Create PDF...
16:30:48 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
16:30:48 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
16:30:48 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
16:30:48 --- Validation done (0).
16:30:48 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
16:30:48 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
16:30:48 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
16:30:49 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
16:30:49 --- Merging file.
16:30:50 --- Create PDF...
16:30:52 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
16:30:52 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
16:30:52 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
16:30:53 --- Validation done (0).
16:30:53 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
16:30:53 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
16:30:53 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
16:30:53 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
16:30:53 --- Merging file.
16:30:54 --- Create PDF...
16:30:56 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
16:30:56 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
16:30:56 ../build/SOL005-NSDManagementNotification-API.yaml is valid
16:30:56 --- Validation done (0).
16:30:56 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
16:30:56 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
16:30:56 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
16:30:56 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
16:30:56 --- Merging file.
16:30:58 --- Create PDF...
16:31:00 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
16:31:00 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
16:31:00 ../build/SOL005-NSFaultManagement-API.yaml is valid
16:31:00 --- Validation done (0).
16:31:00 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
16:31:00 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
16:31:00 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
16:31:00 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
16:31:00 --- Merging file.
16:31:02 --- Create PDF...
16:31:04 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
16:31:04 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
16:31:05 ../build/SOL005-VNFPackageManagement-API.yaml is valid
16:31:05 --- Validation done (0).
16:31:05 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
16:31:05 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
16:31:05 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
16:31:05 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
16:31:05 --- Merging file.
16:31:11 --- Create PDF...
16:31:12 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
16:31:12 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
16:31:14 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
16:31:14 --- Validation done (0).
16:31:14 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
16:31:14 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
16:31:14 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
16:31:14 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005)
16:31:14 --- Merging file.
16:31:15 --- Create PDF...
16:31:17 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory
16:31:17 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml
16:31:17 ../build/SOL005-NSLCMCoordination-API.yaml is valid
16:31:17 --- Validation done (0).
16:31:17 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml'
16:31:17 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json'
16:31:17 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory
16:31:17 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
16:31:17 --- Merging file.
16:31:18 --- Create PDF...
16:31:20 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
16:31:20 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
16:31:21 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
16:31:21 --- Validation done (0).
16:31:21 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
16:31:21 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
16:31:21 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
16:31:21 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
16:31:21 --- Merging file.
16:31:22 --- Create PDF...
16:31:23 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
16:31:23 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
16:31:24 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
16:31:24 --- Validation done (0).
16:31:24 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
16:31:24 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
16:31:24 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
16:31:24 -- Final validator returns 0.
16:31:24 Archiving artifacts
16:31:27 Finished: SUCCESS