Skip to content

Console Output

The recommended git tool is: git
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/cam.git
 > git init /home/jenkins/workspace/cam_gpu_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/cam.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/larson-group/cam.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/clubb_silhs_devel^{commit} # timeout=10
Checking out Revision 6a2ef4ee3c1a7bb3e904ed95812aeb933a93ed72 (refs/remotes/origin/clubb_silhs_devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6a2ef4ee3c1a7bb3e904ed95812aeb933a93ed72 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 6340e0a542105e3612b9709f3192cdf3b88a55ec Author: Trevor-Hancock5 Date: Mon Mar 2 19:40:18 2026 -0600 Add blank line to test python scripts Testing python scripts from crontab"
 > git rev-list --no-walk d0c8eda8d83d973026de33ce9e818f35d3415595 # timeout=10