Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-19T19:49:10.4068460Z with: 2026-08-19T19:49:10.4068800Z repository: pypy/pypy 2026-08-19T19:49:10.4071610Z token: *** 2026-08-19T19:49:10.4071950Z ssh-strict: true 2026-08-19T19:49:10.4072310Z ssh-user: git 2026-08-19T19:49:10.4073080Z persist-credentials: true 2026-08-19T19:49:10.4073510Z clean: true 2026-08-19T19:49:10.4073830Z sparse-checkout-cone-mode: true 2026-08-19T19:49:10.4074250Z fetch-depth: 1 2026-08-19T19:49:10.4074640Z fetch-tags: false 2026-08-19T19:49:10.4075040Z show-progress: true 2026-08-19T19:49:10.4075460Z lfs: false 2026-08-19T19:49:10.4075790Z submodules: false 2026-08-19T19:49:10.4076170Z set-safe-directory: true
2026-08-19T19:49:11.1230750Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-19T19:49:11.1234460Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-19T19:49:11.1235370Z [command]/opt/homebrew/bin/git version 2026-08-19T19:49:11.1580100Z git version 2.55.0
2026-08-19T19:49:11.1642330Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/08b2e3ff-481b-4b0a-b430-aa5e9c5c80d9/.gitconfig' 2026-08-19T19:49:11.1661480Z Temporarily overriding HOME='/Users/runner/work/_temp/08b2e3ff-481b-4b0a-b430-aa5e9c5c80d9' before making global git config changes 2026-08-19T19:49:11.1666330Z Adding repository directory to the temporary git global config as a safe directory 2026-08-19T19:49:11.1682970Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-19T19:49:11.1835190Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-19T19:49:11.1888530Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-19T19:49:11.2180830Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-19T19:49:11.2189000Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-19T19:49:11.2190160Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-19T19:49:11.2193340Z hint: call: 2026-08-19T19:49:11.2193910Z hint: 2026-08-19T19:49:11.2194510Z hint: git config --global init.defaultBranch <name> 2026-08-19T19:49:11.2195190Z hint: 2026-08-19T19:49:11.2195780Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-19T19:49:11.2196640Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-19T19:49:11.2197940Z hint: 2026-08-19T19:49:11.2198520Z hint: git branch -m <name> 2026-08-19T19:49:11.2199010Z hint: 2026-08-19T19:49:11.2199620Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-19T19:49:11.2204420Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-19T19:49:11.2210170Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-19T19:49:11.2299570Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-19T19:49:11.2456300Z Removing SSH command configuration 2026-08-19T19:49:11.2457390Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-19T19:49:11.2530630Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-08-19T19:49:11.4066720Z Removing HTTP extra header 2026-08-19T19:49:11.4076480Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-19T19:49:11.4164290Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2026-08-19T19:49:11.6097950Z Removing includeIf entries pointing to credentials config files 2026-08-19T19:49:11.6204230Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-19T19:49:11.6518140Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-19T19:49:11.7978430Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-cf134d90-2f8b-44ec-ae7c-c6fbf06af3be.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-19T19:49:11.8084390Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-cf134d90-2f8b-44ec-ae7c-c6fbf06af3be.config 2026-08-19T19:49:11.8181160Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-cf134d90-2f8b-44ec-ae7c-c6fbf06af3be.config 2026-08-19T19:49:11.8263330Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-cf134d90-2f8b-44ec-ae7c-c6fbf06af3be.config 2026-08-19T19:49:11.8345720Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-cf134d90-2f8b-44ec-ae7c-c6fbf06af3be.config
Fetching the repository
2026-08-19T19:49:11.8480170Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f8ac9d4146662e9695889cdfaf020c33e3fe812c:refs/remotes/pull/5570/merge 2026-08-19T19:49:15.4654200Z From https://github.com/pypy/pypy 2026-08-19T19:49:15.4655630Z * [new ref] f8ac9d4146662e9695889cdfaf020c33e3fe812c -> pull/5570/merge
Determining the checkout info
2026-08-19T19:49:15.4672950Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-19T19:49:15.4798580Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-19T19:49:15.4897250Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-19T19:49:16.5758780Z Updating files: 70% (4983/7087) 2026-08-19T19:49:16.5779310Z Updating files: 71% (5032/7087) 2026-08-19T19:49:16.5875760Z Updating files: 72% (5103/7087) 2026-08-19T19:49:16.5986030Z Updating files: 73% (5174/7087) 2026-08-19T19:49:16.6174760Z Updating files: 74% (5245/7087) 2026-08-19T19:49:16.6305470Z Updating files: 75% (5316/7087) 2026-08-19T19:49:16.6484500Z Updating files: 76% (5387/7087) 2026-08-19T19:49:16.6685280Z Updating files: 77% (5457/7087) 2026-08-19T19:49:16.6787090Z Updating files: 78% (5528/7087) 2026-08-19T19:49:16.6918610Z Updating files: 79% (5599/7087) 2026-08-19T19:49:16.7122000Z Updating files: 80% (5670/7087) 2026-08-19T19:49:16.7329300Z Updating files: 81% (5741/7087) 2026-08-19T19:49:16.7531680Z Updating files: 82% (5812/7087) 2026-08-19T19:49:16.7633360Z Updating files: 83% (5883/7087) 2026-08-19T19:49:16.7812960Z Updating files: 84% (5954/7087) 2026-08-19T19:49:16.7950140Z Updating files: 85% (6024/7087) 2026-08-19T19:49:16.8133320Z Updating files: 86% (6095/7087) 2026-08-19T19:49:16.8249370Z Updating files: 87% (6166/7087) 2026-08-19T19:49:16.8345500Z Updating files: 88% (6237/7087) 2026-08-19T19:49:16.8461320Z Updating files: 89% (6308/7087) 2026-08-19T19:49:16.8530470Z Updating files: 90% (6379/7087) 2026-08-19T19:49:16.8605830Z Updating files: 91% (6450/7087) 2026-08-19T19:49:16.9314920Z Updating files: 92% (6521/7087) 2026-08-19T19:49:16.9876460Z Updating files: 93% (6591/7087) 2026-08-19T19:49:17.0078090Z Updating files: 94% (6662/7087) 2026-08-19T19:49:17.0179660Z Updating files: 95% (6733/7087) 2026-08-19T19:49:17.0280320Z Updating files: 96% (6804/7087) 2026-08-19T19:49:17.0384940Z Updating files: 97% (6875/7087) 2026-08-19T19:49:17.0595620Z Updating files: 98% (6946/7087) 2026-08-19T19:49:17.0697690Z Updating files: 99% (7017/7087) 2026-08-19T19:49:17.0800160Z Updating files: 100% (7087/7087) 2026-08-19T19:49:17.0901320Z Updating files: 100% (7087/7087), done. 2026-08-19T19:49:17.1000720Z HEAD is now at f8ac9d4 Merge 6702780aa5173048baf93e8e54dff904ffd7bb2f into 6e3bd5ac14702a5da1b342f340664da6c1ad6b95
2026-08-19T19:49:17.1351860Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-19T19:49:17.1410930Z f8ac9d4146662e9695889cdfaf020c33e3fe812c