Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-08T08:34:38.6983820Z with: 2026-09-08T08:34:38.6984140Z repository: pypy/pypy 2026-09-08T08:34:38.6986950Z token: *** 2026-09-08T08:34:38.6987260Z ssh-strict: true 2026-09-08T08:34:38.6987580Z ssh-user: git 2026-09-08T08:34:38.6987910Z persist-credentials: true 2026-09-08T08:34:38.6988260Z clean: true 2026-09-08T08:34:38.6988580Z sparse-checkout-cone-mode: true 2026-09-08T08:34:38.6988970Z fetch-depth: 1 2026-09-08T08:34:38.6989290Z fetch-tags: false 2026-09-08T08:34:38.6989610Z show-progress: true 2026-09-08T08:34:38.6989940Z lfs: false 2026-09-08T08:34:38.6990240Z submodules: false 2026-09-08T08:34:38.6990570Z set-safe-directory: true
2026-09-08T08:34:39.0620480Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-08T08:34:39.0624660Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-08T08:34:39.0626180Z [command]/opt/homebrew/bin/git version 2026-09-08T08:34:39.0920080Z git version 2.55.0
2026-09-08T08:34:39.0940810Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/e4e9bbc3-f864-4578-85c5-63f951752d55/.gitconfig' 2026-09-08T08:34:39.0955810Z Temporarily overriding HOME='/Users/runner/work/_temp/e4e9bbc3-f864-4578-85c5-63f951752d55' before making global git config changes 2026-09-08T08:34:39.0956920Z Adding repository directory to the temporary git global config as a safe directory 2026-09-08T08:34:39.0960510Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-08T08:34:39.1092500Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-08T08:34:39.1098300Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-08T08:34:39.1329840Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-08T08:34:39.1330840Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-08T08:34:39.1331690Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-08T08:34:39.1332250Z hint: call: 2026-09-08T08:34:39.1332650Z hint: 2026-09-08T08:34:39.1333120Z hint: git config --global init.defaultBranch <name> 2026-09-08T08:34:39.1333580Z hint: 2026-09-08T08:34:39.1334040Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-08T08:34:39.1334720Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-08T08:34:39.1335280Z hint: 2026-09-08T08:34:39.1335620Z hint: git branch -m <name> 2026-09-08T08:34:39.1336020Z hint: 2026-09-08T08:34:39.1336560Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-08T08:34:39.1337420Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-08T08:34:39.1338870Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-08T08:34:39.1418960Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-08T08:34:39.1489120Z Removing SSH command configuration 2026-09-08T08:34:39.1492680Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-08T08:34:39.1598440Z [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-08T08:34:39.2873800Z Removing HTTP extra header 2026-09-08T08:34:39.2880220Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-08T08:34:39.2955800Z [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-08T08:34:39.3792840Z Removing includeIf entries pointing to credentials config files 2026-09-08T08:34:39.3798020Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-08T08:34:39.3855220Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-08T08:34:39.4538970Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-63b13a5d-8a94-41f3-8148-12b22663afae.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-08T08:34:39.4603060Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-63b13a5d-8a94-41f3-8148-12b22663afae.config 2026-09-08T08:34:39.4659090Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-63b13a5d-8a94-41f3-8148-12b22663afae.config 2026-09-08T08:34:39.4718200Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-63b13a5d-8a94-41f3-8148-12b22663afae.config 2026-09-08T08:34:39.4787990Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-63b13a5d-8a94-41f3-8148-12b22663afae.config
Fetching the repository
2026-09-08T08:34:39.4855550Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +610f156c9f2f4b134d6a5af57cec86bec7b01c45:refs/remotes/pull/5579/merge 2026-09-08T08:34:42.6442020Z From https://github.com/pypy/pypy 2026-09-08T08:34:42.6448950Z * [new ref] 610f156c9f2f4b134d6a5af57cec86bec7b01c45 -> pull/5579/merge
Determining the checkout info
2026-09-08T08:34:42.6606440Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-08T08:34:42.7237700Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-08T08:34:42.7394310Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5579/merge 2026-09-08T08:34:43.8502580Z HEAD is now at 610f156 Merge e4b2747bb9bc653eb3f1db4d46f3396f4251af6a into e9c9cead5e710236ad7a1f5cfbf80da7fe9a4849
2026-09-08T08:34:43.8680310Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-08T08:34:43.8805920Z 610f156c9f2f4b134d6a5af57cec86bec7b01c45