09:17:42 Started by GitLab push by bernini 09:17:42 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 09:17:42 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 09:17:42 > git rev-parse --is-inside-work-tree # timeout=10 09:17:42 Fetching changes from the remote Git repository 09:17:42 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 09:17:42 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 09:17:42 > git --version # timeout=10 09:17:42 using GIT_SSH to set credentials 09:17:42 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 09:17:44 > git rev-parse remotes/origin/2.8.1-dev^{commit} # timeout=10 09:17:44 > git branch -a -v --no-abbrev --contains 9d4781d5202c16c9c4cfcfdcf8765c047eb0a7ac # timeout=10 09:17:44 Checking out Revision 9d4781d5202c16c9c4cfcfdcf8765c047eb0a7ac (origin/2.8.1-dev) 09:17:44 > git config core.sparsecheckout # timeout=10 09:17:44 > git checkout -f 9d4781d5202c16c9c4cfcfdcf8765c047eb0a7ac 09:17:44 Commit message: "fix" 09:17:44 > git rev-list --no-walk 8cf4fd35dee9db2ecf64e7832db8f33bc0c3c957 # timeout=10 09:17:45 [sol005] $ /bin/bash /tmp/jenkins4440999856108883630.sh 09:17:45 ./build-container.sh: line 7: proxy: command not found 09:17:45 http_proxy is not set 09:17:45 Proxy set to 09:17:45 Sending build context to Docker daemon 13.31kB 09:17:45 Step 1/24 : FROM alpine:3.6 09:17:46 3.6: Pulling from library/alpine 09:17:47 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475 09:17:47 Status: Downloaded newer image for alpine:3.6 09:17:47 ---> 43773d1dba76 09:17:47 Step 2/24 : RUN env 09:17:47 ---> Using cache 09:17:47 ---> 880f6362180a 09:17:47 Step 3/24 : RUN apk update 09:17:47 ---> Using cache 09:17:47 ---> 82b8f430bea0 09:17:47 Step 4/24 : RUN apk add bash 09:17:47 ---> Using cache 09:17:47 ---> 2fd5d5e33596 09:17:47 Step 5/24 : RUN apk add nodejs 09:17:47 ---> Using cache 09:17:47 ---> f32768702700 09:17:47 Step 6/24 : RUN apk add nodejs-npm 09:17:47 ---> Using cache 09:17:47 ---> 35099e75c142 09:17:47 Step 7/24 : RUN apk add asciidoctor 09:17:47 ---> Using cache 09:17:47 ---> 51afd6741c30 09:17:47 Step 8/24 : RUN apk add openjdk8 09:17:47 ---> Using cache 09:17:47 ---> ff53c8a5a5f7 09:17:47 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 09:17:47 ---> Using cache 09:17:47 ---> 49489b602de2 09:17:47 Step 10/24 : RUN apk add openssl 09:17:47 ---> Using cache 09:17:47 ---> 00f580176b8c 09:17:47 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 09:17:47 ---> Using cache 09:17:47 ---> 77cabbb2ffb9 09:17:47 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 09:17:47 ---> Using cache 09:17:47 ---> 2ab40be11750 09:17:47 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 09:17:47 ---> Using cache 09:17:47 ---> 15c9f9b37466 09:17:47 Step 14/24 : RUN npm config set proxy $http_proxy 09:17:47 ---> Using cache 09:17:47 ---> 1703c82844d8 09:17:47 Step 15/24 : RUN npm install -g swagger-tools@0.10.3 09:17:47 ---> Using cache 09:17:47 ---> ef82146245d8 09:17:47 Step 16/24 : RUN npm install -g json-refs@3.0.2 09:17:47 ---> Using cache 09:17:47 ---> c31d89bc0dff 09:17:47 Step 17/24 : RUN npm install -g yamljs@0.3.0 09:17:47 ---> Using cache 09:17:47 ---> d038d1a2ddc0 09:17:47 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 09:17:47 ---> Using cache 09:17:47 ---> 605483d0e406 09:17:47 Step 19/24 : RUN chmod +x /validate-in-docker.sh 09:17:47 ---> Using cache 09:17:47 ---> 73eac66b3759 09:17:47 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 09:17:47 ---> Using cache 09:17:47 ---> c54aa28f6439 09:17:47 Step 21/24 : RUN chmod +x /bin/swg2mrkup 09:17:47 ---> Using cache 09:17:47 ---> b3bb383fb1a6 09:17:47 Step 22/24 : ADD oas2pdf /bin/oas2pdf 09:17:47 ---> Using cache 09:17:47 ---> 2ea1d866fa1f 09:17:47 Step 23/24 : RUN chmod +x /bin/oas2pdf 09:17:47 ---> Using cache 09:17:47 ---> 8fb5d62a2064 09:17:47 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 09:17:47 ---> Using cache 09:17:47 ---> f3733e609d3c 09:17:47 Successfully built f3733e609d3c 09:17:47 Successfully tagged openapivalidator:latest 09:17:47 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 09:17:47 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/250’: Permission denied 09:17:47 Mounting dir /var/www/html/api/nfv/sol005/250 as /storage 09:17:47 Using filter '' 09:17:47 09:17:47 Entering dir /work/src 09:17:47 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 09:17:47 --- Merging file. 09:17:49 --- Create PDF... 09:18:09 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 09:18:11 --- Validation done (0). 09:18:11 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 09:18:11 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 09:18:11 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf' 09:18:11 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 09:18:11 --- Merging file. 09:18:12 --- Create PDF... 09:18:22 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 09:18:24 --- Validation done (0). 09:18:24 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 09:18:24 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 09:18:24 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf' 09:18:24 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 09:18:24 --- Merging file. 09:18:26 --- Create PDF... 09:19:37 --- Validating ../build/SOL005-NSDManagement-API.yaml 09:19:39 --- Validation done (0). 09:19:39 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 09:19:39 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 09:19:39 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 09:19:39 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005) 09:19:39 --- Merging file. 09:19:41 --- Create PDF... 09:20:05 --- Validating ../build/SOL005-APIVersion-API.yaml 09:20:06 --- Validation done (0). 09:20:06 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml' 09:20:06 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json' 09:20:06 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf' 09:20:06 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 09:20:06 --- Merging file. 09:20:08 --- Create PDF... 09:20:45 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 09:20:47 --- Validation done (0). 09:20:47 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 09:20:47 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 09:20:47 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf' 09:20:47 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 09:20:47 --- Merging file. 09:20:48 --- Create PDF... 09:21:22 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 09:21:23 --- Validation done (0). 09:21:23 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 09:21:23 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 09:21:23 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf' 09:21:23 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 09:21:23 --- Merging file. 09:21:25 --- Create PDF... 09:21:50 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 09:21:51 --- Validation done (0). 09:21:51 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 09:21:51 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 09:21:51 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 09:21:51 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 09:21:51 --- Merging file. 09:21:54 --- Create PDF... 09:22:53 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 09:22:55 --- Validation done (0). 09:22:55 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 09:22:55 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 09:22:55 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 09:22:55 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 09:22:55 --- Merging file. 09:22:58 --- Create PDF... 09:24:38 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 09:24:40 --- Validation done (0). 09:24:40 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 09:24:40 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 09:24:40 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 09:24:40 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 09:24:40 --- Merging file. 09:24:41 --- Create PDF... 09:24:56 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 09:24:58 --- Validation done (0). 09:24:58 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 09:24:58 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 09:24:58 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf' 09:24:58 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 09:24:58 --- Merging file. 09:24:59 --- Create PDF... 09:25:11 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 09:25:12 --- Validation done (0). 09:25:12 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 09:25:12 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 09:25:12 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf' 09:25:12 -- Final validator returns 0. 09:25:12 Archiving artifacts 09:25:14 Finished: SUCCESS