Skip to content

Console Output

The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
 > git init /home/jenkins/workspace/clubb_G_unit_gfortran_tests # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d3c5a22e8d71e7224d34ffe7c7d2276679df7492 (refs/remotes/origin/master)
Commit message: "Now that the adg1_ routines prevent below threshold wp2 and xp2 values, we also need these max statements in this unit test too"
 > git config remote.origin.url https://github.com/larson-group/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 d3c5a22e8d71e7224d34ffe7c7d2276679df7492 # timeout=10
 > git rev-list --no-walk 49bd72c6b6ee57f27c7694b25facd1b0eb91bd09 # timeout=10