Console Output
The recommended git tool is: git
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/wrf.git
> git init /home/jenkins/workspace/wrf_clubb_silhs_parallel_ifort # timeout=10
Fetching upstream changes from https://github.com/larson-group/wrf.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/larson-group/wrf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision bc63b7be9bf261020388b2c175f60e65d3ccf01c (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 969bc4aa2a1db2664c0f92b98d2df5544c554c32 Author: Brian Griffin Date: Sat Mar 22 23:39:40 2025 -0500 Clubb test correct gg (#1237) * Updated the generalized vertical grid test to use the run_bindiff_w_flags_config_core_flags.json file, which performs 18 overall flag configuration file tests and includes almost every configurable model flag found in CLUBB core."
> git config remote.origin.url https://github.com/larson-group/wrf.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 bc63b7be9bf261020388b2c175f60e65d3ccf01c # timeout=10
> git rev-list --no-walk 9d53a160d6a7f7c6016dcb2adab95c077d834b7c # timeout=10