timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-31T16:41:41.6249560Z with:
2026-08-31T16:41:41.6250340Z repository: pypy/pypy
2026-08-31T16:41:41.6256480Z token: ***
2026-08-31T16:41:41.6257130Z ssh-strict: true
2026-08-31T16:41:41.6257770Z ssh-user: git
2026-08-31T16:41:41.6258430Z persist-credentials: true
2026-08-31T16:41:41.6259160Z clean: true
2026-08-31T16:41:41.6259820Z sparse-checkout-cone-mode: true
2026-08-31T16:41:41.6260610Z fetch-depth: 1
2026-08-31T16:41:41.6261270Z fetch-tags: false
2026-08-31T16:41:41.6261930Z show-progress: true
2026-08-31T16:41:41.6262590Z lfs: false
2026-08-31T16:41:41.6263200Z submodules: false
2026-08-31T16:41:41.6263880Z set-safe-directory: true
2026-08-31T16:41:42.0995460Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T16:41:42.1050310Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-31T16:41:42.1104370Z [command]/usr/local/bin/git version
2026-08-31T16:41:42.1122320Z git version 2.55.0
2026-08-31T16:41:42.1263390Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0e6308d8-62dc-4ce8-91ca-cdefb13b31c2/.gitconfig'
2026-08-31T16:41:42.1301400Z Temporarily overriding HOME='/Users/runner/work/_temp/0e6308d8-62dc-4ce8-91ca-cdefb13b31c2' before making global git config changes
2026-08-31T16:41:42.1342990Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T16:41:42.1377750Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-31T16:41:42.1416650Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T16:41:42.1445400Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-31T16:41:42.1474800Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-31T16:41:42.1504180Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-31T16:41:42.1530600Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-31T16:41:42.1537570Z hint: call:
2026-08-31T16:41:42.1544990Z hint:
2026-08-31T16:41:42.1564720Z hint: git config --global init.defaultBranch <name>
2026-08-31T16:41:42.1588260Z hint:
2026-08-31T16:41:42.1614440Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-31T16:41:42.1627190Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-31T16:41:42.1634420Z hint:
2026-08-31T16:41:42.1653350Z hint: git branch -m <name>
2026-08-31T16:41:42.1659190Z hint:
2026-08-31T16:41:42.1661410Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-31T16:41:42.1664070Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-31T16:41:42.1669200Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T16:41:42.1898510Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T16:41:42.2129590Z Removing SSH command configuration
2026-08-31T16:41:42.2140950Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-31T16:41:42.2183690Z [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-31T16:41:42.2595050Z Removing HTTP extra header
2026-08-31T16:41:42.2624690Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-31T16:41:42.2692750Z [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-31T16:41:42.4832290Z Removing includeIf entries pointing to credentials config files
2026-08-31T16:41:42.4878680Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-31T16:41:42.4994910Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-31T16:41:42.7038830Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-4881554a-d84c-473d-8d3f-7567516b3529.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-31T16:41:42.7189250Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-4881554a-d84c-473d-8d3f-7567516b3529.config
2026-08-31T16:41:42.7275580Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-4881554a-d84c-473d-8d3f-7567516b3529.config
2026-08-31T16:41:42.7407370Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-4881554a-d84c-473d-8d3f-7567516b3529.config
2026-08-31T16:41:42.7538810Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-4881554a-d84c-473d-8d3f-7567516b3529.config
Fetching the repository
2026-08-31T16:41:42.7789310Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +748c34bf8dc7eb3263abd723bbda4da92ee128e5:refs/remotes/origin/py3.12
2026-08-31T16:41:47.1662260Z From https://github.com/pypy/pypy
2026-08-31T16:41:47.1675260Z * [new ref] 748c34bf8dc7eb3263abd723bbda4da92ee128e5 -> origin/py3.12
2026-08-31T16:41:47.1739020Z [command]/usr/local/bin/git branch --list --remote origin/py3.12
2026-08-31T16:41:47.1799070Z origin/py3.12
2026-08-31T16:41:47.2315960Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12
2026-08-31T16:41:47.2328840Z 748c34bf8dc7eb3263abd723bbda4da92ee128e5
Determining the checkout info
2026-08-31T16:41:47.2360710Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-31T16:41:47.2368820Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T16:41:47.2816670Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-31T16:41:48.4068990Z Updating files: 30% (2164/7092)
2026-08-31T16:41:48.4345380Z Updating files: 31% (2199/7092)
2026-08-31T16:41:48.4369550Z Updating files: 32% (2270/7092)
2026-08-31T16:41:48.4384280Z Updating files: 33% (2341/7092)
2026-08-31T16:41:48.4393950Z Updating files: 34% (2412/7092)
2026-08-31T16:41:48.4636870Z Updating files: 35% (2483/7092)
2026-08-31T16:41:48.4825390Z Updating files: 36% (2554/7092)
2026-08-31T16:41:48.5396430Z Updating files: 37% (2625/7092)
2026-08-31T16:41:48.5506930Z Updating files: 38% (2695/7092)
2026-08-31T16:41:48.5547660Z Updating files: 39% (2766/7092)
2026-08-31T16:41:48.6549830Z Updating files: 40% (2837/7092)
2026-08-31T16:41:48.7384200Z Updating files: 41% (2908/7092)
2026-08-31T16:41:48.7500110Z Updating files: 42% (2979/7092)
2026-08-31T16:41:48.7624990Z Updating files: 43% (3050/7092)
2026-08-31T16:41:48.7711440Z Updating files: 44% (3121/7092)
2026-08-31T16:41:48.7746170Z Updating files: 45% (3192/7092)
2026-08-31T16:41:48.7791490Z Updating files: 46% (3263/7092)
2026-08-31T16:41:48.7853350Z Updating files: 47% (3334/7092)
2026-08-31T16:41:48.7887460Z Updating files: 48% (3405/7092)
2026-08-31T16:41:48.8268990Z Updating files: 49% (3476/7092)
2026-08-31T16:41:48.8942850Z Updating files: 50% (3546/7092)
2026-08-31T16:41:48.9192720Z Updating files: 51% (3617/7092)
2026-08-31T16:41:48.9460690Z Updating files: 52% (3688/7092)
2026-08-31T16:41:48.9670040Z Updating files: 53% (3759/7092)
2026-08-31T16:41:48.9870160Z Updating files: 54% (3830/7092)
2026-08-31T16:41:49.0054180Z Updating files: 55% (3901/7092)
2026-08-31T16:41:49.0268720Z Updating files: 56% (3972/7092)
2026-08-31T16:41:49.0476020Z Updating files: 57% (4043/7092)
2026-08-31T16:41:49.0792350Z Updating files: 58% (4114/7092)
2026-08-31T16:41:49.0966550Z Updating files: 59% (4185/7092)
2026-08-31T16:41:49.1544310Z Updating files: 60% (4256/7092)
2026-08-31T16:41:49.1740350Z Updating files: 61% (4327/7092)
2026-08-31T16:41:49.2161010Z Updating files: 62% (4398/7092)
2026-08-31T16:41:49.2229700Z Updating files: 63% (4468/7092)
2026-08-31T16:41:49.2483730Z Updating files: 64% (4539/7092)
2026-08-31T16:41:49.2652590Z Updating files: 65% (4610/7092)
2026-08-31T16:41:49.2695930Z Updating files: 65% (4625/7092)
2026-08-31T16:41:49.3076630Z Updating files: 66% (4681/7092)
2026-08-31T16:41:49.3430190Z Updating files: 67% (4752/7092)
2026-08-31T16:41:49.3708600Z Updating files: 68% (4823/7092)
2026-08-31T16:41:49.3927100Z Updating files: 69% (4894/7092)
2026-08-31T16:41:49.4137690Z Updating files: 70% (4965/7092)
2026-08-31T16:41:49.4487530Z Updating files: 71% (5036/7092)
2026-08-31T16:41:49.5808830Z Updating files: 72% (5107/7092)
2026-08-31T16:41:49.5955900Z Updating files: 73% (5178/7092)
2026-08-31T16:41:49.6227460Z Updating files: 74% (5249/7092)
2026-08-31T16:41:49.6482130Z Updating files: 75% (5319/7092)
2026-08-31T16:41:49.6699570Z Updating files: 76% (5390/7092)
2026-08-31T16:41:49.6968960Z Updating files: 77% (5461/7092)
2026-08-31T16:41:49.7783420Z Updating files: 78% (5532/7092)
2026-08-31T16:41:49.8182750Z Updating files: 79% (5603/7092)
2026-08-31T16:41:49.8385940Z Updating files: 80% (5674/7092)
2026-08-31T16:41:49.8545980Z Updating files: 81% (5745/7092)
2026-08-31T16:41:49.8775450Z Updating files: 82% (5816/7092)
2026-08-31T16:41:49.8973810Z Updating files: 83% (5887/7092)
2026-08-31T16:41:49.9243920Z Updating files: 84% (5958/7092)
2026-08-31T16:41:49.9970850Z Updating files: 85% (6029/7092)
2026-08-31T16:41:50.0201770Z Updating files: 86% (6100/7092)
2026-08-31T16:41:50.0403990Z Updating files: 87% (6171/7092)
2026-08-31T16:41:50.1594540Z Updating files: 88% (6241/7092)
2026-08-31T16:41:50.2596470Z Updating files: 89% (6312/7092)
2026-08-31T16:41:50.2637430Z Updating files: 90% (6383/7092)
2026-08-31T16:41:50.2638270Z Updating files: 91% (6454/7092)
2026-08-31T16:41:50.2675070Z Updating files: 92% (6525/7092)
2026-08-31T16:41:50.2927530Z Updating files: 92% (6587/7092)
2026-08-31T16:41:50.4705540Z Updating files: 93% (6596/7092)
2026-08-31T16:41:50.4869370Z Updating files: 94% (6667/7092)
2026-08-31T16:41:50.5093390Z Updating files: 95% (6738/7092)
2026-08-31T16:41:50.5336560Z Updating files: 96% (6809/7092)
2026-08-31T16:41:50.5583960Z Updating files: 97% (6880/7092)
2026-08-31T16:41:50.5853460Z Updating files: 98% (6951/7092)
2026-08-31T16:41:50.6034170Z Updating files: 99% (7022/7092)
2026-08-31T16:41:50.6075180Z Updating files: 100% (7092/7092)
2026-08-31T16:41:50.6102920Z Updating files: 100% (7092/7092), done.
2026-08-31T16:41:50.6152240Z Switched to a new branch 'py3.12'
2026-08-31T16:41:50.6205830Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-31T16:41:50.6448610Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-31T16:41:50.6498740Z 748c34bf8dc7eb3263abd723bbda4da92ee128e5