FailedConsole Output

Started by user garciay
Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/emergency-communications/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:emtel/NG112.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:emtel/NG112.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:emtel/NG112.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b2c99ca4fff559cc0b04813d53dd8ece409dd9c4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b2c99ca4fff559cc0b04813d53dd8ece409dd9c4
Commit message: "Bug fixed in build.sh script"
 > git rev-list --no-walk b2c99ca4fff559cc0b04813d53dd8ece409dd9c4 # timeout=10
[NG112] $ /bin/bash /tmp/jenkins8255705353183241782.sh
#set -e

cd $(dirname $0)
dirname $0
++ dirname .jenkins.sh
+ cd .

run_dir=`pwd`
pwd
++ pwd
+ run_dir=/home/jenkins/workspace/emergency-communications/NG112

# Docker version 2
cd docker
+ cd docker
./build.sh #--force-stfubuntu
+ ./build.sh

docker rmi -f 46159044887b 6c1c557aec04  33fe82b5f1be 71ea2b5fb820 f298aa5cb193 f2ef07f76335 915945081e63
+ docker rmi -f 46159044887b 6c1c557aec04 33fe82b5f1be 71ea2b5fb820 f298aa5cb193 f2ef07f76335 915945081e63
Error response from daemon: No such image: 46159044887b:latest
Error response from daemon: No such image: 6c1c557aec04:latest
Error response from daemon: No such image: 33fe82b5f1be:latest
Error response from daemon: No such image: 71ea2b5fb820:latest
Error response from daemon: No such image: f298aa5cb193:latest
Error response from daemon: No such image: f2ef07f76335:latest
Error response from daemon: No such image: 915945081e63:latest
#./run.sh
Build step 'Execute shell' marked build as failure
Finished: FAILURE