Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-06T14:22:24.5666580Z with: 2026-08-06T14:22:24.5667040Z repository: pypy/pypy 2026-08-06T14:22:24.5670690Z token: *** 2026-08-06T14:22:24.5671130Z ssh-strict: true 2026-08-06T14:22:24.5671540Z ssh-user: git 2026-08-06T14:22:24.5671970Z persist-credentials: true 2026-08-06T14:22:24.5672370Z clean: true 2026-08-06T14:22:24.5672810Z sparse-checkout-cone-mode: true 2026-08-06T14:22:24.5673260Z fetch-depth: 1 2026-08-06T14:22:24.5673630Z fetch-tags: false 2026-08-06T14:22:24.5674060Z show-progress: true 2026-08-06T14:22:24.5674480Z lfs: false 2026-08-06T14:22:24.5674860Z submodules: false 2026-08-06T14:22:24.5675290Z set-safe-directory: true
2026-08-06T14:22:25.5589480Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-06T14:22:25.5593170Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-06T14:22:25.5748780Z [command]/opt/homebrew/bin/git version 2026-08-06T14:22:25.6338390Z git version 2.55.0
2026-08-06T14:22:25.6503540Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/72e8bc9b-68c8-47f0-90e3-37cd91670d9b/.gitconfig' 2026-08-06T14:22:25.6508140Z Temporarily overriding HOME='/Users/runner/work/_temp/72e8bc9b-68c8-47f0-90e3-37cd91670d9b' before making global git config changes 2026-08-06T14:22:25.6514260Z Adding repository directory to the temporary git global config as a safe directory 2026-08-06T14:22:25.6520270Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-06T14:22:25.6625560Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-06T14:22:25.6634400Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-06T14:22:25.6882410Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-06T14:22:25.6896320Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-06T14:22:25.6900980Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-06T14:22:25.6904930Z hint: call: 2026-08-06T14:22:25.6906020Z hint: 2026-08-06T14:22:25.6907080Z hint: git config --global init.defaultBranch <name> 2026-08-06T14:22:25.6909830Z hint: 2026-08-06T14:22:25.6912480Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-06T14:22:25.6914550Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-06T14:22:25.6916190Z hint: 2026-08-06T14:22:25.6918430Z hint: git branch -m <name> 2026-08-06T14:22:25.6919840Z hint: 2026-08-06T14:22:25.6921360Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-06T14:22:25.6923640Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-06T14:22:25.6927950Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-06T14:22:25.7044910Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-06T14:22:25.7186810Z Removing SSH command configuration 2026-08-06T14:22:25.7191260Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-06T14:22:25.7313680Z [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-06T14:22:25.9033230Z Removing HTTP extra header 2026-08-06T14:22:25.9056220Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-06T14:22:25.9112040Z [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-06T14:22:26.0490500Z Removing includeIf entries pointing to credentials config files 2026-08-06T14:22:26.0594730Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-06T14:22:26.0938980Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-06T14:22:26.2105050Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-16ebc0e3-533b-4c32-8bfd-77b941599492.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-06T14:22:26.2206380Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-16ebc0e3-533b-4c32-8bfd-77b941599492.config 2026-08-06T14:22:26.2291020Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-16ebc0e3-533b-4c32-8bfd-77b941599492.config 2026-08-06T14:22:26.2368170Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-16ebc0e3-533b-4c32-8bfd-77b941599492.config 2026-08-06T14:22:26.2459450Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-16ebc0e3-533b-4c32-8bfd-77b941599492.config
Fetching the repository
2026-08-06T14:22:26.2561050Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +da31b969bfab1a5f222ab899ed6bd5c45ff83af9:refs/remotes/origin/py3.12 2026-08-06T14:22:28.6461880Z From https://github.com/pypy/pypy 2026-08-06T14:22:28.6468700Z * [new ref] da31b969bfab1a5f222ab899ed6bd5c45ff83af9 -> origin/py3.12 2026-08-06T14:22:28.6478430Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-08-06T14:22:28.6577670Z origin/py3.12 2026-08-06T14:22:28.6584310Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-06T14:22:28.6655250Z da31b969bfab1a5f222ab899ed6bd5c45ff83af9
Determining the checkout info
2026-08-06T14:22:28.6668280Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-06T14:22:28.6772520Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-06T14:22:28.6857420Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-06T14:22:29.8629200Z Updating files: 73% (5208/7077) 2026-08-06T14:22:29.8908000Z Updating files: 74% (5237/7077) 2026-08-06T14:22:29.9075840Z Updating files: 75% (5308/7077) 2026-08-06T14:22:29.9261190Z Updating files: 76% (5379/7077) 2026-08-06T14:22:29.9421760Z Updating files: 77% (5450/7077) 2026-08-06T14:22:29.9515570Z Updating files: 78% (5521/7077) 2026-08-06T14:22:29.9603070Z Updating files: 79% (5591/7077) 2026-08-06T14:22:29.9701420Z Updating files: 80% (5662/7077) 2026-08-06T14:22:29.9791440Z Updating files: 81% (5733/7077) 2026-08-06T14:22:29.9862930Z Updating files: 82% (5804/7077) 2026-08-06T14:22:29.9983020Z Updating files: 83% (5874/7077) 2026-08-06T14:22:30.0216620Z Updating files: 84% (5945/7077) 2026-08-06T14:22:30.0385140Z Updating files: 85% (6016/7077) 2026-08-06T14:22:30.0488290Z Updating files: 86% (6087/7077) 2026-08-06T14:22:30.0583310Z Updating files: 87% (6157/7077) 2026-08-06T14:22:30.0740550Z Updating files: 88% (6228/7077) 2026-08-06T14:22:30.0905890Z Updating files: 89% (6299/7077) 2026-08-06T14:22:30.1038060Z Updating files: 90% (6370/7077) 2026-08-06T14:22:30.1140730Z Updating files: 91% (6441/7077) 2026-08-06T14:22:30.1929150Z Updating files: 92% (6511/7077) 2026-08-06T14:22:30.2341010Z Updating files: 93% (6582/7077) 2026-08-06T14:22:30.2444260Z Updating files: 94% (6653/7077) 2026-08-06T14:22:30.2587340Z Updating files: 95% (6724/7077) 2026-08-06T14:22:30.2777310Z Updating files: 96% (6794/7077) 2026-08-06T14:22:30.3392150Z Updating files: 97% (6865/7077) 2026-08-06T14:22:30.3601830Z Updating files: 98% (6936/7077) 2026-08-06T14:22:30.3704040Z Updating files: 99% (7007/7077) 2026-08-06T14:22:30.3806040Z Updating files: 100% (7077/7077) 2026-08-06T14:22:30.3908470Z Updating files: 100% (7077/7077), done. 2026-08-06T14:22:30.4008160Z Switched to a new branch 'py3.12' 2026-08-06T14:22:30.4109470Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-06T14:22:30.4695000Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-06T14:22:30.4761280Z da31b969bfab1a5f222ab899ed6bd5c45ff83af9