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 /private/tmp/jenkins/workspace/clubb_mac_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.2 (Apple Git-113)'
using GIT_ASKPASS to set credentials THe key used by the system for the tests
 > git fetch --tags --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision cddbd90f7c67b482780642a451286047f3507d9e (refs/remotes/origin/master)
 > 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 cddbd90f7c67b482780642a451286047f3507d9e # timeout=10
Commit message: "Adding one_half to use statement. This was a bug preventing compilation when using the ifort compiler with the MKL functions."
 > git rev-list --no-walk 61084040699bd9cae0e7c994d36ab1c40b94426b # timeout=10