Started by GitLab push by Michele Carignani Building remotely on build.forge.etsi.org in workspace /home/jenkins/workspace/ttcn/titan-docker > 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:etsi-cti-admin/titan-docker.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:etsi-cti-admin/titan-docker.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:etsi-cti-admin/titan-docker.git +refs/heads/*:refs/remotes/origin/* > git rev-parse remotes/origin/master^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 15c8f58a605abaf03a9109b0851a0f7f4ee06278 # timeout=10 Checking out Revision 15c8f58a605abaf03a9109b0851a0f7f4ee06278 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15c8f58a605abaf03a9109b0851a0f7f4ee06278 Commit message: "Reame for the test project" > git rev-list 0e19d08595547cc15dbba3c764dcf44cdcf3637b # timeout=10 [titan-docker] $ /bin/bash /tmp/jenkins705877070900385322.sh Building titan:binaries Sending build context to Docker daemon 4.096kB Step 1/20 : FROM centos:7 ---> 49f7960eb7e4 Step 2/20 : MAINTAINER ETSI-CTI ---> Using cache ---> 63fe3015bb41 Step 3/20 : LABEL description "Titan Docker Image" ---> Using cache ---> 25fd783b7903 Step 4/20 : ENV TERM linux ---> Using cache ---> b8bbeec08112 Step 5/20 : ENV HOSTNAME docker-titan ---> Using cache ---> 960daff5032a Step 6/20 : ENV TITAN_URL https://www.eclipse.org/downloads/download.php?file=/titan/ttcn3-6.3.pl0-linux64-gcc4.4-centos6.tgz\&r=1 ---> Using cache ---> df960518ec86 Step 7/20 : ENV TITAN_ARCHIVE ttcn3-6.3.pl0-linux64-gcc4.4-centos6.tgz ---> Using cache ---> ba82df87e44a Step 8/20 : RUN yum update ---> Using cache ---> b72ce97edb2a Step 9/20 : RUN yum install -y wget ---> Using cache ---> 5e3ef352e201 Step 10/20 : RUN yum groupinstall -y 'Development Tools' ---> Using cache ---> e4eb12c9d36e Step 11/20 : RUN yum -y install libxml2 libxml2-devel openssl-devel ---> Using cache ---> 8523efe4e3f7 Step 12/20 : RUN wget $TITAN_URL -O $TITAN_ARCHIVE ---> Using cache ---> a9f222a565ca Step 13/20 : RUN mkdir /usr/share/ttcn3 ---> Using cache ---> 7e0f8582eb07 Step 14/20 : RUN tar xzf $TITAN_ARCHIVE -C /usr/share/ttcn3 ---> Using cache ---> 40a61fb1c054 Step 15/20 : RUN rm $TITAN_ARCHIVE ---> Using cache ---> dec1e26117ee Step 16/20 : RUN echo '/* Check if the compiler matches the one used to build the runtime */ ' > /usr/share/ttcn3/include/cversion.h ---> Using cache ---> cdcc0efef87b Step 17/20 : RUN echo "export TTCN3_DIR=/usr/share/ttcn3" >> /etc/profile.d/titanenv.sh ---> Using cache ---> 8e4645e138ec Step 18/20 : RUN echo "export PATH=$PATH:/usr/share/ttcn3/bin" >> /etc/profile.d/titanenv.sh ---> Using cache ---> 0e7a7e048bdc Step 19/20 : RUN echo "docker-titan" > /etc/hostname ---> Using cache ---> 97055814312f Step 20/20 : RUN source /etc/profile.d/titanenv.sh && ttcn3_compiler -v ---> Using cache ---> 22bddb4d0bfa Successfully built 22bddb4d0bfa Successfully tagged titan-bin:latest Finished: SUCCESS