Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-19T19:58:37.7947580Z with: 2026-08-19T19:58:37.7948330Z repository: pypy/pypy 2026-08-19T19:58:37.7956800Z token: *** 2026-08-19T19:58:37.7957820Z ssh-strict: true 2026-08-19T19:58:37.7958930Z ssh-user: git 2026-08-19T19:58:37.7960080Z persist-credentials: true 2026-08-19T19:58:37.7961340Z clean: true 2026-08-19T19:58:37.7962680Z sparse-checkout-cone-mode: true 2026-08-19T19:58:37.7964120Z fetch-depth: 1 2026-08-19T19:58:37.7965300Z fetch-tags: false 2026-08-19T19:58:37.7966580Z show-progress: true 2026-08-19T19:58:37.7967600Z lfs: false 2026-08-19T19:58:37.7968690Z submodules: false 2026-08-19T19:58:37.7969810Z set-safe-directory: true
2026-08-19T19:58:38.1641850Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-19T19:58:38.1646370Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-19T19:58:38.1649840Z [command]/usr/local/bin/git version 2026-08-19T19:58:38.2174170Z git version 2.55.0
2026-08-19T19:58:38.2229900Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/4b7107e3-d23e-4b66-ade4-6936103c1655/.gitconfig' 2026-08-19T19:58:38.2251890Z Temporarily overriding HOME='/Users/runner/work/_temp/4b7107e3-d23e-4b66-ade4-6936103c1655' before making global git config changes 2026-08-19T19:58:38.2255700Z Adding repository directory to the temporary git global config as a safe directory 2026-08-19T19:58:38.2262360Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-19T19:58:38.2437250Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-19T19:58:38.2454950Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-19T19:58:38.2921790Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-19T19:58:38.2925990Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-19T19:58:38.2934090Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-19T19:58:38.2947000Z hint: call: 2026-08-19T19:58:38.2951200Z hint: 2026-08-19T19:58:38.2953610Z hint: git config --global init.defaultBranch <name> 2026-08-19T19:58:38.2955660Z hint: 2026-08-19T19:58:38.2958280Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-19T19:58:38.2962650Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-19T19:58:38.2966310Z hint: 2026-08-19T19:58:38.2968480Z hint: git branch -m <name> 2026-08-19T19:58:38.2970780Z hint: 2026-08-19T19:58:38.2973510Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-19T19:58:38.2977450Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-19T19:58:38.2984710Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-19T19:58:38.3126070Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-19T19:58:38.3266320Z Removing SSH command configuration 2026-08-19T19:58:38.3272540Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-19T19:58:38.3394290Z [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-19T19:58:38.5285320Z Removing HTTP extra header 2026-08-19T19:58:38.5294460Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-19T19:58:38.7502830Z [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-19T19:58:38.7935330Z Removing includeIf entries pointing to credentials config files 2026-08-19T19:58:38.7937350Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-19T19:58:38.8146080Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-19T19:58:38.9921150Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-ff58588b-d787-4cff-a6d4-9c23e7f14c56.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-19T19:58:39.0060590Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-ff58588b-d787-4cff-a6d4-9c23e7f14c56.config 2026-08-19T19:58:39.0171020Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-ff58588b-d787-4cff-a6d4-9c23e7f14c56.config 2026-08-19T19:58:39.0275760Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ff58588b-d787-4cff-a6d4-9c23e7f14c56.config 2026-08-19T19:58:39.0390240Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ff58588b-d787-4cff-a6d4-9c23e7f14c56.config
Fetching the repository
2026-08-19T19:58:39.0500060Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f8ac9d4146662e9695889cdfaf020c33e3fe812c:refs/remotes/pull/5570/merge 2026-08-19T19:58:43.8244820Z From https://github.com/pypy/pypy 2026-08-19T19:58:43.8256200Z * [new ref] f8ac9d4146662e9695889cdfaf020c33e3fe812c -> pull/5570/merge
Determining the checkout info
2026-08-19T19:58:43.8279920Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-19T19:58:43.8428990Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-19T19:58:43.8570190Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-19T19:58:44.9722900Z Updating files: 30% (2162/7087) 2026-08-19T19:58:45.0535960Z Updating files: 31% (2197/7087) 2026-08-19T19:58:45.0668270Z Updating files: 32% (2268/7087) 2026-08-19T19:58:45.0709310Z Updating files: 33% (2339/7087) 2026-08-19T19:58:45.0736940Z Updating files: 34% (2410/7087) 2026-08-19T19:58:45.0801230Z Updating files: 35% (2481/7087) 2026-08-19T19:58:45.1105690Z Updating files: 36% (2552/7087) 2026-08-19T19:58:45.1459750Z Updating files: 37% (2623/7087) 2026-08-19T19:58:45.1759550Z Updating files: 38% (2694/7087) 2026-08-19T19:58:45.1990430Z Updating files: 39% (2764/7087) 2026-08-19T19:58:45.2290620Z Updating files: 40% (2835/7087) 2026-08-19T19:58:45.2532070Z Updating files: 41% (2906/7087) 2026-08-19T19:58:45.3419120Z Updating files: 42% (2977/7087) 2026-08-19T19:58:45.3717660Z Updating files: 43% (3048/7087) 2026-08-19T19:58:45.4051500Z Updating files: 44% (3119/7087) 2026-08-19T19:58:45.4404430Z Updating files: 45% (3190/7087) 2026-08-19T19:58:45.4666480Z Updating files: 46% (3261/7087) 2026-08-19T19:58:45.4927500Z Updating files: 47% (3331/7087) 2026-08-19T19:58:45.5290920Z Updating files: 48% (3402/7087) 2026-08-19T19:58:45.5635600Z Updating files: 49% (3473/7087) 2026-08-19T19:58:45.5989540Z Updating files: 50% (3544/7087) 2026-08-19T19:58:45.6450440Z Updating files: 51% (3615/7087) 2026-08-19T19:58:45.6831700Z Updating files: 52% (3686/7087) 2026-08-19T19:58:45.7248220Z Updating files: 53% (3757/7087) 2026-08-19T19:58:45.8959650Z Updating files: 54% (3827/7087) 2026-08-19T19:58:45.9969800Z Updating files: 54% (3895/7087) 2026-08-19T19:58:46.0297500Z Updating files: 55% (3898/7087) 2026-08-19T19:58:46.0311560Z Updating files: 56% (3969/7087) 2026-08-19T19:58:46.0587870Z Updating files: 57% (4040/7087) 2026-08-19T19:58:46.1153540Z Updating files: 58% (4111/7087) 2026-08-19T19:58:46.1658830Z Updating files: 59% (4182/7087) 2026-08-19T19:58:46.2543980Z Updating files: 60% (4253/7087) 2026-08-19T19:58:46.3439150Z Updating files: 61% (4324/7087) 2026-08-19T19:58:46.3679650Z Updating files: 62% (4394/7087) 2026-08-19T19:58:46.3974650Z Updating files: 63% (4465/7087) 2026-08-19T19:58:46.4510820Z Updating files: 64% (4536/7087) 2026-08-19T19:58:46.4948590Z Updating files: 65% (4607/7087) 2026-08-19T19:58:46.5798130Z Updating files: 66% (4678/7087) 2026-08-19T19:58:46.6803550Z Updating files: 67% (4749/7087) 2026-08-19T19:58:46.7372060Z Updating files: 68% (4820/7087) 2026-08-19T19:58:46.8376540Z Updating files: 69% (4891/7087) 2026-08-19T19:58:46.9378040Z Updating files: 70% (4961/7087) 2026-08-19T19:58:46.9667740Z Updating files: 71% (5032/7087) 2026-08-19T19:58:46.9843710Z Updating files: 72% (5103/7087) 2026-08-19T19:58:47.0076110Z Updating files: 73% (5174/7087) 2026-08-19T19:58:47.0115260Z Updating files: 74% (5245/7087) 2026-08-19T19:58:47.0285300Z Updating files: 74% (5314/7087) 2026-08-19T19:58:47.0506400Z Updating files: 75% (5316/7087) 2026-08-19T19:58:47.0530670Z Updating files: 76% (5387/7087) 2026-08-19T19:58:47.0582040Z Updating files: 77% (5457/7087) 2026-08-19T19:58:47.0711640Z Updating files: 78% (5528/7087) 2026-08-19T19:58:47.1499640Z Updating files: 79% (5599/7087) 2026-08-19T19:58:47.1898210Z Updating files: 80% (5670/7087) 2026-08-19T19:58:47.1995850Z Updating files: 81% (5741/7087) 2026-08-19T19:58:47.2355430Z Updating files: 82% (5812/7087) 2026-08-19T19:58:47.2807130Z Updating files: 83% (5883/7087) 2026-08-19T19:58:47.3747190Z Updating files: 84% (5954/7087) 2026-08-19T19:58:47.6900200Z Updating files: 85% (6024/7087) 2026-08-19T19:58:47.7326020Z Updating files: 86% (6095/7087) 2026-08-19T19:58:47.7673980Z Updating files: 87% (6166/7087) 2026-08-19T19:58:47.8144620Z Updating files: 88% (6237/7087) 2026-08-19T19:58:47.8518060Z Updating files: 89% (6308/7087) 2026-08-19T19:58:47.8807000Z Updating files: 90% (6379/7087) 2026-08-19T19:58:47.8897410Z Updating files: 91% (6450/7087) 2026-08-19T19:58:47.9094320Z Updating files: 91% (6478/7087) 2026-08-19T19:58:48.0758920Z Updating files: 92% (6521/7087) 2026-08-19T19:58:48.7043630Z Updating files: 93% (6591/7087) 2026-08-19T19:58:48.7288300Z Updating files: 94% (6662/7087) 2026-08-19T19:58:48.8435570Z Updating files: 95% (6733/7087) 2026-08-19T19:58:48.8721430Z Updating files: 96% (6804/7087) 2026-08-19T19:58:48.8726620Z Updating files: 97% (6875/7087) 2026-08-19T19:58:48.8766650Z Updating files: 98% (6946/7087) 2026-08-19T19:58:48.8806840Z Updating files: 99% (7017/7087) 2026-08-19T19:58:48.8882440Z Updating files: 100% (7087/7087) 2026-08-19T19:58:48.8912510Z Updating files: 100% (7087/7087), done. 2026-08-19T19:58:48.8962640Z HEAD is now at f8ac9d4 Merge 6702780aa5173048baf93e8e54dff904ffd7bb2f into 6e3bd5ac14702a5da1b342f340664da6c1ad6b95
2026-08-19T19:58:48.9046770Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-19T19:58:48.9174200Z f8ac9d4146662e9695889cdfaf020c33e3fe812c