FailedConsole Output

Started by GitLab push by Yann Garcia
[EnvInject] - Loading node environment variables.
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/devel^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 57566e6272e717c7ee40d0f20c285c5c9398ddd2 # timeout=10
Checking out Revision 57566e6272e717c7ee40d0f20c285c5c9398ddd2 (origin/devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57566e6272e717c7ee40d0f20c285c5c9398ddd2
Commit message: "Enhance README file"
 > git rev-list --no-walk 8a625752c9ac52b002502b02307fc3e0e8ec8691 # timeout=10
[NG112] $ /bin/bash /tmp/jenkins8666758767191241780.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 virtualization/docker
+ cd virtualization/docker
.jenkins.sh: line 13: cd: virtualization/docker: No such file or directory
./build.sh #--force-stfubuntu
+ ./build.sh
.jenkins.sh: line 14: ./build.sh: No such file or directory
ret_code=`echo $?`
echo $?
++ echo 127
+ ret_code=127

if [ $ret_code != 0 ]
then
   cd $run_dir
   exit -1
fi
+ '[' 127 '!=' 0 ']'
+ cd /home/jenkins/workspace/emergency-communications/NG112
+ exit -1
Build step 'Execute shell' marked build as failure
Finished: FAILURE