Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T06:15:42.3716240Z with: 2026-08-23T06:15:42.3716540Z repository: pypy/pypy 2026-08-23T06:15:42.3719070Z token: *** 2026-08-23T06:15:42.3719360Z ssh-strict: true 2026-08-23T06:15:42.3719660Z ssh-user: git 2026-08-23T06:15:42.3719960Z persist-credentials: true 2026-08-23T06:15:42.3720280Z clean: true 2026-08-23T06:15:42.3720580Z sparse-checkout-cone-mode: true 2026-08-23T06:15:42.3720930Z fetch-depth: 1 2026-08-23T06:15:42.3721220Z fetch-tags: false 2026-08-23T06:15:42.3721520Z show-progress: true 2026-08-23T06:15:42.3721820Z lfs: false 2026-08-23T06:15:42.3722110Z submodules: false 2026-08-23T06:15:42.3722420Z set-safe-directory: true
2026-08-23T06:15:42.7412370Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T06:15:42.7414140Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-23T06:15:42.7414930Z [command]/opt/homebrew/bin/git version 2026-08-23T06:15:42.7657770Z git version 2.55.0
2026-08-23T06:15:42.7679620Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/73e01d65-f12e-479f-84b4-fee18ed1b9ef/.gitconfig' 2026-08-23T06:15:42.7685590Z Temporarily overriding HOME='/Users/runner/work/_temp/73e01d65-f12e-479f-84b4-fee18ed1b9ef' before making global git config changes 2026-08-23T06:15:42.7686670Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T06:15:42.7689010Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-23T06:15:42.7789280Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T06:15:42.7795610Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-23T06:15:42.8002180Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T06:15:42.8003090Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T06:15:42.8003980Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T06:15:42.8004570Z hint: call: 2026-08-23T06:15:42.8004930Z hint: 2026-08-23T06:15:42.8005380Z hint: git config --global init.defaultBranch <name> 2026-08-23T06:15:42.8005860Z hint: 2026-08-23T06:15:42.8006350Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T06:15:42.8007010Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T06:15:42.8007540Z hint: 2026-08-23T06:15:42.8007900Z hint: git branch -m <name> 2026-08-23T06:15:42.8008270Z hint: 2026-08-23T06:15:42.8008730Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T06:15:42.8009490Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-23T06:15:42.8010820Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T06:15:42.8089150Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T06:15:42.8161620Z Removing SSH command configuration 2026-08-23T06:15:42.8165320Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T06:15:42.8239050Z [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-23T06:15:42.9851130Z Removing HTTP extra header 2026-08-23T06:15:42.9855610Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T06:15:42.9913980Z [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-23T06:15:43.0623890Z Removing includeIf entries pointing to credentials config files 2026-08-23T06:15:43.0626910Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T06:15:43.0689230Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T06:15:43.2064590Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-e300f19d-ef7c-434e-8206-040f8adaedcb.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T06:15:43.2068960Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e300f19d-ef7c-434e-8206-040f8adaedcb.config 2026-08-23T06:15:43.2075510Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e300f19d-ef7c-434e-8206-040f8adaedcb.config 2026-08-23T06:15:43.2111220Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e300f19d-ef7c-434e-8206-040f8adaedcb.config 2026-08-23T06:15:43.2174340Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e300f19d-ef7c-434e-8206-040f8adaedcb.config
Fetching the repository
2026-08-23T06:15:43.2230990Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7c002b86696f43cb40fdd026f9c665ddb77699d4:refs/remotes/pull/5570/merge 2026-08-23T06:15:48.1600700Z From https://github.com/pypy/pypy 2026-08-23T06:15:48.1601790Z * [new ref] 7c002b86696f43cb40fdd026f9c665ddb77699d4 -> pull/5570/merge
Determining the checkout info
2026-08-23T06:15:48.1613230Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-23T06:15:48.1704570Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T06:15:48.1779580Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-23T06:15:49.2812040Z Updating files: 96% (6831/7088) 2026-08-23T06:15:49.2888430Z Updating files: 97% (6876/7088) 2026-08-23T06:15:49.2971010Z Updating files: 98% (6947/7088) 2026-08-23T06:15:49.3039700Z Updating files: 99% (7018/7088) 2026-08-23T06:15:49.3040200Z Updating files: 100% (7088/7088) 2026-08-23T06:15:49.3040470Z Updating files: 100% (7088/7088), done. 2026-08-23T06:15:49.3131920Z HEAD is now at 7c002b8 Merge a0a8adf018243b9404528de5acc99855742575eb into 9b9b9bd54261eeca87c51c3402c5bd74b3c58aa4
2026-08-23T06:15:49.3288490Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-23T06:15:49.3369750Z 7c002b86696f43cb40fdd026f9c665ddb77699d4