Skip to content

Console Output

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_gpu_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 7ddcdcf1018a59a3eebcb08156f6f19be6ec6945 (refs/remotes/origin/clubb_silhs_devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7ddcdcf1018a59a3eebcb08156f6f19be6ec6945 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit bdee6e6dbac76a996cdf73a88522c47affdd4d90 Author: Gunther Huebler Date: Tue Mar 17 22:44:55 2026 -0500 Fixing clubb_error_handling_gfortran_test (#1281) * Fixing error test by making the code check for NaNs in all solver cases - before it was only checking in Lapack. Also making a python version of the test and updating jenkins script to use it."
 > git rev-list --no-walk 25ab8e25013d1b8e8efa20d42566185cff8cce80 # timeout=10