14:50:41 Manually triggered by user carignani for Gerrit: https://forge.etsi.org/gerrit/185 14:50:41 Building remotely on build.forge.etsi.org in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol003-test 14:50:41 > git rev-parse --is-inside-work-tree # timeout=10 14:50:41 Fetching changes from the remote Git repository 14:50:41 > git config remote.origin.url ssh://jenkins@forge.etsi.org:29418/NFV-SOL003 # timeout=10 14:50:41 Fetching upstream changes from ssh://jenkins@forge.etsi.org:29418/NFV-SOL003 14:50:41 > git --version # timeout=10 14:50:41 using GIT_SSH to set credentials 14:50:41 > git fetch --tags --progress ssh://jenkins@forge.etsi.org:29418/NFV-SOL003 refs/changes/85/185/1 14:50:41 > git rev-parse 55a6d0319a33f772f8adee7d530a2b296e91a517^{commit} # timeout=10 14:50:41 Checking out Revision 55a6d0319a33f772f8adee7d530a2b296e91a517 (refs/changes/85/185/1) 14:50:41 > git config core.sparsecheckout # timeout=10 14:50:41 > git checkout -f 55a6d0319a33f772f8adee7d530a2b296e91a517 14:50:41 Commit message: "Add validation of OpenAPI files, run in a docker container" 14:50:41 > git rev-parse FETCH_HEAD^{commit} # timeout=10 14:50:42 > git rev-list af82a435790d118fd7bbb1903c7269a69d31ab6a # timeout=10 14:50:42 [sol003-test] $ /bin/bash /tmp/jenkins3886808425293716977.sh 14:50:42 Sending build context to Docker daemon 6.656kB 14:50:42 Step 1/10 : FROM alpine:3.6 14:50:42 ---> 37eec16f1872 14:50:42 Step 2/10 : RUN apk update 14:50:42 ---> Using cache 14:50:42 ---> b7a6428a370c 14:50:42 Step 3/10 : RUN apk add bash 14:50:42 ---> Using cache 14:50:42 ---> d9ecd0d8a557 14:50:42 Step 4/10 : RUN apk add nodejs 14:50:42 ---> Using cache 14:50:42 ---> 3651047aa976 14:50:42 Step 5/10 : RUN apk add nodejs-npm 14:50:42 ---> Using cache 14:50:42 ---> 3fbc03057281 14:50:42 Step 6/10 : RUN npm install -g swagger-tools@0.10.3 14:50:42 ---> Using cache 14:50:42 ---> ae9a56f42956 14:50:42 Step 7/10 : RUN npm install -g json-refs@3.0.2 14:50:42 ---> Using cache 14:50:42 ---> d83731abbcce 14:50:42 Step 8/10 : ADD validate-in-docker.sh /validate-in-docker.sh 14:50:42 ---> Using cache 14:50:42 ---> dcba58887321 14:50:42 Step 9/10 : RUN chmod +x /validate-in-docker.sh 14:50:42 ---> Using cache 14:50:42 ---> e61a2483855a 14:50:42 Step 10/10 : CMD /validate-in-docker.sh work 14:50:42 ---> Using cache 14:50:42 ---> a1c42e5e6f29 14:50:42 Successfully built a1c42e5e6f29 14:50:42 Successfully tagged openapivalidator:latest 14:50:42 Mounting dir /home/jenkins/workspace/NFV 14:50:42 contento of work 14:50:42 ########## Checking directory * 14:50:42 /validate-in-docker.sh: line 39: cd: */: No such file or directory 14:50:42 14:50:42 -- Final validator returns 0. 14:50:42 Finished: SUCCESS