Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-24T20:43:08.3296490Z with: 2026-08-24T20:43:08.3297110Z repository: pypy/pypy 2026-08-24T20:43:08.3302800Z token: *** 2026-08-24T20:43:08.3303400Z ssh-strict: true 2026-08-24T20:43:08.3304020Z ssh-user: git 2026-08-24T20:43:08.3304640Z persist-credentials: true 2026-08-24T20:43:08.3305340Z clean: true 2026-08-24T20:43:08.3305980Z sparse-checkout-cone-mode: true 2026-08-24T20:43:08.3306730Z fetch-depth: 1 2026-08-24T20:43:08.3307340Z fetch-tags: false 2026-08-24T20:43:08.3307980Z show-progress: true 2026-08-24T20:43:08.3308620Z lfs: false 2026-08-24T20:43:08.3309210Z submodules: false 2026-08-24T20:43:08.3309850Z set-safe-directory: true
2026-08-24T20:43:08.5938040Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-24T20:43:08.5941510Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-24T20:43:08.5943050Z [command]/usr/local/bin/git version 2026-08-24T20:43:08.6357740Z git version 2.55.0
2026-08-24T20:43:08.6394890Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/9a9ffac2-1228-4460-ac59-6df5ee7922b2/.gitconfig' 2026-08-24T20:43:08.6409110Z Temporarily overriding HOME='/Users/runner/work/_temp/9a9ffac2-1228-4460-ac59-6df5ee7922b2' before making global git config changes 2026-08-24T20:43:08.6411290Z Adding repository directory to the temporary git global config as a safe directory 2026-08-24T20:43:08.6414270Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-24T20:43:08.6539490Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-24T20:43:08.6549390Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-24T20:43:08.6876210Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-24T20:43:08.6901740Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-24T20:43:08.6910150Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-24T20:43:08.6921210Z hint: call: 2026-08-24T20:43:08.6923470Z hint: 2026-08-24T20:43:08.6928500Z hint: git config --global init.defaultBranch <name> 2026-08-24T20:43:08.6931290Z hint: 2026-08-24T20:43:08.6935730Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-24T20:43:08.6937340Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-24T20:43:08.6939110Z hint: 2026-08-24T20:43:08.6940330Z hint: git branch -m <name> 2026-08-24T20:43:08.6941200Z hint: 2026-08-24T20:43:08.6942280Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-24T20:43:08.6943880Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-24T20:43:08.6946530Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-24T20:43:08.7040180Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-24T20:43:08.7128360Z Removing SSH command configuration 2026-08-24T20:43:08.7132930Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-24T20:43:08.7217950Z [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-24T20:43:08.8438910Z Removing HTTP extra header 2026-08-24T20:43:08.8445290Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-24T20:43:08.8530150Z [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-24T20:43:08.9565590Z Removing includeIf entries pointing to credentials config files 2026-08-24T20:43:08.9572220Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-24T20:43:08.9653950Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-24T20:43:09.1375010Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-db292b28-022f-40c1-aa04-ab4526178b1e.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-24T20:43:09.1436710Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-db292b28-022f-40c1-aa04-ab4526178b1e.config 2026-08-24T20:43:09.1446230Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-db292b28-022f-40c1-aa04-ab4526178b1e.config 2026-08-24T20:43:09.1543130Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-db292b28-022f-40c1-aa04-ab4526178b1e.config 2026-08-24T20:43:09.1644330Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-db292b28-022f-40c1-aa04-ab4526178b1e.config
Fetching the repository
2026-08-24T20:43:09.1738290Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d9ec9b4d8dbb9f0e11bb6c12b331ad02ebf31199:refs/remotes/pull/5573/merge 2026-08-24T20:43:10.8121970Z From https://github.com/pypy/pypy 2026-08-24T20:43:10.8185270Z * [new ref] d9ec9b4d8dbb9f0e11bb6c12b331ad02ebf31199 -> pull/5573/merge
Determining the checkout info
2026-08-24T20:43:10.8198290Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-24T20:43:10.8258140Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-24T20:43:10.8347740Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5573/merge 2026-08-24T20:43:11.9213500Z Updating files: 59% (3594/6014) 2026-08-24T20:43:11.9352760Z Updating files: 60% (3609/6014) 2026-08-24T20:43:11.9507190Z Updating files: 61% (3669/6014) 2026-08-24T20:43:11.9648140Z Updating files: 62% (3729/6014) 2026-08-24T20:43:11.9798900Z Updating files: 63% (3789/6014) 2026-08-24T20:43:11.9955480Z Updating files: 64% (3849/6014) 2026-08-24T20:43:12.0098820Z Updating files: 65% (3910/6014) 2026-08-24T20:43:12.0238360Z Updating files: 66% (3970/6014) 2026-08-24T20:43:12.0380490Z Updating files: 67% (4030/6014) 2026-08-24T20:43:12.0570720Z Updating files: 68% (4090/6014) 2026-08-24T20:43:12.0725530Z Updating files: 69% (4150/6014) 2026-08-24T20:43:12.0945750Z Updating files: 70% (4210/6014) 2026-08-24T20:43:12.1156750Z Updating files: 71% (4270/6014) 2026-08-24T20:43:12.1392170Z Updating files: 72% (4331/6014) 2026-08-24T20:43:12.1599360Z Updating files: 73% (4391/6014) 2026-08-24T20:43:12.1758280Z Updating files: 74% (4451/6014) 2026-08-24T20:43:12.1917040Z Updating files: 75% (4511/6014) 2026-08-24T20:43:12.2080490Z Updating files: 76% (4571/6014) 2026-08-24T20:43:12.2257090Z Updating files: 77% (4631/6014) 2026-08-24T20:43:12.2439970Z Updating files: 78% (4691/6014) 2026-08-24T20:43:12.2597740Z Updating files: 79% (4752/6014) 2026-08-24T20:43:12.2778200Z Updating files: 80% (4812/6014) 2026-08-24T20:43:12.2990360Z Updating files: 81% (4872/6014) 2026-08-24T20:43:12.3155260Z Updating files: 82% (4932/6014) 2026-08-24T20:43:12.3636570Z Updating files: 83% (4992/6014) 2026-08-24T20:43:12.3794030Z Updating files: 84% (5052/6014) 2026-08-24T20:43:12.3955340Z Updating files: 85% (5112/6014) 2026-08-24T20:43:12.4131020Z Updating files: 86% (5173/6014) 2026-08-24T20:43:12.4291930Z Updating files: 87% (5233/6014) 2026-08-24T20:43:12.4467470Z Updating files: 88% (5293/6014) 2026-08-24T20:43:12.4629850Z Updating files: 89% (5353/6014) 2026-08-24T20:43:12.4857130Z Updating files: 90% (5413/6014) 2026-08-24T20:43:12.5886280Z Updating files: 91% (5473/6014) 2026-08-24T20:43:12.6364290Z Updating files: 92% (5533/6014) 2026-08-24T20:43:12.6518930Z Updating files: 93% (5594/6014) 2026-08-24T20:43:12.6644170Z Updating files: 94% (5654/6014) 2026-08-24T20:43:12.6777350Z Updating files: 95% (5714/6014) 2026-08-24T20:43:12.6927430Z Updating files: 96% (5774/6014) 2026-08-24T20:43:12.7071030Z Updating files: 97% (5834/6014) 2026-08-24T20:43:12.7208610Z Updating files: 98% (5894/6014) 2026-08-24T20:43:12.7338660Z Updating files: 99% (5954/6014) 2026-08-24T20:43:12.7339510Z Updating files: 100% (6014/6014) 2026-08-24T20:43:12.7340160Z Updating files: 100% (6014/6014), done. 2026-08-24T20:43:12.7449180Z HEAD is now at d9ec9b4 Merge 59e1739a396e990d732fc4ea99800b34af911bab into 433692af8423dc07878148fc116240cf418f51ed
2026-08-24T20:43:12.7618720Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-24T20:43:12.7718550Z d9ec9b4d8dbb9f0e11bb6c12b331ad02ebf31199