Console Output
The recommended git tool is: NONE
using credential token-github
Cloning the remote Git repository
Cloning repository https://github.com/apple/swift-tools-support-core.git
> git init /Users/ec2-user/jenkins/workspace/oss-swift_tools-R_stdlib-RD_test-simulator/swift-tools-support-core # timeout=10
Fetching upstream changes from https://github.com/apple/swift-tools-support-core.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-tools-support-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision bfafdebdbc7b3743dded75c5e1f4a97c164deada (origin/main)
> git config remote.origin.url https://github.com/apple/swift-tools-support-core.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f bfafdebdbc7b3743dded75c5e1f4a97c164deada # timeout=30
Commit message: "Add a function on `LocalFileOutputByteStream` to disable `SIGPIPE` when writing data to it after the receiving end is closed (#502)"
> git rev-list --no-walk bfafdebdbc7b3743dded75c5e1f4a97c164deada # timeout=10