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