FailedConsole Output

11:43:48 Started by GitLab push by Giacomo Bernini
11:43:48 [EnvInject] - Loading node environment variables.
11:43:49 Building remotely on build3.forge.etsi.org (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
11:43:49 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
11:43:49 Cloning the remote Git repository
11:43:49 Cloning repository git@forge.etsi.org:nfv/SOL005.git
11:43:49  > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 # timeout=10
11:43:49 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
11:43:49  > git --version # timeout=10
11:43:49 using GIT_SSH to set credentials 
11:43:49  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
11:43:50  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
11:43:50  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
11:43:50  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
11:43:50 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
11:43:50 using GIT_SSH to set credentials 
11:43:50  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
11:43:50  > git rev-parse remotes/origin/4.3.1-dev^{commit} # timeout=10
11:43:50  > git branch -a -v --no-abbrev --contains fedc281d178f261a258fc239dfaf952efb0057e3 # timeout=10
11:43:50 Checking out Revision fedc281d178f261a258fc239dfaf952efb0057e3 (origin/4.3.1-dev)
11:43:50  > git config core.sparsecheckout # timeout=10
11:43:50  > git checkout -f fedc281d178f261a258fc239dfaf952efb0057e3
11:43:51 Commit message: "Update Readme.md"
11:43:51  > git rev-list --no-walk 484352b8910dd3d6e0da2971a859ea53be010a77 # timeout=10
11:43:51 [sol005] $ /bin/bash /tmp/jenkins6538335068598697369.sh
11:43:51 rm: cannot remove 'build/*-API.yaml': No such file or directory
11:43:51 rm: cannot remove 'build/*-API.json': No such file or directory
11:43:51 ./build-container.sh: line 7: proxy: command not found
11:43:51 http_proxy is not set
11:43:51 Proxy set to 
11:43:51 Sending build context to Docker daemon  13.31kB

11:43:51 Step 1/24 : FROM alpine:3.10.0
11:43:51  ---> 4d90542f0623
11:43:51 Step 2/24 : RUN env
11:43:51  ---> Using cache
11:43:51  ---> 146159559a23
11:43:51 Step 3/24 : RUN apk update
11:43:51  ---> Using cache
11:43:51  ---> 2642323b1ad1
11:43:51 Step 4/24 : RUN apk add bash
11:43:51  ---> Using cache
11:43:51  ---> bb67f4478233
11:43:51 Step 5/24 : RUN apk add nodejs
11:43:51  ---> Using cache
11:43:51  ---> e2c230a1c0a8
11:43:51 Step 6/24 : RUN apk add nodejs-npm
11:43:51  ---> Using cache
11:43:51  ---> 28160958d148
11:43:51 Step 7/24 : RUN apk add asciidoctor
11:43:51  ---> Using cache
11:43:51  ---> 972c124900bf
11:43:51 Step 8/24 : RUN apk add openjdk8
11:43:51  ---> Using cache
11:43:51  ---> e0999ddeb9c4
11:43:51 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
11:43:51  ---> Using cache
11:43:51  ---> 0982fd9ee2a2
11:43:51 Step 10/24 : RUN apk add openssl
11:43:51  ---> Using cache
11:43:51  ---> 475e70ef685d
11:43:51 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3
11:43:51  ---> Using cache
11:43:51  ---> e3b77a52f455
11:43:51 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
11:43:51  ---> Using cache
11:43:51  ---> 911c9789977f
11:43:51 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
11:43:51  ---> Using cache
11:43:51  ---> 5fd27adf120e
11:43:51 Step 14/24 : RUN npm config set proxy $http_proxy
11:43:51  ---> Using cache
11:43:51  ---> 0d54370925fb
11:43:51 Step 15/24 : RUN npm install -g swagger-cli
11:43:51  ---> Using cache
11:43:51  ---> 95796d4d1dc4
11:43:51 Step 16/24 : RUN npm install -g json-refs
11:43:51  ---> Using cache
11:43:51  ---> 300b4c57006b
11:43:51 Step 17/24 : RUN npm install -g yamljs
11:43:51  ---> Using cache
11:43:51  ---> 659fe7cfe19f
11:43:51 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
11:43:51  ---> Using cache
11:43:51  ---> 6d1cde16ac05
11:43:51 Step 19/24 : RUN chmod +x /validate-in-docker.sh
11:43:51  ---> Using cache
11:43:51  ---> 5dffc95df76f
11:43:51 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
11:43:51  ---> Using cache
11:43:51  ---> 10665320dc23
11:43:51 Step 21/24 : RUN chmod +x /bin/swg2mrkup
11:43:51  ---> Using cache
11:43:51  ---> 670701753b26
11:43:51 Step 22/24 : ADD oas2pdf /bin/oas2pdf
11:43:51  ---> Using cache
11:43:51  ---> cefe8660c128
11:43:51 Step 23/24 : RUN chmod +x /bin/oas2pdf
11:43:51  ---> Using cache
11:43:51  ---> 5406139753af
11:43:51 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
11:43:51  ---> Using cache
11:43:51  ---> b05db8987041
11:43:51 Successfully built b05db8987041
11:43:51 Successfully tagged openapivalidator:latest
11:43:51 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
11:43:51 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/306’: Permission denied
11:43:51 Mounting dir /var/www/html/api/nfv/sol005/306 as /storage
11:43:52 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.
11:43:52 time="2022-08-18T11:43:53+02:00" level=error msg="error waiting for container: context canceled"
11:43:52 Build step 'Execute shell' marked build as failure
11:43:52 Skipped archiving because build is not successful
11:43:52 Finished: FAILURE