timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-01T06:03:48.9201610Z with:
2026-08-01T06:03:48.9202770Z repository: pypy/pypy
2026-08-01T06:03:48.9215500Z token: ***
2026-08-01T06:03:48.9216490Z ssh-strict: true
2026-08-01T06:03:48.9217470Z ssh-user: git
2026-08-01T06:03:48.9218470Z persist-credentials: true
2026-08-01T06:03:48.9219630Z clean: true
2026-08-01T06:03:48.9220620Z sparse-checkout-cone-mode: true
2026-08-01T06:03:48.9221900Z fetch-depth: 1
2026-08-01T06:03:48.9222870Z fetch-tags: false
2026-08-01T06:03:48.9223880Z show-progress: true
2026-08-01T06:03:48.9224910Z lfs: false
2026-08-01T06:03:48.9226020Z submodules: false
2026-08-01T06:03:48.9227030Z set-safe-directory: true
2026-08-01T06:03:49.7500200Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-01T06:03:49.7510710Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-01T06:03:49.7514660Z [command]/usr/local/bin/git version
2026-08-01T06:03:49.8573740Z git version 2.55.0
2026-08-01T06:03:49.8754580Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/85761d86-bebc-423c-8b2d-125195a3b730/.gitconfig'
2026-08-01T06:03:49.8805610Z Temporarily overriding HOME='/Users/runner/work/_temp/85761d86-bebc-423c-8b2d-125195a3b730' before making global git config changes
2026-08-01T06:03:49.8821110Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T06:03:49.8829890Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-01T06:03:49.9256650Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-01T06:03:49.9295710Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-01T06:03:50.0225600Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-01T06:03:50.0233960Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-01T06:03:50.0238780Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-01T06:03:50.0242970Z hint: call:
2026-08-01T06:03:50.0244710Z hint:
2026-08-01T06:03:50.0246920Z hint: git config --global init.defaultBranch <name>
2026-08-01T06:03:50.0249870Z hint:
2026-08-01T06:03:50.0254380Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-01T06:03:50.0259220Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-01T06:03:50.0263120Z hint:
2026-08-01T06:03:50.0265470Z hint: git branch -m <name>
2026-08-01T06:03:50.0268040Z hint:
2026-08-01T06:03:50.0271220Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-01T06:03:50.0276240Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-01T06:03:50.0289850Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-01T06:03:50.0537090Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-01T06:03:50.0786700Z Removing SSH command configuration
2026-08-01T06:03:50.0791030Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T06:03:50.1006630Z [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-01T06:03:50.3429400Z Removing HTTP extra header
2026-08-01T06:03:50.3434150Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T06:03:50.3529540Z [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-01T06:03:50.5883930Z Removing includeIf entries pointing to credentials config files
2026-08-01T06:03:50.5895210Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T06:03:50.6106720Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T06:03:50.8559170Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-336a3cc2-c0aa-45a2-a863-0489fb4aad67.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T06:03:50.8721570Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-336a3cc2-c0aa-45a2-a863-0489fb4aad67.config
2026-08-01T06:03:50.8865390Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-336a3cc2-c0aa-45a2-a863-0489fb4aad67.config
2026-08-01T06:03:50.9029190Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-336a3cc2-c0aa-45a2-a863-0489fb4aad67.config
2026-08-01T06:03:50.9178030Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-336a3cc2-c0aa-45a2-a863-0489fb4aad67.config
Fetching the repository
2026-08-01T06:03:50.9344150Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f1dff950585a79f24fa57941b2b83b7a84bfdb22:refs/remotes/pull/5548/merge
2026-08-01T06:03:53.6198500Z From https://github.com/pypy/pypy
2026-08-01T06:03:53.6219200Z * [new ref] f1dff950585a79f24fa57941b2b83b7a84bfdb22 -> pull/5548/merge
Determining the checkout info
2026-08-01T06:03:53.6386110Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-01T06:03:53.6522720Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-01T06:03:53.8236860Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5548/merge
2026-08-01T06:03:54.7352410Z Updating files: 19% (1161/6014)
2026-08-01T06:03:54.7656260Z Updating files: 20% (1203/6014)
2026-08-01T06:03:54.7997740Z Updating files: 21% (1263/6014)
2026-08-01T06:03:54.8369080Z Updating files: 22% (1324/6014)
2026-08-01T06:03:54.8709560Z Updating files: 23% (1384/6014)
2026-08-01T06:03:54.9253370Z Updating files: 24% (1444/6014)
2026-08-01T06:03:55.0721330Z Updating files: 25% (1504/6014)
2026-08-01T06:03:55.1016510Z Updating files: 26% (1564/6014)
2026-08-01T06:03:55.1379290Z Updating files: 27% (1624/6014)
2026-08-01T06:03:55.1767130Z Updating files: 28% (1684/6014)
2026-08-01T06:03:55.2447390Z Updating files: 29% (1745/6014)
2026-08-01T06:03:55.3436030Z Updating files: 30% (1805/6014)
2026-08-01T06:03:55.4495840Z Updating files: 31% (1865/6014)
2026-08-01T06:03:55.4532860Z Updating files: 32% (1925/6014)
2026-08-01T06:03:55.4894940Z Updating files: 33% (1985/6014)
2026-08-01T06:03:55.5265330Z Updating files: 34% (2045/6014)
2026-08-01T06:03:55.5649210Z Updating files: 35% (2105/6014)
2026-08-01T06:03:55.5997780Z Updating files: 36% (2166/6014)
2026-08-01T06:03:55.6347060Z Updating files: 37% (2226/6014)
2026-08-01T06:03:55.7021320Z Updating files: 38% (2286/6014)
2026-08-01T06:03:55.7514820Z Updating files: 38% (2313/6014)
2026-08-01T06:03:55.7916670Z Updating files: 39% (2346/6014)
2026-08-01T06:03:55.8252370Z Updating files: 40% (2406/6014)
2026-08-01T06:03:55.9584580Z Updating files: 41% (2466/6014)
2026-08-01T06:03:56.0431630Z Updating files: 42% (2526/6014)
2026-08-01T06:03:56.0804840Z Updating files: 43% (2587/6014)
2026-08-01T06:03:56.1207280Z Updating files: 44% (2647/6014)
2026-08-01T06:03:56.1576060Z Updating files: 45% (2707/6014)
2026-08-01T06:03:56.1998620Z Updating files: 46% (2767/6014)
2026-08-01T06:03:56.2629100Z Updating files: 47% (2827/6014)
2026-08-01T06:03:56.3209290Z Updating files: 48% (2887/6014)
2026-08-01T06:03:56.3475460Z Updating files: 49% (2947/6014)
2026-08-01T06:03:56.4294070Z Updating files: 50% (3007/6014)
2026-08-01T06:03:56.4427250Z Updating files: 51% (3068/6014)
2026-08-01T06:03:56.5173260Z Updating files: 52% (3128/6014)
2026-08-01T06:03:56.6177410Z Updating files: 53% (3188/6014)
2026-08-01T06:03:56.6926880Z Updating files: 54% (3248/6014)
2026-08-01T06:03:56.6930960Z Updating files: 55% (3308/6014)
2026-08-01T06:03:56.6934850Z Updating files: 56% (3368/6014)
2026-08-01T06:03:56.6962790Z Updating files: 57% (3428/6014)
2026-08-01T06:03:56.7002040Z Updating files: 58% (3489/6014)
2026-08-01T06:03:56.8010010Z Updating files: 58% (3543/6014)
2026-08-01T06:03:56.8998270Z Updating files: 59% (3549/6014)
2026-08-01T06:03:56.9088010Z Updating files: 60% (3609/6014)
2026-08-01T06:03:56.9428700Z Updating files: 61% (3669/6014)
2026-08-01T06:03:57.0443040Z Updating files: 62% (3729/6014)
2026-08-01T06:03:57.1446370Z Updating files: 63% (3789/6014)
2026-08-01T06:03:57.2449630Z Updating files: 64% (3849/6014)
2026-08-01T06:03:57.3088230Z Updating files: 65% (3910/6014)
2026-08-01T06:03:57.3100450Z Updating files: 66% (3970/6014)
2026-08-01T06:03:57.3109230Z Updating files: 67% (4030/6014)
2026-08-01T06:03:57.3124300Z Updating files: 68% (4090/6014)
2026-08-01T06:03:57.3128030Z Updating files: 69% (4150/6014)
2026-08-01T06:03:57.4131570Z Updating files: 70% (4210/6014)
2026-08-01T06:03:57.4224920Z Updating files: 71% (4270/6014)
2026-08-01T06:03:57.4230810Z Updating files: 72% (4331/6014)
2026-08-01T06:03:57.5293090Z Updating files: 73% (4391/6014)
2026-08-01T06:03:57.6295820Z Updating files: 74% (4451/6014)
2026-08-01T06:03:57.6427450Z Updating files: 75% (4511/6014)
2026-08-01T06:03:57.6505930Z Updating files: 76% (4571/6014)
2026-08-01T06:03:57.6583900Z Updating files: 77% (4631/6014)
2026-08-01T06:03:57.6594600Z Updating files: 78% (4691/6014)
2026-08-01T06:03:57.6676780Z Updating files: 79% (4752/6014)
2026-08-01T06:03:57.7023440Z Updating files: 80% (4812/6014)
2026-08-01T06:03:57.7027520Z Updating files: 81% (4872/6014)
2026-08-01T06:03:57.7035290Z Updating files: 82% (4932/6014)
2026-08-01T06:03:57.7398290Z Updating files: 82% (4963/6014)
2026-08-01T06:03:57.7670900Z Updating files: 83% (4992/6014)
2026-08-01T06:03:57.9020350Z Updating files: 84% (5052/6014)
2026-08-01T06:03:57.9256760Z Updating files: 85% (5112/6014)
2026-08-01T06:03:57.9914970Z Updating files: 86% (5173/6014)
2026-08-01T06:03:57.9926970Z Updating files: 87% (5233/6014)
2026-08-01T06:03:57.9928250Z Updating files: 88% (5293/6014)
2026-08-01T06:03:58.0170100Z Updating files: 89% (5353/6014)
2026-08-01T06:03:58.0546490Z Updating files: 90% (5413/6014)
2026-08-01T06:03:58.2031230Z Updating files: 91% (5473/6014)
2026-08-01T06:03:58.2906960Z Updating files: 92% (5533/6014)
2026-08-01T06:03:58.3260830Z Updating files: 93% (5594/6014)
2026-08-01T06:03:58.3527240Z Updating files: 94% (5654/6014)
2026-08-01T06:03:58.3838030Z Updating files: 95% (5714/6014)
2026-08-01T06:03:58.4144300Z Updating files: 96% (5774/6014)
2026-08-01T06:03:58.4423570Z Updating files: 97% (5834/6014)
2026-08-01T06:03:58.4676400Z Updating files: 98% (5894/6014)
2026-08-01T06:03:58.4961470Z Updating files: 99% (5954/6014)
2026-08-01T06:03:58.4995560Z Updating files: 100% (6014/6014)
2026-08-01T06:03:58.6020250Z Updating files: 100% (6014/6014), done.
2026-08-01T06:03:58.6419680Z HEAD is now at f1dff95 Merge 5899bf9455615096fa08da09001b59b2abda7382 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-01T06:03:58.6437790Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-01T06:03:58.6440150Z f1dff950585a79f24fa57941b2b83b7a84bfdb22