timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-25T07:31:28.9707090Z with:
2026-08-25T07:31:28.9707960Z repository: pypy/pypy
2026-08-25T07:31:28.9726300Z token: ***
2026-08-25T07:31:28.9727180Z ssh-strict: true
2026-08-25T07:31:28.9728100Z ssh-user: git
2026-08-25T07:31:28.9729060Z persist-credentials: true
2026-08-25T07:31:28.9730190Z clean: true
2026-08-25T07:31:28.9731150Z sparse-checkout-cone-mode: true
2026-08-25T07:31:28.9732410Z fetch-depth: 1
2026-08-25T07:31:28.9733330Z fetch-tags: false
2026-08-25T07:31:28.9734290Z show-progress: true
2026-08-25T07:31:28.9735270Z lfs: false
2026-08-25T07:31:28.9736150Z submodules: false
2026-08-25T07:31:28.9737150Z set-safe-directory: true
2026-08-25T07:31:29.7575580Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T07:31:29.7583920Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-25T07:31:29.7593230Z [command]/usr/local/bin/git version
2026-08-25T07:31:29.9197720Z git version 2.55.0
2026-08-25T07:31:29.9676760Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/41544930-0c98-4e6c-af3e-5284e73960e9/.gitconfig'
2026-08-25T07:31:29.9681400Z Temporarily overriding HOME='/Users/runner/work/_temp/41544930-0c98-4e6c-af3e-5284e73960e9' before making global git config changes
2026-08-25T07:31:29.9684740Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T07:31:29.9687440Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-25T07:31:29.9835870Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T07:31:29.9853170Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-25T07:31:30.0239770Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-25T07:31:30.0243910Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-25T07:31:30.0247570Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-25T07:31:30.0250380Z hint: call:
2026-08-25T07:31:30.0252380Z hint:
2026-08-25T07:31:30.0254480Z hint: git config --global init.defaultBranch <name>
2026-08-25T07:31:30.0256800Z hint:
2026-08-25T07:31:30.0258900Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-25T07:31:30.0261650Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-25T07:31:30.0264090Z hint:
2026-08-25T07:31:30.0266280Z hint: git branch -m <name>
2026-08-25T07:31:30.0268250Z hint:
2026-08-25T07:31:30.0270730Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-25T07:31:30.0274000Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-25T07:31:30.0281220Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-25T07:31:30.0406370Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-25T07:31:30.0516550Z Removing SSH command configuration
2026-08-25T07:31:30.0521780Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-25T07:31:30.0656030Z [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-25T07:31:30.2216490Z Removing HTTP extra header
2026-08-25T07:31:30.2220290Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T07:31:30.2319130Z [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-25T07:31:30.4220760Z Removing includeIf entries pointing to credentials config files
2026-08-25T07:31:30.4230760Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T07:31:30.4388800Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-25T07:31:30.6201000Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-ff79f962-df98-4383-aaa4-f5b3dd49dfec.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-25T07:31:30.6321750Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-ff79f962-df98-4383-aaa4-f5b3dd49dfec.config
2026-08-25T07:31:30.6423250Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-ff79f962-df98-4383-aaa4-f5b3dd49dfec.config
2026-08-25T07:31:30.6520170Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ff79f962-df98-4383-aaa4-f5b3dd49dfec.config
2026-08-25T07:31:30.6619730Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ff79f962-df98-4383-aaa4-f5b3dd49dfec.config
Fetching the repository
2026-08-25T07:31:30.6728160Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +860202a50fcfcd07bf03ca094c2ea3aaa2f68466:refs/remotes/pull/5573/merge
2026-08-25T07:31:33.9988640Z From https://github.com/pypy/pypy
2026-08-25T07:31:33.9991040Z * [new ref] 860202a50fcfcd07bf03ca094c2ea3aaa2f68466 -> pull/5573/merge
Determining the checkout info
2026-08-25T07:31:33.9998990Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-25T07:31:34.0113860Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T07:31:34.0202440Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5573/merge
2026-08-25T07:31:35.0928960Z Updating files: 51% (3103/6014)
2026-08-25T07:31:35.1011580Z Updating files: 52% (3128/6014)
2026-08-25T07:31:35.1158470Z Updating files: 53% (3188/6014)
2026-08-25T07:31:35.1300800Z Updating files: 54% (3248/6014)
2026-08-25T07:31:35.1466420Z Updating files: 55% (3308/6014)
2026-08-25T07:31:35.1595950Z Updating files: 56% (3368/6014)
2026-08-25T07:31:35.1735960Z Updating files: 57% (3428/6014)
2026-08-25T07:31:35.1870670Z Updating files: 58% (3489/6014)
2026-08-25T07:31:35.1998650Z Updating files: 59% (3549/6014)
2026-08-25T07:31:35.2134740Z Updating files: 60% (3609/6014)
2026-08-25T07:31:35.2280960Z Updating files: 61% (3669/6014)
2026-08-25T07:31:35.2403250Z Updating files: 62% (3729/6014)
2026-08-25T07:31:35.2537490Z Updating files: 63% (3789/6014)
2026-08-25T07:31:35.2684450Z Updating files: 64% (3849/6014)
2026-08-25T07:31:35.2812710Z Updating files: 65% (3910/6014)
2026-08-25T07:31:35.2932140Z Updating files: 66% (3970/6014)
2026-08-25T07:31:35.3086290Z Updating files: 67% (4030/6014)
2026-08-25T07:31:35.3238090Z Updating files: 68% (4090/6014)
2026-08-25T07:31:35.3397210Z Updating files: 69% (4150/6014)
2026-08-25T07:31:35.3575440Z Updating files: 70% (4210/6014)
2026-08-25T07:31:35.3725840Z Updating files: 71% (4270/6014)
2026-08-25T07:31:35.3877690Z Updating files: 72% (4331/6014)
2026-08-25T07:31:35.4002370Z Updating files: 73% (4391/6014)
2026-08-25T07:31:35.4141100Z Updating files: 74% (4451/6014)
2026-08-25T07:31:35.4273830Z Updating files: 75% (4511/6014)
2026-08-25T07:31:35.4406000Z Updating files: 76% (4571/6014)
2026-08-25T07:31:35.4540330Z Updating files: 77% (4631/6014)
2026-08-25T07:31:35.4681700Z Updating files: 78% (4691/6014)
2026-08-25T07:31:35.4817160Z Updating files: 79% (4752/6014)
2026-08-25T07:31:35.5512780Z Updating files: 80% (4812/6014)
2026-08-25T07:31:35.5670020Z Updating files: 81% (4872/6014)
2026-08-25T07:31:35.5838640Z Updating files: 82% (4932/6014)
2026-08-25T07:31:35.5983350Z Updating files: 83% (4992/6014)
2026-08-25T07:31:35.6139770Z Updating files: 84% (5052/6014)
2026-08-25T07:31:35.6295570Z Updating files: 85% (5112/6014)
2026-08-25T07:31:35.6448350Z Updating files: 86% (5173/6014)
2026-08-25T07:31:35.6597610Z Updating files: 87% (5233/6014)
2026-08-25T07:31:35.6738160Z Updating files: 88% (5293/6014)
2026-08-25T07:31:35.6885900Z Updating files: 89% (5353/6014)
2026-08-25T07:31:35.7357060Z Updating files: 90% (5413/6014)
2026-08-25T07:31:36.0768710Z Updating files: 91% (5473/6014)
2026-08-25T07:31:36.0902220Z Updating files: 91% (5520/6014)
2026-08-25T07:31:36.2786730Z Updating files: 92% (5533/6014)
2026-08-25T07:31:36.2943870Z Updating files: 93% (5594/6014)
2026-08-25T07:31:36.3154980Z Updating files: 94% (5654/6014)
2026-08-25T07:31:36.3368840Z Updating files: 95% (5714/6014)
2026-08-25T07:31:36.3552210Z Updating files: 96% (5774/6014)
2026-08-25T07:31:36.3775620Z Updating files: 97% (5834/6014)
2026-08-25T07:31:36.4815780Z Updating files: 98% (5894/6014)
2026-08-25T07:31:36.5832960Z Updating files: 99% (5954/6014)
2026-08-25T07:31:36.6121920Z Updating files: 100% (6014/6014)
2026-08-25T07:31:36.6797860Z Updating files: 100% (6014/6014), done.
2026-08-25T07:31:36.6808480Z HEAD is now at 860202a Merge 0f03581ce5edf1d49a93cbb1b035b3710717116b into 5ff869c95ca71525afb5f19ae23295e592873e68
2026-08-25T07:31:36.6822520Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-25T07:31:36.6823140Z 860202a50fcfcd07bf03ca094c2ea3aaa2f68466