SuccessConsole Output

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

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