Skip to content
Failed

Console Output

Started by user Gunther Huebler
Checking out git https://github.com/larson-group/clubb.git into /home/jenkins/workspace/branch_clubb_test@script/05bf1b9ccde5d7fdda9b78893a3cf36477d0cb064cc71594a43c33c536a726b4 to read jenkins_tests/clubb_nvhpc_gpu_column_mirror_test/Jenkinsfile
The recommended git tool is: git
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/branch_clubb_test@script/05bf1b9ccde5d7fdda9b78893a3cf36477d0cb064cc71594a43c33c536a726b4/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -ffdx # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/multi_col_mirror_test^{commit} # timeout=10
Checking out Revision d497d29487b6fd21a702368933013c7b424daee9 (refs/remotes/origin/multi_col_mirror_test)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d497d29487b6fd21a702368933013c7b424daee9 # timeout=10
Commit message: "Script update"
 > git rev-list --no-walk 8237f35ecdda8ae8ce8797e501a9df146aa48473 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/branch_clubb_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/branch_clubb_test/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -ffdx # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/multi_col_mirror_test^{commit} # timeout=10
Checking out Revision d497d29487b6fd21a702368933013c7b424daee9 (refs/remotes/origin/multi_col_mirror_test)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d497d29487b6fd21a702368933013c7b424daee9 # timeout=10
Commit message: "Script update"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Modify Config Flags)
[Pipeline] sh
+ sed -i 's:penta_solve_method.*:penta_solve_method = 2:g' input/tunable_parameters/configurable_model_flags.in
[Pipeline] sh
+ sed -i 's:tridiag_solve_method.*:tridiag_solve_method = 2:g' input/tunable_parameters/configurable_model_flags.in
[Pipeline] sh
+ sed -i 's:lh_straight_mc.*:lh_straight_mc = true:g' input/tunable_parameters/configurable_model_flags.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 87600:g' input/case_setups/cobra_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 90660:g' input/case_setups/arm_97_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 30000:g' input/case_setups/mc3e_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 56400:g' input/case_setups/mpace_a_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 12000:g' input/case_setups/gabls2_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 55200:g' input/case_setups/gabls3_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 88400:g' input/case_setups/gabls3_night_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 70800:g' input/case_setups/twp_ice_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 12000:g' input/case_setups/astex_a209_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 60000:g' input/case_setups/cgils_s6_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 60000:g' input/case_setups/cgils_s11_model.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 60000:g' input/case_setups/cgils_s12_model.in
[Pipeline] sh
+ sed -i 's:\(CPPDEFS=".*\)":\1 -DSILHS_MULTI_COL_RAND_DUPLICATE":' compile/config/linux_x86_64_nvhpc_gpu_openacc.bash
[Pipeline] sh
+ run_scripts/create_multi_col_params.py -n 6 -param_file input/tunable_parameters/tunable_parameters.in -mode dup_tweak -mirror true
Duplicating then tweaking params from 'input/tunable_parameters/tunable_parameters.in' '6' times.
File 'clubb_params_multi_col.in' has been created
l_output_multi_col is set to 'True'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile GPU_ACC)
[Pipeline] sh
+ compile/clean_all.bash
make: *** No rule to make target 'distclean'.  Stop.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run GPU_ACC)
Stage "Run GPU_ACC" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run Check Script)
Stage "Run Check Script" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 2
Finished: FAILURE