Skip to content

Console Output

The recommended git tool is: NONE
using credential git_key_aug20
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_Full_Build/.git # timeout=10
 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10
Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_SSH to set credentials SSH key used for git, ed25519 generated August 2020
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 7a780ad23506507b6a1feccc46d18e12da183ceb (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7a780ad23506507b6a1feccc46d18e12da183ceb # timeout=10
Commit message: "Moved ast::BasicType::Kind to ast::BasicKind in its own hearder. This is more consistent with other utility enums (although we still use this as a enum class) and reduces what some files need to include. Also did a upgrade in a comment with MAX_INTEGER_TYPE, it is now part of the enum."