Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-30T10:28:37.1068660Z with: 2026-07-30T10:28:37.1070760Z repository: pypy/pypy 2026-07-30T10:28:37.1095690Z token: *** 2026-07-30T10:28:37.1097720Z ssh-strict: true 2026-07-30T10:28:37.1099920Z ssh-user: git 2026-07-30T10:28:37.1102050Z persist-credentials: true 2026-07-30T10:28:37.1104520Z clean: true 2026-07-30T10:28:37.1106660Z sparse-checkout-cone-mode: true 2026-07-30T10:28:37.1109350Z fetch-depth: 1 2026-07-30T10:28:37.1111520Z fetch-tags: false 2026-07-30T10:28:37.1113700Z show-progress: true 2026-07-30T10:28:37.1117170Z lfs: false 2026-07-30T10:28:37.1119450Z submodules: false 2026-07-30T10:28:37.1121800Z set-safe-directory: true
2026-07-30T10:28:40.4190280Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T10:28:40.6210020Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-30T10:28:40.8192430Z [command]/usr/local/bin/git version 2026-07-30T10:28:40.8337780Z git version 2.55.0
2026-07-30T10:28:41.1911350Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0a2d33aa-026f-42b2-9359-65d5652dcc72/.gitconfig' 2026-07-30T10:28:41.1991010Z Temporarily overriding HOME='/Users/runner/work/_temp/0a2d33aa-026f-42b2-9359-65d5652dcc72' before making global git config changes 2026-07-30T10:28:41.2052360Z Adding repository directory to the temporary git global config as a safe directory 2026-07-30T10:28:41.2115950Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-30T10:28:41.2263750Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T10:28:41.3361080Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-30T10:28:41.4412290Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-30T10:28:41.4870410Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-30T10:28:41.5893060Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-30T10:28:41.6901360Z hint: call: 2026-07-30T10:28:41.7482800Z hint: 2026-07-30T10:28:41.7664490Z hint: git config --global init.defaultBranch <name> 2026-07-30T10:28:41.7803460Z hint: 2026-07-30T10:28:41.7892170Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-30T10:28:41.7995080Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-30T10:28:41.8132280Z hint: 2026-07-30T10:28:41.8393570Z hint: git branch -m <name> 2026-07-30T10:28:41.8589060Z hint: 2026-07-30T10:28:41.8759550Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-30T10:28:41.8884180Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-30T10:28:41.9147890Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-30T10:28:41.9540550Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-30T10:28:42.0193240Z Removing SSH command configuration 2026-07-30T10:28:42.0236990Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-30T10:28:42.0390210Z [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-30T10:28:42.3187640Z Removing HTTP extra header 2026-07-30T10:28:42.3281840Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-30T10:28:42.5686030Z [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-30T10:28:43.5900740Z Removing includeIf entries pointing to credentials config files 2026-07-30T10:28:43.5929150Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-30T10:28:43.6073810Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-30T10:28:44.8554250Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-e3f9a122-8ded-4285-8071-0c3ad2949fd1.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-30T10:28:45.0813690Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e3f9a122-8ded-4285-8071-0c3ad2949fd1.config 2026-07-30T10:28:45.1115060Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e3f9a122-8ded-4285-8071-0c3ad2949fd1.config 2026-07-30T10:28:45.1555980Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e3f9a122-8ded-4285-8071-0c3ad2949fd1.config 2026-07-30T10:28:45.1607220Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e3f9a122-8ded-4285-8071-0c3ad2949fd1.config
Fetching the repository
2026-07-30T10:28:45.1891940Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +92f2300e0fdad259c5721b9705d10cbc696e2477:refs/remotes/pull/5538/merge 2026-07-30T10:28:53.2771820Z From https://github.com/pypy/pypy 2026-07-30T10:28:53.2829440Z * [new ref] 92f2300e0fdad259c5721b9705d10cbc696e2477 -> pull/5538/merge
Determining the checkout info
2026-07-30T10:28:53.3077010Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-30T10:28:53.3788630Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T10:28:53.5091550Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5538/merge 2026-07-30T10:28:54.7739630Z Updating files: 12% (760/6014) 2026-07-30T10:28:54.8414910Z Updating files: 13% (782/6014) 2026-07-30T10:28:54.8515330Z Updating files: 14% (842/6014) 2026-07-30T10:28:54.9262640Z Updating files: 15% (903/6014) 2026-07-30T10:28:55.1628080Z Updating files: 16% (963/6014) 2026-07-30T10:28:55.2635600Z Updating files: 17% (1023/6014) 2026-07-30T10:28:55.3640090Z Updating files: 18% (1083/6014) 2026-07-30T10:28:55.6402840Z Updating files: 19% (1143/6014) 2026-07-30T10:28:55.7414740Z Updating files: 19% (1174/6014) 2026-07-30T10:28:55.8036320Z Updating files: 20% (1203/6014) 2026-07-30T10:28:55.8123060Z Updating files: 21% (1263/6014) 2026-07-30T10:28:55.9131080Z Updating files: 22% (1324/6014) 2026-07-30T10:28:56.0109180Z Updating files: 23% (1384/6014) 2026-07-30T10:28:56.0429080Z Updating files: 24% (1444/6014) 2026-07-30T10:28:56.1753820Z Updating files: 25% (1504/6014) 2026-07-30T10:28:56.2726790Z Updating files: 26% (1564/6014) 2026-07-30T10:28:56.2815340Z Updating files: 27% (1624/6014) 2026-07-30T10:28:56.3884160Z Updating files: 28% (1684/6014) 2026-07-30T10:28:56.4885060Z Updating files: 29% (1745/6014) 2026-07-30T10:28:56.5899670Z Updating files: 30% (1805/6014) 2026-07-30T10:28:56.6633010Z Updating files: 30% (1843/6014) 2026-07-30T10:28:57.0119850Z Updating files: 31% (1865/6014) 2026-07-30T10:28:57.2201980Z Updating files: 32% (1925/6014) 2026-07-30T10:28:57.4214520Z Updating files: 33% (1985/6014) 2026-07-30T10:28:57.5239780Z Updating files: 34% (2045/6014) 2026-07-30T10:28:57.5701540Z Updating files: 35% (2105/6014) 2026-07-30T10:28:57.5884970Z Updating files: 36% (2166/6014) 2026-07-30T10:28:57.6887900Z Updating files: 36% (2183/6014) 2026-07-30T10:28:57.7454820Z Updating files: 37% (2226/6014) 2026-07-30T10:28:57.7718540Z Updating files: 38% (2286/6014) 2026-07-30T10:28:57.8323010Z Updating files: 39% (2346/6014) 2026-07-30T10:28:57.9302120Z Updating files: 40% (2406/6014) 2026-07-30T10:28:58.0250030Z Updating files: 41% (2466/6014) 2026-07-30T10:28:58.1662270Z Updating files: 42% (2526/6014) 2026-07-30T10:28:58.2042580Z Updating files: 43% (2587/6014) 2026-07-30T10:28:58.2123570Z Updating files: 44% (2647/6014) 2026-07-30T10:28:58.2498640Z Updating files: 45% (2707/6014) 2026-07-30T10:28:58.2889570Z Updating files: 46% (2767/6014) 2026-07-30T10:28:58.5608610Z Updating files: 47% (2827/6014) 2026-07-30T10:28:58.6265280Z Updating files: 48% (2887/6014) 2026-07-30T10:28:58.7324720Z Updating files: 48% (2942/6014) 2026-07-30T10:28:58.8326620Z Updating files: 49% (2947/6014) 2026-07-30T10:28:58.8994470Z Updating files: 50% (3007/6014) 2026-07-30T10:28:58.9179620Z Updating files: 51% (3068/6014) 2026-07-30T10:28:58.9240900Z Updating files: 52% (3128/6014) 2026-07-30T10:28:58.9419020Z Updating files: 53% (3188/6014) 2026-07-30T10:28:58.9442300Z Updating files: 54% (3248/6014) 2026-07-30T10:28:59.2266840Z Updating files: 55% (3308/6014) 2026-07-30T10:28:59.2801700Z Updating files: 56% (3368/6014) 2026-07-30T10:28:59.4004600Z Updating files: 57% (3428/6014) 2026-07-30T10:28:59.6809760Z Updating files: 58% (3489/6014) 2026-07-30T10:28:59.7275300Z Updating files: 58% (3538/6014) 2026-07-30T10:28:59.7438830Z Updating files: 59% (3549/6014) 2026-07-30T10:28:59.7463270Z Updating files: 60% (3609/6014) 2026-07-30T10:28:59.7511040Z Updating files: 61% (3669/6014) 2026-07-30T10:28:59.8146110Z Updating files: 62% (3729/6014) 2026-07-30T10:28:59.9694970Z Updating files: 63% (3789/6014) 2026-07-30T10:29:00.0709270Z Updating files: 64% (3849/6014) 2026-07-30T10:29:00.1244130Z Updating files: 65% (3910/6014) 2026-07-30T10:29:00.1275130Z Updating files: 66% (3970/6014) 2026-07-30T10:29:00.1289150Z Updating files: 67% (4030/6014) 2026-07-30T10:29:00.1292920Z Updating files: 68% (4090/6014) 2026-07-30T10:29:00.1321900Z Updating files: 69% (4150/6014) 2026-07-30T10:29:00.1399010Z Updating files: 70% (4210/6014) 2026-07-30T10:29:00.1795440Z Updating files: 71% (4270/6014) 2026-07-30T10:29:00.2274560Z Updating files: 72% (4331/6014) 2026-07-30T10:29:00.2676110Z Updating files: 73% (4391/6014) 2026-07-30T10:29:00.3678350Z Updating files: 74% (4451/6014) 2026-07-30T10:29:00.4516100Z Updating files: 75% (4511/6014) 2026-07-30T10:29:00.4571420Z Updating files: 76% (4571/6014) 2026-07-30T10:29:00.4596870Z Updating files: 77% (4631/6014) 2026-07-30T10:29:00.4628360Z Updating files: 78% (4691/6014) 2026-07-30T10:29:00.4652910Z Updating files: 79% (4752/6014) 2026-07-30T10:29:00.4693490Z Updating files: 80% (4812/6014) 2026-07-30T10:29:00.6924050Z Updating files: 81% (4872/6014) 2026-07-30T10:29:00.7522120Z Updating files: 81% (4923/6014) 2026-07-30T10:29:00.7665010Z Updating files: 82% (4932/6014) 2026-07-30T10:29:00.7684310Z Updating files: 83% (4992/6014) 2026-07-30T10:29:00.7698820Z Updating files: 84% (5052/6014) 2026-07-30T10:29:00.7816840Z Updating files: 85% (5112/6014) 2026-07-30T10:29:00.7959000Z Updating files: 86% (5173/6014) 2026-07-30T10:29:00.8363830Z Updating files: 87% (5233/6014) 2026-07-30T10:29:00.9632630Z Updating files: 88% (5293/6014) 2026-07-30T10:29:00.9982550Z Updating files: 89% (5353/6014) 2026-07-30T10:29:01.0094680Z Updating files: 90% (5413/6014) 2026-07-30T10:29:01.0704960Z Updating files: 91% (5473/6014) 2026-07-30T10:29:01.2485860Z Updating files: 92% (5533/6014) 2026-07-30T10:29:01.3479100Z Updating files: 93% (5594/6014) 2026-07-30T10:29:01.3918800Z Updating files: 94% (5654/6014) 2026-07-30T10:29:01.3920730Z Updating files: 95% (5714/6014) 2026-07-30T10:29:01.5228750Z Updating files: 96% (5774/6014) 2026-07-30T10:29:01.5386300Z Updating files: 96% (5809/6014) 2026-07-30T10:29:01.5846540Z Updating files: 97% (5834/6014) 2026-07-30T10:29:01.6191890Z Updating files: 98% (5894/6014) 2026-07-30T10:29:01.6579090Z Updating files: 99% (5954/6014) 2026-07-30T10:29:01.6603020Z Updating files: 100% (6014/6014) 2026-07-30T10:29:01.6625770Z Updating files: 100% (6014/6014), done. 2026-07-30T10:29:01.6902470Z HEAD is now at 92f2300 Merge 6d30f2d6b1ab866249fb8b8570b6bd0c6dbefb44 into 8eb2f0cdb72e859a90595f7006473b416ee82b02
2026-07-30T10:29:01.7392030Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-30T10:29:01.7982710Z 92f2300e0fdad259c5721b9705d10cbc696e2477