Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T13:19:20.4793430Z with: 2026-09-09T13:19:20.4794030Z repository: pypy/pypy 2026-09-09T13:19:20.4800300Z token: *** 2026-09-09T13:19:20.4800900Z ssh-strict: true 2026-09-09T13:19:20.4801510Z ssh-user: git 2026-09-09T13:19:20.4802130Z persist-credentials: true 2026-09-09T13:19:20.4802810Z clean: true 2026-09-09T13:19:20.4803440Z sparse-checkout-cone-mode: true 2026-09-09T13:19:20.4804190Z fetch-depth: 1 2026-09-09T13:19:20.4804800Z fetch-tags: false 2026-09-09T13:19:20.4805440Z show-progress: true 2026-09-09T13:19:20.4806070Z lfs: false 2026-09-09T13:19:20.4806650Z submodules: false 2026-09-09T13:19:20.4807300Z set-safe-directory: true
2026-09-09T13:19:20.7323910Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T13:19:20.7327500Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T13:19:20.7329060Z [command]/usr/local/bin/git version 2026-09-09T13:19:20.7620500Z git version 2.55.0
2026-09-09T13:19:20.7660700Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/21040c8c-6539-48b5-b6ea-0b2a8a98a51a/.gitconfig' 2026-09-09T13:19:20.7675620Z Temporarily overriding HOME='/Users/runner/work/_temp/21040c8c-6539-48b5-b6ea-0b2a8a98a51a' before making global git config changes 2026-09-09T13:19:20.7677920Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T13:19:20.7682110Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T13:19:20.7807150Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T13:19:20.7818610Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T13:19:20.8763710Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T13:19:20.8766220Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T13:19:20.8769170Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T13:19:20.8771420Z hint: call: 2026-09-09T13:19:20.8773030Z hint: 2026-09-09T13:19:20.8774610Z hint: git config --global init.defaultBranch <name> 2026-09-09T13:19:20.8776290Z hint: 2026-09-09T13:19:20.8780440Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T13:19:20.8783150Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T13:19:20.8785280Z hint: 2026-09-09T13:19:20.8786950Z hint: git branch -m <name> 2026-09-09T13:19:20.8788550Z hint: 2026-09-09T13:19:20.8789650Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T13:19:20.8791220Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T13:19:20.8794040Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T13:19:20.8800060Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T13:19:20.8805070Z Removing SSH command configuration 2026-09-09T13:19:20.8806290Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T13:19:20.8810640Z [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-09T13:19:21.0338540Z Removing HTTP extra header 2026-09-09T13:19:21.0345030Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T13:19:21.0436470Z [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-09T13:19:21.1609240Z Removing includeIf entries pointing to credentials config files 2026-09-09T13:19:21.1616400Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T13:19:21.1715170Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T13:19:21.3313520Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-413e18a0-2037-4a51-8c36-0fe55b7a0bb1.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T13:19:21.3323010Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-413e18a0-2037-4a51-8c36-0fe55b7a0bb1.config 2026-09-09T13:19:21.3403330Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-413e18a0-2037-4a51-8c36-0fe55b7a0bb1.config 2026-09-09T13:19:21.3498530Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-413e18a0-2037-4a51-8c36-0fe55b7a0bb1.config 2026-09-09T13:19:21.3595060Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-413e18a0-2037-4a51-8c36-0fe55b7a0bb1.config
Fetching the repository
2026-09-09T13:19:21.3693010Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +db5e079fa23f7d6e9ca9b142622ab50c1d5f4a89:refs/remotes/pull/5582/merge 2026-09-09T13:19:25.4748890Z From https://github.com/pypy/pypy 2026-09-09T13:19:25.4752210Z * [new ref] db5e079fa23f7d6e9ca9b142622ab50c1d5f4a89 -> pull/5582/merge
Determining the checkout info
2026-09-09T13:19:25.4761170Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-09T13:19:25.4877850Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T13:19:25.5045660Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5582/merge 2026-09-09T13:19:26.5565980Z Updating files: 40% (2888/7046) 2026-09-09T13:19:26.6021090Z Updating files: 41% (2889/7046) 2026-09-09T13:19:26.6023020Z Updating files: 42% (2960/7046) 2026-09-09T13:19:26.6056120Z Updating files: 43% (3030/7046) 2026-09-09T13:19:26.6189240Z Updating files: 44% (3101/7046) 2026-09-09T13:19:26.6369520Z Updating files: 45% (3171/7046) 2026-09-09T13:19:26.6535580Z Updating files: 46% (3242/7046) 2026-09-09T13:19:26.6722700Z Updating files: 47% (3312/7046) 2026-09-09T13:19:26.6923840Z Updating files: 48% (3383/7046) 2026-09-09T13:19:26.7094680Z Updating files: 49% (3453/7046) 2026-09-09T13:19:26.7282990Z Updating files: 50% (3523/7046) 2026-09-09T13:19:26.7493450Z Updating files: 51% (3594/7046) 2026-09-09T13:19:26.7674640Z Updating files: 52% (3664/7046) 2026-09-09T13:19:26.7843240Z Updating files: 53% (3735/7046) 2026-09-09T13:19:26.8027720Z Updating files: 54% (3805/7046) 2026-09-09T13:19:26.8183070Z Updating files: 55% (3876/7046) 2026-09-09T13:19:26.8334180Z Updating files: 56% (3946/7046) 2026-09-09T13:19:26.8510720Z Updating files: 57% (4017/7046) 2026-09-09T13:19:26.8672830Z Updating files: 58% (4087/7046) 2026-09-09T13:19:26.8832410Z Updating files: 59% (4158/7046) 2026-09-09T13:19:26.9030290Z Updating files: 60% (4228/7046) 2026-09-09T13:19:26.9186440Z Updating files: 61% (4299/7046) 2026-09-09T13:19:26.9349640Z Updating files: 62% (4369/7046) 2026-09-09T13:19:26.9556630Z Updating files: 63% (4439/7046) 2026-09-09T13:19:26.9737540Z Updating files: 64% (4510/7046) 2026-09-09T13:19:26.9922630Z Updating files: 65% (4580/7046) 2026-09-09T13:19:27.0136140Z Updating files: 66% (4651/7046) 2026-09-09T13:19:27.0282110Z Updating files: 67% (4721/7046) 2026-09-09T13:19:27.0963980Z Updating files: 68% (4792/7046) 2026-09-09T13:19:27.1145080Z Updating files: 69% (4862/7046) 2026-09-09T13:19:27.1291150Z Updating files: 70% (4933/7046) 2026-09-09T13:19:27.1450100Z Updating files: 71% (5003/7046) 2026-09-09T13:19:27.1634590Z Updating files: 72% (5074/7046) 2026-09-09T13:19:27.1823820Z Updating files: 73% (5144/7046) 2026-09-09T13:19:27.2827400Z Updating files: 74% (5215/7046) 2026-09-09T13:19:27.2875670Z Updating files: 75% (5285/7046) 2026-09-09T13:19:27.3088180Z Updating files: 76% (5355/7046) 2026-09-09T13:19:27.3273640Z Updating files: 77% (5426/7046) 2026-09-09T13:19:27.3454370Z Updating files: 78% (5496/7046) 2026-09-09T13:19:27.3670080Z Updating files: 79% (5567/7046) 2026-09-09T13:19:27.3830000Z Updating files: 80% (5637/7046) 2026-09-09T13:19:27.3998690Z Updating files: 81% (5708/7046) 2026-09-09T13:19:27.4159220Z Updating files: 82% (5778/7046) 2026-09-09T13:19:27.4349560Z Updating files: 83% (5849/7046) 2026-09-09T13:19:27.4595420Z Updating files: 84% (5919/7046) 2026-09-09T13:19:27.4769600Z Updating files: 85% (5990/7046) 2026-09-09T13:19:27.5226020Z Updating files: 86% (6060/7046) 2026-09-09T13:19:27.5344690Z Updating files: 86% (6095/7046) 2026-09-09T13:19:27.5539710Z Updating files: 87% (6131/7046) 2026-09-09T13:19:27.5754610Z Updating files: 88% (6201/7046) 2026-09-09T13:19:27.5970390Z Updating files: 89% (6271/7046) 2026-09-09T13:19:27.6151260Z Updating files: 90% (6342/7046) 2026-09-09T13:19:27.6373500Z Updating files: 91% (6412/7046) 2026-09-09T13:19:27.9037760Z Updating files: 92% (6483/7046) 2026-09-09T13:19:28.2597040Z Updating files: 93% (6553/7046) 2026-09-09T13:19:28.3339370Z Updating files: 94% (6624/7046) 2026-09-09T13:19:28.4185550Z Updating files: 95% (6694/7046) 2026-09-09T13:19:28.4351960Z Updating files: 96% (6765/7046) 2026-09-09T13:19:28.4395720Z Updating files: 97% (6835/7046) 2026-09-09T13:19:28.4424770Z Updating files: 98% (6906/7046) 2026-09-09T13:19:28.4460260Z Updating files: 99% (6976/7046) 2026-09-09T13:19:28.4478830Z Updating files: 100% (7046/7046) 2026-09-09T13:19:28.4504480Z Updating files: 100% (7046/7046), done. 2026-09-09T13:19:28.4522500Z HEAD is now at db5e079 Merge a4e48dea60c1430623d959ecea1d945031ad3216 into 807a08335ed3be1990e0c02a23fcaf26ef6784de
2026-09-09T13:19:28.5015930Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-09T13:19:28.5017090Z db5e079fa23f7d6e9ca9b142622ab50c1d5f4a89