Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-03T04:41:13.4024110Z with: 2026-08-03T04:41:13.4024750Z repository: pypy/pypy 2026-08-03T04:41:13.4030640Z token: *** 2026-08-03T04:41:13.4031220Z ssh-strict: true 2026-08-03T04:41:13.4031820Z ssh-user: git 2026-08-03T04:41:13.4032430Z persist-credentials: true 2026-08-03T04:41:13.4033110Z clean: true 2026-08-03T04:41:13.4033720Z sparse-checkout-cone-mode: true 2026-08-03T04:41:13.4034460Z fetch-depth: 1 2026-08-03T04:41:13.4035060Z fetch-tags: false 2026-08-03T04:41:13.4035680Z show-progress: true 2026-08-03T04:41:13.4036300Z lfs: false 2026-08-03T04:41:13.4036910Z submodules: false 2026-08-03T04:41:13.4037550Z set-safe-directory: true
2026-08-03T04:41:13.8883960Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-03T04:41:13.8889030Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-03T04:41:13.8890820Z [command]/usr/local/bin/git version 2026-08-03T04:41:13.9801130Z git version 2.55.0
2026-08-03T04:41:13.9858470Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0f81b185-c90d-431e-8ebe-e3546d90db51/.gitconfig' 2026-08-03T04:41:13.9879920Z Temporarily overriding HOME='/Users/runner/work/_temp/0f81b185-c90d-431e-8ebe-e3546d90db51' before making global git config changes 2026-08-03T04:41:13.9882680Z Adding repository directory to the temporary git global config as a safe directory 2026-08-03T04:41:13.9885370Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-03T04:41:14.0038410Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-03T04:41:14.0058500Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-03T04:41:14.0498390Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-03T04:41:14.0500440Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-03T04:41:14.0502110Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-03T04:41:14.0503410Z hint: call: 2026-08-03T04:41:14.0504140Z hint: 2026-08-03T04:41:14.0505440Z hint: git config --global init.defaultBranch <name> 2026-08-03T04:41:14.0506530Z hint: 2026-08-03T04:41:14.0507530Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-03T04:41:14.0509520Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-03T04:41:14.0511490Z hint: 2026-08-03T04:41:14.0512240Z hint: git branch -m <name> 2026-08-03T04:41:14.0513080Z hint: 2026-08-03T04:41:14.0514260Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-03T04:41:14.0516150Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-03T04:41:14.0528990Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-03T04:41:14.0695300Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-03T04:41:14.0847060Z Removing SSH command configuration 2026-08-03T04:41:14.0857540Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-03T04:41:14.0980140Z [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-08-03T04:41:14.2853270Z Removing HTTP extra header 2026-08-03T04:41:14.2859880Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-03T04:41:14.3001050Z [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-08-03T04:41:14.5342120Z Removing includeIf entries pointing to credentials config files 2026-08-03T04:41:14.5362890Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-03T04:41:14.5426090Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-03T04:41:14.7334380Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-62ceca81-85db-4c62-849e-0df34085b83b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-03T04:41:14.7507320Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-62ceca81-85db-4c62-849e-0df34085b83b.config 2026-08-03T04:41:14.7628460Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-62ceca81-85db-4c62-849e-0df34085b83b.config 2026-08-03T04:41:14.7765600Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-62ceca81-85db-4c62-849e-0df34085b83b.config 2026-08-03T04:41:14.7885730Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-62ceca81-85db-4c62-849e-0df34085b83b.config
Fetching the repository
2026-08-03T04:41:14.8014490Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ec7b5387aaeeda0b4255e10f1c7e203659465180:refs/remotes/pull/5552/merge 2026-08-03T04:41:16.8623110Z From https://github.com/pypy/pypy 2026-08-03T04:41:16.8627310Z * [new ref] ec7b5387aaeeda0b4255e10f1c7e203659465180 -> pull/5552/merge
Determining the checkout info
2026-08-03T04:41:16.8645670Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-03T04:41:16.8834240Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-03T04:41:16.8995590Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5552/merge 2026-08-03T04:41:18.0422470Z Updating files: 36% (2209/6014) 2026-08-03T04:41:18.0686560Z Updating files: 37% (2226/6014) 2026-08-03T04:41:18.0917200Z Updating files: 38% (2286/6014) 2026-08-03T04:41:18.1176490Z Updating files: 39% (2346/6014) 2026-08-03T04:41:18.1406080Z Updating files: 40% (2406/6014) 2026-08-03T04:41:18.1618860Z Updating files: 41% (2466/6014) 2026-08-03T04:41:18.1805950Z Updating files: 42% (2526/6014) 2026-08-03T04:41:18.2007410Z Updating files: 43% (2587/6014) 2026-08-03T04:41:18.2177010Z Updating files: 44% (2647/6014) 2026-08-03T04:41:18.2465500Z Updating files: 45% (2707/6014) 2026-08-03T04:41:18.2685600Z Updating files: 46% (2767/6014) 2026-08-03T04:41:18.3504390Z Updating files: 47% (2827/6014) 2026-08-03T04:41:18.3716220Z Updating files: 48% (2887/6014) 2026-08-03T04:41:18.3960940Z Updating files: 49% (2947/6014) 2026-08-03T04:41:18.4222110Z Updating files: 50% (3007/6014) 2026-08-03T04:41:18.4456650Z Updating files: 51% (3068/6014) 2026-08-03T04:41:18.4852250Z Updating files: 52% (3128/6014) 2026-08-03T04:41:18.4967470Z Updating files: 53% (3188/6014) 2026-08-03T04:41:18.5233450Z Updating files: 54% (3248/6014) 2026-08-03T04:41:18.5513950Z Updating files: 55% (3308/6014) 2026-08-03T04:41:18.5712690Z Updating files: 56% (3368/6014) 2026-08-03T04:41:18.5925430Z Updating files: 57% (3428/6014) 2026-08-03T04:41:18.6157510Z Updating files: 58% (3489/6014) 2026-08-03T04:41:18.6351860Z Updating files: 59% (3549/6014) 2026-08-03T04:41:18.6573920Z Updating files: 60% (3609/6014) 2026-08-03T04:41:18.6851300Z Updating files: 61% (3669/6014) 2026-08-03T04:41:18.7058410Z Updating files: 62% (3729/6014) 2026-08-03T04:41:18.7319350Z Updating files: 63% (3789/6014) 2026-08-03T04:41:18.7642740Z Updating files: 64% (3849/6014) 2026-08-03T04:41:18.7850350Z Updating files: 65% (3910/6014) 2026-08-03T04:41:18.8074130Z Updating files: 66% (3970/6014) 2026-08-03T04:41:18.8607990Z Updating files: 67% (4030/6014) 2026-08-03T04:41:18.8894010Z Updating files: 68% (4090/6014) 2026-08-03T04:41:18.9131700Z Updating files: 69% (4150/6014) 2026-08-03T04:41:18.9290290Z Updating files: 70% (4210/6014) 2026-08-03T04:41:18.9406430Z Updating files: 70% (4232/6014) 2026-08-03T04:41:18.9650290Z Updating files: 71% (4270/6014) 2026-08-03T04:41:18.9895630Z Updating files: 72% (4331/6014) 2026-08-03T04:41:19.0108570Z Updating files: 73% (4391/6014) 2026-08-03T04:41:19.0347820Z Updating files: 74% (4451/6014) 2026-08-03T04:41:19.0567130Z Updating files: 75% (4511/6014) 2026-08-03T04:41:19.0778350Z Updating files: 76% (4571/6014) 2026-08-03T04:41:19.0999220Z Updating files: 77% (4631/6014) 2026-08-03T04:41:19.1230460Z Updating files: 78% (4691/6014) 2026-08-03T04:41:19.1477480Z Updating files: 79% (4752/6014) 2026-08-03T04:41:19.1706310Z Updating files: 80% (4812/6014) 2026-08-03T04:41:19.1960540Z Updating files: 81% (4872/6014) 2026-08-03T04:41:19.2195510Z Updating files: 82% (4932/6014) 2026-08-03T04:41:19.2399970Z Updating files: 83% (4992/6014) 2026-08-03T04:41:19.2639110Z Updating files: 84% (5052/6014) 2026-08-03T04:41:19.2871440Z Updating files: 85% (5112/6014) 2026-08-03T04:41:19.3106530Z Updating files: 86% (5173/6014) 2026-08-03T04:41:19.3350100Z Updating files: 87% (5233/6014) 2026-08-03T04:41:19.3577770Z Updating files: 88% (5293/6014) 2026-08-03T04:41:19.3827630Z Updating files: 89% (5353/6014) 2026-08-03T04:41:19.4132990Z Updating files: 90% (5413/6014) 2026-08-03T04:41:19.5620660Z Updating files: 91% (5473/6014) 2026-08-03T04:41:19.6206210Z Updating files: 92% (5533/6014) 2026-08-03T04:41:19.6442930Z Updating files: 93% (5594/6014) 2026-08-03T04:41:19.6674570Z Updating files: 94% (5654/6014) 2026-08-03T04:41:19.6884880Z Updating files: 95% (5714/6014) 2026-08-03T04:41:19.7114080Z Updating files: 96% (5774/6014) 2026-08-03T04:41:19.7315510Z Updating files: 97% (5834/6014) 2026-08-03T04:41:19.7518850Z Updating files: 98% (5894/6014) 2026-08-03T04:41:19.7732230Z Updating files: 99% (5954/6014) 2026-08-03T04:41:19.7733010Z Updating files: 100% (6014/6014) 2026-08-03T04:41:19.7733880Z Updating files: 100% (6014/6014), done. 2026-08-03T04:41:19.7899360Z HEAD is now at ec7b538 Merge 70d5676e756525393c6ec93cea32f037f6bec20b into a2f7356d28f19f023e46e58443ec5988fd525899
2026-08-03T04:41:19.8125160Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-03T04:41:19.8285420Z ec7b5387aaeeda0b4255e10f1c7e203659465180