Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-26T03:11:23.6314560Z with: 2026-08-26T03:11:23.6314930Z repository: pypy/pypy 2026-08-26T03:11:23.6318240Z token: *** 2026-08-26T03:11:23.6318710Z ssh-strict: true 2026-08-26T03:11:23.6319280Z ssh-user: git 2026-08-26T03:11:23.6319660Z persist-credentials: true 2026-08-26T03:11:23.6320070Z clean: true 2026-08-26T03:11:23.6320580Z sparse-checkout-cone-mode: true 2026-08-26T03:11:23.6321230Z fetch-depth: 1 2026-08-26T03:11:23.6321780Z fetch-tags: false 2026-08-26T03:11:23.6343070Z show-progress: true 2026-08-26T03:11:23.6343560Z lfs: false 2026-08-26T03:11:23.6344010Z submodules: false 2026-08-26T03:11:23.6344450Z set-safe-directory: true
2026-08-26T03:11:24.0316670Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T03:11:24.0319160Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-26T03:11:24.0320070Z [command]/opt/homebrew/bin/git version 2026-08-26T03:11:24.0560370Z git version 2.55.0
2026-08-26T03:11:24.0583380Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0516217c-a1b1-46ce-8a3c-621b581217b5/.gitconfig' 2026-08-26T03:11:24.0589600Z Temporarily overriding HOME='/Users/runner/work/_temp/0516217c-a1b1-46ce-8a3c-621b581217b5' before making global git config changes 2026-08-26T03:11:24.0590650Z Adding repository directory to the temporary git global config as a safe directory 2026-08-26T03:11:24.0593540Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-26T03:11:24.0704260Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T03:11:24.0712120Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-26T03:11:24.0904990Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-26T03:11:24.0905940Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-26T03:11:24.0906640Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-26T03:11:24.0907200Z hint: call: 2026-08-26T03:11:24.0907590Z hint: 2026-08-26T03:11:24.0907990Z hint: git config --global init.defaultBranch <name> 2026-08-26T03:11:24.0908520Z hint: 2026-08-26T03:11:24.0908990Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-26T03:11:24.0909700Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-26T03:11:24.0910330Z hint: 2026-08-26T03:11:24.0910650Z hint: git branch -m <name> 2026-08-26T03:11:24.0911020Z hint: 2026-08-26T03:11:24.0911490Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-26T03:11:24.0912280Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-26T03:11:24.0913740Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-26T03:11:24.0987850Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-26T03:11:24.1052280Z Removing SSH command configuration 2026-08-26T03:11:24.1055940Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-26T03:11:24.1119910Z [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-26T03:11:24.2013680Z Removing HTTP extra header 2026-08-26T03:11:24.2018600Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-26T03:11:24.2084560Z [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-26T03:11:24.2933190Z Removing includeIf entries pointing to credentials config files 2026-08-26T03:11:24.2936370Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-26T03:11:24.3002290Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-26T03:11:24.3804030Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-91ad9ff7-2235-43b3-99ff-2dd1dec5f69f.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-26T03:11:24.3874690Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-91ad9ff7-2235-43b3-99ff-2dd1dec5f69f.config 2026-08-26T03:11:24.3935290Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-91ad9ff7-2235-43b3-99ff-2dd1dec5f69f.config 2026-08-26T03:11:24.3996590Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-91ad9ff7-2235-43b3-99ff-2dd1dec5f69f.config 2026-08-26T03:11:24.4058930Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-91ad9ff7-2235-43b3-99ff-2dd1dec5f69f.config
Fetching the repository
2026-08-26T03:11:24.4131600Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4264ac893dff953a1d6e39b952d33889c4790fdc:refs/remotes/origin/py3.11 2026-08-26T03:11:28.6588600Z From https://github.com/pypy/pypy 2026-08-26T03:11:28.6589840Z * [new ref] 4264ac893dff953a1d6e39b952d33889c4790fdc -> origin/py3.11 2026-08-26T03:11:28.6605030Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-08-26T03:11:28.6687330Z origin/py3.11 2026-08-26T03:11:28.6693740Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-26T03:11:28.6751740Z 4264ac893dff953a1d6e39b952d33889c4790fdc
Determining the checkout info
2026-08-26T03:11:28.6759660Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-26T03:11:28.6843090Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T03:11:28.6914060Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-26T03:11:29.7406800Z Switched to a new branch 'py3.11' 2026-08-26T03:11:29.7434140Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-26T03:11:29.7630410Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-26T03:11:29.7684840Z 4264ac893dff953a1d6e39b952d33889c4790fdc