Skip to content
Failed

Console Output

Started by user Peter Roels
Obtained jenkins_tests/clubb_release_intel_build/Jenkinsfile from git https://github.com/larson-group/clubb.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/clubb_release_intel_build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials THe key used by the system for the tests
 > git fetch --tags --progress https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 1bea1ba8fa1adec945e50b7040d836465bd865ce (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1bea1ba8fa1adec945e50b7040d836465bd865ce # timeout=10
Commit message: "Adding the correct pipeline script for this test"
 > git rev-list --no-walk a5de0c1313eddb90f168aa494c277395274f9d08 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Clubb_Release)
[Pipeline] sh
+ git clone https://LarsonGroupSysAdmin:repo99sitori@github.com/larson-group/clubb_release.git
fatal: destination path 'clubb_release' already exists and is not an empty directory.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile Clubb Release )
Stage "Compile Clubb Release " skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run)
Stage "Run" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cleanup)
Stage "Cleanup" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 128
Finished: FAILURE