SuccessConsole Output

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

16:24:15 Step 1/24 : FROM alpine:3.10.0
16:24:16 3.10.0: Pulling from library/alpine
16:24:16 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
16:24:16 Status: Downloaded newer image for alpine:3.10.0
16:24:16  ---> 4d90542f0623
16:24:16 Step 2/24 : RUN env
16:24:16  ---> Using cache
16:24:16  ---> e2553b1af332
16:24:16 Step 3/24 : RUN apk update
16:24:16  ---> Using cache
16:24:16  ---> 9d891293b328
16:24:16 Step 4/24 : RUN apk add bash
16:24:16  ---> Using cache
16:24:16  ---> 60c4c93ce401
16:24:16 Step 5/24 : RUN apk add nodejs
16:24:16  ---> Using cache
16:24:16  ---> e900d2f09106
16:24:16 Step 6/24 : RUN apk add nodejs-npm
16:24:16  ---> Using cache
16:24:16  ---> 03f6a25fc90c
16:24:16 Step 7/24 : RUN apk add asciidoctor
16:24:16  ---> Using cache
16:24:16  ---> 978c03d7b45f
16:24:16 Step 8/24 : RUN apk add openjdk8
16:24:16  ---> Using cache
16:24:16  ---> 87e0c01787eb
16:24:16 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
16:24:16  ---> Using cache
16:24:16  ---> ca2326e0fd7e
16:24:16 Step 10/24 : RUN apk add openssl
16:24:16  ---> Using cache
16:24:16  ---> 0805ccbe0a56
16:24:16 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
16:24:16  ---> Using cache
16:24:16  ---> 2118ba81fe9b
16:24:16 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
16:24:16  ---> Using cache
16:24:16  ---> f2f90a52569b
16:24:16 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
16:24:16  ---> Using cache
16:24:16  ---> cfd3e7827631
16:24:16 Step 14/24 : RUN npm config set proxy $http_proxy
16:24:16  ---> Using cache
16:24:16  ---> 318995b26504
16:24:16 Step 15/24 : RUN npm install -g swagger-cli
16:24:16  ---> Using cache
16:24:16  ---> 2463a99164db
16:24:16 Step 16/24 : RUN npm install -g json-refs
16:24:16  ---> Using cache
16:24:16  ---> 9afd7d84668d
16:24:16 Step 17/24 : RUN npm install -g yamljs
16:24:16  ---> Using cache
16:24:16  ---> 7b4ab59ef078
16:24:16 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
16:24:16  ---> Using cache
16:24:16  ---> c21894e86303
16:24:16 Step 19/24 : RUN chmod +x /validate-in-docker.sh
16:24:16  ---> Using cache
16:24:16  ---> 84a684b23132
16:24:16 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
16:24:16  ---> Using cache
16:24:16  ---> 9c32f5868716
16:24:16 Step 21/24 : RUN chmod +x /bin/swg2mrkup
16:24:16  ---> Using cache
16:24:16  ---> 846f33db7914
16:24:16 Step 22/24 : ADD oas2pdf /bin/oas2pdf
16:24:16  ---> Using cache
16:24:16  ---> 3c2bdff24932
16:24:16 Step 23/24 : RUN chmod +x /bin/oas2pdf
16:24:16  ---> Using cache
16:24:16  ---> b19a7cc2455b
16:24:16 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
16:24:16  ---> Using cache
16:24:16  ---> 059b9694f49d
16:24:16 Successfully built 059b9694f49d
16:24:16 Successfully tagged openapivalidator:latest
16:24:16 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
16:24:16 mkdir: created directory '/var/www/html/api/nfv/sol005/187'
16:24:16 Mounting dir /var/www/html/api/nfv/sol005/187 as /storage
16:24:17 Using filter ''
16:24:17 
16:24:17 Entering dir /work/src
16:24:17 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
16:24:17 --- Merging file.
16:24:18 --- Create PDF...
16:24:20 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
16:24:20 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
16:24:21 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
16:24:21 --- Validation done (0).
16:24:21 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
16:24:21 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
16:24:21 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
16:24:21 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
16:24:21 --- Merging file.
16:24:22 --- Create PDF...
16:24:24 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
16:24:24 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
16:24:25 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
16:24:25 --- Validation done (0).
16:24:25 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
16:24:25 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
16:24:25 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
16:24:25 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
16:24:25 --- Merging file.
16:24:26 --- Create PDF...
16:24:28 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
16:24:28 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
16:24:28 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
16:24:28 --- Validation done (0).
16:24:28 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
16:24:28 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
16:24:28 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
16:24:28 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
16:24:28 --- Merging file.
16:24:30 --- Create PDF...
16:24:32 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
16:24:32 --- Validating ../build/SOL005-NSDManagement-API.yaml
16:24:33 ../build/SOL005-NSDManagement-API.yaml is valid
16:24:33 --- Validation done (0).
16:24:33 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
16:24:33 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
16:24:33 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
16:24:33 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
16:24:33 --- Merging file.
16:24:34 --- Create PDF...
16:24:36 --- Validating ../build/SOL005-APIVersion-API.yaml
16:24:36 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
16:24:36 ../build/SOL005-APIVersion-API.yaml is valid
16:24:36 --- Validation done (0).
16:24:36 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
16:24:36 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
16:24:36 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
16:24:36 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
16:24:36 --- Merging file.
16:24:38 --- Create PDF...
16:24:40 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
16:24:40 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
16:24:41 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
16:24:41 --- Validation done (0).
16:24:41 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
16:24:41 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
16:24:41 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
16:24:41 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
16:24:41 --- Merging file.
16:24:42 --- Create PDF...
16:24:44 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
16:24:44 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
16:24:45 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
16:24:45 --- Validation done (0).
16:24:45 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
16:24:45 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
16:24:45 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
16:24:45 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
16:24:45 --- Merging file.
16:24:46 --- Create PDF...
16:24:48 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
16:24:48 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
16:24:49 ../build/SOL005-NSDManagementNotification-API.yaml is valid
16:24:49 --- Validation done (0).
16:24:49 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
16:24:49 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
16:24:49 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
16:24:49 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
16:24:49 --- Merging file.
16:24:50 --- Create PDF...
16:24:52 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
16:24:52 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
16:24:52 ../build/SOL005-NSFaultManagement-API.yaml is valid
16:24:52 --- Validation done (0).
16:24:52 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
16:24:52 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
16:24:52 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
16:24:52 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
16:24:52 --- Merging file.
16:24:54 --- Create PDF...
16:24:56 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
16:24:56 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
16:24:57 ../build/SOL005-VNFPackageManagement-API.yaml is valid
16:24:57 --- Validation done (0).
16:24:57 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
16:24:57 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
16:24:57 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
16:24:57 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
16:24:57 --- Merging file.
16:25:03 --- Create PDF...
16:25:04 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
16:25:04 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
16:25:06 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
16:25:06 --- Validation done (0).
16:25:06 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
16:25:06 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
16:25:06 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
16:25:06 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
16:25:06 --- Merging file.
16:25:07 --- Create PDF...
16:25:08 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
16:25:08 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
16:25:09 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
16:25:09 --- Validation done (0).
16:25:09 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
16:25:09 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
16:25:09 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
16:25:09 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
16:25:09 --- Merging file.
16:25:10 --- Create PDF...
16:25:12 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
16:25:12 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
16:25:12 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
16:25:12 --- Validation done (0).
16:25:12 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
16:25:12 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
16:25:12 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
16:25:12 -- Final validator returns 0.
16:25:12 Archiving artifacts
16:25:14 Finished: SUCCESS