Console Output
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_micro_drizzle_intel_test # 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 2defe09d9e19e56102f7f05ff461671e11c79af3 (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 1f2fc1fc313f86736c95e12472ed0d9886a9c46c Author: domkesteffen Date: Fri May 9 12:40:41 2025 -0500 Fixed and equalized NaN checks in lapack_wrap (#1246) See CAM pull request larson-group/CAM#188"
> 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 2defe09d9e19e56102f7f05ff461671e11c79af3 # timeout=10
> git rev-list --no-walk 412cdbf394290b029aedef2697a7d6c0e00f7b1e # timeout=10