Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T17:49:57.4190860Z with: 2026-08-02T17:49:57.4191710Z repository: pypy/pypy 2026-08-02T17:49:57.4204930Z token: *** 2026-08-02T17:49:57.4205790Z ssh-strict: true 2026-08-02T17:49:57.4206680Z ssh-user: git 2026-08-02T17:49:57.4207540Z persist-credentials: true 2026-08-02T17:49:57.4208470Z clean: true 2026-08-02T17:49:57.4209350Z sparse-checkout-cone-mode: true 2026-08-02T17:49:57.4210370Z fetch-depth: 1 2026-08-02T17:49:57.4211260Z fetch-tags: false 2026-08-02T17:49:57.4212170Z show-progress: true 2026-08-02T17:49:57.4213040Z lfs: false 2026-08-02T17:49:57.4214210Z submodules: false 2026-08-02T17:49:57.4214770Z set-safe-directory: true
2026-08-02T17:49:57.9266270Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T17:49:57.9268640Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-02T17:49:57.9277740Z [command]/opt/homebrew/bin/git version 2026-08-02T17:49:57.9620960Z git version 2.55.0
2026-08-02T17:49:57.9652160Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/cfc440fd-6b98-43bb-aa64-fc6ad718e8f5/.gitconfig' 2026-08-02T17:49:57.9663330Z Temporarily overriding HOME='/Users/runner/work/_temp/cfc440fd-6b98-43bb-aa64-fc6ad718e8f5' before making global git config changes 2026-08-02T17:49:57.9664750Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T17:49:57.9670350Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-02T17:49:57.9829140Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T17:49:57.9837030Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-02T17:49:58.0195400Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T17:49:58.0196630Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T17:49:58.0197620Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T17:49:58.0199990Z hint: call: 2026-08-02T17:49:58.0201370Z hint: 2026-08-02T17:49:58.0201830Z hint: git config --global init.defaultBranch <name> 2026-08-02T17:49:58.0202320Z hint: 2026-08-02T17:49:58.0202790Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T17:49:58.0203530Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T17:49:58.0204130Z hint: 2026-08-02T17:49:58.0204490Z hint: git branch -m <name> 2026-08-02T17:49:58.0204880Z hint: 2026-08-02T17:49:58.0205400Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T17:49:58.0206180Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-02T17:49:58.0212920Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T17:49:58.0321850Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T17:49:58.0542220Z Removing SSH command configuration 2026-08-02T17:49:58.0544240Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T17:49:58.0594450Z [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-02T17:49:58.1993240Z Removing HTTP extra header 2026-08-02T17:49:58.1995490Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T17:49:58.2089790Z [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-02T17:49:58.3324030Z Removing includeIf entries pointing to credentials config files 2026-08-02T17:49:58.3425060Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T17:49:58.4597890Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T17:49:58.5023990Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-6b742745-93c3-4a18-8b55-f2235a232585.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T17:49:58.5140800Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-6b742745-93c3-4a18-8b55-f2235a232585.config 2026-08-02T17:49:58.5222070Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-6b742745-93c3-4a18-8b55-f2235a232585.config 2026-08-02T17:49:58.5313590Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-6b742745-93c3-4a18-8b55-f2235a232585.config 2026-08-02T17:49:58.5391450Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-6b742745-93c3-4a18-8b55-f2235a232585.config
Fetching the repository
2026-08-02T17:49:58.5479650Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +54ea128db87021b2f607bafa2874929febe3c9cb:refs/remotes/pull/5537/merge 2026-08-02T17:50:01.9317340Z From https://github.com/pypy/pypy 2026-08-02T17:50:01.9321390Z * [new ref] 54ea128db87021b2f607bafa2874929febe3c9cb -> pull/5537/merge
Determining the checkout info
2026-08-02T17:50:01.9333690Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-02T17:50:01.9468290Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T17:50:01.9546530Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-08-02T17:50:03.0789320Z Updating files: 92% (5535/6015) 2026-08-02T17:50:03.0991320Z Updating files: 93% (5594/6015) 2026-08-02T17:50:03.1093900Z Updating files: 94% (5655/6015) 2026-08-02T17:50:03.1298840Z Updating files: 95% (5715/6015) 2026-08-02T17:50:03.1401870Z Updating files: 96% (5775/6015) 2026-08-02T17:50:03.1604690Z Updating files: 97% (5835/6015) 2026-08-02T17:50:03.1813770Z Updating files: 98% (5895/6015) 2026-08-02T17:50:03.1916910Z Updating files: 99% (5955/6015) 2026-08-02T17:50:03.2017110Z Updating files: 100% (6015/6015) 2026-08-02T17:50:03.2119220Z Updating files: 100% (6015/6015), done. 2026-08-02T17:50:03.2221240Z HEAD is now at 54ea128 Merge a60442a4745554511c1a22d439e616e87b762a1a into a2f7356d28f19f023e46e58443ec5988fd525899
2026-08-02T17:50:03.2791770Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-02T17:50:03.2893230Z 54ea128db87021b2f607bafa2874929febe3c9cb