Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-16T12:18:38.6606010Z with: 2026-09-16T12:18:38.6606360Z repository: pypy/pypy 2026-09-16T12:18:38.6609440Z token: *** 2026-09-16T12:18:38.6609780Z ssh-strict: true 2026-09-16T12:18:38.6610130Z ssh-user: git 2026-09-16T12:18:38.6610480Z persist-credentials: true 2026-09-16T12:18:38.6610860Z clean: true 2026-09-16T12:18:38.6611220Z sparse-checkout-cone-mode: true 2026-09-16T12:18:38.6611630Z fetch-depth: 1 2026-09-16T12:18:38.6612050Z fetch-tags: false 2026-09-16T12:18:38.6612410Z show-progress: true 2026-09-16T12:18:38.6612780Z lfs: false 2026-09-16T12:18:38.6613100Z submodules: false 2026-09-16T12:18:38.6613470Z set-safe-directory: true
2026-09-16T12:18:39.1415170Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T12:18:39.1417810Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-16T12:18:39.1418910Z [command]/opt/homebrew/bin/git version 2026-09-16T12:18:39.2161030Z git version 2.55.0
2026-09-16T12:18:39.2185320Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/637a4a39-a313-4a86-996f-de3299116b49/.gitconfig' 2026-09-16T12:18:39.2197190Z Temporarily overriding HOME='/Users/runner/work/_temp/637a4a39-a313-4a86-996f-de3299116b49' before making global git config changes 2026-09-16T12:18:39.2199350Z Adding repository directory to the temporary git global config as a safe directory 2026-09-16T12:18:39.2204190Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-16T12:18:39.2393900Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T12:18:39.2420910Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-16T12:18:39.2936790Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-16T12:18:39.2942700Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-16T12:18:39.2946350Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-16T12:18:39.2950140Z hint: call: 2026-09-16T12:18:39.2950730Z hint: 2026-09-16T12:18:39.2951460Z hint: git config --global init.defaultBranch <name> 2026-09-16T12:18:39.2957020Z hint: 2026-09-16T12:18:39.2959760Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-16T12:18:39.2963160Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-16T12:18:39.2966270Z hint: 2026-09-16T12:18:39.2967750Z hint: git branch -m <name> 2026-09-16T12:18:39.2969400Z hint: 2026-09-16T12:18:39.2971490Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-16T12:18:39.2974980Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-16T12:18:39.2980230Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-16T12:18:39.3087310Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-16T12:18:39.3176100Z Removing SSH command configuration 2026-09-16T12:18:39.3180870Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-16T12:18:39.3266100Z [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-09-16T12:18:39.4789800Z Removing HTTP extra header 2026-09-16T12:18:39.4793950Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-16T12:18:39.4861720Z [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-09-16T12:18:39.5765790Z Removing includeIf entries pointing to credentials config files 2026-09-16T12:18:39.5770030Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-16T12:18:39.5841970Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-16T12:18:39.7595900Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-e230cad0-3ac5-43f5-89a0-90bd0545b76d.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-16T12:18:39.7718060Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e230cad0-3ac5-43f5-89a0-90bd0545b76d.config 2026-09-16T12:18:39.7788650Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e230cad0-3ac5-43f5-89a0-90bd0545b76d.config 2026-09-16T12:18:39.7916000Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e230cad0-3ac5-43f5-89a0-90bd0545b76d.config 2026-09-16T12:18:39.7948930Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e230cad0-3ac5-43f5-89a0-90bd0545b76d.config
Fetching the repository
2026-09-16T12:18:39.8170640Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +b5d3d986d6169df26e033117b048ccd231f7a200:refs/remotes/origin/py3.12 2026-09-16T12:18:43.7455910Z From https://github.com/pypy/pypy 2026-09-16T12:18:43.7458310Z * [new ref] b5d3d986d6169df26e033117b048ccd231f7a200 -> origin/py3.12 2026-09-16T12:18:43.7462210Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-09-16T12:18:43.7550190Z origin/py3.12 2026-09-16T12:18:43.7556460Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-16T12:18:43.7615250Z b5d3d986d6169df26e033117b048ccd231f7a200
Determining the checkout info
2026-09-16T12:18:43.7623200Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-16T12:18:43.7711090Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T12:18:43.7776690Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-16T12:18:44.8616880Z Updating files: 93% (6582/7068) 2026-09-16T12:18:44.8730590Z Updating files: 94% (6644/7068) 2026-09-16T12:18:44.8815430Z Updating files: 95% (6715/7068) 2026-09-16T12:18:44.8893770Z Updating files: 96% (6786/7068) 2026-09-16T12:18:44.8976970Z Updating files: 97% (6856/7068) 2026-09-16T12:18:44.9091930Z Updating files: 98% (6927/7068) 2026-09-16T12:18:44.9228670Z Updating files: 99% (6998/7068) 2026-09-16T12:18:44.9230180Z Updating files: 100% (7068/7068) 2026-09-16T12:18:44.9231100Z Updating files: 100% (7068/7068), done. 2026-09-16T12:18:44.9341320Z Switched to a new branch 'py3.12' 2026-09-16T12:18:44.9350150Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-16T12:18:44.9476010Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-16T12:18:44.9551410Z b5d3d986d6169df26e033117b048ccd231f7a200