SuccessConsole Output

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

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