SuccessConsole Output

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

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