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 c9e6e39efed55be934182e273d8a1d129d260556 (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 0be32f96d2f5c4ce974c17fbc82912d516b68baf Author: Gunther Huebler Date: Wed Jun 3 22:52:27 2026 -0500 Clubb organization part3 (#1306) * More BFB movements"
> 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 c9e6e39efed55be934182e273d8a1d129d260556 # timeout=10
> git rev-list --no-walk 22aa43943f1e857e2920b9ad19383c493d0faeb1 # timeout=10