The recommended git tool is: git
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/sam_clubb.git
> git init /home/jenkins/workspace/sam_clubb_silhs_gfortran_build # timeout=10
Fetching upstream changes from https://github.com/larson-group/sam_clubb.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/larson-group/sam_clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 0a92d00f17a3a803c3ad1e5a11e8a976656c033d (refs/remotes/origin/master)
Commit message: "Autoupdated SILHS Commit 9fed3afd3153c67a4c38a1f11d741cea5cac1df0 Author: Gunther Huebler Date: Tue Sep 30 22:39:59 2025 -0500 SILHS reproducibility (#1258) * Making the SILHS random number generator on GPUs more reproducible by relying on the lh_seed input every call, which is the same as how the CPU randoms work. Also ensuring that the seed changes each timestep, just to prevent generating the same randoms on different timesteps. Since this does change the randoms, it is BIT_CHANGING for silhs enabled runs."
> git config remote.origin.url https://github.com/larson-group/sam_clubb.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 0a92d00f17a3a803c3ad1e5a11e8a976656c033d # timeout=10
> git rev-list --no-walk bfc48277c7629d7462cc42da496420b08f684cfe # timeout=10