Started by GitLab push by Yann Garcia Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/ttcn/titan-docker-latest > 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 1966f2895b92b483ceed9e36e944466c3382a3ef # timeout=10 Checking out Revision 1966f2895b92b483ceed9e36e944466c3382a3ef (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1966f2895b92b483ceed9e36e944466c3382a3ef Commit message: "Reorganize ETSI-CTI TITAN docker" > git rev-list 0b58e78eae7fc9179f1b3184116afd68c23bd9d8 # timeout=10 [titan-docker-latest] $ /bin/bash /tmp/jenkins2290390585454995125.sh set -e + set -e cd $(dirname $0) dirname $0 ++ dirname .jenkins.sh + cd . OLD_PWD=`pwd` pwd ++ pwd + OLD_PWD=/home/jenkins/workspace/ttcn/titan-docker-latest/from-sources ./build.sh + ./build.sh #check and build stfubuntu image DOCKER_ID=`docker ps -a | grep -e stfubuntu | awk '{ print $1 }'` docker ps -a | grep -e stfubuntu | awk '{ print $1 }' ++ docker ps -a ++ grep -e stfubuntu ++ awk '{ print $1 }' + DOCKER_ID= docker rm --force ${DOCKER_ID} + docker rm --force "docker rm" requires at least 1 argument(s). See 'docker rm --help'. Usage: docker rm [OPTIONS] CONTAINER [CONTAINER...] Remove one or more containers Build step 'Execute shell' marked build as failure Finished: FAILURE