Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-24T11:49:44.7012790Z with: 2026-07-24T11:49:44.7013600Z repository: pypy/pypy 2026-07-24T11:49:44.7023970Z token: *** 2026-07-24T11:49:44.7024790Z ssh-strict: true 2026-07-24T11:49:44.7025630Z ssh-user: git 2026-07-24T11:49:44.7026480Z persist-credentials: true 2026-07-24T11:49:44.7027480Z clean: true 2026-07-24T11:49:44.7028330Z sparse-checkout-cone-mode: true 2026-07-24T11:49:44.7029430Z fetch-depth: 1 2026-07-24T11:49:44.7030260Z fetch-tags: false 2026-07-24T11:49:44.7031130Z show-progress: true 2026-07-24T11:49:44.7032010Z lfs: false 2026-07-24T11:49:44.7032820Z submodules: false 2026-07-24T11:49:44.7033740Z set-safe-directory: true
2026-07-24T11:49:45.2165630Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-24T11:49:45.2174450Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-24T11:49:45.2177710Z [command]/usr/local/bin/git version 2026-07-24T11:49:45.4241640Z git version 2.55.0
2026-07-24T11:49:45.4288280Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/b90f2a32-003f-4c09-93cb-3fd9cfdbc25c/.gitconfig' 2026-07-24T11:49:45.4314840Z Temporarily overriding HOME='/Users/runner/work/_temp/b90f2a32-003f-4c09-93cb-3fd9cfdbc25c' before making global git config changes 2026-07-24T11:49:45.4323000Z Adding repository directory to the temporary git global config as a safe directory 2026-07-24T11:49:45.4330310Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-24T11:49:45.4537680Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-24T11:49:45.4558940Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-24T11:49:45.5055700Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-24T11:49:45.5059350Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-24T11:49:45.5064150Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-24T11:49:45.5068050Z hint: call: 2026-07-24T11:49:45.5068980Z hint: 2026-07-24T11:49:45.5072660Z hint: git config --global init.defaultBranch <name> 2026-07-24T11:49:45.5075060Z hint: 2026-07-24T11:49:45.5076490Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-24T11:49:45.5079530Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-24T11:49:45.5081270Z hint: 2026-07-24T11:49:45.5082240Z hint: git branch -m <name> 2026-07-24T11:49:45.5083230Z hint: 2026-07-24T11:49:45.5084600Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-24T11:49:45.5086950Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-24T11:49:45.5090750Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-24T11:49:45.5228800Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-24T11:49:45.5329700Z Removing SSH command configuration 2026-07-24T11:49:45.5335300Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-24T11:49:45.5434630Z [command]/usr/local/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-07-24T11:49:46.0869710Z Removing HTTP extra header 2026-07-24T11:49:46.2357840Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-24T11:49:46.2878240Z [command]/usr/local/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-07-24T11:49:46.7687910Z Removing includeIf entries pointing to credentials config files 2026-07-24T11:49:46.7710630Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-24T11:49:46.7834380Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-24T11:49:47.3782180Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-f52490be-ccd3-484d-bde8-c8914a7ee950.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-24T11:49:47.3857910Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-f52490be-ccd3-484d-bde8-c8914a7ee950.config 2026-07-24T11:49:47.3893410Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-f52490be-ccd3-484d-bde8-c8914a7ee950.config 2026-07-24T11:49:47.5073820Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-f52490be-ccd3-484d-bde8-c8914a7ee950.config 2026-07-24T11:49:47.5437020Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-f52490be-ccd3-484d-bde8-c8914a7ee950.config
Fetching the repository
2026-07-24T11:49:47.6430970Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5d812b903b7a75500e371b0bdd19538d2713597e:refs/remotes/origin/py3.11 2026-07-24T11:49:59.0945440Z From https://github.com/pypy/pypy 2026-07-24T11:49:59.0972350Z * [new ref] 5d812b903b7a75500e371b0bdd19538d2713597e -> origin/py3.11 2026-07-24T11:49:59.1220080Z [command]/usr/local/bin/git branch --list --remote origin/py3.11 2026-07-24T11:49:59.1954890Z origin/py3.11 2026-07-24T11:49:59.2004270Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.11 2026-07-24T11:49:59.2514510Z 5d812b903b7a75500e371b0bdd19538d2713597e
Determining the checkout info
2026-07-24T11:49:59.2631150Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-24T11:49:59.3464380Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-24T11:49:59.4149670Z [command]/usr/local/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-07-24T11:50:00.6248250Z Updating files: 7% (503/7004) 2026-07-24T11:50:00.7718650Z Updating files: 8% (561/7004) 2026-07-24T11:50:00.9126910Z Updating files: 9% (631/7004) 2026-07-24T11:50:01.0332580Z Updating files: 10% (701/7004) 2026-07-24T11:50:01.0820480Z Updating files: 11% (771/7004) 2026-07-24T11:50:01.1087650Z Updating files: 12% (841/7004) 2026-07-24T11:50:01.1486290Z Updating files: 13% (911/7004) 2026-07-24T11:50:01.1767210Z Updating files: 14% (981/7004) 2026-07-24T11:50:01.2238960Z Updating files: 15% (1051/7004) 2026-07-24T11:50:01.2930120Z Updating files: 16% (1121/7004) 2026-07-24T11:50:01.3323100Z Updating files: 17% (1191/7004) 2026-07-24T11:50:01.5571050Z Updating files: 18% (1261/7004) 2026-07-24T11:50:01.6578940Z Updating files: 19% (1331/7004) 2026-07-24T11:50:01.7592090Z Updating files: 19% (1347/7004) 2026-07-24T11:50:01.8596270Z Updating files: 20% (1401/7004) 2026-07-24T11:50:01.9615680Z Updating files: 21% (1471/7004) 2026-07-24T11:50:02.0613660Z Updating files: 22% (1541/7004) 2026-07-24T11:50:02.1815000Z Updating files: 23% (1611/7004) 2026-07-24T11:50:02.3853440Z Updating files: 24% (1681/7004) 2026-07-24T11:50:02.4139700Z Updating files: 25% (1751/7004) 2026-07-24T11:50:02.5042030Z Updating files: 26% (1822/7004) 2026-07-24T11:50:02.5409330Z Updating files: 27% (1892/7004) 2026-07-24T11:50:02.6072490Z Updating files: 27% (1903/7004) 2026-07-24T11:50:02.6274200Z Updating files: 28% (1962/7004) 2026-07-24T11:50:02.7257810Z Updating files: 29% (2032/7004) 2026-07-24T11:50:02.7919600Z Updating files: 30% (2102/7004) 2026-07-24T11:50:02.9224260Z Updating files: 31% (2172/7004) 2026-07-24T11:50:02.9812820Z Updating files: 32% (2242/7004) 2026-07-24T11:50:03.0219140Z Updating files: 33% (2312/7004) 2026-07-24T11:50:03.0730450Z Updating files: 34% (2382/7004) 2026-07-24T11:50:03.1011200Z Updating files: 35% (2452/7004) 2026-07-24T11:50:03.1434510Z Updating files: 36% (2522/7004) 2026-07-24T11:50:03.1625090Z Updating files: 37% (2592/7004) 2026-07-24T11:50:03.2214470Z Updating files: 38% (2662/7004) 2026-07-24T11:50:03.3011280Z Updating files: 39% (2732/7004) 2026-07-24T11:50:03.3062380Z Updating files: 40% (2802/7004) 2026-07-24T11:50:03.3115060Z Updating files: 41% (2872/7004) 2026-07-24T11:50:03.3170680Z Updating files: 42% (2942/7004) 2026-07-24T11:50:03.3410880Z Updating files: 43% (3012/7004) 2026-07-24T11:50:03.3642150Z Updating files: 44% (3082/7004) 2026-07-24T11:50:03.3887200Z Updating files: 45% (3152/7004) 2026-07-24T11:50:03.4134970Z Updating files: 46% (3222/7004) 2026-07-24T11:50:03.4969010Z Updating files: 47% (3292/7004) 2026-07-24T11:50:03.5166350Z Updating files: 48% (3362/7004) 2026-07-24T11:50:03.5239820Z Updating files: 48% (3418/7004) 2026-07-24T11:50:03.5837590Z Updating files: 49% (3432/7004) 2026-07-24T11:50:03.7307270Z Updating files: 50% (3502/7004) 2026-07-24T11:50:03.8377920Z Updating files: 51% (3573/7004) 2026-07-24T11:50:03.9530340Z Updating files: 52% (3643/7004) 2026-07-24T11:50:04.1432960Z Updating files: 53% (3713/7004) 2026-07-24T11:50:04.1992790Z Updating files: 54% (3783/7004) 2026-07-24T11:50:04.2468550Z Updating files: 55% (3853/7004) 2026-07-24T11:50:04.2887510Z Updating files: 56% (3923/7004) 2026-07-24T11:50:04.3053750Z Updating files: 57% (3993/7004) 2026-07-24T11:50:04.3302960Z Updating files: 58% (4063/7004) 2026-07-24T11:50:04.3560290Z Updating files: 59% (4133/7004) 2026-07-24T11:50:04.3975140Z Updating files: 60% (4203/7004) 2026-07-24T11:50:04.5042760Z Updating files: 61% (4273/7004) 2026-07-24T11:50:04.6046300Z Updating files: 62% (4343/7004) 2026-07-24T11:50:04.7136090Z Updating files: 62% (4361/7004) 2026-07-24T11:50:04.7905270Z Updating files: 63% (4413/7004) 2026-07-24T11:50:04.8217590Z Updating files: 64% (4483/7004) 2026-07-24T11:50:04.8599990Z Updating files: 65% (4553/7004) 2026-07-24T11:50:05.0630000Z Updating files: 66% (4623/7004) 2026-07-24T11:50:05.0909140Z Updating files: 67% (4693/7004) 2026-07-24T11:50:05.1965420Z Updating files: 68% (4763/7004) 2026-07-24T11:50:05.2913890Z Updating files: 69% (4833/7004) 2026-07-24T11:50:05.3134680Z Updating files: 70% (4903/7004) 2026-07-24T11:50:05.4100600Z Updating files: 71% (4973/7004) 2026-07-24T11:50:05.4841260Z Updating files: 72% (5043/7004) 2026-07-24T11:50:05.5245060Z Updating files: 73% (5113/7004) 2026-07-24T11:50:05.5282950Z Updating files: 73% (5162/7004) 2026-07-24T11:50:05.5863390Z Updating files: 74% (5183/7004) 2026-07-24T11:50:05.6895320Z Updating files: 75% (5253/7004) 2026-07-24T11:50:05.7240420Z Updating files: 76% (5324/7004) 2026-07-24T11:50:05.7283610Z Updating files: 77% (5394/7004) 2026-07-24T11:50:05.7699090Z Updating files: 78% (5464/7004) 2026-07-24T11:50:05.8172470Z Updating files: 79% (5534/7004) 2026-07-24T11:50:05.9408820Z Updating files: 80% (5604/7004) 2026-07-24T11:50:06.0417930Z Updating files: 81% (5674/7004) 2026-07-24T11:50:06.1160010Z Updating files: 82% (5744/7004) 2026-07-24T11:50:06.1712540Z Updating files: 83% (5814/7004) 2026-07-24T11:50:06.3938430Z Updating files: 84% (5884/7004) 2026-07-24T11:50:06.4433600Z Updating files: 85% (5954/7004) 2026-07-24T11:50:06.5178190Z Updating files: 86% (6024/7004) 2026-07-24T11:50:06.5283600Z Updating files: 86% (6082/7004) 2026-07-24T11:50:06.6360580Z Updating files: 87% (6094/7004) 2026-07-24T11:50:06.6836750Z Updating files: 88% (6164/7004) 2026-07-24T11:50:06.7339430Z Updating files: 89% (6234/7004) 2026-07-24T11:50:06.7958660Z Updating files: 90% (6304/7004) 2026-07-24T11:50:06.9291240Z Updating files: 91% (6374/7004) 2026-07-24T11:50:07.5631480Z Updating files: 92% (6444/7004) 2026-07-24T11:50:08.5531070Z Updating files: 92% (6467/7004) 2026-07-24T11:50:08.5675300Z Updating files: 92% (6511/7004) 2026-07-24T11:50:09.1971440Z Updating files: 93% (6514/7004) 2026-07-24T11:50:09.3667130Z Updating files: 94% (6584/7004) 2026-07-24T11:50:09.4211340Z Updating files: 95% (6654/7004) 2026-07-24T11:50:09.4258460Z Updating files: 96% (6724/7004) 2026-07-24T11:50:09.4853670Z Updating files: 97% (6794/7004) 2026-07-24T11:50:09.5304500Z Updating files: 98% (6864/7004) 2026-07-24T11:50:09.8060720Z Updating files: 98% (6874/7004) 2026-07-24T11:50:09.9109830Z Updating files: 99% (6934/7004) 2026-07-24T11:50:09.9496930Z Updating files: 100% (7004/7004) 2026-07-24T11:50:09.9587200Z Updating files: 100% (7004/7004), done. 2026-07-24T11:50:10.1130970Z Switched to a new branch 'py3.11' 2026-07-24T11:50:10.1862180Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-07-24T11:50:10.2852390Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-24T11:50:10.2990470Z 5d812b903b7a75500e371b0bdd19538d2713597e