The recommended git tool is: git
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/wrf.git
> git init /home/jenkins/workspace/wrf_clubb_silhs_parallel_ifort # timeout=10
Fetching upstream changes from https://github.com/larson-group/wrf.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/larson-group/wrf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9cabbe23691fa35ebbaa6c80dc29a85a85c8b869 (refs/remotes/origin/master)
> git config remote.origin.url https://github.com/larson-group/wrf.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 9cabbe23691fa35ebbaa6c80dc29a85a85c8b869 # timeout=10
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 rev-list --no-walk 1ce6b51af449551741bc2c691ec7f83ef881d32e # timeout=10