Console Output
The recommended git tool is: git
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.30.2'
> 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 a1e63b741d580c900e35adebf420ea24618e530c (refs/remotes/origin/master)
> 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 a1e63b741d580c900e35adebf420ea24618e530c # timeout=10
Commit message: "Autoupdated SILHS Commit bb0b6c6de3c0b80ef8599dc9ea18219146ddb20c Author: Gunther Huebler Date: Mon Nov 18 20:21:43 2024 -0600 Clubb Driver Semi GPUization Part4 (#1209) * Initial GPUization, and testing multi_col output method as single precision."
> git rev-list --no-walk 91962e19c42b89e6e0d88a0601462382aa236736 # timeout=10