FailedConsole Output

Started by GitLab push by Andreas Liebig
Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/emergency-communications/STF549_NG112
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > 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
 > 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 rev-parse remotes/origin/master^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 3f087b3dd8a8bb61c509f670df8abeeb56188bba # timeout=10
Checking out Revision 3f087b3dd8a8bb61c509f670df8abeeb56188bba (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f087b3dd8a8bb61c509f670df8abeeb56188bba
Commit message: "fix testcase"
 > git rev-list aa1bc6833b55a3866ce3ada7943a68cc486e4fb8 # timeout=10
[STF549_NG112] $ /bin/bash /tmp/jenkins5128232925767521394.sh
Sending build context to Docker daemon  6.517MB

Step 1/15 : FROM ubuntu:18.04
 ---> 113a43faa138
Step 2/15 : MAINTAINER ETSI STF 549
 ---> Using cache
 ---> 4905aa1f1ba2
Step 3/15 : LABEL description "STF549 Docker Image"
 ---> Using cache
 ---> 44bfef0f3992
Step 4/15 : ENV TERM xterm
 ---> Using cache
 ---> 1106147ea781
Step 5/15 : ENV HOSTNAME docker-titan-STF549
 ---> Using cache
 ---> 09a11c672992
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
 ---> Using cache
 ---> 4e2b3faa051b
Step 7/15 : RUN DEBIAN_FRONTEND=noninteractive apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y       autoconf       bison       build-essential       cmake       curl       dos2unix       doxygen       emacs       expect       flex       g++-8       gcc-8       gdb       git-core       gnutls-bin       graphviz       inetutils-ping       libglib2.0-dev       libpcap-dev       libgcrypt-dev       libncurses5-dev       libssl-dev       libtool-bin       libtool       libwireshark-dev       libxml2-dev       lsof       ntp       openssh-server       pkg-config       qt5-default       qttools5-dev       qtmultimedia5-dev       libqt5svg5-dev       subversion       sudo       sshpass       tcpdump       texlive-font-utils       tshark       tzdata       valgrind       vim       vsftpd       xutils-dev       tree       unzip       wget       xsltproc     && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y     && DEBIAN_FRONTEND=noninteractive apt-get autoclean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 99787ed8d0c5
Step 8/15 : RUN echo "docker-titan-STF549" > /etc/hostname     && echo "root:etsi" | chpasswd
 ---> Using cache
 ---> 2d3f606196c0
Step 9/15 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo     && echo "etsi:etsi" | chpasswd     && adduser etsi sudo
 ---> Using cache
 ---> b45c7ee2a71f
Step 10/15 : RUN cd /home/etsi     && echo "" >> /home/etsi/.bashrc     && echo "export HOME=/home/etsi" >> /home/etsi/.bashrc     && echo "export LD_LIBRARY_PATH=/home/etsi/dev/etsi_emcom/lib:$LD_LIBRARY_PATH" >> /home/etsi/.bashrc     && echo "export PATH=/home/etsi/bin:$PATH" >> /home/etsi/.bashrc     && echo "cd /home/etsi" >> /home/etsi/.bashrc     && echo ". ./devenv.bash" >> /home/etsi/.bashrc     && . /home/etsi/.bashrc     && mkdir -p bin lib include tmp frameworks docs man dev     && chown etsi:etsi bin lib include tmp frameworks docs man dev     && echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 ---> Using cache
 ---> 7ee727ccbda2
Step 11/15 : COPY [^.]* /home/etsi/dev/STF549_Ng112/
 ---> ca90d4457949
Removing intermediate container 2c847a89f701
Step 12/15 : RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112
 ---> Running in 332d85d63580
 ---> 172d5885eb48
Removing intermediate container 332d85d63580
Step 13/15 : USER etsi
 ---> Running in 7c0f6f2e0880
 ---> 47c3f82aeded
Removing intermediate container 7c0f6f2e0880
Step 14/15 : RUN cd /home/etsi/frameworks     && git clone https://github.com/YannGarcia/osip.git ./osip     && cd osip     && ./autogen.sh     && ./configure --prefix=/home/etsi     && make && make install
 ---> Running in c4157a75b3d3
fatal: could not create work tree dir './osip': No space left on device
The command '/bin/sh -c cd /home/etsi/frameworks     && git clone https://github.com/YannGarcia/osip.git ./osip     && cd osip     && ./autogen.sh     && ./configure --prefix=/home/etsi     && make && make install' returned a non-zero code: 128
Docker build failed: 0
Build step 'Execute shell' marked build as failure
Finished: FAILURE