SuccessConsole Output

Started by GitLab push by Yann Garcia
Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/Intelligent Transport Systems/STF525_Auto_Interop
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://forge.etsi.org/gitlab/ITS/ITS.git # timeout=10
Fetching upstream changes from https://forge.etsi.org/gitlab/ITS/ITS.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress https://forge.etsi.org/gitlab/ITS/ITS.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit remotes/origin/STF525, since it originates from another repository
 > git rev-parse refs/remotes/origin/STF525^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/STF525^{commit} # timeout=10
Checking out Revision 09eb7e844604854ad3d4381774c9db77745e34bd (refs/remotes/origin/STF525)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 09eb7e844604854ad3d4381774c9db77745e34bd
Commit message: "Minor bug fid"
 > git rev-list fe6d3236f7d842b93b2e03e69f03cf9e2ce108a1 # timeout=10
[STF525_Auto_Interop] $ /bin/bash /tmp/jenkins6560266950174384965.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/STF525_Auto_Interop'

cd docker/v2
+ cd docker/v2

./build.sh
+ ./build.sh

#check and build stfubuntu image
if [ -z `docker images -q stfubuntu` ]; then
  docker build --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm  . || exit 1
fi
docker images -q stfubuntu
++ docker images -q stfubuntu
+ '[' -z 4303c305dc02 ']'

docker build --tag stf525_its --force-rm  . || ( echo "Docker build failed: $?"; exit 1 )
+ docker build --tag stf525_its --force-rm .
Sending build context to Docker daemon  28.16kB

Step 1/8 : FROM stfubuntu:18.04
 ---> 4303c305dc02
Step 2/8 : MAINTAINER ETSI STF 525
 ---> Using cache
 ---> ff9888cdbbdb
Step 3/8 : LABEL description "STF525 Docker Image"
 ---> Using cache
 ---> 4cd3756ac1dc
Step 4/8 : ENV TERM linux HOME /home/etsi HOSTNAME docker-titan-STF525
 ---> Using cache
 ---> 66b6f4345f2b
Step 5/8 : USER etsi
 ---> Using cache
 ---> 8786f2a37b68
Step 6/8 : COPY --chown=etsi:etsi home /home/etsi
Unknown flag: chown
+ echo 'Docker build failed: 1'
Docker build failed: 1
+ exit 1
./run.sh
+ ./run.sh
the input device is not a TTY
#./build-container.sh
#./run-container.sh $run_dir
Finished: SUCCESS