FailedConsole Output

Started by GitLab push by Yann Garcia
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 remotes/origin/master^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 5991dbf49015b23fd65383630f6ad5c7619c2959 # timeout=10
Checking out Revision 5991dbf49015b23fd65383630f6ad5c7619c2959 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5991dbf49015b23fd65383630f6ad5c7619c2959
Commit message: "Update Docker support"
 > git rev-list --no-walk d6213c262b152d1e77509cf4df886626ae521126 # timeout=10
[NG112] $ /bin/bash /tmp/jenkins1670946318380207812.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 --force-stfubuntu

# Force removing stfubuntu docker image
if [ "$1" == "--force-stfubuntu" ]; then
    if [ -z `docker images -q stfubuntu` ]; then
        docker rmi --force `docker images -q stfubuntu` || exit 1
    fi
fi
+ '[' --force-stfubuntu == --force-stfubuntu ']'
docker images -q stfubuntu
++ docker images -q stfubuntu
+ '[' -z ']'
docker images -q stfubuntu
++ docker images -q stfubuntu
+ docker rmi --force
"docker rmi" requires at least 1 argument(s).
See 'docker rmi --help'.

Usage:  docker rmi [OPTIONS] IMAGE [IMAGE...]

Remove one or more images
+ exit 1
#./run.sh
Build step 'Execute shell' marked build as failure
Finished: FAILURE