Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-24T21:03:52.9050460Z with: 2026-08-24T21:03:52.9050900Z repository: pypy/pypy 2026-08-24T21:03:52.9054450Z token: *** 2026-08-24T21:03:52.9054870Z ssh-strict: true 2026-08-24T21:03:52.9055300Z ssh-user: git 2026-08-24T21:03:52.9056240Z persist-credentials: true 2026-08-24T21:03:52.9056740Z clean: true 2026-08-24T21:03:52.9057170Z sparse-checkout-cone-mode: true 2026-08-24T21:03:52.9057840Z fetch-depth: 1 2026-08-24T21:03:52.9058270Z fetch-tags: false 2026-08-24T21:03:52.9058760Z show-progress: true 2026-08-24T21:03:52.9059220Z lfs: false 2026-08-24T21:03:52.9059690Z submodules: false 2026-08-24T21:03:52.9060150Z set-safe-directory: true
2026-08-24T21:03:53.6017140Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-24T21:03:53.6021070Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-24T21:03:53.6022610Z [command]/opt/homebrew/bin/git version 2026-08-24T21:03:53.6527560Z git version 2.55.0
2026-08-24T21:03:53.6574330Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/14048376-103d-4ef8-8ad3-65c0e8be4682/.gitconfig' 2026-08-24T21:03:53.6577730Z Temporarily overriding HOME='/Users/runner/work/_temp/14048376-103d-4ef8-8ad3-65c0e8be4682' before making global git config changes 2026-08-24T21:03:53.6584810Z Adding repository directory to the temporary git global config as a safe directory 2026-08-24T21:03:53.6591390Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-24T21:03:53.6896770Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-24T21:03:53.6909600Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-24T21:03:53.7370450Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-24T21:03:53.7503280Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-24T21:03:53.7507940Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-24T21:03:53.7511460Z hint: call: 2026-08-24T21:03:53.7513280Z hint: 2026-08-24T21:03:53.7515630Z hint: git config --global init.defaultBranch <name> 2026-08-24T21:03:53.7518550Z hint: 2026-08-24T21:03:53.7522170Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-24T21:03:53.7527310Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-24T21:03:53.7530140Z hint: 2026-08-24T21:03:53.7532490Z hint: git branch -m <name> 2026-08-24T21:03:53.7533410Z hint: 2026-08-24T21:03:53.7534770Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-24T21:03:53.7536740Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-24T21:03:53.7545360Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-24T21:03:53.7572450Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-24T21:03:53.7784940Z Removing SSH command configuration 2026-08-24T21:03:53.7786940Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-24T21:03:53.7898690Z [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-24T21:03:53.9549880Z Removing HTTP extra header 2026-08-24T21:03:53.9557250Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-24T21:03:53.9665870Z [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-24T21:03:54.1780540Z Removing includeIf entries pointing to credentials config files 2026-08-24T21:03:54.1887090Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-24T21:03:54.2307170Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-24T21:03:54.4019980Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-f085deb8-1ce7-4f8b-b05b-de3d698f01e9.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-24T21:03:54.4332280Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-f085deb8-1ce7-4f8b-b05b-de3d698f01e9.config 2026-08-24T21:03:54.4557480Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-f085deb8-1ce7-4f8b-b05b-de3d698f01e9.config 2026-08-24T21:03:54.4774500Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-f085deb8-1ce7-4f8b-b05b-de3d698f01e9.config 2026-08-24T21:03:54.4838910Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-f085deb8-1ce7-4f8b-b05b-de3d698f01e9.config
Fetching the repository
2026-08-24T21:03:54.4855510Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d9ec9b4d8dbb9f0e11bb6c12b331ad02ebf31199:refs/remotes/pull/5573/merge 2026-08-24T21:03:58.0406250Z From https://github.com/pypy/pypy 2026-08-24T21:03:58.0532260Z * [new ref] d9ec9b4d8dbb9f0e11bb6c12b331ad02ebf31199 -> pull/5573/merge
Determining the checkout info
2026-08-24T21:03:58.0611890Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-24T21:03:58.0915720Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-24T21:03:58.1137020Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5573/merge 2026-08-24T21:03:59.2472380Z Updating files: 55% (3367/6014) 2026-08-24T21:03:59.2571920Z Updating files: 56% (3368/6014) 2026-08-24T21:03:59.2674570Z Updating files: 57% (3428/6014) 2026-08-24T21:03:59.2775290Z Updating files: 58% (3489/6014) 2026-08-24T21:03:59.2880540Z Updating files: 59% (3549/6014) 2026-08-24T21:03:59.3086430Z Updating files: 60% (3609/6014) 2026-08-24T21:03:59.3188970Z Updating files: 61% (3669/6014) 2026-08-24T21:03:59.3298220Z Updating files: 62% (3729/6014) 2026-08-24T21:03:59.3391520Z Updating files: 63% (3789/6014) 2026-08-24T21:03:59.3492780Z Updating files: 64% (3849/6014) 2026-08-24T21:03:59.3593440Z Updating files: 65% (3910/6014) 2026-08-24T21:03:59.3695910Z Updating files: 66% (3970/6014) 2026-08-24T21:03:59.3807660Z Updating files: 67% (4030/6014) 2026-08-24T21:03:59.4010690Z Updating files: 68% (4090/6014) 2026-08-24T21:03:59.4170640Z Updating files: 69% (4150/6014) 2026-08-24T21:03:59.4362070Z Updating files: 70% (4210/6014) 2026-08-24T21:03:59.4485720Z Updating files: 71% (4270/6014) 2026-08-24T21:03:59.4681350Z Updating files: 72% (4331/6014) 2026-08-24T21:03:59.4854780Z Updating files: 73% (4391/6014) 2026-08-24T21:03:59.5000320Z Updating files: 74% (4451/6014) 2026-08-24T21:03:59.5120320Z Updating files: 75% (4511/6014) 2026-08-24T21:03:59.5282660Z Updating files: 76% (4571/6014) 2026-08-24T21:03:59.5381810Z Updating files: 77% (4631/6014) 2026-08-24T21:03:59.5576310Z Updating files: 78% (4691/6014) 2026-08-24T21:03:59.6179430Z Updating files: 79% (4752/6014) 2026-08-24T21:03:59.6392020Z Updating files: 80% (4812/6014) 2026-08-24T21:03:59.6497290Z Updating files: 81% (4872/6014) 2026-08-24T21:03:59.6594320Z Updating files: 82% (4932/6014) 2026-08-24T21:03:59.6694900Z Updating files: 83% (4992/6014) 2026-08-24T21:03:59.6899690Z Updating files: 84% (5052/6014) 2026-08-24T21:03:59.7206310Z Updating files: 85% (5112/6014) 2026-08-24T21:03:59.7515400Z Updating files: 86% (5173/6014) 2026-08-24T21:03:59.7729220Z Updating files: 87% (5233/6014) 2026-08-24T21:03:59.7828620Z Updating files: 88% (5293/6014) 2026-08-24T21:03:59.7930310Z Updating files: 89% (5353/6014) 2026-08-24T21:03:59.8132400Z Updating files: 90% (5413/6014) 2026-08-24T21:03:59.8939620Z Updating files: 91% (5473/6014) 2026-08-24T21:03:59.9429080Z Updating files: 92% (5533/6014) 2026-08-24T21:03:59.9654040Z Updating files: 93% (5594/6014) 2026-08-24T21:03:59.9782500Z Updating files: 94% (5654/6014) 2026-08-24T21:03:59.9928250Z Updating files: 95% (5714/6014) 2026-08-24T21:04:00.0117120Z Updating files: 96% (5774/6014) 2026-08-24T21:04:00.0649880Z Updating files: 97% (5834/6014) 2026-08-24T21:04:00.0815260Z Updating files: 98% (5894/6014) 2026-08-24T21:04:00.1125180Z Updating files: 99% (5954/6014) 2026-08-24T21:04:00.1125590Z Updating files: 100% (6014/6014) 2026-08-24T21:04:00.1125850Z Updating files: 100% (6014/6014), done. 2026-08-24T21:04:00.1252270Z HEAD is now at d9ec9b4 Merge 59e1739a396e990d732fc4ea99800b34af911bab into 433692af8423dc07878148fc116240cf418f51ed
2026-08-24T21:04:00.1547140Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-24T21:04:00.1669740Z d9ec9b4d8dbb9f0e11bb6c12b331ad02ebf31199