Started by user Trevor Hancock Obtained jenkins_tests/cam_BFB_coarse_res_gfortran_test/Jenkinsfile from git https://github.com/larson-group/cam.git [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /home/jenkins/workspace/cam_BFB_coarse_res_gfortran_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/larson-group/cam.git > git init /home/jenkins/workspace/cam_BFB_coarse_res_gfortran_test # timeout=10 Fetching upstream changes from https://github.com/larson-group/cam.git > git --version # timeout=10 > git --version # 'git version 2.34.1' > git fetch --tags --force --progress -- https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/larson-group/cam.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/clubb_silhs_devel^{commit} # timeout=10 Checking out Revision dfa4c8ae3d83c1329f4ae9e37507df8991110360 (refs/remotes/origin/clubb_silhs_devel) > git config core.sparsecheckout # timeout=10 > git checkout -f dfa4c8ae3d83c1329f4ae9e37507df8991110360 # timeout=10 Commit message: "Autoupdated CLUBB_core Commit 0be32f96d2f5c4ce974c17fbc82912d516b68baf Author: Gunther Huebler Date: Wed Jun 3 22:52:27 2026 -0500 Clubb organization part3 (#1306) * More BFB movements" > git rev-list --no-walk dfa4c8ae3d83c1329f4ae9e37507df8991110360 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Update sys_admin Repo) [Pipeline] sh + git -C /home/pub/jenkins_BFB_test_configs/sys_admin pull From https://github.com/larson-group/sys_admin 5786b9e..3f72fda master -> origin/master Updating 5786b9e..3f72fda Fast-forward backup_scripts/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run Python Test) [Pipeline] sh + source /etc/profile.d/larson-group.sh ++ export GIT_EDITOR=vi ++ GIT_EDITOR=vi ++ export SVN_EDITOR=vi ++ SVN_EDITOR=vi ++ export OMP_STACKSIZE=1048579 ++ OMP_STACKSIZE=1048579 ++ export LMOD_ROOT=/opt/lmod/ ++ LMOD_ROOT=/opt/lmod/ ++ source /opt/lmod//lmod/lmod/init/bash +++ '[' -z '' ']' +++ case "$-" in +++ __lmod_vx=x +++ '[' -n x ']' +++ set +x Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash) Shell debugging restarted +++ unset __lmod_vx +++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit ++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core ++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core + rm -rf /home/jenkins/cam_output/scratch/subcol_SILHS_UWM_debug_f10_f10_mg37 + ulimit -s 8388608 + python3 /home/pub/jenkins_BFB_test_configs/sys_admin/python_nightly_test_suite/run_test.py -c /home/pub/jenkins_BFB_test_configs/cam_BFB_coarse_res_gfortran_test_config =============================== Configuring Test =============================== Working directory set to: /home/jenkins/workspace/cam_BFB_coarse_res_gfortran_test Checking specified repo: /home/jenkins/workspace/cam_BFB_coarse_res_gfortran_test Using /home/jenkins/workspace/cam_BFB_coarse_res_gfortran_test with origin https://github.com/larson-group/cam.git Output Save Mode: none Using branch: clubb_silhs_devel Making list from 'UnresolvedCommits': ================== WARNING ================== The baseline commit is the same as the final one. Nothing to do. Baseline Commit = dfa4c8ae3d83c1329f4ae9e37507df8991110360 Final Commit = dfa4c8ae3d83c1329f4ae9e37507df8991110360 =========================================== No remaining Unresolved Commits. System Exit detected. Calling test.cleanup() =============================== Cleanup =============================== Exiting with code: 0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] sh + chmod -R 755 /home/jenkins/cam_output [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS