Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-10T01:26:51.1575290Z with: 2026-09-10T01:26:51.1576160Z repository: pypy/pypy 2026-09-10T01:26:51.1594580Z token: *** 2026-09-10T01:26:51.1595560Z ssh-strict: true 2026-09-10T01:26:51.1596470Z ssh-user: git 2026-09-10T01:26:51.1597410Z persist-credentials: true 2026-09-10T01:26:51.1598520Z clean: true 2026-09-10T01:26:51.1599460Z sparse-checkout-cone-mode: true 2026-09-10T01:26:51.1629780Z fetch-depth: 1 2026-09-10T01:26:51.1630590Z fetch-tags: false 2026-09-10T01:26:51.1631470Z show-progress: true 2026-09-10T01:26:51.1632320Z lfs: false 2026-09-10T01:26:51.1633260Z submodules: false 2026-09-10T01:26:51.1634180Z set-safe-directory: true
2026-09-10T01:26:51.5248730Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T01:26:51.5258960Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-10T01:26:51.5262490Z [command]/usr/local/bin/git version 2026-09-10T01:26:51.5522040Z git version 2.55.0
2026-09-10T01:26:51.5566980Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/a4f7af49-336e-4b9f-9f5a-fd63f2c14eaa/.gitconfig' 2026-09-10T01:26:51.5584730Z Temporarily overriding HOME='/Users/runner/work/_temp/a4f7af49-336e-4b9f-9f5a-fd63f2c14eaa' before making global git config changes 2026-09-10T01:26:51.5589630Z Adding repository directory to the temporary git global config as a safe directory 2026-09-10T01:26:51.5593760Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-10T01:26:51.5742370Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T01:26:51.5754990Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-10T01:26:51.6208500Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-10T01:26:51.6229890Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-10T01:26:51.6235180Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-10T01:26:51.6241700Z hint: call: 2026-09-10T01:26:51.6248580Z hint: 2026-09-10T01:26:51.6251520Z hint: git config --global init.defaultBranch <name> 2026-09-10T01:26:51.6255610Z hint: 2026-09-10T01:26:51.6258940Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-10T01:26:51.6264270Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-10T01:26:51.6268520Z hint: 2026-09-10T01:26:51.6272840Z hint: git branch -m <name> 2026-09-10T01:26:51.6275620Z hint: 2026-09-10T01:26:51.6279620Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-10T01:26:51.6285910Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-10T01:26:51.6298610Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-10T01:26:51.6412070Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-10T01:26:51.6691340Z Removing SSH command configuration 2026-09-10T01:26:51.6695940Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-10T01:26:51.6719430Z [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-10T01:26:51.8453740Z Removing HTTP extra header 2026-09-10T01:26:51.8458330Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-10T01:26:51.8587160Z [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-10T01:26:52.1087920Z Removing includeIf entries pointing to credentials config files 2026-09-10T01:26:52.1175650Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-10T01:26:52.1216340Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-10T01:26:52.2537940Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-c547361d-7c5e-4d31-a944-0752e80a409a.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-10T01:26:52.2717210Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-c547361d-7c5e-4d31-a944-0752e80a409a.config 2026-09-10T01:26:52.2849640Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-c547361d-7c5e-4d31-a944-0752e80a409a.config 2026-09-10T01:26:52.2966090Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c547361d-7c5e-4d31-a944-0752e80a409a.config 2026-09-10T01:26:52.3096830Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c547361d-7c5e-4d31-a944-0752e80a409a.config
Fetching the repository
2026-09-10T01:26:52.3231180Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7996577de05be06a46a97d8c953879f055f81c85:refs/remotes/origin/py3.12 2026-09-10T01:26:56.1762550Z From https://github.com/pypy/pypy 2026-09-10T01:26:56.1765000Z * [new ref] 7996577de05be06a46a97d8c953879f055f81c85 -> origin/py3.12 2026-09-10T01:26:56.1774920Z [command]/usr/local/bin/git branch --list --remote origin/py3.12 2026-09-10T01:26:56.1894910Z origin/py3.12 2026-09-10T01:26:56.1905480Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-10T01:26:56.2000300Z 7996577de05be06a46a97d8c953879f055f81c85
Determining the checkout info
2026-09-10T01:26:56.2015090Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-10T01:26:56.2158330Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T01:26:56.2270310Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-10T01:26:57.3970540Z Updating files: 40% (2896/7067) 2026-09-10T01:26:57.4980280Z Updating files: 41% (2898/7067) 2026-09-10T01:26:57.5983600Z Updating files: 42% (2969/7067) 2026-09-10T01:26:57.6213990Z Updating files: 43% (3039/7067) 2026-09-10T01:26:57.6279490Z Updating files: 44% (3110/7067) 2026-09-10T01:26:57.6328030Z Updating files: 45% (3181/7067) 2026-09-10T01:26:57.6349240Z Updating files: 46% (3251/7067) 2026-09-10T01:26:57.6591620Z Updating files: 47% (3322/7067) 2026-09-10T01:26:57.6596150Z Updating files: 48% (3393/7067) 2026-09-10T01:26:57.6601250Z Updating files: 49% (3463/7067) 2026-09-10T01:26:57.6627030Z Updating files: 50% (3534/7067) 2026-09-10T01:26:57.6630460Z Updating files: 51% (3605/7067) 2026-09-10T01:26:57.6971190Z Updating files: 52% (3675/7067) 2026-09-10T01:26:57.7336170Z Updating files: 53% (3746/7067) 2026-09-10T01:26:57.7864250Z Updating files: 54% (3817/7067) 2026-09-10T01:26:57.8099500Z Updating files: 55% (3887/7067) 2026-09-10T01:26:57.8127760Z Updating files: 56% (3958/7067) 2026-09-10T01:26:57.8496340Z Updating files: 57% (4029/7067) 2026-09-10T01:26:57.9500260Z Updating files: 58% (4099/7067) 2026-09-10T01:26:58.0503500Z Updating files: 59% (4170/7067) 2026-09-10T01:26:58.0977670Z Updating files: 60% (4241/7067) 2026-09-10T01:26:58.1305270Z Updating files: 61% (4311/7067) 2026-09-10T01:26:58.1308530Z Updating files: 62% (4382/7067) 2026-09-10T01:26:58.1310390Z Updating files: 63% (4453/7067) 2026-09-10T01:26:58.1312430Z Updating files: 64% (4523/7067) 2026-09-10T01:26:58.1313560Z Updating files: 65% (4594/7067) 2026-09-10T01:26:58.1316950Z Updating files: 66% (4665/7067) 2026-09-10T01:26:58.1318940Z Updating files: 67% (4735/7067) 2026-09-10T01:26:58.1357250Z Updating files: 68% (4806/7067) 2026-09-10T01:26:58.1630330Z Updating files: 69% (4877/7067) 2026-09-10T01:26:58.1831010Z Updating files: 70% (4947/7067) 2026-09-10T01:26:58.2007050Z Updating files: 71% (5018/7067) 2026-09-10T01:26:58.2391380Z Updating files: 72% (5089/7067) 2026-09-10T01:26:58.2606830Z Updating files: 73% (5159/7067) 2026-09-10T01:26:58.3091720Z Updating files: 73% (5163/7067) 2026-09-10T01:26:58.3308780Z Updating files: 74% (5230/7067) 2026-09-10T01:26:58.3571620Z Updating files: 75% (5301/7067) 2026-09-10T01:26:58.3742880Z Updating files: 76% (5371/7067) 2026-09-10T01:26:58.3942680Z Updating files: 77% (5442/7067) 2026-09-10T01:26:58.4132670Z Updating files: 78% (5513/7067) 2026-09-10T01:26:58.4307940Z Updating files: 79% (5583/7067) 2026-09-10T01:26:58.4518530Z Updating files: 80% (5654/7067) 2026-09-10T01:26:58.4764130Z Updating files: 81% (5725/7067) 2026-09-10T01:26:58.4965370Z Updating files: 82% (5795/7067) 2026-09-10T01:26:58.5237400Z Updating files: 83% (5866/7067) 2026-09-10T01:26:58.5579290Z Updating files: 84% (5937/7067) 2026-09-10T01:26:58.5835350Z Updating files: 85% (6007/7067) 2026-09-10T01:26:58.6935320Z Updating files: 86% (6078/7067) 2026-09-10T01:26:58.7830020Z Updating files: 87% (6149/7067) 2026-09-10T01:26:58.8979890Z Updating files: 88% (6219/7067) 2026-09-10T01:26:58.9196280Z Updating files: 89% (6290/7067) 2026-09-10T01:26:58.9484820Z Updating files: 90% (6361/7067) 2026-09-10T01:26:58.9690690Z Updating files: 91% (6431/7067) 2026-09-10T01:26:58.9907450Z Updating files: 92% (6502/7067) 2026-09-10T01:26:59.3411030Z Updating files: 93% (6573/7067) 2026-09-10T01:26:59.3539690Z Updating files: 93% (6619/7067) 2026-09-10T01:26:59.3641020Z Updating files: 94% (6643/7067) 2026-09-10T01:26:59.4227190Z Updating files: 95% (6714/7067) 2026-09-10T01:26:59.7172610Z Updating files: 96% (6785/7067) 2026-09-10T01:26:59.7215020Z Updating files: 97% (6855/7067) 2026-09-10T01:26:59.7958470Z Updating files: 98% (6926/7067) 2026-09-10T01:26:59.8067730Z Updating files: 99% (6997/7067) 2026-09-10T01:26:59.8117380Z Updating files: 100% (7067/7067) 2026-09-10T01:26:59.8165990Z Updating files: 100% (7067/7067), done. 2026-09-10T01:26:59.8171620Z Switched to a new branch 'py3.12' 2026-09-10T01:26:59.8173550Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-10T01:27:00.0065050Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-10T01:27:00.0534280Z 7996577de05be06a46a97d8c953879f055f81c85