timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-09-09T11:29:26.9848010Z with:
2026-09-09T11:29:26.9848700Z repository: pypy/pypy
2026-09-09T11:29:26.9855110Z token: ***
2026-09-09T11:29:26.9855790Z ssh-strict: true
2026-09-09T11:29:26.9856580Z ssh-user: git
2026-09-09T11:29:26.9857280Z persist-credentials: true
2026-09-09T11:29:26.9858050Z clean: true
2026-09-09T11:29:26.9858740Z sparse-checkout-cone-mode: true
2026-09-09T11:29:26.9859580Z fetch-depth: 1
2026-09-09T11:29:26.9860260Z fetch-tags: false
2026-09-09T11:29:26.9861000Z show-progress: true
2026-09-09T11:29:26.9861710Z lfs: false
2026-09-09T11:29:26.9862490Z submodules: false
2026-09-09T11:29:26.9863210Z set-safe-directory: true
2026-09-09T11:29:28.2192390Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T11:29:28.2199420Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-09T11:29:28.2202840Z [command]/usr/local/bin/git version
2026-09-09T11:29:28.2847540Z git version 2.55.0
2026-09-09T11:29:28.2918650Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/014bd103-b9b7-4c24-b861-a693334ae00f/.gitconfig'
2026-09-09T11:29:28.2950300Z Temporarily overriding HOME='/Users/runner/work/_temp/014bd103-b9b7-4c24-b861-a693334ae00f' before making global git config changes
2026-09-09T11:29:28.2956850Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T11:29:28.2961570Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-09T11:29:28.3175270Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T11:29:28.3199840Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-09-09T11:29:28.3884220Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T11:29:28.3887990Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-09T11:29:28.3891110Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-09T11:29:28.3893800Z hint: call:
2026-09-09T11:29:28.3895130Z hint:
2026-09-09T11:29:28.3897050Z hint: git config --global init.defaultBranch <name>
2026-09-09T11:29:28.3899670Z hint:
2026-09-09T11:29:28.3901800Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T11:29:28.3905370Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T11:29:28.3908000Z hint:
2026-09-09T11:29:28.3909590Z hint: git branch -m <name>
2026-09-09T11:29:28.3911280Z hint:
2026-09-09T11:29:28.3913400Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-09T11:29:28.3916640Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-09T11:29:28.3922460Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T11:29:28.4128000Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T11:29:28.4300650Z Removing SSH command configuration
2026-09-09T11:29:28.4311330Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-09T11:29:28.4510130Z [command]/usr/local/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:29:28.6555120Z Removing HTTP extra header
2026-09-09T11:29:28.6561610Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-09T11:29:28.6684810Z [command]/usr/local/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:29:28.8999310Z Removing includeIf entries pointing to credentials config files
2026-09-09T11:29:28.9011480Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-09T11:29:28.9066940Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-09T11:29:29.0679660Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-49598b42-7da6-45bf-9f4b-3eb79d6a9006.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-09T11:29:29.0832050Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-49598b42-7da6-45bf-9f4b-3eb79d6a9006.config
2026-09-09T11:29:29.0965920Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-49598b42-7da6-45bf-9f4b-3eb79d6a9006.config
2026-09-09T11:29:29.1086430Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-49598b42-7da6-45bf-9f4b-3eb79d6a9006.config
2026-09-09T11:29:29.1232040Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-49598b42-7da6-45bf-9f4b-3eb79d6a9006.config
Fetching the repository
2026-09-09T11:29:29.1359900Z [command]/usr/local/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:29:33.2968180Z From https://github.com/pypy/pypy
2026-09-09T11:29:33.2979640Z * [new ref] 92b448eda87979f9b4ca0c250a2e8f8e5b01da33 -> pull/5581/merge
Determining the checkout info
2026-09-09T11:29:33.2996300Z [command]/usr/local/bin/git sparse-checkout disable
2026-09-09T11:29:33.3165600Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T11:29:33.3326520Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5581/merge
2026-09-09T11:29:34.4942590Z Updating files: 34% (2053/5950)
2026-09-09T11:29:34.5638220Z Updating files: 35% (2083/5950)
2026-09-09T11:29:34.5796810Z Updating files: 36% (2142/5950)
2026-09-09T11:29:34.5798860Z Updating files: 37% (2202/5950)
2026-09-09T11:29:34.5919270Z Updating files: 38% (2261/5950)
2026-09-09T11:29:34.6490830Z Updating files: 39% (2321/5950)
2026-09-09T11:29:34.6825370Z Updating files: 40% (2380/5950)
2026-09-09T11:29:34.7185230Z Updating files: 41% (2440/5950)
2026-09-09T11:29:34.7485660Z Updating files: 42% (2499/5950)
2026-09-09T11:29:34.7706690Z Updating files: 43% (2559/5950)
2026-09-09T11:29:34.7949780Z Updating files: 44% (2618/5950)
2026-09-09T11:29:34.8213470Z Updating files: 45% (2678/5950)
2026-09-09T11:29:34.8494330Z Updating files: 46% (2737/5950)
2026-09-09T11:29:34.8862840Z Updating files: 47% (2797/5950)
2026-09-09T11:29:34.9091600Z Updating files: 48% (2856/5950)
2026-09-09T11:29:34.9378520Z Updating files: 49% (2916/5950)
2026-09-09T11:29:34.9672680Z Updating files: 50% (2975/5950)
2026-09-09T11:29:35.0120920Z Updating files: 51% (3035/5950)
2026-09-09T11:29:35.0837080Z Updating files: 52% (3094/5950)
2026-09-09T11:29:35.1071680Z Updating files: 53% (3154/5950)
2026-09-09T11:29:35.1284450Z Updating files: 54% (3213/5950)
2026-09-09T11:29:35.1572710Z Updating files: 55% (3273/5950)
2026-09-09T11:29:35.1923140Z Updating files: 56% (3332/5950)
2026-09-09T11:29:35.2152220Z Updating files: 57% (3392/5950)
2026-09-09T11:29:35.2436700Z Updating files: 58% (3451/5950)
2026-09-09T11:29:35.2692730Z Updating files: 59% (3511/5950)
2026-09-09T11:29:35.2921910Z Updating files: 60% (3570/5950)
2026-09-09T11:29:35.3370150Z Updating files: 61% (3630/5950)
2026-09-09T11:29:35.3630550Z Updating files: 62% (3689/5950)
2026-09-09T11:29:35.3636630Z Updating files: 63% (3749/5950)
2026-09-09T11:29:35.3859550Z Updating files: 63% (3750/5950)
2026-09-09T11:29:35.4127770Z Updating files: 64% (3808/5950)
2026-09-09T11:29:35.4444400Z Updating files: 65% (3868/5950)
2026-09-09T11:29:35.4669850Z Updating files: 66% (3927/5950)
2026-09-09T11:29:35.4883930Z Updating files: 67% (3987/5950)
2026-09-09T11:29:35.5130590Z Updating files: 68% (4046/5950)
2026-09-09T11:29:35.5370670Z Updating files: 69% (4106/5950)
2026-09-09T11:29:35.5608850Z Updating files: 70% (4165/5950)
2026-09-09T11:29:35.5924490Z Updating files: 71% (4225/5950)
2026-09-09T11:29:35.6238110Z Updating files: 72% (4284/5950)
2026-09-09T11:29:35.6478580Z Updating files: 73% (4344/5950)
2026-09-09T11:29:35.6980970Z Updating files: 74% (4403/5950)
2026-09-09T11:29:35.7011850Z Updating files: 75% (4463/5950)
2026-09-09T11:29:35.7214130Z Updating files: 76% (4522/5950)
2026-09-09T11:29:35.7499100Z Updating files: 77% (4582/5950)
2026-09-09T11:29:35.8377770Z Updating files: 78% (4641/5950)
2026-09-09T11:29:35.8678940Z Updating files: 79% (4701/5950)
2026-09-09T11:29:35.8953800Z Updating files: 80% (4760/5950)
2026-09-09T11:29:35.9199160Z Updating files: 81% (4820/5950)
2026-09-09T11:29:35.9478070Z Updating files: 82% (4879/5950)
2026-09-09T11:29:35.9722580Z Updating files: 83% (4939/5950)
2026-09-09T11:29:35.9946580Z Updating files: 84% (4998/5950)
2026-09-09T11:29:36.0222070Z Updating files: 85% (5058/5950)
2026-09-09T11:29:36.1385960Z Updating files: 86% (5117/5950)
2026-09-09T11:29:36.1397630Z Updating files: 87% (5177/5950)
2026-09-09T11:29:36.1406620Z Updating files: 88% (5236/5950)
2026-09-09T11:29:36.1416910Z Updating files: 89% (5296/5950)
2026-09-09T11:29:36.1420820Z Updating files: 90% (5355/5950)
2026-09-09T11:29:36.2044350Z Updating files: 91% (5415/5950)
2026-09-09T11:29:36.2725180Z Updating files: 92% (5474/5950)
2026-09-09T11:29:36.3084010Z Updating files: 93% (5534/5950)
2026-09-09T11:29:36.3107210Z Updating files: 94% (5593/5950)
2026-09-09T11:29:36.3475230Z Updating files: 95% (5653/5950)
2026-09-09T11:29:36.3681340Z Updating files: 96% (5712/5950)
2026-09-09T11:29:36.4133790Z Updating files: 96% (5732/5950)
2026-09-09T11:29:36.5005520Z Updating files: 97% (5772/5950)
2026-09-09T11:29:36.5007260Z Updating files: 98% (5831/5950)
2026-09-09T11:29:36.5009870Z Updating files: 99% (5891/5950)
2026-09-09T11:29:36.5013180Z Updating files: 100% (5950/5950)
2026-09-09T11:29:36.5016100Z Updating files: 100% (5950/5950), done.
2026-09-09T11:29:36.5021580Z HEAD is now at 92b448e Merge 22ba7870960c2ef754234816c4ee6eaf3b4f373b into aec767c1fac6d546e5ae5fae610449f8b45b07d8
2026-09-09T11:29:36.5816170Z [command]/usr/local/bin/git log -1 --format=%H
2026-09-09T11:29:36.5817950Z 92b448eda87979f9b4ca0c250a2e8f8e5b01da33