Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-26T05:51:11.1971170Z with: 2026-08-26T05:51:11.1971540Z repository: pypy/pypy 2026-08-26T05:51:11.1974650Z token: *** 2026-08-26T05:51:11.1975010Z ssh-strict: true 2026-08-26T05:51:11.1975380Z ssh-user: git 2026-08-26T05:51:11.1975740Z persist-credentials: true 2026-08-26T05:51:11.1976140Z clean: true 2026-08-26T05:51:11.1976500Z sparse-checkout-cone-mode: true 2026-08-26T05:51:11.1976950Z fetch-depth: 1 2026-08-26T05:51:11.1977300Z fetch-tags: false 2026-08-26T05:51:11.1977670Z show-progress: true 2026-08-26T05:51:11.1978040Z lfs: false 2026-08-26T05:51:11.1978380Z submodules: false 2026-08-26T05:51:11.1978760Z set-safe-directory: true
2026-08-26T05:51:12.0375210Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T05:51:12.0378500Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-26T05:51:12.0381490Z [command]/opt/homebrew/bin/git version 2026-08-26T05:51:12.0989400Z git version 2.55.0
2026-08-26T05:51:12.1026740Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0761b851-57c7-4bd8-8f4b-8d1bc2c8609d/.gitconfig' 2026-08-26T05:51:12.1042260Z Temporarily overriding HOME='/Users/runner/work/_temp/0761b851-57c7-4bd8-8f4b-8d1bc2c8609d' before making global git config changes 2026-08-26T05:51:12.1043880Z Adding repository directory to the temporary git global config as a safe directory 2026-08-26T05:51:12.1047170Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-26T05:51:12.1203420Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T05:51:12.1222780Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-26T05:51:12.1648570Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-26T05:51:12.1650100Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-26T05:51:12.1651000Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-26T05:51:12.1651740Z hint: call: 2026-08-26T05:51:12.1652230Z hint: 2026-08-26T05:51:12.1653130Z hint: git config --global init.defaultBranch <name> 2026-08-26T05:51:12.1653680Z hint: 2026-08-26T05:51:12.1654270Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-26T05:51:12.1655120Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-26T05:51:12.1655830Z hint: 2026-08-26T05:51:12.1656280Z hint: git branch -m <name> 2026-08-26T05:51:12.1656790Z hint: 2026-08-26T05:51:12.1657400Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-26T05:51:12.1658270Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-26T05:51:12.1662210Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-26T05:51:12.1850590Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-26T05:51:12.1931090Z Removing SSH command configuration 2026-08-26T05:51:12.1935260Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-26T05:51:12.2015400Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-08-26T05:51:12.4544860Z Removing HTTP extra header 2026-08-26T05:51:12.4554020Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-26T05:51:12.4653450Z [command]/opt/homebrew/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-08-26T05:51:12.6702100Z Removing includeIf entries pointing to credentials config files 2026-08-26T05:51:12.6807850Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-26T05:51:12.7120020Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-26T05:51:12.9691680Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-a72224c1-f25f-4550-8ff4-c00e469caa71.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-26T05:51:12.9966250Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-a72224c1-f25f-4550-8ff4-c00e469caa71.config 2026-08-26T05:51:13.0002790Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-a72224c1-f25f-4550-8ff4-c00e469caa71.config 2026-08-26T05:51:13.0010090Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a72224c1-f25f-4550-8ff4-c00e469caa71.config 2026-08-26T05:51:13.0016090Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a72224c1-f25f-4550-8ff4-c00e469caa71.config
Fetching the repository
2026-08-26T05:51:13.0030890Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +422c71813a7913bbc389a9f9a788506a4f1efac2:refs/remotes/origin/py3.12 2026-08-26T05:51:15.8272400Z From https://github.com/pypy/pypy 2026-08-26T05:51:15.8310260Z * [new ref] 422c71813a7913bbc389a9f9a788506a4f1efac2 -> origin/py3.12 2026-08-26T05:51:15.8313160Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-08-26T05:51:15.8428300Z origin/py3.12 2026-08-26T05:51:15.8454740Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-26T05:51:15.8598290Z 422c71813a7913bbc389a9f9a788506a4f1efac2
Determining the checkout info
2026-08-26T05:51:15.8720580Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-26T05:51:15.8868210Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T05:51:15.9017330Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-26T05:51:17.0274350Z Updating files: 51% (3671/7090) 2026-08-26T05:51:17.0482520Z Updating files: 52% (3687/7090) 2026-08-26T05:51:17.0601110Z Updating files: 53% (3758/7090) 2026-08-26T05:51:17.0743190Z Updating files: 54% (3829/7090) 2026-08-26T05:51:17.1028450Z Updating files: 55% (3900/7090) 2026-08-26T05:51:17.1281930Z Updating files: 56% (3971/7090) 2026-08-26T05:51:17.1512410Z Updating files: 57% (4042/7090) 2026-08-26T05:51:17.1705640Z Updating files: 58% (4113/7090) 2026-08-26T05:51:17.1886220Z Updating files: 59% (4184/7090) 2026-08-26T05:51:17.2368480Z Updating files: 60% (4254/7090) 2026-08-26T05:51:17.2579020Z Updating files: 61% (4325/7090) 2026-08-26T05:51:17.2786750Z Updating files: 62% (4396/7090) 2026-08-26T05:51:17.2873170Z Updating files: 63% (4467/7090) 2026-08-26T05:51:17.2985220Z Updating files: 64% (4538/7090) 2026-08-26T05:51:17.3228000Z Updating files: 65% (4609/7090) 2026-08-26T05:51:17.3614320Z Updating files: 66% (4680/7090) 2026-08-26T05:51:17.3714800Z Updating files: 67% (4751/7090) 2026-08-26T05:51:17.3985210Z Updating files: 68% (4822/7090) 2026-08-26T05:51:17.4159210Z Updating files: 69% (4893/7090) 2026-08-26T05:51:17.4249970Z Updating files: 70% (4963/7090) 2026-08-26T05:51:17.4426390Z Updating files: 71% (5034/7090) 2026-08-26T05:51:17.4555710Z Updating files: 72% (5105/7090) 2026-08-26T05:51:17.4730560Z Updating files: 73% (5176/7090) 2026-08-26T05:51:17.5036020Z Updating files: 74% (5247/7090) 2026-08-26T05:51:17.5171890Z Updating files: 75% (5318/7090) 2026-08-26T05:51:17.5266220Z Updating files: 76% (5389/7090) 2026-08-26T05:51:17.5479700Z Updating files: 77% (5460/7090) 2026-08-26T05:51:17.5608280Z Updating files: 78% (5531/7090) 2026-08-26T05:51:17.5843830Z Updating files: 79% (5602/7090) 2026-08-26T05:51:17.6056200Z Updating files: 80% (5672/7090) 2026-08-26T05:51:17.6260930Z Updating files: 81% (5743/7090) 2026-08-26T05:51:17.6432690Z Updating files: 82% (5814/7090) 2026-08-26T05:51:17.6627460Z Updating files: 83% (5885/7090) 2026-08-26T05:51:17.6806740Z Updating files: 84% (5956/7090) 2026-08-26T05:51:17.6954490Z Updating files: 85% (6027/7090) 2026-08-26T05:51:17.7224320Z Updating files: 86% (6098/7090) 2026-08-26T05:51:17.7366170Z Updating files: 87% (6169/7090) 2026-08-26T05:51:17.7576830Z Updating files: 88% (6240/7090) 2026-08-26T05:51:17.8073070Z Updating files: 89% (6311/7090) 2026-08-26T05:51:17.8164720Z Updating files: 90% (6381/7090) 2026-08-26T05:51:17.8309280Z Updating files: 91% (6452/7090) 2026-08-26T05:51:17.9310580Z Updating files: 92% (6523/7090) 2026-08-26T05:51:17.9923730Z Updating files: 93% (6594/7090) 2026-08-26T05:51:18.0099340Z Updating files: 94% (6665/7090) 2026-08-26T05:51:18.0239310Z Updating files: 95% (6736/7090) 2026-08-26T05:51:18.0337650Z Updating files: 96% (6807/7090) 2026-08-26T05:51:18.0478460Z Updating files: 97% (6878/7090) 2026-08-26T05:51:18.0627240Z Updating files: 98% (6949/7090) 2026-08-26T05:51:18.0765550Z Updating files: 99% (7020/7090) 2026-08-26T05:51:18.0771670Z Updating files: 100% (7090/7090) 2026-08-26T05:51:18.0772430Z Updating files: 100% (7090/7090), done. 2026-08-26T05:51:18.0958430Z Switched to a new branch 'py3.12' 2026-08-26T05:51:18.0963980Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-26T05:51:18.1212540Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-26T05:51:18.1331320Z 422c71813a7913bbc389a9f9a788506a4f1efac2