timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-07-30T11:06:20.5219050Z with:
2026-07-30T11:06:20.5220010Z repository: pypy/pypy
2026-07-30T11:06:20.5230250Z token: ***
2026-07-30T11:06:20.5231060Z ssh-strict: true
2026-07-30T11:06:20.5231930Z ssh-user: git
2026-07-30T11:06:20.5232770Z persist-credentials: true
2026-07-30T11:06:20.5233710Z clean: true
2026-07-30T11:06:20.5234530Z sparse-checkout-cone-mode: true
2026-07-30T11:06:20.5235580Z fetch-depth: 1
2026-07-30T11:06:20.5236550Z fetch-tags: false
2026-07-30T11:06:20.5237410Z show-progress: true
2026-07-30T11:06:20.5238290Z lfs: false
2026-07-30T11:06:20.5239110Z submodules: false
2026-07-30T11:06:20.5240120Z set-safe-directory: true
2026-07-30T11:06:20.9824960Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T11:06:20.9830490Z Working directory is '/Users/runner/work/pypy/pypy'
2026-07-30T11:06:20.9832740Z [command]/usr/local/bin/git version
2026-07-30T11:06:20.9833940Z git version 2.55.0
2026-07-30T11:06:20.9879160Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/75e22979-83d0-42c5-aafc-9e023dcb3fc0/.gitconfig'
2026-07-30T11:06:20.9900310Z Temporarily overriding HOME='/Users/runner/work/_temp/75e22979-83d0-42c5-aafc-9e023dcb3fc0' before making global git config changes
2026-07-30T11:06:20.9906220Z Adding repository directory to the temporary git global config as a safe directory
2026-07-30T11:06:20.9914860Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-07-30T11:06:21.0098870Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T11:06:21.0117020Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-07-30T11:06:21.0658740Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-30T11:06:21.0673110Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-30T11:06:21.0677600Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-30T11:06:21.0680940Z hint: call:
2026-07-30T11:06:21.0682570Z hint:
2026-07-30T11:06:21.0684630Z hint: git config --global init.defaultBranch <name>
2026-07-30T11:06:21.0686760Z hint:
2026-07-30T11:06:21.0688890Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-30T11:06:21.0693010Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-30T11:06:21.0695460Z hint:
2026-07-30T11:06:21.0696690Z hint: git branch -m <name>
2026-07-30T11:06:21.0698260Z hint:
2026-07-30T11:06:21.0700320Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-30T11:06:21.0703870Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-07-30T11:06:21.0710110Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-30T11:06:21.0885320Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-30T11:06:21.1017270Z Removing SSH command configuration
2026-07-30T11:06:21.1023700Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-30T11:06:21.1140520Z [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-07-30T11:06:21.3260870Z Removing HTTP extra header
2026-07-30T11:06:21.3275530Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-30T11:06:21.3376090Z [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-07-30T11:06:21.6321550Z Removing includeIf entries pointing to credentials config files
2026-07-30T11:06:21.6430930Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-30T11:06:21.7023780Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-30T11:06:21.7885340Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-b2dbc5b3-aa82-4008-827a-4685403fe48f.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-30T11:06:21.7927030Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-b2dbc5b3-aa82-4008-827a-4685403fe48f.config
2026-07-30T11:06:21.8131530Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-b2dbc5b3-aa82-4008-827a-4685403fe48f.config
2026-07-30T11:06:21.8439980Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-b2dbc5b3-aa82-4008-827a-4685403fe48f.config
2026-07-30T11:06:21.8841520Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-b2dbc5b3-aa82-4008-827a-4685403fe48f.config
Fetching the repository
2026-07-30T11:06:21.8873420Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8bde811ff5d29dbf1428d34708922379e12190b6:refs/remotes/pull/5537/merge
2026-07-30T11:06:25.5341890Z From https://github.com/pypy/pypy
2026-07-30T11:06:25.5345770Z * [new ref] 8bde811ff5d29dbf1428d34708922379e12190b6 -> pull/5537/merge
Determining the checkout info
2026-07-30T11:06:25.5360960Z [command]/usr/local/bin/git sparse-checkout disable
2026-07-30T11:06:25.5508210Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T11:06:25.5626810Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5537/merge
2026-07-30T11:06:26.6251210Z Updating files: 32% (1982/6015)
2026-07-30T11:06:26.7250090Z Updating files: 33% (1985/6015)
2026-07-30T11:06:26.8254510Z Updating files: 34% (2046/6015)
2026-07-30T11:06:26.8415920Z Updating files: 35% (2106/6015)
2026-07-30T11:06:26.8421130Z Updating files: 36% (2166/6015)
2026-07-30T11:06:26.8430790Z Updating files: 37% (2226/6015)
2026-07-30T11:06:26.8434380Z Updating files: 38% (2286/6015)
2026-07-30T11:06:26.8435530Z Updating files: 39% (2346/6015)
2026-07-30T11:06:26.9347880Z Updating files: 40% (2406/6015)
2026-07-30T11:06:26.9536550Z Updating files: 41% (2467/6015)
2026-07-30T11:06:26.9713920Z Updating files: 42% (2527/6015)
2026-07-30T11:06:27.0002110Z Updating files: 43% (2587/6015)
2026-07-30T11:06:27.0089300Z Updating files: 44% (2647/6015)
2026-07-30T11:06:27.0355140Z Updating files: 45% (2707/6015)
2026-07-30T11:06:27.0572340Z Updating files: 46% (2767/6015)
2026-07-30T11:06:27.0760990Z Updating files: 47% (2828/6015)
2026-07-30T11:06:27.0970650Z Updating files: 48% (2888/6015)
2026-07-30T11:06:27.1143180Z Updating files: 49% (2948/6015)
2026-07-30T11:06:27.1336320Z Updating files: 50% (3008/6015)
2026-07-30T11:06:27.1501840Z Updating files: 51% (3068/6015)
2026-07-30T11:06:27.1682930Z Updating files: 52% (3128/6015)
2026-07-30T11:06:27.1884490Z Updating files: 53% (3188/6015)
2026-07-30T11:06:27.2077790Z Updating files: 54% (3249/6015)
2026-07-30T11:06:27.2339520Z Updating files: 55% (3309/6015)
2026-07-30T11:06:27.2511610Z Updating files: 56% (3369/6015)
2026-07-30T11:06:27.2694690Z Updating files: 57% (3429/6015)
2026-07-30T11:06:27.2883080Z Updating files: 58% (3489/6015)
2026-07-30T11:06:27.3065530Z Updating files: 59% (3549/6015)
2026-07-30T11:06:27.3324470Z Updating files: 60% (3609/6015)
2026-07-30T11:06:27.3531000Z Updating files: 61% (3670/6015)
2026-07-30T11:06:27.3698380Z Updating files: 62% (3730/6015)
2026-07-30T11:06:27.3868780Z Updating files: 63% (3790/6015)
2026-07-30T11:06:27.4050100Z Updating files: 64% (3850/6015)
2026-07-30T11:06:27.4241390Z Updating files: 65% (3910/6015)
2026-07-30T11:06:27.5232480Z Updating files: 66% (3970/6015)
2026-07-30T11:06:27.5581430Z Updating files: 67% (4031/6015)
2026-07-30T11:06:27.5844000Z Updating files: 68% (4091/6015)
2026-07-30T11:06:27.6168860Z Updating files: 69% (4151/6015)
2026-07-30T11:06:27.6172880Z Updating files: 69% (4197/6015)
2026-07-30T11:06:27.6343050Z Updating files: 70% (4211/6015)
2026-07-30T11:06:27.6593790Z Updating files: 71% (4271/6015)
2026-07-30T11:06:27.6805650Z Updating files: 72% (4331/6015)
2026-07-30T11:06:27.6983810Z Updating files: 73% (4391/6015)
2026-07-30T11:06:27.7153910Z Updating files: 74% (4452/6015)
2026-07-30T11:06:27.7363030Z Updating files: 75% (4512/6015)
2026-07-30T11:06:27.7550390Z Updating files: 76% (4572/6015)
2026-07-30T11:06:27.7736860Z Updating files: 77% (4632/6015)
2026-07-30T11:06:27.7939660Z Updating files: 78% (4692/6015)
2026-07-30T11:06:27.8134620Z Updating files: 79% (4752/6015)
2026-07-30T11:06:27.8390750Z Updating files: 80% (4812/6015)
2026-07-30T11:06:27.8792860Z Updating files: 81% (4873/6015)
2026-07-30T11:06:28.0024970Z Updating files: 82% (4933/6015)
2026-07-30T11:06:28.0268530Z Updating files: 83% (4993/6015)
2026-07-30T11:06:28.0541210Z Updating files: 84% (5053/6015)
2026-07-30T11:06:28.0803810Z Updating files: 85% (5113/6015)
2026-07-30T11:06:28.1047980Z Updating files: 86% (5173/6015)
2026-07-30T11:06:28.1299970Z Updating files: 87% (5234/6015)
2026-07-30T11:06:28.1526830Z Updating files: 88% (5294/6015)
2026-07-30T11:06:28.1994320Z Updating files: 89% (5354/6015)
2026-07-30T11:06:28.2612500Z Updating files: 90% (5414/6015)
2026-07-30T11:06:28.6012430Z Updating files: 91% (5474/6015)
2026-07-30T11:06:28.6159940Z Updating files: 91% (5523/6015)
2026-07-30T11:06:28.7237080Z Updating files: 92% (5534/6015)
2026-07-30T11:06:28.7570920Z Updating files: 93% (5594/6015)
2026-07-30T11:06:28.7721230Z Updating files: 94% (5655/6015)
2026-07-30T11:06:28.7928000Z Updating files: 95% (5715/6015)
2026-07-30T11:06:28.9594460Z Updating files: 96% (5775/6015)
2026-07-30T11:06:28.9811920Z Updating files: 97% (5835/6015)
2026-07-30T11:06:29.0188060Z Updating files: 98% (5895/6015)
2026-07-30T11:06:29.0307640Z Updating files: 99% (5955/6015)
2026-07-30T11:06:29.0340800Z Updating files: 100% (6015/6015)
2026-07-30T11:06:29.0369590Z Updating files: 100% (6015/6015), done.
2026-07-30T11:06:29.0470170Z HEAD is now at 8bde811 Merge 414c84f34e9057107529d822260e42f27a440666 into 8eb2f0cdb72e859a90595f7006473b416ee82b02
2026-07-30T11:06:29.0762290Z [command]/usr/local/bin/git log -1 --format=%H
2026-07-30T11:06:29.0892480Z 8bde811ff5d29dbf1428d34708922379e12190b6