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
Avoid second fetch
Checking out Revision 8160ba2cdf032e1c63a9981826ced50834458c31 (refs/remotes/origin/clubb_silhs_devel)
> 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
> git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 8160ba2cdf032e1c63a9981826ced50834458c31 # timeout=10
Commit message: "Autoupdated SILHS Commit 02e8b46e176338e0beae7ab6fe3bb4ab2c11a7f2 Author: Vincent Larson Date: Fri Mar 13 21:00:55 2026 -0500 Remove unnecessary comments from est_kessler_microphys_module in order to trigger git update scripts. larson-group/sys_admin#848"
> git rev-list --no-walk 6a2ef4ee3c1a7bb3e904ed95812aeb933a93ed72 # timeout=10