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_clubb_silhs_gfortran_build # 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 557388810952e1b11951fb2b7eaaf1128587270a (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 9be92f7d1770866d14c86ede57d6e1e5ddbde621 Author: Gunther Huebler Date: Wed Oct 2 12:18:57 2024 -0500 Copyout Nuke (#1182) * Resolving merge conflicts"
> 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 557388810952e1b11951fb2b7eaaf1128587270a # timeout=10
> git rev-list --no-walk a23f224b290487aeb6a4c0d90d486268a98b1164 # timeout=10