Started by GitLab push by Giacomo Bernini [EnvInject] - Loading node environment variables. Building remotely on build3.forge.etsi.org (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e Cloning the remote Git repository Cloning repository git@forge.etsi.org:nfv/SOL005.git > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 # timeout=10 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* > git rev-parse remotes/origin/4.3.1-dev^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains fedc281d178f261a258fc239dfaf952efb0057e3 # timeout=10 Checking out Revision fedc281d178f261a258fc239dfaf952efb0057e3 (origin/4.3.1-dev) > git config core.sparsecheckout # timeout=10 > git checkout -f fedc281d178f261a258fc239dfaf952efb0057e3 Commit message: "Update Readme.md" > git rev-list --no-walk 484352b8910dd3d6e0da2971a859ea53be010a77 # timeout=10 [sol005] $ /bin/bash /tmp/jenkins6538335068598697369.sh rm: cannot remove 'build/*-API.yaml': No such file or directory rm: cannot remove 'build/*-API.json': No such file or directory ./build-container.sh: line 7: proxy: command not found http_proxy is not set Proxy set to Sending build context to Docker daemon 13.31kB Step 1/24 : FROM alpine:3.10.0 ---> 4d90542f0623 Step 2/24 : RUN env ---> Using cache ---> 146159559a23 Step 3/24 : RUN apk update ---> Using cache ---> 2642323b1ad1 Step 4/24 : RUN apk add bash ---> Using cache ---> bb67f4478233 Step 5/24 : RUN apk add nodejs ---> Using cache ---> e2c230a1c0a8 Step 6/24 : RUN apk add nodejs-npm ---> Using cache ---> 28160958d148 Step 7/24 : RUN apk add asciidoctor ---> Using cache ---> 972c124900bf Step 8/24 : RUN apk add openjdk8 ---> Using cache ---> e0999ddeb9c4 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates ---> Using cache ---> 0982fd9ee2a2 Step 10/24 : RUN apk add openssl ---> Using cache ---> 475e70ef685d Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3 ---> Using cache ---> e3b77a52f455 Step 12/24 : RUN gem install asciidoctor-pdf-cjk ---> Using cache ---> 911c9789977f Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar ---> Using cache ---> 5fd27adf120e Step 14/24 : RUN npm config set proxy $http_proxy ---> Using cache ---> 0d54370925fb Step 15/24 : RUN npm install -g swagger-cli ---> Using cache ---> 95796d4d1dc4 Step 16/24 : RUN npm install -g json-refs ---> Using cache ---> 300b4c57006b Step 17/24 : RUN npm install -g yamljs ---> Using cache ---> 659fe7cfe19f Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh ---> Using cache ---> 6d1cde16ac05 Step 19/24 : RUN chmod +x /validate-in-docker.sh ---> Using cache ---> 5dffc95df76f Step 20/24 : ADD swg2mrkup /bin/swg2mrkup ---> Using cache ---> 10665320dc23 Step 21/24 : RUN chmod +x /bin/swg2mrkup ---> Using cache ---> 670701753b26 Step 22/24 : ADD oas2pdf /bin/oas2pdf ---> Using cache ---> cefe8660c128 Step 23/24 : RUN chmod +x /bin/oas2pdf ---> Using cache ---> 5406139753af Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"] ---> Using cache ---> b05db8987041 Successfully built b05db8987041 Successfully tagged openapivalidator:latest Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/306’: Permission denied Mounting dir /var/www/html/api/nfv/sol005/306 as /storage docker: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: time="2022-08-18T11:43:52+02:00" level=fatal msg="no space left on device": unknown. time="2022-08-18T11:43:53+02:00" level=error msg="error waiting for container: context canceled" Build step 'Execute shell' marked build as failure Skipped archiving because build is not successful Finished: FAILURE