Started by GitLab push by Yann Garcia 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 c8dcec8a02411296cd765e89902db319e3b23397 # timeout=10 Checking out Revision c8dcec8a02411296cd765e89902db319e3b23397 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c8dcec8a02411296cd765e89902db319e3b23397 Commit message: "Finalyse ECRF test suite, bug fix in progress" > git rev-list dc215c73653be47e8d93bb4ebe2ce94512460cb3 # timeout=10 [STF549_NG112] $ /bin/bash /tmp/jenkins4197438992407608595.sh Sending build context to Docker daemon 8.431MB Step 1/15 : FROM ubuntu:18.04 ---> ea4c82dcd15a Step 2/15 : MAINTAINER ETSI STF 549 ---> Using cache ---> 99516185b383 Step 3/15 : LABEL description "STF549 Docker Image" ---> Using cache ---> ac21fdd971c5 Step 4/15 : ENV TERM xterm ---> Using cache ---> 9fa6db53d3aa Step 5/15 : ENV HOSTNAME docker-titan-STF549 ---> Using cache ---> 02d8eacf418a 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 ---> 8f0d9ae8f918 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 ---> 9cc065a67f29 Step 8/15 : RUN echo "docker-titan-STF549" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> 60ea54ae02ec Step 9/15 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo ---> Using cache ---> d5702f8bc815 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 ---> 942fa7526d74 Step 11/15 : RUN git clone https://forge.etsi.org/gitlab/emergency-communications/NG112.git /home/etsi/dev/STF549_Ng112 ---> Using cache ---> aa5a1e5a03da Step 12/15 : RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112 ---> Using cache ---> b758aa7c3d43 Step 13/15 : USER etsi ---> Using cache ---> ddb9767d9c77 Step 14/15 : RUN cd /home/etsi/frameworks && git clone git://git.savannah.gnu.org/osip.git ./osip && cd osip && ./autogen.sh && ./configure --prefix=/home/etsi && make && make install ---> Running in a967430142e5 Cloning into './osip'... fatal: unable to connect to git.savannah.gnu.org: git.savannah.gnu.org[0: 208.118.235.201]: errno=Connection timed out The command '/bin/sh -c cd /home/etsi/frameworks && git clone git://git.savannah.gnu.org/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