Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-30T09:32:24.4469410Z with: 2026-07-30T09:32:24.4470750Z repository: pypy/pypy 2026-07-30T09:32:24.4483030Z token: *** 2026-07-30T09:32:24.4484610Z ssh-strict: true 2026-07-30T09:32:24.4486350Z ssh-user: git 2026-07-30T09:32:24.4488000Z persist-credentials: true 2026-07-30T09:32:24.4489720Z clean: true 2026-07-30T09:32:24.4491230Z sparse-checkout-cone-mode: true 2026-07-30T09:32:24.4492980Z fetch-depth: 1 2026-07-30T09:32:24.4494580Z fetch-tags: false 2026-07-30T09:32:24.4496140Z show-progress: true 2026-07-30T09:32:24.4497670Z lfs: false 2026-07-30T09:32:24.4499820Z submodules: false 2026-07-30T09:32:24.4501340Z set-safe-directory: true
2026-07-30T09:32:25.0733530Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T09:32:25.0743590Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-30T09:32:25.0746880Z [command]/usr/local/bin/git version 2026-07-30T09:32:25.1539490Z git version 2.55.0
2026-07-30T09:32:25.2445930Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/cc5fb862-3164-4799-b9ff-2503e5afc815/.gitconfig' 2026-07-30T09:32:25.2463330Z Temporarily overriding HOME='/Users/runner/work/_temp/cc5fb862-3164-4799-b9ff-2503e5afc815' before making global git config changes 2026-07-30T09:32:25.2477950Z Adding repository directory to the temporary git global config as a safe directory 2026-07-30T09:32:25.2505210Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-30T09:32:25.2528190Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T09:32:25.2633660Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-30T09:32:25.2660640Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-30T09:32:25.2668300Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-30T09:32:25.2682350Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-30T09:32:25.2700270Z hint: call: 2026-07-30T09:32:25.2726320Z hint: 2026-07-30T09:32:25.2746690Z hint: git config --global init.defaultBranch <name> 2026-07-30T09:32:25.2755150Z hint: 2026-07-30T09:32:25.2778530Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-30T09:32:25.2784470Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-30T09:32:25.2812380Z hint: 2026-07-30T09:32:25.2823450Z hint: git branch -m <name> 2026-07-30T09:32:25.2852060Z hint: 2026-07-30T09:32:25.2892830Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-30T09:32:25.2909610Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-30T09:32:25.2950550Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-30T09:32:25.4137790Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-30T09:32:25.4231540Z Removing SSH command configuration 2026-07-30T09:32:25.4234290Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-30T09:32:25.4242430Z [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-30T09:32:25.5840020Z Removing HTTP extra header 2026-07-30T09:32:25.5873360Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-30T09:32:25.6039260Z [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-30T09:32:25.9187280Z Removing includeIf entries pointing to credentials config files 2026-07-30T09:32:25.9244450Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-30T09:32:26.0015250Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-30T09:32:26.1261350Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-4375307e-e6d2-4f4b-aef8-1a0412d385e1.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-30T09:32:26.1534940Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-4375307e-e6d2-4f4b-aef8-1a0412d385e1.config 2026-07-30T09:32:26.1721640Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-4375307e-e6d2-4f4b-aef8-1a0412d385e1.config 2026-07-30T09:32:26.2082180Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-4375307e-e6d2-4f4b-aef8-1a0412d385e1.config 2026-07-30T09:32:26.2144970Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-4375307e-e6d2-4f4b-aef8-1a0412d385e1.config
Fetching the repository
2026-07-30T09:32:26.2345650Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9ce9232415848d7d703ff81cde0078eef1b3b62a:refs/remotes/pull/5537/merge 2026-07-30T09:32:30.7466770Z From https://github.com/pypy/pypy 2026-07-30T09:32:30.7480170Z * [new ref] 9ce9232415848d7d703ff81cde0078eef1b3b62a -> pull/5537/merge
Determining the checkout info
2026-07-30T09:32:30.7740940Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-30T09:32:30.7827780Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T09:32:30.7923140Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-07-30T09:32:32.0182240Z Updating files: 30% (1839/6015) 2026-07-30T09:32:32.2191620Z Updating files: 31% (1865/6015) 2026-07-30T09:32:32.3454030Z Updating files: 32% (1925/6015) 2026-07-30T09:32:32.3591540Z Updating files: 33% (1985/6015) 2026-07-30T09:32:32.3908650Z Updating files: 34% (2046/6015) 2026-07-30T09:32:32.4254830Z Updating files: 35% (2106/6015) 2026-07-30T09:32:32.5424560Z Updating files: 36% (2166/6015) 2026-07-30T09:32:32.5628470Z Updating files: 37% (2226/6015) 2026-07-30T09:32:32.6076390Z Updating files: 38% (2286/6015) 2026-07-30T09:32:32.8961250Z Updating files: 39% (2346/6015) 2026-07-30T09:32:32.9110970Z Updating files: 40% (2406/6015) 2026-07-30T09:32:32.9885910Z Updating files: 40% (2409/6015) 2026-07-30T09:32:33.0261400Z Updating files: 41% (2467/6015) 2026-07-30T09:32:33.0667130Z Updating files: 42% (2527/6015) 2026-07-30T09:32:33.1912780Z Updating files: 43% (2587/6015) 2026-07-30T09:32:33.2967780Z Updating files: 44% (2647/6015) 2026-07-30T09:32:33.3602740Z Updating files: 45% (2707/6015) 2026-07-30T09:32:33.3894120Z Updating files: 46% (2767/6015) 2026-07-30T09:32:33.7889170Z Updating files: 47% (2828/6015) 2026-07-30T09:32:33.8366010Z Updating files: 48% (2888/6015) 2026-07-30T09:32:33.8619720Z Updating files: 48% (2926/6015) 2026-07-30T09:32:33.9107590Z Updating files: 49% (2948/6015) 2026-07-30T09:32:33.9550980Z Updating files: 50% (3008/6015) 2026-07-30T09:32:33.9813020Z Updating files: 51% (3068/6015) 2026-07-30T09:32:34.0056490Z Updating files: 52% (3128/6015) 2026-07-30T09:32:34.0295430Z Updating files: 53% (3188/6015) 2026-07-30T09:32:34.0554280Z Updating files: 54% (3249/6015) 2026-07-30T09:32:34.0820620Z Updating files: 55% (3309/6015) 2026-07-30T09:32:34.1027930Z Updating files: 56% (3369/6015) 2026-07-30T09:32:34.1279810Z Updating files: 57% (3429/6015) 2026-07-30T09:32:34.1514420Z Updating files: 58% (3489/6015) 2026-07-30T09:32:34.1754130Z Updating files: 59% (3549/6015) 2026-07-30T09:32:34.2012160Z Updating files: 60% (3609/6015) 2026-07-30T09:32:34.2277620Z Updating files: 61% (3670/6015) 2026-07-30T09:32:34.2508550Z Updating files: 62% (3730/6015) 2026-07-30T09:32:34.2739430Z Updating files: 63% (3790/6015) 2026-07-30T09:32:34.3010090Z Updating files: 64% (3850/6015) 2026-07-30T09:32:34.3238120Z Updating files: 65% (3910/6015) 2026-07-30T09:32:34.3461810Z Updating files: 66% (3970/6015) 2026-07-30T09:32:34.3732190Z Updating files: 67% (4031/6015) 2026-07-30T09:32:34.4337920Z Updating files: 68% (4091/6015) 2026-07-30T09:32:34.5343590Z Updating files: 69% (4151/6015) 2026-07-30T09:32:34.6345970Z Updating files: 70% (4211/6015) 2026-07-30T09:32:34.7229320Z Updating files: 71% (4271/6015) 2026-07-30T09:32:34.7242260Z Updating files: 72% (4331/6015) 2026-07-30T09:32:34.7249520Z Updating files: 73% (4391/6015) 2026-07-30T09:32:34.7254610Z Updating files: 74% (4452/6015) 2026-07-30T09:32:34.7263360Z Updating files: 75% (4512/6015) 2026-07-30T09:32:34.8245140Z Updating files: 76% (4572/6015) 2026-07-30T09:32:34.9228840Z Updating files: 76% (4602/6015) 2026-07-30T09:32:34.9713060Z Updating files: 77% (4632/6015) 2026-07-30T09:32:35.0692400Z Updating files: 78% (4692/6015) 2026-07-30T09:32:35.1294730Z Updating files: 79% (4752/6015) 2026-07-30T09:32:35.1596060Z Updating files: 80% (4812/6015) 2026-07-30T09:32:35.1651980Z Updating files: 81% (4873/6015) 2026-07-30T09:32:35.1753260Z Updating files: 82% (4933/6015) 2026-07-30T09:32:35.1979450Z Updating files: 83% (4993/6015) 2026-07-30T09:32:35.2574640Z Updating files: 84% (5053/6015) 2026-07-30T09:32:35.2618480Z Updating files: 85% (5113/6015) 2026-07-30T09:32:35.2811910Z Updating files: 86% (5173/6015) 2026-07-30T09:32:35.3050130Z Updating files: 87% (5234/6015) 2026-07-30T09:32:35.4279490Z Updating files: 88% (5294/6015) 2026-07-30T09:32:35.4548780Z Updating files: 89% (5354/6015) 2026-07-30T09:32:35.4559470Z Updating files: 90% (5414/6015) 2026-07-30T09:32:35.6723740Z Updating files: 91% (5474/6015) 2026-07-30T09:32:35.8055890Z Updating files: 92% (5534/6015) 2026-07-30T09:32:35.8214830Z Updating files: 93% (5594/6015) 2026-07-30T09:32:35.8293230Z Updating files: 94% (5655/6015) 2026-07-30T09:32:35.8512530Z Updating files: 95% (5715/6015) 2026-07-30T09:32:36.0327810Z Updating files: 95% (5725/6015) 2026-07-30T09:32:36.0434190Z Updating files: 96% (5775/6015) 2026-07-30T09:32:36.0435620Z Updating files: 97% (5835/6015) 2026-07-30T09:32:36.0460520Z Updating files: 98% (5895/6015) 2026-07-30T09:32:36.0569530Z Updating files: 99% (5955/6015) 2026-07-30T09:32:36.0727410Z Updating files: 100% (6015/6015) 2026-07-30T09:32:36.0767180Z Updating files: 100% (6015/6015), done. 2026-07-30T09:32:36.1035190Z HEAD is now at 9ce9232 Merge 9b0efa4471b08441bdd05db27c7b68a2a4c20dd6 into 8eb2f0cdb72e859a90595f7006473b416ee82b02
2026-07-30T09:32:36.1402840Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-30T09:32:36.1408960Z 9ce9232415848d7d703ff81cde0078eef1b3b62a