Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-08T09:24:52.5434070Z with: 2026-09-08T09:24:52.5436440Z repository: pypy/pypy 2026-09-08T09:24:52.5460080Z token: *** 2026-09-08T09:24:52.5462310Z ssh-strict: true 2026-09-08T09:24:52.5464500Z ssh-user: git 2026-09-08T09:24:52.5466720Z persist-credentials: true 2026-09-08T09:24:52.5469010Z clean: true 2026-09-08T09:24:52.5471020Z sparse-checkout-cone-mode: true 2026-09-08T09:24:52.5473320Z fetch-depth: 1 2026-09-08T09:24:52.5475370Z fetch-tags: false 2026-09-08T09:24:52.5477470Z show-progress: true 2026-09-08T09:24:52.5479980Z lfs: false 2026-09-08T09:24:52.5481910Z submodules: false 2026-09-08T09:24:52.5484020Z set-safe-directory: true
2026-09-08T09:24:54.9034460Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-08T09:24:54.9046430Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-08T09:24:54.9052930Z [command]/usr/local/bin/git version 2026-09-08T09:24:54.9563100Z git version 2.55.0
2026-09-08T09:24:54.9627410Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0ec42b24-c3de-4de6-95bd-698874536d1b/.gitconfig' 2026-09-08T09:24:54.9651130Z Temporarily overriding HOME='/Users/runner/work/_temp/0ec42b24-c3de-4de6-95bd-698874536d1b' before making global git config changes 2026-09-08T09:24:54.9660510Z Adding repository directory to the temporary git global config as a safe directory 2026-09-08T09:24:54.9668220Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-08T09:24:54.9835500Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-08T09:24:54.9858420Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-08T09:24:55.0327100Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-08T09:24:55.0335670Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-08T09:24:55.0351920Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-08T09:24:55.0357190Z hint: call: 2026-09-08T09:24:55.0364910Z hint: 2026-09-08T09:24:55.0368340Z hint: git config --global init.defaultBranch <name> 2026-09-08T09:24:55.0377620Z hint: 2026-09-08T09:24:55.0387170Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-08T09:24:55.0395500Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-08T09:24:55.0406210Z hint: 2026-09-08T09:24:55.0415800Z hint: git branch -m <name> 2026-09-08T09:24:55.0424330Z hint: 2026-09-08T09:24:55.0444680Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-08T09:24:55.0490090Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-08T09:24:55.0504150Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-08T09:24:55.0578850Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-08T09:24:55.0754120Z Removing SSH command configuration 2026-09-08T09:24:55.0759440Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-08T09:24:55.0931170Z [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-09-08T09:24:55.3192730Z Removing HTTP extra header 2026-09-08T09:24:55.3202820Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-08T09:24:55.3354850Z [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-09-08T09:24:55.7400970Z Removing includeIf entries pointing to credentials config files 2026-09-08T09:24:55.7409690Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-08T09:24:55.7430720Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-08T09:24:55.8362150Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-f0357d90-8b6a-4273-90d9-ca198a6ad45d.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-08T09:24:55.8505720Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-f0357d90-8b6a-4273-90d9-ca198a6ad45d.config 2026-09-08T09:24:55.8678690Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-f0357d90-8b6a-4273-90d9-ca198a6ad45d.config 2026-09-08T09:24:55.8833070Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-f0357d90-8b6a-4273-90d9-ca198a6ad45d.config 2026-09-08T09:24:55.9366380Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-f0357d90-8b6a-4273-90d9-ca198a6ad45d.config
Fetching the repository
2026-09-08T09:24:55.9411840Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +610f156c9f2f4b134d6a5af57cec86bec7b01c45:refs/remotes/pull/5579/merge 2026-09-08T09:24:59.6449370Z From https://github.com/pypy/pypy 2026-09-08T09:24:59.6456960Z * [new ref] 610f156c9f2f4b134d6a5af57cec86bec7b01c45 -> pull/5579/merge
Determining the checkout info
2026-09-08T09:24:59.6558710Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-08T09:24:59.6628840Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-08T09:24:59.6750150Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5579/merge 2026-09-08T09:25:00.8445570Z Updating files: 33% (1988/6015) 2026-09-08T09:25:00.8692700Z Updating files: 34% (2046/6015) 2026-09-08T09:25:00.8977000Z Updating files: 35% (2106/6015) 2026-09-08T09:25:00.9228480Z Updating files: 36% (2166/6015) 2026-09-08T09:25:00.9462960Z Updating files: 37% (2226/6015) 2026-09-08T09:25:00.9690030Z Updating files: 38% (2286/6015) 2026-09-08T09:25:00.9937430Z Updating files: 39% (2346/6015) 2026-09-08T09:25:01.0156090Z Updating files: 40% (2406/6015) 2026-09-08T09:25:01.0383190Z Updating files: 41% (2467/6015) 2026-09-08T09:25:01.0585750Z Updating files: 42% (2527/6015) 2026-09-08T09:25:01.0832680Z Updating files: 43% (2587/6015) 2026-09-08T09:25:01.1045790Z Updating files: 44% (2647/6015) 2026-09-08T09:25:01.1343720Z Updating files: 45% (2707/6015) 2026-09-08T09:25:01.1582470Z Updating files: 46% (2767/6015) 2026-09-08T09:25:01.1843730Z Updating files: 47% (2828/6015) 2026-09-08T09:25:01.2093970Z Updating files: 48% (2888/6015) 2026-09-08T09:25:01.3761230Z Updating files: 49% (2948/6015) 2026-09-08T09:25:01.4142380Z Updating files: 50% (3008/6015) 2026-09-08T09:25:01.4291060Z Updating files: 51% (3068/6015) 2026-09-08T09:25:01.4379540Z Updating files: 52% (3128/6015) 2026-09-08T09:25:01.4424320Z Updating files: 53% (3188/6015) 2026-09-08T09:25:01.4461880Z Updating files: 54% (3249/6015) 2026-09-08T09:25:01.4694650Z Updating files: 55% (3309/6015) 2026-09-08T09:25:01.4960960Z Updating files: 56% (3369/6015) 2026-09-08T09:25:01.5213980Z Updating files: 57% (3429/6015) 2026-09-08T09:25:01.5459880Z Updating files: 58% (3489/6015) 2026-09-08T09:25:01.5692140Z Updating files: 59% (3549/6015) 2026-09-08T09:25:01.5960480Z Updating files: 60% (3609/6015) 2026-09-08T09:25:01.6257460Z Updating files: 61% (3670/6015) 2026-09-08T09:25:01.6465760Z Updating files: 62% (3730/6015) 2026-09-08T09:25:01.6693230Z Updating files: 63% (3790/6015) 2026-09-08T09:25:01.6961430Z Updating files: 64% (3850/6015) 2026-09-08T09:25:01.6972480Z Updating files: 64% (3908/6015) 2026-09-08T09:25:01.7204970Z Updating files: 65% (3910/6015) 2026-09-08T09:25:01.7430530Z Updating files: 66% (3970/6015) 2026-09-08T09:25:01.7673480Z Updating files: 67% (4031/6015) 2026-09-08T09:25:01.7926460Z Updating files: 68% (4091/6015) 2026-09-08T09:25:01.8199810Z Updating files: 69% (4151/6015) 2026-09-08T09:25:01.8516820Z Updating files: 70% (4211/6015) 2026-09-08T09:25:01.9471100Z Updating files: 71% (4271/6015) 2026-09-08T09:25:02.0413490Z Updating files: 72% (4331/6015) 2026-09-08T09:25:02.0416200Z Updating files: 73% (4391/6015) 2026-09-08T09:25:02.0420700Z Updating files: 74% (4452/6015) 2026-09-08T09:25:02.0500550Z Updating files: 75% (4512/6015) 2026-09-08T09:25:02.0735600Z Updating files: 76% (4572/6015) 2026-09-08T09:25:02.1778100Z Updating files: 77% (4632/6015) 2026-09-08T09:25:02.2785950Z Updating files: 78% (4692/6015) 2026-09-08T09:25:02.3787770Z Updating files: 79% (4752/6015) 2026-09-08T09:25:02.3941330Z Updating files: 80% (4812/6015) 2026-09-08T09:25:02.3961870Z Updating files: 81% (4873/6015) 2026-09-08T09:25:02.3965460Z Updating files: 82% (4933/6015) 2026-09-08T09:25:02.3968430Z Updating files: 83% (4993/6015) 2026-09-08T09:25:02.3973200Z Updating files: 84% (5053/6015) 2026-09-08T09:25:02.3976030Z Updating files: 85% (5113/6015) 2026-09-08T09:25:02.3979650Z Updating files: 86% (5173/6015) 2026-09-08T09:25:02.3989130Z Updating files: 87% (5234/6015) 2026-09-08T09:25:02.4986430Z Updating files: 88% (5294/6015) 2026-09-08T09:25:02.6391660Z Updating files: 89% (5354/6015) 2026-09-08T09:25:02.6471920Z Updating files: 90% (5414/6015) 2026-09-08T09:25:02.7219880Z Updating files: 91% (5474/6015) 2026-09-08T09:25:02.9194020Z Updating files: 91% (5515/6015) 2026-09-08T09:25:03.0781810Z Updating files: 92% (5534/6015) 2026-09-08T09:25:03.1290440Z Updating files: 93% (5594/6015) 2026-09-08T09:25:03.1292400Z Updating files: 94% (5655/6015) 2026-09-08T09:25:03.3961440Z Updating files: 95% (5715/6015) 2026-09-08T09:25:03.4260880Z Updating files: 96% (5775/6015) 2026-09-08T09:25:03.4558280Z Updating files: 97% (5835/6015) 2026-09-08T09:25:03.4875420Z Updating files: 98% (5895/6015) 2026-09-08T09:25:03.5234530Z Updating files: 99% (5955/6015) 2026-09-08T09:25:03.5243360Z Updating files: 100% (6015/6015) 2026-09-08T09:25:03.5292170Z Updating files: 100% (6015/6015), done. 2026-09-08T09:25:03.5513120Z HEAD is now at 610f156 Merge e4b2747bb9bc653eb3f1db4d46f3396f4251af6a into e9c9cead5e710236ad7a1f5cfbf80da7fe9a4849
2026-09-08T09:25:03.5877960Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-08T09:25:03.6089060Z 610f156c9f2f4b134d6a5af57cec86bec7b01c45