Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-30T10:10:53.1416920Z with: 2026-07-30T10:10:53.1417330Z repository: pypy/pypy 2026-07-30T10:10:53.1420590Z token: *** 2026-07-30T10:10:53.1420980Z ssh-strict: true 2026-07-30T10:10:53.1421440Z ssh-user: git 2026-07-30T10:10:53.1421870Z persist-credentials: true 2026-07-30T10:10:53.1422340Z clean: true 2026-07-30T10:10:53.1422740Z sparse-checkout-cone-mode: true 2026-07-30T10:10:53.1423160Z fetch-depth: 1 2026-07-30T10:10:53.1423600Z fetch-tags: false 2026-07-30T10:10:53.1424000Z show-progress: true 2026-07-30T10:10:53.1424390Z lfs: false 2026-07-30T10:10:53.1424760Z submodules: false 2026-07-30T10:10:53.1425170Z set-safe-directory: true
2026-07-30T10:10:53.7587850Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T10:10:53.7590420Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-30T10:10:53.7597900Z [command]/opt/homebrew/bin/git version 2026-07-30T10:10:53.7983950Z git version 2.55.0
2026-07-30T10:10:53.8023690Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/dbc16305-f630-4865-9a7f-e01eaf479c0f/.gitconfig' 2026-07-30T10:10:53.8030490Z Temporarily overriding HOME='/Users/runner/work/_temp/dbc16305-f630-4865-9a7f-e01eaf479c0f' before making global git config changes 2026-07-30T10:10:53.8031970Z Adding repository directory to the temporary git global config as a safe directory 2026-07-30T10:10:53.8039120Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-30T10:10:53.8194260Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T10:10:53.8203060Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-30T10:10:53.8590580Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-30T10:10:53.8595270Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-30T10:10:53.8602560Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-30T10:10:53.8609850Z hint: call: 2026-07-30T10:10:53.8676600Z hint: 2026-07-30T10:10:53.8677520Z hint: git config --global init.defaultBranch <name> 2026-07-30T10:10:53.8678160Z hint: 2026-07-30T10:10:53.8680640Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-30T10:10:53.8681430Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-30T10:10:53.8683210Z hint: 2026-07-30T10:10:53.8683900Z hint: git branch -m <name> 2026-07-30T10:10:53.8684810Z hint: 2026-07-30T10:10:53.8688280Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-30T10:10:53.8689660Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-30T10:10:53.8692380Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-30T10:10:53.8799750Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-30T10:10:53.8909350Z Removing SSH command configuration 2026-07-30T10:10:53.8910150Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-30T10:10:53.9101650Z [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-07-30T10:10:54.0787190Z Removing HTTP extra header 2026-07-30T10:10:54.0788390Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-30T10:10:54.0880630Z [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-07-30T10:10:54.2490250Z Removing includeIf entries pointing to credentials config files 2026-07-30T10:10:54.2532950Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-30T10:10:54.2842860Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-30T10:10:54.3859870Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-5989f6dd-b73c-4d37-b9bf-8fed6e1c9994.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-30T10:10:54.3966020Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-5989f6dd-b73c-4d37-b9bf-8fed6e1c9994.config 2026-07-30T10:10:54.4053320Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-5989f6dd-b73c-4d37-b9bf-8fed6e1c9994.config 2026-07-30T10:10:54.4172230Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-5989f6dd-b73c-4d37-b9bf-8fed6e1c9994.config 2026-07-30T10:10:54.4272180Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-5989f6dd-b73c-4d37-b9bf-8fed6e1c9994.config
Fetching the repository
2026-07-30T10:10:54.4378980Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +92f2300e0fdad259c5721b9705d10cbc696e2477:refs/remotes/pull/5538/merge 2026-07-30T10:10:57.5419360Z From https://github.com/pypy/pypy 2026-07-30T10:10:57.5432270Z * [new ref] 92f2300e0fdad259c5721b9705d10cbc696e2477 -> pull/5538/merge
Determining the checkout info
2026-07-30T10:10:57.5452810Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-30T10:10:57.5584480Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T10:10:57.5698650Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5538/merge 2026-07-30T10:10:58.7023030Z Updating files: 75% (4540/6014) 2026-07-30T10:10:58.7125930Z Updating files: 76% (4571/6014) 2026-07-30T10:10:58.7229440Z Updating files: 77% (4631/6014) 2026-07-30T10:10:58.7332740Z Updating files: 78% (4691/6014) 2026-07-30T10:10:58.7435240Z Updating files: 79% (4752/6014) 2026-07-30T10:10:58.7467810Z Updating files: 80% (4812/6014) 2026-07-30T10:10:58.7535510Z Updating files: 81% (4872/6014) 2026-07-30T10:10:58.7621360Z Updating files: 82% (4932/6014) 2026-07-30T10:10:58.7780980Z Updating files: 83% (4992/6014) 2026-07-30T10:10:58.7885220Z Updating files: 84% (5052/6014) 2026-07-30T10:10:58.7989470Z Updating files: 85% (5112/6014) 2026-07-30T10:10:58.8103350Z Updating files: 86% (5173/6014) 2026-07-30T10:10:58.8204890Z Updating files: 87% (5233/6014) 2026-07-30T10:10:58.8371390Z Updating files: 88% (5293/6014) 2026-07-30T10:10:58.8577070Z Updating files: 89% (5353/6014) 2026-07-30T10:10:58.8792500Z Updating files: 90% (5413/6014) 2026-07-30T10:10:58.9516570Z Updating files: 91% (5473/6014) 2026-07-30T10:10:58.9980490Z Updating files: 92% (5533/6014) 2026-07-30T10:10:59.0089890Z Updating files: 93% (5594/6014) 2026-07-30T10:10:59.0142400Z Updating files: 94% (5654/6014) 2026-07-30T10:10:59.0247560Z Updating files: 95% (5714/6014) 2026-07-30T10:10:59.0427490Z Updating files: 96% (5774/6014) 2026-07-30T10:10:59.0494920Z Updating files: 97% (5834/6014) 2026-07-30T10:10:59.0536510Z Updating files: 98% (5894/6014) 2026-07-30T10:10:59.0665670Z Updating files: 99% (5954/6014) 2026-07-30T10:10:59.0682840Z Updating files: 100% (6014/6014) 2026-07-30T10:10:59.0705790Z Updating files: 100% (6014/6014), done. 2026-07-30T10:10:59.0760320Z HEAD is now at 92f2300 Merge 6d30f2d6b1ab866249fb8b8570b6bd0c6dbefb44 into 8eb2f0cdb72e859a90595f7006473b416ee82b02
2026-07-30T10:10:59.1012470Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-30T10:10:59.1166420Z 92f2300e0fdad259c5721b9705d10cbc696e2477