Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-14T15:40:46.0916840Z with: 2026-09-14T15:40:46.0917170Z repository: pypy/pypy 2026-09-14T15:40:46.0931600Z token: *** 2026-09-14T15:40:46.0931940Z ssh-strict: true 2026-09-14T15:40:46.0932260Z ssh-user: git 2026-09-14T15:40:46.0932580Z persist-credentials: true 2026-09-14T15:40:46.0932930Z clean: true 2026-09-14T15:40:46.0933260Z sparse-checkout-cone-mode: true 2026-09-14T15:40:46.0933790Z fetch-depth: 1 2026-09-14T15:40:46.0934140Z fetch-tags: false 2026-09-14T15:40:46.0934460Z show-progress: true 2026-09-14T15:40:46.0934780Z lfs: false 2026-09-14T15:40:46.0935080Z submodules: false 2026-09-14T15:40:46.0935410Z set-safe-directory: true
2026-09-14T15:40:46.4122910Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-14T15:40:46.4124850Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-14T15:40:46.4125660Z [command]/opt/homebrew/bin/git version 2026-09-14T15:40:46.4619720Z git version 2.55.0
2026-09-14T15:40:46.4636880Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/13752890-1c01-47f9-ae5d-cfa976794557/.gitconfig' 2026-09-14T15:40:46.4642730Z Temporarily overriding HOME='/Users/runner/work/_temp/13752890-1c01-47f9-ae5d-cfa976794557' before making global git config changes 2026-09-14T15:40:46.4643720Z Adding repository directory to the temporary git global config as a safe directory 2026-09-14T15:40:46.4646290Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-14T15:40:46.4745060Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-14T15:40:46.4750940Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-14T15:40:46.4945590Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-14T15:40:46.4948010Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-14T15:40:46.4949500Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-14T15:40:46.4950070Z hint: call: 2026-09-14T15:40:46.4950530Z hint: 2026-09-14T15:40:46.4950970Z hint: git config --global init.defaultBranch <name> 2026-09-14T15:40:46.4951460Z hint: 2026-09-14T15:40:46.4951960Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-14T15:40:46.4952790Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-14T15:40:46.4953420Z hint: 2026-09-14T15:40:46.4953780Z hint: git branch -m <name> 2026-09-14T15:40:46.4954170Z hint: 2026-09-14T15:40:46.4954650Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-14T15:40:46.4955460Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-14T15:40:46.4956760Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-14T15:40:46.5028700Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-14T15:40:46.5185860Z Removing SSH command configuration 2026-09-14T15:40:46.5198000Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-14T15:40:46.5295820Z [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-14T15:40:46.6241790Z Removing HTTP extra header 2026-09-14T15:40:46.6246430Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-14T15:40:46.6309920Z [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-14T15:40:46.6972780Z Removing includeIf entries pointing to credentials config files 2026-09-14T15:40:46.6976700Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-14T15:40:46.7029800Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-14T15:40:46.8982130Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-e5df6d32-4761-4ed1-b0b4-79849459379f.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-14T15:40:46.8985410Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e5df6d32-4761-4ed1-b0b4-79849459379f.config 2026-09-14T15:40:46.8988730Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e5df6d32-4761-4ed1-b0b4-79849459379f.config 2026-09-14T15:40:46.9023010Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e5df6d32-4761-4ed1-b0b4-79849459379f.config 2026-09-14T15:40:46.9096780Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e5df6d32-4761-4ed1-b0b4-79849459379f.config
Fetching the repository
2026-09-14T15:40:46.9167610Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +05b5a294681e570812ce9a04d30787367b7999c1:refs/remotes/origin/py3.12 2026-09-14T15:40:50.7635510Z From https://github.com/pypy/pypy 2026-09-14T15:40:50.7637110Z * [new ref] 05b5a294681e570812ce9a04d30787367b7999c1 -> origin/py3.12 2026-09-14T15:40:50.7641770Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-09-14T15:40:50.7714920Z origin/py3.12 2026-09-14T15:40:50.7727940Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-14T15:40:50.7796060Z 05b5a294681e570812ce9a04d30787367b7999c1
Determining the checkout info
2026-09-14T15:40:50.7802500Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-14T15:40:50.7878340Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-14T15:40:50.7935470Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-14T15:40:51.6965350Z Switched to a new branch 'py3.12' 2026-09-14T15:40:51.6975600Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-14T15:40:51.7161840Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-14T15:40:51.7293070Z 05b5a294681e570812ce9a04d30787367b7999c1