Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-29T08:17:39.9126720Z with: 2026-07-29T08:17:39.9128290Z repository: pypy/pypy 2026-07-29T08:17:39.9143520Z token: *** 2026-07-29T08:17:39.9145640Z ssh-strict: true 2026-07-29T08:17:39.9147850Z ssh-user: git 2026-07-29T08:17:39.9150620Z persist-credentials: true 2026-07-29T08:17:39.9154770Z clean: true 2026-07-29T08:17:39.9158140Z sparse-checkout-cone-mode: true 2026-07-29T08:17:39.9160440Z fetch-depth: 1 2026-07-29T08:17:39.9162000Z fetch-tags: false 2026-07-29T08:17:39.9163630Z show-progress: true 2026-07-29T08:17:39.9165270Z lfs: false 2026-07-29T08:17:39.9166760Z submodules: false 2026-07-29T08:17:39.9168430Z set-safe-directory: true
2026-07-29T08:17:40.9501730Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-29T08:17:40.9513010Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-29T08:17:40.9517560Z [command]/usr/local/bin/git version 2026-07-29T08:17:41.0510650Z git version 2.55.0
2026-07-29T08:17:41.0614050Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/dfecc18a-29f7-48b3-a79c-b8360a87bf63/.gitconfig' 2026-07-29T08:17:41.0647730Z Temporarily overriding HOME='/Users/runner/work/_temp/dfecc18a-29f7-48b3-a79c-b8360a87bf63' before making global git config changes 2026-07-29T08:17:41.0657910Z Adding repository directory to the temporary git global config as a safe directory 2026-07-29T08:17:41.0664280Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-29T08:17:41.0978650Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-29T08:17:41.1047750Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-29T08:17:41.2678550Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-29T08:17:41.3700470Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-29T08:17:41.4708660Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-29T08:17:41.5732500Z hint: call: 2026-07-29T08:17:41.6967160Z hint: 2026-07-29T08:17:41.7655560Z hint: git config --global init.defaultBranch <name> 2026-07-29T08:17:41.8666290Z hint: 2026-07-29T08:17:41.9509380Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-29T08:17:41.9621200Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-29T08:17:41.9626160Z hint: 2026-07-29T08:17:41.9706230Z hint: git branch -m <name> 2026-07-29T08:17:41.9781700Z hint: 2026-07-29T08:17:41.9862210Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-29T08:17:41.9933780Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-29T08:17:42.0161370Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-29T08:17:42.0428530Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-29T08:17:42.0912140Z Removing SSH command configuration 2026-07-29T08:17:42.0975700Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-29T08:17:42.1472020Z [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-29T08:17:42.1939330Z Removing HTTP extra header 2026-07-29T08:17:42.2112860Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-29T08:17:42.3006780Z [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-29T08:17:42.7599840Z Removing includeIf entries pointing to credentials config files 2026-07-29T08:17:42.7676840Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-29T08:17:42.7902890Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-29T08:17:43.0330450Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-38ae9c93-b551-4b38-aad2-da0f601adf1d.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-29T08:17:43.0896650Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-38ae9c93-b551-4b38-aad2-da0f601adf1d.config 2026-07-29T08:17:43.1059730Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-38ae9c93-b551-4b38-aad2-da0f601adf1d.config 2026-07-29T08:17:43.1315820Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-38ae9c93-b551-4b38-aad2-da0f601adf1d.config 2026-07-29T08:17:43.1580660Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-38ae9c93-b551-4b38-aad2-da0f601adf1d.config
Fetching the repository
2026-07-29T08:17:43.1788420Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6c22a53bfed94ac8bc41a12a7ff4dfe1cba75448:refs/remotes/origin/py3.11 2026-07-29T08:17:48.9391370Z From https://github.com/pypy/pypy 2026-07-29T08:17:48.9450450Z * [new ref] 6c22a53bfed94ac8bc41a12a7ff4dfe1cba75448 -> origin/py3.11 2026-07-29T08:17:48.9644560Z [command]/usr/local/bin/git branch --list --remote origin/py3.11 2026-07-29T08:17:48.9646900Z origin/py3.11 2026-07-29T08:17:48.9848450Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.11 2026-07-29T08:17:48.9882870Z 6c22a53bfed94ac8bc41a12a7ff4dfe1cba75448
Determining the checkout info
2026-07-29T08:17:49.0158400Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-29T08:17:49.0320260Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-29T08:17:49.0482870Z [command]/usr/local/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-07-29T08:17:50.1499630Z Updating files: 15% (1092/7021) 2026-07-29T08:17:50.2753880Z Updating files: 16% (1124/7021) 2026-07-29T08:17:50.3761310Z Updating files: 17% (1194/7021) 2026-07-29T08:17:50.3977480Z Updating files: 18% (1264/7021) 2026-07-29T08:17:50.4102600Z Updating files: 19% (1334/7021) 2026-07-29T08:17:50.4990790Z Updating files: 20% (1405/7021) 2026-07-29T08:17:50.6468240Z Updating files: 21% (1475/7021) 2026-07-29T08:17:50.8453770Z Updating files: 22% (1545/7021) 2026-07-29T08:17:50.9647300Z Updating files: 23% (1615/7021) 2026-07-29T08:17:51.0988910Z Updating files: 24% (1686/7021) 2026-07-29T08:17:51.1175260Z Updating files: 25% (1756/7021) 2026-07-29T08:17:51.1376700Z Updating files: 25% (1769/7021) 2026-07-29T08:17:51.2185390Z Updating files: 26% (1826/7021) 2026-07-29T08:17:51.3131780Z Updating files: 27% (1896/7021) 2026-07-29T08:17:51.3842880Z Updating files: 28% (1966/7021) 2026-07-29T08:17:51.4634820Z Updating files: 29% (2037/7021) 2026-07-29T08:17:51.5122360Z Updating files: 30% (2107/7021) 2026-07-29T08:17:51.5611800Z Updating files: 31% (2177/7021) 2026-07-29T08:17:51.7111420Z Updating files: 32% (2247/7021) 2026-07-29T08:17:51.7473570Z Updating files: 33% (2317/7021) 2026-07-29T08:17:51.7867350Z Updating files: 34% (2388/7021) 2026-07-29T08:17:51.8549940Z Updating files: 35% (2458/7021) 2026-07-29T08:17:51.8680580Z Updating files: 36% (2528/7021) 2026-07-29T08:17:51.9221910Z Updating files: 37% (2598/7021) 2026-07-29T08:17:51.9769250Z Updating files: 38% (2668/7021) 2026-07-29T08:17:52.0159030Z Updating files: 39% (2739/7021) 2026-07-29T08:17:52.0465890Z Updating files: 40% (2809/7021) 2026-07-29T08:17:52.0828700Z Updating files: 41% (2879/7021) 2026-07-29T08:17:52.0950710Z Updating files: 41% (2936/7021) 2026-07-29T08:17:52.1422990Z Updating files: 42% (2949/7021) 2026-07-29T08:17:52.1797550Z Updating files: 43% (3020/7021) 2026-07-29T08:17:52.2491240Z Updating files: 44% (3090/7021) 2026-07-29T08:17:52.2583920Z Updating files: 45% (3160/7021) 2026-07-29T08:17:52.2941700Z Updating files: 46% (3230/7021) 2026-07-29T08:17:52.3592440Z Updating files: 47% (3300/7021) 2026-07-29T08:17:52.4520030Z Updating files: 48% (3371/7021) 2026-07-29T08:17:52.5209100Z Updating files: 49% (3441/7021) 2026-07-29T08:17:52.5768070Z Updating files: 50% (3511/7021) 2026-07-29T08:17:52.6173330Z Updating files: 51% (3581/7021) 2026-07-29T08:17:52.6571940Z Updating files: 52% (3651/7021) 2026-07-29T08:17:52.7011080Z Updating files: 53% (3722/7021) 2026-07-29T08:17:52.7443760Z Updating files: 54% (3792/7021) 2026-07-29T08:17:52.9981120Z Updating files: 55% (3862/7021) 2026-07-29T08:17:53.0900220Z Updating files: 56% (3932/7021) 2026-07-29T08:17:53.1089460Z Updating files: 56% (3966/7021) 2026-07-29T08:17:53.1577940Z Updating files: 57% (4002/7021) 2026-07-29T08:17:53.2153450Z Updating files: 58% (4073/7021) 2026-07-29T08:17:53.3305460Z Updating files: 59% (4143/7021) 2026-07-29T08:17:53.3806660Z Updating files: 60% (4213/7021) 2026-07-29T08:17:53.4201950Z Updating files: 61% (4283/7021) 2026-07-29T08:17:53.4797520Z Updating files: 62% (4354/7021) 2026-07-29T08:17:53.5287820Z Updating files: 63% (4424/7021) 2026-07-29T08:17:53.6373550Z Updating files: 64% (4494/7021) 2026-07-29T08:17:53.6917380Z Updating files: 65% (4564/7021) 2026-07-29T08:17:53.7993760Z Updating files: 66% (4634/7021) 2026-07-29T08:17:53.8477470Z Updating files: 67% (4705/7021) 2026-07-29T08:17:53.9203780Z Updating files: 68% (4775/7021) 2026-07-29T08:17:53.9521640Z Updating files: 69% (4845/7021) 2026-07-29T08:17:53.9921180Z Updating files: 70% (4915/7021) 2026-07-29T08:17:54.0482730Z Updating files: 71% (4985/7021) 2026-07-29T08:17:54.0839980Z Updating files: 72% (5056/7021) 2026-07-29T08:17:54.1082200Z Updating files: 72% (5105/7021) 2026-07-29T08:17:54.2074570Z Updating files: 73% (5126/7021) 2026-07-29T08:17:54.2577240Z Updating files: 74% (5196/7021) 2026-07-29T08:17:54.3534480Z Updating files: 75% (5266/7021) 2026-07-29T08:17:54.4580160Z Updating files: 76% (5336/7021) 2026-07-29T08:17:54.5050060Z Updating files: 77% (5407/7021) 2026-07-29T08:17:54.5330940Z Updating files: 78% (5477/7021) 2026-07-29T08:17:54.6258890Z Updating files: 79% (5547/7021) 2026-07-29T08:17:54.6707750Z Updating files: 80% (5617/7021) 2026-07-29T08:17:54.7019820Z Updating files: 81% (5688/7021) 2026-07-29T08:17:54.7487630Z Updating files: 82% (5758/7021) 2026-07-29T08:17:54.8047260Z Updating files: 83% (5828/7021) 2026-07-29T08:17:54.8881540Z Updating files: 84% (5898/7021) 2026-07-29T08:17:54.9695950Z Updating files: 85% (5968/7021) 2026-07-29T08:17:55.0807310Z Updating files: 86% (6039/7021) 2026-07-29T08:17:55.0883200Z Updating files: 87% (6109/7021) 2026-07-29T08:17:55.1323900Z Updating files: 87% (6131/7021) 2026-07-29T08:17:55.2049620Z Updating files: 88% (6179/7021) 2026-07-29T08:17:55.3842520Z Updating files: 89% (6249/7021) 2026-07-29T08:17:55.4179000Z Updating files: 90% (6319/7021) 2026-07-29T08:17:55.4713560Z Updating files: 91% (6390/7021) 2026-07-29T08:17:55.7642520Z Updating files: 92% (6460/7021) 2026-07-29T08:17:56.0346100Z Updating files: 93% (6530/7021) 2026-07-29T08:17:56.0909050Z Updating files: 94% (6600/7021) 2026-07-29T08:17:56.3262910Z Updating files: 94% (6606/7021) 2026-07-29T08:17:56.3999770Z Updating files: 95% (6670/7021) 2026-07-29T08:17:56.4449290Z Updating files: 96% (6741/7021) 2026-07-29T08:17:56.5270190Z Updating files: 97% (6811/7021) 2026-07-29T08:17:56.5962740Z Updating files: 98% (6881/7021) 2026-07-29T08:17:56.6340310Z Updating files: 99% (6951/7021) 2026-07-29T08:17:56.6403780Z Updating files: 100% (7021/7021) 2026-07-29T08:17:56.6478410Z Updating files: 100% (7021/7021), done. 2026-07-29T08:17:56.6778190Z Switched to a new branch 'py3.11' 2026-07-29T08:17:56.6835990Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-07-29T08:17:56.7330110Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-29T08:17:56.7574340Z 6c22a53bfed94ac8bc41a12a7ff4dfe1cba75448