Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-20T09:04:45.6285370Z with: 2026-08-20T09:04:45.6286600Z repository: pypy/pypy 2026-08-20T09:04:45.6293730Z token: *** 2026-08-20T09:04:45.6294450Z ssh-strict: true 2026-08-20T09:04:45.6295170Z ssh-user: git 2026-08-20T09:04:45.6295910Z persist-credentials: true 2026-08-20T09:04:45.6296710Z clean: true 2026-08-20T09:04:45.6297440Z sparse-checkout-cone-mode: true 2026-08-20T09:04:45.6298290Z fetch-depth: 1 2026-08-20T09:04:45.6299010Z fetch-tags: false 2026-08-20T09:04:45.6299740Z show-progress: true 2026-08-20T09:04:45.6300480Z lfs: false 2026-08-20T09:04:45.6301190Z submodules: false 2026-08-20T09:04:45.6301930Z set-safe-directory: true
2026-08-20T09:04:46.0249270Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-20T09:04:46.0257290Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-20T09:04:46.0259580Z [command]/usr/local/bin/git version 2026-08-20T09:04:46.0553010Z git version 2.55.0
2026-08-20T09:04:46.0778060Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/25393e51-932e-4e84-8318-98e77ce57e29/.gitconfig' 2026-08-20T09:04:46.0783140Z Temporarily overriding HOME='/Users/runner/work/_temp/25393e51-932e-4e84-8318-98e77ce57e29' before making global git config changes 2026-08-20T09:04:46.0785600Z Adding repository directory to the temporary git global config as a safe directory 2026-08-20T09:04:46.0788280Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-20T09:04:46.0821640Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-20T09:04:46.0846780Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-20T09:04:46.1288660Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-20T09:04:46.1291140Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-20T09:04:46.1295340Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-20T09:04:46.1301510Z hint: call: 2026-08-20T09:04:46.1304190Z hint: 2026-08-20T09:04:46.1306030Z hint: git config --global init.defaultBranch <name> 2026-08-20T09:04:46.1308560Z hint: 2026-08-20T09:04:46.1310960Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-20T09:04:46.1314540Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-20T09:04:46.1316470Z hint: 2026-08-20T09:04:46.1317270Z hint: git branch -m <name> 2026-08-20T09:04:46.1318130Z hint: 2026-08-20T09:04:46.1319560Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-20T09:04:46.1321380Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-20T09:04:46.1328380Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-20T09:04:46.1489620Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-20T09:04:46.1619480Z Removing SSH command configuration 2026-08-20T09:04:46.1625320Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-20T09:04:46.1773600Z [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-20T09:04:46.4204440Z Removing HTTP extra header 2026-08-20T09:04:46.4213030Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-20T09:04:46.4328080Z [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-20T09:04:46.5583310Z Removing includeIf entries pointing to credentials config files 2026-08-20T09:04:46.5591910Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-20T09:04:46.5773170Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-20T09:04:46.7586610Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-acb843a5-9b92-4e2a-a71c-9575065ca7bd.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-20T09:04:46.7617450Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-acb843a5-9b92-4e2a-a71c-9575065ca7bd.config 2026-08-20T09:04:46.7633460Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-acb843a5-9b92-4e2a-a71c-9575065ca7bd.config 2026-08-20T09:04:46.7708440Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-acb843a5-9b92-4e2a-a71c-9575065ca7bd.config 2026-08-20T09:04:46.7843050Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-acb843a5-9b92-4e2a-a71c-9575065ca7bd.config
Fetching the repository
2026-08-20T09:04:46.7967440Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +def33fbd3abbfe79cd5c897408341c5945834329:refs/remotes/pull/5570/merge 2026-08-20T09:04:51.3169580Z From https://github.com/pypy/pypy 2026-08-20T09:04:51.3171750Z * [new ref] def33fbd3abbfe79cd5c897408341c5945834329 -> pull/5570/merge
Determining the checkout info
2026-08-20T09:04:51.3239170Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-20T09:04:51.3358670Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-20T09:04:51.3447680Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-20T09:04:52.5056310Z Updating files: 49% (3542/7087) 2026-08-20T09:04:52.5224550Z Updating files: 50% (3544/7087) 2026-08-20T09:04:52.5429960Z Updating files: 51% (3615/7087) 2026-08-20T09:04:52.5582010Z Updating files: 52% (3686/7087) 2026-08-20T09:04:52.6293440Z Updating files: 53% (3757/7087) 2026-08-20T09:04:52.6449450Z Updating files: 54% (3827/7087) 2026-08-20T09:04:52.6630850Z Updating files: 55% (3898/7087) 2026-08-20T09:04:52.6781330Z Updating files: 56% (3969/7087) 2026-08-20T09:04:52.6945190Z Updating files: 57% (4040/7087) 2026-08-20T09:04:52.7107650Z Updating files: 58% (4111/7087) 2026-08-20T09:04:52.7266670Z Updating files: 59% (4182/7087) 2026-08-20T09:04:52.7465160Z Updating files: 60% (4253/7087) 2026-08-20T09:04:52.7614240Z Updating files: 61% (4324/7087) 2026-08-20T09:04:52.7775340Z Updating files: 62% (4394/7087) 2026-08-20T09:04:52.7945940Z Updating files: 63% (4465/7087) 2026-08-20T09:04:52.8104530Z Updating files: 64% (4536/7087) 2026-08-20T09:04:52.8286140Z Updating files: 65% (4607/7087) 2026-08-20T09:04:52.8569010Z Updating files: 66% (4678/7087) 2026-08-20T09:04:52.8766100Z Updating files: 67% (4749/7087) 2026-08-20T09:04:52.8979280Z Updating files: 68% (4820/7087) 2026-08-20T09:04:52.9250630Z Updating files: 69% (4891/7087) 2026-08-20T09:04:52.9438770Z Updating files: 70% (4961/7087) 2026-08-20T09:04:52.9694780Z Updating files: 71% (5032/7087) 2026-08-20T09:04:53.0123230Z Updating files: 72% (5103/7087) 2026-08-20T09:04:53.0846800Z Updating files: 73% (5174/7087) 2026-08-20T09:04:53.0859490Z Updating files: 74% (5245/7087) 2026-08-20T09:04:53.0922250Z Updating files: 75% (5316/7087) 2026-08-20T09:04:53.1148260Z Updating files: 76% (5387/7087) 2026-08-20T09:04:53.1326350Z Updating files: 77% (5457/7087) 2026-08-20T09:04:53.1479140Z Updating files: 78% (5528/7087) 2026-08-20T09:04:53.1643930Z Updating files: 79% (5599/7087) 2026-08-20T09:04:53.2461160Z Updating files: 80% (5670/7087) 2026-08-20T09:04:53.2629060Z Updating files: 81% (5741/7087) 2026-08-20T09:04:53.2807720Z Updating files: 82% (5812/7087) 2026-08-20T09:04:53.3015200Z Updating files: 83% (5883/7087) 2026-08-20T09:04:53.3218290Z Updating files: 84% (5954/7087) 2026-08-20T09:04:53.3388640Z Updating files: 85% (6024/7087) 2026-08-20T09:04:53.3585860Z Updating files: 86% (6095/7087) 2026-08-20T09:04:53.3824270Z Updating files: 87% (6166/7087) 2026-08-20T09:04:53.3827150Z Updating files: 87% (6188/7087) 2026-08-20T09:04:53.3969670Z Updating files: 88% (6237/7087) 2026-08-20T09:04:53.4190120Z Updating files: 89% (6308/7087) 2026-08-20T09:04:53.4347630Z Updating files: 90% (6379/7087) 2026-08-20T09:04:53.4726840Z Updating files: 91% (6450/7087) 2026-08-20T09:04:53.5379550Z Updating files: 92% (6521/7087) 2026-08-20T09:04:53.6680820Z Updating files: 93% (6591/7087) 2026-08-20T09:04:53.7400930Z Updating files: 94% (6662/7087) 2026-08-20T09:04:53.7697800Z Updating files: 95% (6733/7087) 2026-08-20T09:04:53.7729260Z Updating files: 96% (6804/7087) 2026-08-20T09:04:53.7735840Z Updating files: 97% (6875/7087) 2026-08-20T09:04:53.7740590Z Updating files: 98% (6946/7087) 2026-08-20T09:04:53.7749700Z Updating files: 99% (7017/7087) 2026-08-20T09:04:53.7753800Z Updating files: 100% (7087/7087) 2026-08-20T09:04:53.7865750Z Updating files: 100% (7087/7087), done. 2026-08-20T09:04:53.7876710Z HEAD is now at def33fb Merge a3486ab7ccd5e6c5cf2859afdac7b9ee8ca85226 into 36ac959f84234b693c9d041b4ca0721fa9364393
2026-08-20T09:04:53.8242710Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-20T09:04:53.8244260Z def33fbd3abbfe79cd5c897408341c5945834329