Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-22T13:04:40.6716790Z with: 2026-08-22T13:04:40.6717150Z repository: pypy/pypy 2026-08-22T13:04:40.6729370Z token: *** 2026-08-22T13:04:40.6730650Z ssh-strict: true 2026-08-22T13:04:40.6731650Z ssh-user: git 2026-08-22T13:04:40.6732810Z persist-credentials: true 2026-08-22T13:04:40.6733920Z clean: true 2026-08-22T13:04:40.6735190Z sparse-checkout-cone-mode: true 2026-08-22T13:04:40.6735800Z fetch-depth: 1 2026-08-22T13:04:40.6736170Z fetch-tags: false 2026-08-22T13:04:40.6737570Z show-progress: true 2026-08-22T13:04:40.6738780Z lfs: false 2026-08-22T13:04:40.6739740Z submodules: false 2026-08-22T13:04:40.6740780Z set-safe-directory: true
2026-08-22T13:04:41.3777590Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T13:04:41.3780700Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-22T13:04:41.3782440Z [command]/opt/homebrew/bin/git version 2026-08-22T13:04:41.4253620Z git version 2.55.0
2026-08-22T13:04:41.4322870Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/2f5624a6-fdd1-4c74-a342-e012c81277a5/.gitconfig' 2026-08-22T13:04:41.4326380Z Temporarily overriding HOME='/Users/runner/work/_temp/2f5624a6-fdd1-4c74-a342-e012c81277a5' before making global git config changes 2026-08-22T13:04:41.4328720Z Adding repository directory to the temporary git global config as a safe directory 2026-08-22T13:04:41.4330770Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-22T13:04:41.4488660Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T13:04:41.4494340Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-22T13:04:41.4836410Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-22T13:04:41.4838880Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-22T13:04:41.4846060Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-22T13:04:41.4849900Z hint: call: 2026-08-22T13:04:41.4857300Z hint: 2026-08-22T13:04:41.4858730Z hint: git config --global init.defaultBranch <name> 2026-08-22T13:04:41.4905080Z hint: 2026-08-22T13:04:41.4912860Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-22T13:04:41.4942190Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-22T13:04:41.4960260Z hint: 2026-08-22T13:04:41.4961290Z hint: git branch -m <name> 2026-08-22T13:04:41.4962060Z hint: 2026-08-22T13:04:41.4963620Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-22T13:04:41.4965360Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-22T13:04:41.4968160Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-22T13:04:41.4994720Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-22T13:04:41.5145010Z Removing SSH command configuration 2026-08-22T13:04:41.5148500Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-22T13:04:41.5305820Z [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-22T13:04:41.7329100Z Removing HTTP extra header 2026-08-22T13:04:41.7336690Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-22T13:04:41.7467480Z [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-22T13:04:41.9972290Z Removing includeIf entries pointing to credentials config files 2026-08-22T13:04:42.0075140Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-22T13:04:42.0384380Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-22T13:04:42.2868170Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-5b9370e6-0c14-4b5f-a1d5-5498e2367761.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-22T13:04:42.3188540Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-5b9370e6-0c14-4b5f-a1d5-5498e2367761.config 2026-08-22T13:04:42.3493070Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-5b9370e6-0c14-4b5f-a1d5-5498e2367761.config 2026-08-22T13:04:42.3797480Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-5b9370e6-0c14-4b5f-a1d5-5498e2367761.config 2026-08-22T13:04:42.3904650Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-5b9370e6-0c14-4b5f-a1d5-5498e2367761.config
Fetching the repository
2026-08-22T13:04:42.3921770Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e3e0a8a07e8daa90f77dafb113add45de8ebd6c2:refs/remotes/origin/py3.12 2026-08-22T13:04:46.3947840Z From https://github.com/pypy/pypy 2026-08-22T13:04:46.3951320Z * [new ref] e3e0a8a07e8daa90f77dafb113add45de8ebd6c2 -> origin/py3.12 2026-08-22T13:04:46.3961940Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-08-22T13:04:46.4098320Z origin/py3.12 2026-08-22T13:04:46.4111870Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-22T13:04:46.4194590Z e3e0a8a07e8daa90f77dafb113add45de8ebd6c2
Determining the checkout info
2026-08-22T13:04:46.4209550Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-22T13:04:46.4332090Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-22T13:04:46.4430850Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-22T13:04:47.5316190Z Updating files: 53% (3789/7088) 2026-08-22T13:04:47.5519550Z Updating files: 54% (3828/7088) 2026-08-22T13:04:47.5719810Z Updating files: 55% (3899/7088) 2026-08-22T13:04:47.6123330Z Updating files: 56% (3970/7088) 2026-08-22T13:04:47.6429230Z Updating files: 57% (4041/7088) 2026-08-22T13:04:47.6632200Z Updating files: 58% (4112/7088) 2026-08-22T13:04:47.6937860Z Updating files: 59% (4182/7088) 2026-08-22T13:04:47.7141070Z Updating files: 60% (4253/7088) 2026-08-22T13:04:47.7253620Z Updating files: 61% (4324/7088) 2026-08-22T13:04:47.7356780Z Updating files: 62% (4395/7088) 2026-08-22T13:04:47.7567600Z Updating files: 63% (4466/7088) 2026-08-22T13:04:47.7569310Z Updating files: 64% (4537/7088) 2026-08-22T13:04:47.7784080Z Updating files: 65% (4608/7088) 2026-08-22T13:04:47.8086270Z Updating files: 66% (4679/7088) 2026-08-22T13:04:47.8189380Z Updating files: 67% (4749/7088) 2026-08-22T13:04:47.8404670Z Updating files: 68% (4820/7088) 2026-08-22T13:04:47.8491130Z Updating files: 69% (4891/7088) 2026-08-22T13:04:47.8631240Z Updating files: 70% (4962/7088) 2026-08-22T13:04:47.8720600Z Updating files: 71% (5033/7088) 2026-08-22T13:04:47.8895890Z Updating files: 72% (5104/7088) 2026-08-22T13:04:47.9050120Z Updating files: 73% (5175/7088) 2026-08-22T13:04:47.9250990Z Updating files: 74% (5246/7088) 2026-08-22T13:04:47.9409230Z Updating files: 75% (5316/7088) 2026-08-22T13:04:47.9589370Z Updating files: 76% (5387/7088) 2026-08-22T13:04:47.9730150Z Updating files: 77% (5458/7088) 2026-08-22T13:04:47.9896580Z Updating files: 78% (5529/7088) 2026-08-22T13:04:48.0017660Z Updating files: 79% (5600/7088) 2026-08-22T13:04:48.0182460Z Updating files: 80% (5671/7088) 2026-08-22T13:04:48.0451200Z Updating files: 81% (5742/7088) 2026-08-22T13:04:48.0587500Z Updating files: 82% (5813/7088) 2026-08-22T13:04:48.0755230Z Updating files: 83% (5884/7088) 2026-08-22T13:04:48.0993620Z Updating files: 84% (5954/7088) 2026-08-22T13:04:48.1112200Z Updating files: 85% (6025/7088) 2026-08-22T13:04:48.1244730Z Updating files: 86% (6096/7088) 2026-08-22T13:04:48.1349120Z Updating files: 87% (6167/7088) 2026-08-22T13:04:48.1508780Z Updating files: 88% (6238/7088) 2026-08-22T13:04:48.1745390Z Updating files: 89% (6309/7088) 2026-08-22T13:04:48.1942390Z Updating files: 90% (6380/7088) 2026-08-22T13:04:48.2127920Z Updating files: 91% (6451/7088) 2026-08-22T13:04:48.3495590Z Updating files: 92% (6521/7088) 2026-08-22T13:04:48.4183730Z Updating files: 93% (6592/7088) 2026-08-22T13:04:48.4285730Z Updating files: 94% (6663/7088) 2026-08-22T13:04:48.4449550Z Updating files: 95% (6734/7088) 2026-08-22T13:04:48.4527660Z Updating files: 96% (6805/7088) 2026-08-22T13:04:48.4628920Z Updating files: 97% (6876/7088) 2026-08-22T13:04:48.4639310Z Updating files: 97% (6937/7088) 2026-08-22T13:04:48.4773850Z Updating files: 98% (6947/7088) 2026-08-22T13:04:48.4912360Z Updating files: 99% (7018/7088) 2026-08-22T13:04:48.4912950Z Updating files: 100% (7088/7088) 2026-08-22T13:04:48.4916910Z Updating files: 100% (7088/7088), done. 2026-08-22T13:04:48.5047560Z Switched to a new branch 'py3.12' 2026-08-22T13:04:48.5069160Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-22T13:04:48.5324820Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-22T13:04:48.5493870Z e3e0a8a07e8daa90f77dafb113add45de8ebd6c2