AbortedConsole Output

12:47:41 Started by user carignani
12:47:41 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
12:47:42  > git rev-parse --is-inside-work-tree # timeout=10
12:47:42 Fetching changes from the remote Git repository
12:47:42  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
12:47:42 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
12:47:42  > git --version # timeout=10
12:47:42 using GIT_SSH to set credentials 
12:47:42  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
12:47:42  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
12:47:42  > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
12:47:42 Checking out Revision fbdafb88b887e2373fbf7c223f74a0e78ee603fd (refs/remotes/origin/master)
12:47:42  > git config core.sparsecheckout # timeout=10
12:47:42  > git checkout -f fbdafb88b887e2373fbf7c223f74a0e78ee603fd
12:47:42 Commit message: "Merge branch 'fix-readme' into 'master'"
12:47:42 First time build. Skipping changelog.
12:47:43 [sol005] $ /bin/bash /tmp/jenkins7508133104166708248.sh
12:47:43 ./build-container.sh: line 7: proxy: command not found
12:47:43 http_proxy is not set
12:47:43 Proxy set to 
12:47:43 Sending build context to Docker daemon  13.31kB

12:47:43 Step 1/24 : FROM alpine:3.6
12:47:44 3.6: Pulling from library/alpine
12:47:45 Digest: sha256:cc24af836d1377e092ecb4e8f0a4324c3b1aa2b5295c2239edcc7bbc86a9cbc6
12:47:45 Status: Downloaded newer image for alpine:3.6
12:47:45  ---> 94627dfbdf19
12:47:45 Step 2/24 : RUN env
12:47:45  ---> Using cache
12:47:45  ---> 5aba9ace9175
12:47:45 Step 3/24 : RUN apk update
12:47:45  ---> Using cache
12:47:45  ---> c93a8f8fceea
12:47:45 Step 4/24 : RUN apk add bash
12:47:45  ---> Using cache
12:47:45  ---> 9984393d4ab7
12:47:45 Step 5/24 : RUN apk add nodejs
12:47:45  ---> Using cache
12:47:45  ---> 002ade640a14
12:47:45 Step 6/24 : RUN apk add nodejs-npm
12:47:45  ---> Using cache
12:47:45  ---> 95fda2dffd97
12:47:45 Step 7/24 : RUN apk add asciidoctor
12:47:45  ---> Using cache
12:47:45  ---> 99af8b969755
12:47:45 Step 8/24 : RUN apk add openjdk8
12:47:45  ---> Using cache
12:47:45  ---> a00125cd64f2
12:47:45 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:47:45  ---> Using cache
12:47:45  ---> 82f7425307e6
12:47:45 Step 10/24 : RUN apk add openssl
12:47:45  ---> Using cache
12:47:45  ---> c2d720896593
12:47:45 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:47:45  ---> Using cache
12:47:45  ---> 3dcde753af30
12:47:45 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:47:45  ---> Using cache
12:47:45  ---> f790ef185743
12:47:45 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:47:45  ---> Using cache
12:47:45  ---> 6edcfc270195
12:47:45 Step 14/24 : RUN npm config set proxy $http_proxy
12:47:45  ---> Using cache
12:47:45  ---> c9c3979202c1
12:47:45 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
12:47:45  ---> Using cache
12:47:45  ---> 360ceb237df9
12:47:45 Step 16/24 : RUN npm install -g json-refs@3.0.2
12:47:45  ---> Using cache
12:47:45  ---> cbc3149e2130
12:47:45 Step 17/24 : RUN npm install -g yamljs@0.3.0
12:47:45  ---> Using cache
12:47:45  ---> 7871c2bfc3ea
12:47:45 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:47:45  ---> Using cache
12:47:45  ---> 16516228bb7a
12:47:45 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:47:45  ---> Using cache
12:47:45  ---> 845b46c2c1dc
12:47:45 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:47:45  ---> Using cache
12:47:45  ---> 15b5c2a87a43
12:47:45 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:47:45  ---> Using cache
12:47:45  ---> fc46bfc0ca88
12:47:45 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:47:45  ---> Using cache
12:47:45  ---> 81367680be11
12:47:45 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:47:45  ---> Using cache
12:47:45  ---> b352741119b6
12:47:45 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:47:45  ---> Using cache
12:47:45  ---> 0f2938b0d611
12:47:45 Successfully built 0f2938b0d611
12:47:45 Successfully tagged openapivalidator:latest
12:47:45 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
12:47:45 mkdir: created directory '/var/www/html/api/nfv/sol005/22'
12:47:45 Mounting dir /var/www/html/api/nfv/sol005/22 as /storage
12:47:45 Using filter ''
12:47:45 
12:47:45 Entering dir /work/src
12:47:45 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
12:47:45 --- Merging file.
12:47:47 --- Create PDF...
12:48:03 Build was aborted
12:48:03 Aborted by carignani
12:48:03 Skipped archiving because build is not successful
12:48:03 Finished: ABORTED