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