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_global_ERP_Ln9_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
Avoid second fetch
Checking out Revision aa62f2a748b177007297c0f42dc08bc7539f7cc0 (refs/remotes/origin/clubb_silhs_devel)
Commit message: "Autoupdated CLUBB_core Commit 1bc1aba5ac2dbd0fab0dbf870b7d8616fbf9d462 Author: Gunther Huebler Date: Sat Sep 27 07:03:11 2025 -0500 Change tolerance in way that affects only single precision builds (#1256) This fixes a problem with precip_frac exceeding a bound in single precision. The code change is BIT_CHANGING for single precision, but V. Larson wouldn't expect it to be bit changing for double precision, although V. Larson hasn't checked."
> 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 aa62f2a748b177007297c0f42dc08bc7539f7cc0 # timeout=10
> git rev-list --no-walk e94d063b32865a628aea8b86ae7a394883932653 # timeout=10