timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-01T11:41:08.6321210Z with:
2026-08-01T11:41:08.6323050Z repository: pypy/pypy
2026-08-01T11:41:08.6345390Z token: ***
2026-08-01T11:41:08.6347740Z ssh-strict: true
2026-08-01T11:41:08.6349420Z ssh-user: git
2026-08-01T11:41:08.6351590Z persist-credentials: true
2026-08-01T11:41:08.6353920Z clean: true
2026-08-01T11:41:08.6356250Z sparse-checkout-cone-mode: true
2026-08-01T11:41:08.6358090Z fetch-depth: 1
2026-08-01T11:41:08.6359560Z fetch-tags: false
2026-08-01T11:41:08.6361100Z show-progress: true
2026-08-01T11:41:08.6362890Z lfs: false
2026-08-01T11:41:08.6365380Z submodules: false
2026-08-01T11:41:08.6367730Z set-safe-directory: true
2026-08-01T11:41:12.3296460Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-01T11:41:12.3303870Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-01T11:41:12.3305750Z [command]/usr/local/bin/git version
2026-08-01T11:41:12.4109180Z git version 2.55.0
2026-08-01T11:41:12.4194680Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/3d8969dd-1562-44b5-ae9e-90c3e574efac/.gitconfig'
2026-08-01T11:41:12.4218590Z Temporarily overriding HOME='/Users/runner/work/_temp/3d8969dd-1562-44b5-ae9e-90c3e574efac' before making global git config changes
2026-08-01T11:41:12.4221290Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T11:41:12.4228690Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-01T11:41:12.4525120Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-01T11:41:12.4550090Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-01T11:41:12.6392270Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-01T11:41:12.6395170Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-01T11:41:12.6397260Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-01T11:41:12.6398510Z hint: call:
2026-08-01T11:41:12.6399200Z hint:
2026-08-01T11:41:12.6400480Z hint: git config --global init.defaultBranch <name>
2026-08-01T11:41:12.6401190Z hint:
2026-08-01T11:41:12.6402100Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-01T11:41:12.6403820Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-01T11:41:12.6405670Z hint:
2026-08-01T11:41:12.6406570Z hint: git branch -m <name>
2026-08-01T11:41:12.6407310Z hint:
2026-08-01T11:41:12.6408990Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-01T11:41:12.6411220Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-01T11:41:12.6423380Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-01T11:41:12.6718160Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-01T11:41:12.6943400Z Removing SSH command configuration
2026-08-01T11:41:12.6945190Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T11:41:12.7324700Z [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-01T11:41:14.9107540Z Removing HTTP extra header
2026-08-01T11:41:14.9120790Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T11:41:14.9239380Z [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-01T11:41:16.4798020Z Removing includeIf entries pointing to credentials config files
2026-08-01T11:41:16.5443020Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T11:41:16.8632740Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T11:41:17.9322660Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-cbde628b-68f8-4136-aae6-e2119565f05d.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T11:41:18.0076350Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-cbde628b-68f8-4136-aae6-e2119565f05d.config
2026-08-01T11:41:18.0690760Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-cbde628b-68f8-4136-aae6-e2119565f05d.config
2026-08-01T11:41:18.1110700Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-cbde628b-68f8-4136-aae6-e2119565f05d.config
2026-08-01T11:41:18.1606120Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-cbde628b-68f8-4136-aae6-e2119565f05d.config
Fetching the repository
2026-08-01T11:41:18.3228440Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ace31a994f7fb5c866c086089400a68f1467581a:refs/remotes/pull/5549/merge
2026-08-01T11:41:21.0055590Z From https://github.com/pypy/pypy
2026-08-01T11:41:21.0068880Z * [new ref] ace31a994f7fb5c866c086089400a68f1467581a -> pull/5549/merge
Determining the checkout info
2026-08-01T11:41:21.0081950Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-01T11:41:21.0314210Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-01T11:41:21.0480500Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5549/merge
2026-08-01T11:41:22.2478300Z Updating files: 33% (1998/6014)
2026-08-01T11:41:22.2704820Z Updating files: 34% (2045/6014)
2026-08-01T11:41:22.4097830Z Updating files: 35% (2105/6014)
2026-08-01T11:41:22.4402230Z Updating files: 36% (2166/6014)
2026-08-01T11:41:22.4704500Z Updating files: 37% (2226/6014)
2026-08-01T11:41:22.6289620Z Updating files: 38% (2286/6014)
2026-08-01T11:41:22.6707360Z Updating files: 39% (2346/6014)
2026-08-01T11:41:22.7066540Z Updating files: 40% (2406/6014)
2026-08-01T11:41:22.7391030Z Updating files: 41% (2466/6014)
2026-08-01T11:41:22.7667790Z Updating files: 42% (2526/6014)
2026-08-01T11:41:22.7962620Z Updating files: 43% (2587/6014)
2026-08-01T11:41:22.8253230Z Updating files: 44% (2647/6014)
2026-08-01T11:41:22.9232190Z Updating files: 45% (2707/6014)
2026-08-01T11:41:22.9486530Z Updating files: 46% (2767/6014)
2026-08-01T11:41:22.9769300Z Updating files: 47% (2827/6014)
2026-08-01T11:41:23.0038600Z Updating files: 48% (2887/6014)
2026-08-01T11:41:23.0309820Z Updating files: 49% (2947/6014)
2026-08-01T11:41:23.0573250Z Updating files: 50% (3007/6014)
2026-08-01T11:41:23.0799880Z Updating files: 51% (3068/6014)
2026-08-01T11:41:23.0906610Z Updating files: 51% (3112/6014)
2026-08-01T11:41:23.1121280Z Updating files: 52% (3128/6014)
2026-08-01T11:41:23.1354770Z Updating files: 53% (3188/6014)
2026-08-01T11:41:23.1595640Z Updating files: 54% (3248/6014)
2026-08-01T11:41:23.1841310Z Updating files: 55% (3308/6014)
2026-08-01T11:41:23.2055690Z Updating files: 56% (3368/6014)
2026-08-01T11:41:23.2291750Z Updating files: 57% (3428/6014)
2026-08-01T11:41:23.2545070Z Updating files: 58% (3489/6014)
2026-08-01T11:41:23.2772420Z Updating files: 59% (3549/6014)
2026-08-01T11:41:23.2978300Z Updating files: 60% (3609/6014)
2026-08-01T11:41:23.3234370Z Updating files: 61% (3669/6014)
2026-08-01T11:41:23.3417050Z Updating files: 62% (3729/6014)
2026-08-01T11:41:23.3605970Z Updating files: 63% (3789/6014)
2026-08-01T11:41:23.3809880Z Updating files: 64% (3849/6014)
2026-08-01T11:41:23.3967720Z Updating files: 65% (3910/6014)
2026-08-01T11:41:23.4134180Z Updating files: 66% (3970/6014)
2026-08-01T11:41:23.4347570Z Updating files: 67% (4030/6014)
2026-08-01T11:41:23.4559660Z Updating files: 68% (4090/6014)
2026-08-01T11:41:23.5388130Z Updating files: 69% (4150/6014)
2026-08-01T11:41:23.5688130Z Updating files: 70% (4210/6014)
2026-08-01T11:41:23.5936910Z Updating files: 71% (4270/6014)
2026-08-01T11:41:23.6257980Z Updating files: 72% (4331/6014)
2026-08-01T11:41:23.6535210Z Updating files: 73% (4391/6014)
2026-08-01T11:41:23.7762440Z Updating files: 74% (4451/6014)
2026-08-01T11:41:23.8067850Z Updating files: 75% (4511/6014)
2026-08-01T11:41:23.8403480Z Updating files: 76% (4571/6014)
2026-08-01T11:41:23.8596980Z Updating files: 77% (4631/6014)
2026-08-01T11:41:23.8821360Z Updating files: 78% (4691/6014)
2026-08-01T11:41:23.9055530Z Updating files: 79% (4752/6014)
2026-08-01T11:41:23.9346180Z Updating files: 80% (4812/6014)
2026-08-01T11:41:24.0768520Z Updating files: 81% (4872/6014)
2026-08-01T11:41:24.0852600Z Updating files: 82% (4932/6014)
2026-08-01T11:41:24.1115640Z Updating files: 82% (4934/6014)
2026-08-01T11:41:24.1300330Z Updating files: 83% (4992/6014)
2026-08-01T11:41:24.1516870Z Updating files: 84% (5052/6014)
2026-08-01T11:41:24.1806530Z Updating files: 85% (5112/6014)
2026-08-01T11:41:24.2084860Z Updating files: 86% (5173/6014)
2026-08-01T11:41:24.2333160Z Updating files: 87% (5233/6014)
2026-08-01T11:41:24.2572240Z Updating files: 88% (5293/6014)
2026-08-01T11:41:24.3539910Z Updating files: 89% (5353/6014)
2026-08-01T11:41:24.4001610Z Updating files: 90% (5413/6014)
2026-08-01T11:41:24.9448260Z Updating files: 91% (5473/6014)
2026-08-01T11:41:25.1825300Z Updating files: 92% (5533/6014)
2026-08-01T11:41:25.2845870Z Updating files: 92% (5541/6014)
2026-08-01T11:41:25.2847230Z Updating files: 93% (5594/6014)
2026-08-01T11:41:25.3880230Z Updating files: 94% (5654/6014)
2026-08-01T11:41:25.4812390Z Updating files: 95% (5714/6014)
2026-08-01T11:41:25.4939800Z Updating files: 96% (5774/6014)
2026-08-01T11:41:25.5164070Z Updating files: 97% (5834/6014)
2026-08-01T11:41:25.5359420Z Updating files: 98% (5894/6014)
2026-08-01T11:41:25.5552880Z Updating files: 99% (5954/6014)
2026-08-01T11:41:25.5554180Z Updating files: 100% (6014/6014)
2026-08-01T11:41:25.5555000Z Updating files: 100% (6014/6014), done.
2026-08-01T11:41:25.5680980Z HEAD is now at ace31a9 Merge f8e532471eedc1c9902e06eebeecd335828fc170 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-01T11:41:25.5900330Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-01T11:41:25.6049650Z ace31a994f7fb5c866c086089400a68f1467581a