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
> 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
Avoid second fetch
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision d76846e02d7a49ea16058df7104fb996734a5c16 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f d76846e02d7a49ea16058df7104fb996734a5c16 # timeout=10
Commit message: "Autoupdated SILHS Commit 3a3e3d57af0db172255568b51e92976571b7ad42 Author: domkesteffen Date: Thu May 1 15:13:38 2025 -0500 Removed renaming operators `=>` and wrapper subroutines from silhs_api_module (#1240) CLUBB ticket #1223 * Removed renaming operators `=>` from silhs_api_module This just affected latin_hypercube_2D_output_api and stats_accumulate_lh_api."
> git rev-list --no-walk a178d87e8a67a8575fb9cc38e3e9ed84497094e4 # timeout=10