Console Output
The recommended git tool is: NONE
using credential token-github
Cloning the remote Git repository
Cloning repository https://github.com/apple/swift-numerics.git
> git init /Users/ec2-user/jenkins/workspace/oss-swift_tools-R_stdlib-RD_test-simulator/swift-numerics # timeout=10
Fetching upstream changes from https://github.com/apple/swift-numerics.git
> git --version # timeout=10
> git --version # 'git version 2.39.5 (Apple Git-154)'
using GIT_ASKPASS to set credentials Github token
Setting http proxy: proxy.config.pcp.local:3128
> git fetch --tags --force --progress -- https://github.com/apple/swift-numerics.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/apple/swift-numerics.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 0a23770641f65a4de61daf5425a37ae32a3fd00d (1.0.1)
> git rev-parse origin/1.0.1^{commit} # timeout=10
> git rev-parse 1.0.1^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
Commit message: "Merge pull request #198 from stephentyrone/clarify-stability-differentiable"
> git checkout -f 0a23770641f65a4de61daf5425a37ae32a3fd00d # timeout=30
> git rev-list --no-walk 0a23770641f65a4de61daf5425a37ae32a3fd00d # timeout=10