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_clubb_error_handling_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 1be51d053905fea48cebe2371a516e113a496312 (refs/remotes/origin/clubb_silhs_devel)
Commit message: "Autoupdated SILHS Commit 9fed3afd3153c67a4c38a1f11d741cea5cac1df0 Author: Gunther Huebler Date: Tue Sep 30 22:39:59 2025 -0500 SILHS reproducibility (#1258) * Making the SILHS random number generator on GPUs more reproducible by relying on the lh_seed input every call, which is the same as how the CPU randoms work. Also ensuring that the seed changes each timestep, just to prevent generating the same randoms on different timesteps. Since this does change the randoms, it is BIT_CHANGING for silhs enabled runs."
 > 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 1be51d053905fea48cebe2371a516e113a496312 # timeout=10
 > git rev-list --no-walk aa62f2a748b177007297c0f42dc08bc7539f7cc0 # timeout=10