FailedConsole 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 c7d6717d016ddc5aaa323912418bebebac1dddd3 (refs/remotes/origin/STF525)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c7d6717d016ddc5aaa323912418bebebac1dddd3
Commit message: "Add tests units for signature"
 > git rev-list 1ba24235929ec79f67a89c0c3ed4713e8dd156ec # timeout=10
[STF525_Auto_Interop] $ /bin/bash /tmp/jenkins8783445066626508030.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'

# Docker version 2
#cd docker/v2
#./build.sh
#./run.sh

# Docker version 1
cd docker
+ cd docker
./build-container.sh
+ ./build-container.sh
.jenkins.sh: line 19: ./build-container.sh: Permission denied
./run-container.sh $run_dir
+ ./run-container.sh /home/jenkins/workspace/Intelligent Transport Systems/STF525_Auto_Interop
.jenkins.sh: line 20: ./run-container.sh: Permission denied
Build step 'Execute shell' marked build as failure
Finished: FAILURE