Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-01T12:06:18.9698360Z with: 2026-08-01T12:06:18.9698690Z repository: pypy/pypy 2026-08-01T12:06:18.9701450Z token: *** 2026-08-01T12:06:18.9701750Z ssh-strict: true 2026-08-01T12:06:18.9702050Z ssh-user: git 2026-08-01T12:06:18.9702360Z persist-credentials: true 2026-08-01T12:06:18.9702690Z clean: true 2026-08-01T12:06:18.9703010Z sparse-checkout-cone-mode: true 2026-08-01T12:06:18.9703360Z fetch-depth: 1 2026-08-01T12:06:18.9703660Z fetch-tags: false 2026-08-01T12:06:18.9703970Z show-progress: true 2026-08-01T12:06:18.9704280Z lfs: false 2026-08-01T12:06:18.9704560Z submodules: false 2026-08-01T12:06:18.9704880Z set-safe-directory: true
2026-08-01T12:06:19.4206440Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-01T12:06:19.4208450Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-01T12:06:19.4209280Z [command]/opt/homebrew/bin/git version 2026-08-01T12:06:19.4493800Z git version 2.55.0
2026-08-01T12:06:19.4518860Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/390b9131-1443-49a7-afcb-90f16b5ad5ee/.gitconfig' 2026-08-01T12:06:19.4526340Z Temporarily overriding HOME='/Users/runner/work/_temp/390b9131-1443-49a7-afcb-90f16b5ad5ee' before making global git config changes 2026-08-01T12:06:19.4527390Z Adding repository directory to the temporary git global config as a safe directory 2026-08-01T12:06:19.4529780Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-01T12:06:19.4642800Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-01T12:06:19.4648500Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-01T12:06:19.4861190Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-01T12:06:19.4862190Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-01T12:06:19.4862930Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-01T12:06:19.4863700Z hint: call: 2026-08-01T12:06:19.4876220Z hint: 2026-08-01T12:06:19.4876750Z hint: git config --global init.defaultBranch <name> 2026-08-01T12:06:19.4877210Z hint: 2026-08-01T12:06:19.4877630Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-01T12:06:19.4878280Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-01T12:06:19.4878830Z hint: 2026-08-01T12:06:19.4879180Z hint: git branch -m <name> 2026-08-01T12:06:19.4879570Z hint: 2026-08-01T12:06:19.4880010Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-01T12:06:19.4880710Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-01T12:06:19.4882610Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-01T12:06:19.4958980Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-01T12:06:19.5026980Z Removing SSH command configuration 2026-08-01T12:06:19.5030710Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-01T12:06:19.5094060Z [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-01T12:06:19.6100320Z Removing HTTP extra header 2026-08-01T12:06:19.6103180Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-01T12:06:19.6158420Z [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-01T12:06:19.6789660Z Removing includeIf entries pointing to credentials config files 2026-08-01T12:06:19.6792840Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-01T12:06:19.6851460Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-01T12:06:19.7775860Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-321759c0-3e61-4d9b-be18-378b3289e180.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-01T12:06:19.7778200Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-321759c0-3e61-4d9b-be18-378b3289e180.config 2026-08-01T12:06:19.7797240Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-321759c0-3e61-4d9b-be18-378b3289e180.config 2026-08-01T12:06:19.7862480Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-321759c0-3e61-4d9b-be18-378b3289e180.config 2026-08-01T12:06:19.7923800Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-321759c0-3e61-4d9b-be18-378b3289e180.config
Fetching the repository
2026-08-01T12:06:19.7980020Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ace31a994f7fb5c866c086089400a68f1467581a:refs/remotes/pull/5549/merge 2026-08-01T12:06:22.8599870Z From https://github.com/pypy/pypy 2026-08-01T12:06:22.8600960Z * [new ref] ace31a994f7fb5c866c086089400a68f1467581a -> pull/5549/merge
Determining the checkout info
2026-08-01T12:06:22.8606600Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-01T12:06:22.8682290Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-01T12:06:22.8747780Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5549/merge 2026-08-01T12:06:23.7256340Z HEAD is now at ace31a9 Merge f8e532471eedc1c9902e06eebeecd335828fc170 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-01T12:06:23.7506360Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-01T12:06:23.7507010Z ace31a994f7fb5c866c086089400a68f1467581a