Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T11:58:00.4889530Z with: 2026-07-26T11:58:00.4889890Z repository: pypy/pypy 2026-07-26T11:58:00.4893110Z token: *** 2026-07-26T11:58:00.4893470Z ssh-strict: true 2026-07-26T11:58:00.4893840Z ssh-user: git 2026-07-26T11:58:00.4894170Z persist-credentials: true 2026-07-26T11:58:00.4894520Z clean: true 2026-07-26T11:58:00.4895690Z sparse-checkout-cone-mode: true 2026-07-26T11:58:00.4896080Z fetch-depth: 1 2026-07-26T11:58:00.4896480Z fetch-tags: false 2026-07-26T11:58:00.4896820Z show-progress: true 2026-07-26T11:58:00.4897150Z lfs: false 2026-07-26T11:58:00.4897450Z submodules: false 2026-07-26T11:58:00.4897770Z set-safe-directory: true
2026-07-26T11:58:00.7913420Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T11:58:00.7915340Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-26T11:58:00.7916090Z [command]/opt/homebrew/bin/git version 2026-07-26T11:58:00.8137990Z git version 2.55.0
2026-07-26T11:58:00.8158130Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/378dca81-e30c-4632-80c9-6828744a9862/.gitconfig' 2026-07-26T11:58:00.8163720Z Temporarily overriding HOME='/Users/runner/work/_temp/378dca81-e30c-4632-80c9-6828744a9862' before making global git config changes 2026-07-26T11:58:00.8164880Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T11:58:00.8166910Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-26T11:58:00.8267740Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T11:58:00.8273110Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-26T11:58:00.8510820Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T11:58:00.8511840Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T11:58:00.8512640Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T11:58:00.8513990Z hint: call: 2026-07-26T11:58:00.8514390Z hint: 2026-07-26T11:58:00.8514830Z hint: git config --global init.defaultBranch <name> 2026-07-26T11:58:00.8515360Z hint: 2026-07-26T11:58:00.8515800Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T11:58:00.8516500Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T11:58:00.8517100Z hint: 2026-07-26T11:58:00.8517480Z hint: git branch -m <name> 2026-07-26T11:58:00.8518290Z hint: 2026-07-26T11:58:00.8519940Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T11:58:00.8521120Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-26T11:58:00.8522540Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T11:58:00.8607040Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T11:58:00.8693980Z Removing SSH command configuration 2026-07-26T11:58:00.8697000Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T11:58:00.8777770Z [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-07-26T11:58:00.9740730Z Removing HTTP extra header 2026-07-26T11:58:00.9743900Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T11:58:00.9859190Z [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-07-26T11:58:01.0674240Z Removing includeIf entries pointing to credentials config files 2026-07-26T11:58:01.0679470Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T11:58:01.0744250Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T11:58:01.2420100Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-64337d55-fa59-40fd-b116-96de162de580.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T11:58:01.2603910Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-64337d55-fa59-40fd-b116-96de162de580.config 2026-07-26T11:58:01.2606540Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-64337d55-fa59-40fd-b116-96de162de580.config 2026-07-26T11:58:01.2608940Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-64337d55-fa59-40fd-b116-96de162de580.config 2026-07-26T11:58:01.2611320Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-64337d55-fa59-40fd-b116-96de162de580.config
Fetching the repository
2026-07-26T11:58:01.2615340Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0b9de5713f7addda19bd317874c11a1a7f722f25:refs/remotes/origin/py3.11 2026-07-26T11:58:05.4234990Z From https://github.com/pypy/pypy 2026-07-26T11:58:05.4236290Z * [new ref] 0b9de5713f7addda19bd317874c11a1a7f722f25 -> origin/py3.11 2026-07-26T11:58:05.4352390Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-07-26T11:58:05.4718610Z origin/py3.11 2026-07-26T11:58:05.4724220Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-07-26T11:58:05.4781630Z 0b9de5713f7addda19bd317874c11a1a7f722f25
Determining the checkout info
2026-07-26T11:58:05.4789000Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-26T11:58:05.5328510Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T11:58:05.5506390Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-07-26T11:58:06.6347850Z Updating files: 89% (6293/7021) 2026-07-26T11:58:06.6424360Z Updating files: 90% (6319/7021) 2026-07-26T11:58:06.6497380Z Updating files: 91% (6390/7021) 2026-07-26T11:58:06.6986920Z Updating files: 92% (6460/7021) 2026-07-26T11:58:06.7289750Z Updating files: 93% (6530/7021) 2026-07-26T11:58:06.7359560Z Updating files: 94% (6600/7021) 2026-07-26T11:58:06.7429580Z Updating files: 95% (6670/7021) 2026-07-26T11:58:06.7506250Z Updating files: 96% (6741/7021) 2026-07-26T11:58:06.7603280Z Updating files: 97% (6811/7021) 2026-07-26T11:58:06.7667820Z Updating files: 98% (6881/7021) 2026-07-26T11:58:06.7735350Z Updating files: 99% (6951/7021) 2026-07-26T11:58:06.7735990Z Updating files: 100% (7021/7021) 2026-07-26T11:58:06.7736530Z Updating files: 100% (7021/7021), done. 2026-07-26T11:58:06.7858110Z Switched to a new branch 'py3.11' 2026-07-26T11:58:06.7861730Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-07-26T11:58:06.9129350Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-26T11:58:06.9245180Z 0b9de5713f7addda19bd317874c11a1a7f722f25