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_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 f4776e99c62d8fb12936020cbc47f854c088a006 (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 f4776e99c62d8fb12936020cbc47f854c088a006 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 988ea0f2cc24e424e0a204b65bfd59bd4e9eee5b Author: Gunther Huebler Date: Thu Dec 4 20:47:54 2025 -0600 Small bug fix to make gfortran+debug happy, without the _core_rknd this could be a potential type error"
> git rev-list --no-walk 97e5861a2d216548b7ab9f32ac60f0423361561d # timeout=10