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
Avoid second fetch
Checking out Revision ef17c4e116ce9f8b4c56caee26c37353bd20eaf9 (refs/remotes/origin/clubb_silhs_devel)
Commit message: "Autoupdated SILHS Commit 942e02ac28ca0981f9a54f4e56d8fc8a16b49b65 Author: domkesteffen Date: Tue May 13 12:55:59 2025 -0500 Removed simple wrappers from clubb_api_module (#1245) * Removed simple wrappers from clubb_api_module CLUBB ticket #1223"
> 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
> git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f ef17c4e116ce9f8b4c56caee26c37353bd20eaf9 # timeout=10
> git rev-list --no-walk ab8fae7439ce66431e0d473ed3ba29ef0d35d424 # timeout=10