Started by GitLab push by Yann Garcia Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/emergency-communications/STF549_NG112 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e Cloning the remote Git repository Cloning repository git@forge.etsi.org:emergency-communications/NG112.git > git init /home/jenkins/workspace/emergency-communications/STF549_NG112 # timeout=10 Fetching upstream changes from git@forge.etsi.org:emergency-communications/NG112.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:emergency-communications/NG112.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@forge.etsi.org:emergency-communications/NG112.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:emergency-communications/NG112.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:emergency-communications/NG112.git using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:emergency-communications/NG112.git +refs/heads/*:refs/remotes/origin/* > git rev-parse remotes/origin/master^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains c5e2e57526db16c26e8a8bb45b9ecdfaaccf84c8 # timeout=10 Checking out Revision c5e2e57526db16c26e8a8bb45b9ecdfaaccf84c8 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c5e2e57526db16c26e8a8bb45b9ecdfaaccf84c8 Commit message: "Reorganize validation folder" > git rev-list --no-walk eafc34d62dfc83dadd4d3e77ac4c73b9d3224a90 # timeout=10 [STF549_NG112] $ /bin/bash /tmp/jenkins2692785499300545879.sh Error response from daemon: No such container: stf549_ng112 Sending build context to Docker daemon 15.56MB Step 1/15 : FROM ubuntu:18.04 18.04: Pulling from library/ubuntu d519e2592276: Pulling fs layer d22d2dfcfa9c: Pulling fs layer b3afe92c540b: Pulling fs layer d22d2dfcfa9c: Verifying Checksum d22d2dfcfa9c: Download complete b3afe92c540b: Verifying Checksum b3afe92c540b: Download complete d519e2592276: Verifying Checksum d519e2592276: Download complete d519e2592276: Pull complete d22d2dfcfa9c: Pull complete b3afe92c540b: Pull complete Digest: sha256:ea188fdc5be9b25ca048f1e882b33f1bc763fb976a8a4fea446b38ed0efcbeba Status: Downloaded newer image for ubuntu:18.04 ---> c090eaba6b94 Step 2/15 : MAINTAINER ETSI STF 549 ---> Running in fea970ef73e4 ---> 1013f81c8f35 Removing intermediate container fea970ef73e4 Step 3/15 : LABEL description "STF549 Docker Image" ---> Running in abea7f134e54 ---> d4010ca2da76 Removing intermediate container abea7f134e54 Step 4/15 : ENV TERM xterm ---> Running in 6b06e593e061 ---> 337f300788ca Removing intermediate container 6b06e593e061 Step 5/15 : ENV HOSTNAME docker-titan-STF549 ---> Running in 59b3e273b7ea ---> 5bc937bd3a76 Removing intermediate container 59b3e273b7ea Step 6/15 : RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y ---> Running in c381dfd17217 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Err:1 http://archive.ubuntu.com/ubuntu bionic InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.152 80] Err:2 http://security.ubuntu.com/ubuntu bionic-security InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.152 80] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Err:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.152 80] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Err:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.152 80] Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.152 80] W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.152 80] W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.152 80] W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.152 80] W: Some index files failed to download. They have been ignored, or old ones used instead. Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package software-properties-common Removing intermediate container c381dfd17217 The command '/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y' returned a non-zero code: 100 Docker build failed: 0 Build step 'Execute shell' marked build as failure Finished: FAILURE