FailedConsole Output

Started by GitLab push by Sebastian Müller
Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/emergency-communications/STF549_NG112
using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > 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 b180ba0b6c0a661aee47b4c7b42f474a775cce80 # timeout=10
Checking out Revision b180ba0b6c0a661aee47b4c7b42f474a775cce80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b180ba0b6c0a661aee47b4c7b42f474a775cce80
Commit message: "missing reference added"
 > git rev-list --no-walk 446199abf3bc09cb016bd8666490f0db7703f5cb # timeout=10
[STF549_NG112] $ /bin/bash /tmp/jenkins2370788287070380483.sh
Error response from daemon: No such container: stf549_ng112
Sending build context to Docker daemon  16.93MB

Step 1/15 : FROM ubuntu:18.04
 ---> 7698f282e524
Step 2/15 : MAINTAINER ETSI STF 549
 ---> Using cache
 ---> 6119c614afd1
Step 3/15 : LABEL description "STF549 Docker Image"
 ---> Using cache
 ---> 582b1e4f75f8
Step 4/15 : ENV TERM xterm
 ---> Using cache
 ---> 7e7122564cbd
Step 5/15 : ENV HOSTNAME docker-titan-STF549
 ---> Using cache
 ---> a417b1f352a3
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
 ---> 834a60e71a1b
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
 ---> da192a04b15b
Step 8/15 : RUN echo "docker-titan-STF549" > /etc/hostname     && echo "root:etsi" | chpasswd
 ---> Using cache
 ---> a92168e4a81a
Step 9/15 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo     && echo "etsi:etsi" | chpasswd     && adduser etsi sudo
 ---> Using cache
 ---> 1402fe098920
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
 ---> 3d911e5c473c
Step 11/15 : RUN git clone https://forge.etsi.org/gitlab/emergency-communications/NG112.git /home/etsi/dev/STF549_Ng112
 ---> Using cache
 ---> a621180a0d7d
Step 12/15 : RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112
 ---> Using cache
 ---> 8610942a6e54
Step 13/15 : USER etsi
 ---> Using cache
 ---> ebe3ea76d3e9
Step 14/15 : RUN cd /home/etsi/frameworks     && git clone https://git.savannah.gnu.org/git/osip.git ./osip     && cd osip     && ./autogen.sh     && ./configure --prefix=/home/etsi     && make && make install
 ---> Using cache
 ---> 076df4dacda2
Step 15/15 : RUN cd /home/etsi/frameworks     && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz     && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz     && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz     && cd /home/etsi/dev/STF549_Ng112     && cd /home/etsi/dev/STF549_Ng112/ttcn     && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip     && git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms     && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon     && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts     && cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts     && rm -fr asn1 t3q xsd     && cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G     && cd /home/etsi/dev/STF549_Ng112/scripts     && chmod 775 *.bash devenv.bash.*     && cd /home/etsi     && ln -sf /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash     && ls -ltr /home/etsi     && export HOME=/home/etsi     && . /home/etsi/devenv.bash     && cd /home/etsi/dev/STF549_Ng112/scripts     && ./build_titan.bash     && . /home/etsi/devenv.bash     && ./update_emcom_project.bash     && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs     && ../bin/ng112_generate_makefile.bash
 ---> Running in f33b58f5ffda
Removing intermediate container f33b58f5ffda
The command '/bin/sh -c cd /home/etsi/frameworks     && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz     && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz     && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz     && cd /home/etsi/dev/STF549_Ng112     && cd /home/etsi/dev/STF549_Ng112/ttcn     && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip     && git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms     && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon     && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts     && cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts     && rm -fr asn1 t3q xsd     && cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G     && cd /home/etsi/dev/STF549_Ng112/scripts     && chmod 775 *.bash devenv.bash.*     && cd /home/etsi     && ln -sf /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash     && ls -ltr /home/etsi     && export HOME=/home/etsi     && . /home/etsi/devenv.bash     && cd /home/etsi/dev/STF549_Ng112/scripts     && ./build_titan.bash     && . /home/etsi/devenv.bash     && ./update_emcom_project.bash     && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs     && ../bin/ng112_generate_makefile.bash' returned a non-zero code: 8
Docker build failed: 0
Build step 'Execute shell' marked build as failure
Finished: FAILURE