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_clubb_nvhpc_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 2bc9ea14085e62c76dac28b9c581a731b8069155 (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 983e04d547b71018dee5ec635ceb7e166b7ce8f8 Author: Gunther Huebler Date: Tue Mar 10 21:50:06 2026 -0500 New solvers by default (#1275) - BIT_CHANGING * Setting our solvers to use the new LU solvers by default instead of Lapack. This is BIT_CHANGING, but not answer changing."
> 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 2bc9ea14085e62c76dac28b9c581a731b8069155 # timeout=10
> git rev-list --no-walk 7abdc051de2a0c038c7fb557565b9a1b0c741e9d # timeout=10