Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T11:14:48.5326960Z with: 2026-09-09T11:14:48.5327280Z repository: pypy/pypy 2026-09-09T11:14:48.5329760Z token: *** 2026-09-09T11:14:48.5330070Z ssh-strict: true 2026-09-09T11:14:48.5330380Z ssh-user: git 2026-09-09T11:14:48.5330700Z persist-credentials: true 2026-09-09T11:14:48.5331050Z clean: true 2026-09-09T11:14:48.5331370Z sparse-checkout-cone-mode: true 2026-09-09T11:14:48.5331740Z fetch-depth: 1 2026-09-09T11:14:48.5332060Z fetch-tags: false 2026-09-09T11:14:48.5332380Z show-progress: true 2026-09-09T11:14:48.5332700Z lfs: false 2026-09-09T11:14:48.5333010Z submodules: false 2026-09-09T11:14:48.5333330Z set-safe-directory: true
2026-09-09T11:14:48.8946340Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T11:14:48.8948470Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T11:14:48.8949300Z [command]/opt/homebrew/bin/git version 2026-09-09T11:14:48.9188430Z git version 2.55.0
2026-09-09T11:14:48.9206700Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/189cf846-4083-48f2-8667-c2bd424b8d1b/.gitconfig' 2026-09-09T11:14:48.9213300Z Temporarily overriding HOME='/Users/runner/work/_temp/189cf846-4083-48f2-8667-c2bd424b8d1b' before making global git config changes 2026-09-09T11:14:48.9214470Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T11:14:48.9216450Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T11:14:48.9309660Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T11:14:48.9315020Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T11:14:48.9522590Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T11:14:48.9523560Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T11:14:48.9524420Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T11:14:48.9525150Z hint: call: 2026-09-09T11:14:48.9525510Z hint: 2026-09-09T11:14:48.9526010Z hint: git config --global init.defaultBranch <name> 2026-09-09T11:14:48.9526620Z hint: 2026-09-09T11:14:48.9527130Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T11:14:48.9528040Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T11:14:48.9528640Z hint: 2026-09-09T11:14:48.9529000Z hint: git branch -m <name> 2026-09-09T11:14:48.9529410Z hint: 2026-09-09T11:14:48.9529960Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T11:14:48.9530770Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T11:14:48.9532910Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T11:14:48.9609460Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T11:14:48.9672800Z Removing SSH command configuration 2026-09-09T11:14:48.9675610Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T11:14:48.9731630Z [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-09T11:14:49.0494240Z Removing HTTP extra header 2026-09-09T11:14:49.0498280Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T11:14:49.0549170Z [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-09T11:14:49.1214940Z Removing includeIf entries pointing to credentials config files 2026-09-09T11:14:49.1218020Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T11:14:49.1276490Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T11:14:49.2328810Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-abfbbd64-49ec-4fe0-95a5-71d17e88d899.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T11:14:49.2331220Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-abfbbd64-49ec-4fe0-95a5-71d17e88d899.config 2026-09-09T11:14:49.2333530Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-abfbbd64-49ec-4fe0-95a5-71d17e88d899.config 2026-09-09T11:14:49.2363580Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-abfbbd64-49ec-4fe0-95a5-71d17e88d899.config 2026-09-09T11:14:49.2419360Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-abfbbd64-49ec-4fe0-95a5-71d17e88d899.config
Fetching the repository
2026-09-09T11:14:49.2483860Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +92b448eda87979f9b4ca0c250a2e8f8e5b01da33:refs/remotes/pull/5581/merge 2026-09-09T11:14:52.7309210Z From https://github.com/pypy/pypy 2026-09-09T11:14:52.7312500Z * [new ref] 92b448eda87979f9b4ca0c250a2e8f8e5b01da33 -> pull/5581/merge
Determining the checkout info
2026-09-09T11:14:52.7325190Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-09T11:14:52.7401330Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T11:14:52.7468280Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5581/merge 2026-09-09T11:14:53.4569320Z HEAD is now at 92b448e Merge 22ba7870960c2ef754234816c4ee6eaf3b4f373b into aec767c1fac6d546e5ae5fae610449f8b45b07d8
2026-09-09T11:14:53.4673300Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-09T11:14:53.4736600Z 92b448eda87979f9b4ca0c250a2e8f8e5b01da33