Started by user garciay [EnvInject] - Loading node environment variables. Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/Intelligent Transport Systems/Devel using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e Cloning the remote Git repository Cloning repository git@forge.etsi.org:ITS/TS.ITS > git init /home/jenkins/workspace/Intelligent Transport Systems/Devel # timeout=10 Fetching upstream changes from git@forge.etsi.org:ITS/TS.ITS > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:ITS/TS.ITS +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@forge.etsi.org:ITS/TS.ITS # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@forge.etsi.org:ITS/TS.ITS # timeout=10 Fetching upstream changes from git@forge.etsi.org:ITS/TS.ITS using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:ITS/TS.ITS +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/devel^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/devel^{commit} # timeout=10 Checking out Revision b65728086cf92d7e77baf030d6b459103340f98e (refs/remotes/origin/devel) > git config core.sparsecheckout # timeout=10 > git checkout -f b65728086cf92d7e77baf030d6b459103340f98e Commit message: "Re-organize ccsrc/Protocols/BTP; Bug fixed in Layers" > git rev-list --no-walk 09a4180b0509c5b4ed081c2aee25af7be364b80d # timeout=10 [Devel] $ /bin/bash /tmp/jenkins7857023011319433676.sh #set -e cd $(dirname $0) dirname $0 ++ dirname .jenkins.sh + cd . run_dir=`pwd` pwd ++ pwd + run_dir='/home/jenkins/workspace/Intelligent Transport Systems/Devel' # Docker version 2 cd ./virtualization/docker + cd ./virtualization/docker ./build.sh #--force-stfubuntu + ./build.sh # Force removing stfubuntu docker image if [ "$1" == "--force-stfubuntu" ]; then if [ -n `docker images -q stfubuntu` ]; then docker rmi --force `docker images -q stfubuntu` || exit 1 fi fi + '[' '' == --force-stfubuntu ']' # Check and build stfubuntu image if [ -z `docker images -q stfubuntu` ]; then docker build --no-cache --tag stfubuntu:20.04 -f Dockerfile.stfubuntu --force-rm . || exit 1 fi docker images -q stfubuntu ++ docker images -q stfubuntu + '[' -z 4bd2a5901559 ']' docker build --no-cache --tag etsiforge/etsi-its-ts --force-rm . || ( echo "Docker build failed: $?"; exit 1 ) + docker build --no-cache --tag etsiforge/etsi-its-ts --force-rm . Sending build context to Docker daemon 26.62kB Step 1/9 : FROM stfubuntu:20.04 pull access denied for stfubuntu, repository does not exist or may require 'docker login': denied: requested access to the resource is denied + echo 'Docker build failed: 1' Docker build failed: 1 + exit 1 ret_code=`echo $?` echo $? ++ echo 1 + ret_code=1 if [ $ret_code != 0 ] then cd $run_dir exit -1 fi + '[' 1 '!=' 0 ']' + cd /home/jenkins/workspace/Intelligent Transport Systems/Devel .jenkins.sh: line 19: cd: /home/jenkins/workspace/Intelligent: No such file or directory + exit -1 Build step 'Execute shell' marked build as failure Finished: FAILURE