10:31:57 Started by GitLab push by f.moscatelli 10:31:57 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 10:31:57 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 10:31:57 > git rev-parse --is-inside-work-tree # timeout=10 10:31:57 Fetching changes from the remote Git repository 10:31:57 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 10:31:57 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 10:31:57 > git --version # timeout=10 10:31:57 using GIT_SSH to set credentials 10:31:57 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 10:31:58 > git rev-parse remotes/origin/2.5.1-dev^{commit} # timeout=10 10:31:58 > git branch -a -v --no-abbrev --contains c2da30f63d1b84a1a6db6d3d79c764ebd5fc4629 # timeout=10 10:31:58 Checking out Revision c2da30f63d1b84a1a6db6d3d79c764ebd5fc4629 (origin/2.5.1-dev) 10:31:58 > git config core.sparsecheckout # timeout=10 10:31:58 > git checkout -f c2da30f63d1b84a1a6db6d3d79c764ebd5fc4629 10:31:58 Commit message: "SOL005_6 and SOL005_7: Version added in response and request headers in NS fault mgmt interface" 10:31:58 > git rev-list --no-walk 9351ac0faf5ce7e943c1ca2f34395aedfa130280 # timeout=10 10:31:58 [sol005] $ /bin/bash /tmp/jenkins577578204279157651.sh 10:31:58 ./build-container.sh: line 7: proxy: command not found 10:31:58 http_proxy is not set 10:31:58 Proxy set to 10:31:58 Sending build context to Docker daemon 13.31kB 10:31:58 Step 1/24 : FROM alpine:3.6 10:31:59 3.6: Pulling from library/alpine 10:32:00 Digest: sha256:ee0c0e7b6b20b175f5ffb1bbd48b41d94891b0b1074f2721acb008aafdf25417 10:32:00 Status: Downloaded newer image for alpine:3.6 10:32:00 ---> 43773d1dba76 10:32:00 Step 2/24 : RUN env 10:32:00 ---> Using cache 10:32:00 ---> 94a774cc9d8b 10:32:00 Step 3/24 : RUN apk update 10:32:00 ---> Using cache 10:32:00 ---> 12b582a22f41 10:32:00 Step 4/24 : RUN apk add bash 10:32:00 ---> Using cache 10:32:00 ---> fafd07ab0655 10:32:00 Step 5/24 : RUN apk add nodejs 10:32:00 ---> Using cache 10:32:00 ---> 1debd0445296 10:32:00 Step 6/24 : RUN apk add nodejs-npm 10:32:00 ---> Using cache 10:32:00 ---> c827a1cac07e 10:32:00 Step 7/24 : RUN apk add asciidoctor 10:32:00 ---> Using cache 10:32:00 ---> e90589c3e596 10:32:00 Step 8/24 : RUN apk add openjdk8 10:32:00 ---> Using cache 10:32:00 ---> 735d8f58c1bc 10:32:00 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 10:32:00 ---> Using cache 10:32:00 ---> c3dc23607c9d 10:32:00 Step 10/24 : RUN apk add openssl 10:32:00 ---> Using cache 10:32:00 ---> a643db7e74bb 10:32:00 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 10:32:00 ---> Using cache 10:32:00 ---> 3c2b8bf7c2ca 10:32:00 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 10:32:00 ---> Using cache 10:32:00 ---> 8572c9df5ed2 10:32:00 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 10:32:00 ---> Using cache 10:32:00 ---> f44bfb2813f1 10:32:00 Step 14/24 : RUN npm config set proxy $http_proxy 10:32:00 ---> Using cache 10:32:00 ---> 4b6141ff47f4 10:32:00 Step 15/24 : RUN npm install -g swagger-tools@0.10.3 10:32:00 ---> Using cache 10:32:00 ---> 3021daafa234 10:32:00 Step 16/24 : RUN npm install -g json-refs@3.0.2 10:32:00 ---> Using cache 10:32:00 ---> 450ac1367008 10:32:00 Step 17/24 : RUN npm install -g yamljs@0.3.0 10:32:00 ---> Using cache 10:32:00 ---> b2179889fdf7 10:32:00 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 10:32:00 ---> Using cache 10:32:00 ---> 22b0f991742d 10:32:00 Step 19/24 : RUN chmod +x /validate-in-docker.sh 10:32:00 ---> Using cache 10:32:00 ---> 15b59145c33b 10:32:00 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 10:32:00 ---> Using cache 10:32:00 ---> 7308f4b26eb2 10:32:00 Step 21/24 : RUN chmod +x /bin/swg2mrkup 10:32:00 ---> Using cache 10:32:00 ---> dfc7883158e5 10:32:00 Step 22/24 : ADD oas2pdf /bin/oas2pdf 10:32:00 ---> Using cache 10:32:00 ---> 6b3ffc5e7e2b 10:32:00 Step 23/24 : RUN chmod +x /bin/oas2pdf 10:32:00 ---> Using cache 10:32:00 ---> b2e0fd2d61e5 10:32:00 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 10:32:00 ---> Using cache 10:32:00 ---> aead7ceb0f7b 10:32:00 Successfully built aead7ceb0f7b 10:32:00 Successfully tagged openapivalidator:latest 10:32:00 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 10:32:00 mkdir: created directory '/var/www/html/api/nfv/sol005/44' 10:32:00 Mounting dir /var/www/html/api/nfv/sol005/44 as /storage 10:32:00 Using filter '' 10:32:00 10:32:00 Entering dir /work/src 10:32:00 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 10:32:00 --- Merging file. 10:32:03 --- Create PDF... 10:33:15 --- Validating ../build/SOL005-NSDManagement-API.yaml 10:33:17 --- Validation done (0). 10:33:17 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 10:33:17 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 10:33:17 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 10:33:17 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 10:33:17 --- Merging file. 10:33:19 --- Create PDF... 10:33:52 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 10:33:53 --- Validation done (0). 10:33:53 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 10:33:53 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 10:33:53 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf' 10:33:53 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 10:33:53 --- Merging file. 10:33:54 --- Create PDF... 10:34:19 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 10:34:20 --- Validation done (0). 10:34:20 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 10:34:20 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 10:34:20 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 10:34:20 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 10:34:20 --- Merging file. 10:34:22 --- Create PDF... 10:35:01 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 10:35:02 --- Validation done (0). 10:35:02 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 10:35:02 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 10:35:02 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 10:35:03 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 10:35:03 --- Merging file. 10:35:06 --- Create PDF... 10:37:08 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 10:37:10 --- Validation done (0). 10:37:10 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 10:37:10 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 10:37:10 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 10:37:10 -- Final validator returns 0. 10:37:11 Archiving artifacts 10:37:12 Finished: SUCCESS