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_plot_nvhpc_gpu_vs_cpu # 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 1bc1aba5ac2dbd0fab0dbf870b7d8616fbf9d462 (refs/remotes/origin/master)
Commit message: "Change tolerance in way that affects only single precision builds (#1256)"
 > 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 1bc1aba5ac2dbd0fab0dbf870b7d8616fbf9d462 # timeout=10
 > git rev-list --no-walk 4aa7da34e62d33f881f92c049f1060250a818a7a # timeout=10