Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-05T21:00:37.2534210Z with: 2026-09-05T21:00:37.2534540Z repository: pypy/pypy 2026-09-05T21:00:37.2537130Z token: *** 2026-09-05T21:00:37.2537430Z ssh-strict: true 2026-09-05T21:00:37.2537720Z ssh-user: git 2026-09-05T21:00:37.2538030Z persist-credentials: true 2026-09-05T21:00:37.2538360Z clean: true 2026-09-05T21:00:37.2538670Z sparse-checkout-cone-mode: true 2026-09-05T21:00:37.2539020Z fetch-depth: 1 2026-09-05T21:00:37.2539310Z fetch-tags: false 2026-09-05T21:00:37.2539620Z show-progress: true 2026-09-05T21:00:37.2539920Z lfs: false 2026-09-05T21:00:37.2540300Z submodules: false 2026-09-05T21:00:37.2540630Z set-safe-directory: true
2026-09-05T21:00:37.6617640Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-05T21:00:37.6619830Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-05T21:00:37.6620600Z [command]/opt/homebrew/bin/git version 2026-09-05T21:00:37.6837800Z git version 2.55.0
2026-09-05T21:00:37.6857640Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/9fbc76d7-1307-46e4-8d10-51a09418ca40/.gitconfig' 2026-09-05T21:00:37.6862780Z Temporarily overriding HOME='/Users/runner/work/_temp/9fbc76d7-1307-46e4-8d10-51a09418ca40' before making global git config changes 2026-09-05T21:00:37.6863750Z Adding repository directory to the temporary git global config as a safe directory 2026-09-05T21:00:37.6866110Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-05T21:00:37.6964170Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-05T21:00:37.6970680Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-05T21:00:37.7162880Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-05T21:00:37.7164080Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-05T21:00:37.7164880Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-05T21:00:37.7165470Z hint: call: 2026-09-05T21:00:37.7165850Z hint: 2026-09-05T21:00:37.7166330Z hint: git config --global init.defaultBranch <name> 2026-09-05T21:00:37.7166840Z hint: 2026-09-05T21:00:37.7167350Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-05T21:00:37.7168060Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-05T21:00:37.7168720Z hint: 2026-09-05T21:00:37.7169040Z hint: git branch -m <name> 2026-09-05T21:00:37.7169410Z hint: 2026-09-05T21:00:37.7169880Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-05T21:00:37.7170690Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-05T21:00:37.7172100Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-05T21:00:37.7250470Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-05T21:00:37.7313150Z Removing SSH command configuration 2026-09-05T21:00:37.7316280Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-05T21:00:37.7377490Z [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-05T21:00:37.8240890Z Removing HTTP extra header 2026-09-05T21:00:37.8241780Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-05T21:00:37.8302640Z [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-05T21:00:37.8957920Z Removing includeIf entries pointing to credentials config files 2026-09-05T21:00:37.8961930Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-05T21:00:37.9019370Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-05T21:00:38.0186490Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-9c368570-eb01-4df7-8f3e-ca91c568aa02.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-05T21:00:38.0410500Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-9c368570-eb01-4df7-8f3e-ca91c568aa02.config 2026-09-05T21:00:38.0472020Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-9c368570-eb01-4df7-8f3e-ca91c568aa02.config 2026-09-05T21:00:38.0533530Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-9c368570-eb01-4df7-8f3e-ca91c568aa02.config 2026-09-05T21:00:38.0592060Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-9c368570-eb01-4df7-8f3e-ca91c568aa02.config
Fetching the repository
2026-09-05T21:00:38.0650750Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +dd257e8ae70acf213b723fbbd8e37e27a163a8ef:refs/remotes/origin/py3.12 2026-09-05T21:00:42.1169690Z From https://github.com/pypy/pypy 2026-09-05T21:00:42.1172750Z * [new ref] dd257e8ae70acf213b723fbbd8e37e27a163a8ef -> origin/py3.12 2026-09-05T21:00:42.1251860Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-09-05T21:00:42.1379430Z origin/py3.12 2026-09-05T21:00:42.1387020Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-05T21:00:42.1500760Z dd257e8ae70acf213b723fbbd8e37e27a163a8ef
Determining the checkout info
2026-09-05T21:00:42.1509840Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-05T21:00:42.1618600Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-05T21:00:42.1713450Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-05T21:00:43.2711100Z Updating files: 93% (6664/7113) 2026-09-05T21:00:43.2803610Z Updating files: 94% (6687/7113) 2026-09-05T21:00:43.2896000Z Updating files: 95% (6758/7113) 2026-09-05T21:00:43.2970350Z Updating files: 96% (6829/7113) 2026-09-05T21:00:43.3048580Z Updating files: 97% (6900/7113) 2026-09-05T21:00:43.3141540Z Updating files: 98% (6971/7113) 2026-09-05T21:00:43.3222040Z Updating files: 99% (7042/7113) 2026-09-05T21:00:43.3222760Z Updating files: 100% (7113/7113) 2026-09-05T21:00:43.3223270Z Updating files: 100% (7113/7113), done. 2026-09-05T21:00:43.3347480Z Switched to a new branch 'py3.12' 2026-09-05T21:00:43.3354490Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-05T21:00:43.3627870Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-05T21:00:43.3705630Z dd257e8ae70acf213b723fbbd8e37e27a163a8ef