Skip to content
Failed

Console Output

Started by user Ben Klemp
Obtained jenkins_tests/fire_tuning_test/Jenkinsfile from git https://github.com/pbroels/clubb.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/fire_tuning_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/pbroels/clubb.git
 > git init /home/jenkins/workspace/fire_tuning_test/clubb # timeout=10
Fetching upstream changes from https://github.com/pbroels/clubb.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials Used by pbroels to test configurations
 > git fetch --tags --progress https://github.com/pbroels/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pbroels/clubb.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision d4ed3793f9f64d778edff72a25f52fa5916cff4c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d4ed3793f9f64d778edff72a25f52fa5916cff4c # timeout=10
Commit message: "Remembered that bash requires './' preceeding file names in current dir"
 > git rev-list --no-walk cec776256ec5d37e6c9a21161663a39595dcae57 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Compile)
[Pipeline] sh
+ sed -r 's/-ffpe-trap=(\w,?)+\s//g' -i compile/config/linux_x86_64_gfortran.bash
sed: can't read compile/config/linux_x86_64_gfortran.bash: No such file or directory
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run fire_tuner)
Stage "Run fire_tuner" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 2
Finished: FAILURE