Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-30T09:55:31.5491010Z with: 2026-07-30T09:55:31.5491410Z repository: pypy/pypy 2026-07-30T09:55:31.5494280Z token: *** 2026-07-30T09:55:31.5494670Z ssh-strict: true 2026-07-30T09:55:31.5495000Z ssh-user: git 2026-07-30T09:55:31.5495350Z persist-credentials: true 2026-07-30T09:55:31.5495770Z clean: true 2026-07-30T09:55:31.5496120Z sparse-checkout-cone-mode: true 2026-07-30T09:55:31.5496820Z fetch-depth: 1 2026-07-30T09:55:31.5497180Z fetch-tags: false 2026-07-30T09:55:31.5497510Z show-progress: true 2026-07-30T09:55:31.5497840Z lfs: false 2026-07-30T09:55:31.5498150Z submodules: false 2026-07-30T09:55:31.5498510Z set-safe-directory: true
2026-07-30T09:55:32.0689600Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T09:55:32.0692840Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-30T09:55:32.0745880Z [command]/opt/homebrew/bin/git version 2026-07-30T09:55:32.1180780Z git version 2.55.0
2026-07-30T09:55:32.1224980Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/bb2a44a4-7e70-4d73-a098-a70c37c5cc53/.gitconfig' 2026-07-30T09:55:32.1229720Z Temporarily overriding HOME='/Users/runner/work/_temp/bb2a44a4-7e70-4d73-a098-a70c37c5cc53' before making global git config changes 2026-07-30T09:55:32.1231180Z Adding repository directory to the temporary git global config as a safe directory 2026-07-30T09:55:32.1232170Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-30T09:55:32.1451160Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T09:55:32.1458950Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-30T09:55:32.1872980Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-30T09:55:32.1874080Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-30T09:55:32.1877400Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-30T09:55:32.1879220Z hint: call: 2026-07-30T09:55:32.1880260Z hint: 2026-07-30T09:55:32.1881460Z hint: git config --global init.defaultBranch <name> 2026-07-30T09:55:32.1883200Z hint: 2026-07-30T09:55:32.1884620Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-30T09:55:32.1886740Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-30T09:55:32.1888600Z hint: 2026-07-30T09:55:32.1889570Z hint: git branch -m <name> 2026-07-30T09:55:32.1890740Z hint: 2026-07-30T09:55:32.1892350Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-30T09:55:32.1894680Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-30T09:55:32.1898960Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-30T09:55:32.2013090Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-30T09:55:32.2138580Z Removing SSH command configuration 2026-07-30T09:55:32.2141630Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-30T09:55:32.2232300Z [command]/opt/homebrew/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-30T09:55:32.4185070Z Removing HTTP extra header 2026-07-30T09:55:32.4192910Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-30T09:55:32.4310400Z [command]/opt/homebrew/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-30T09:55:32.5989660Z Removing includeIf entries pointing to credentials config files 2026-07-30T09:55:32.5993630Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-30T09:55:32.6026690Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-30T09:55:32.8399360Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-7a3344cf-e146-45c7-ae8f-3fe8be380fff.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-30T09:55:32.8406160Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-7a3344cf-e146-45c7-ae8f-3fe8be380fff.config 2026-07-30T09:55:32.8413270Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-7a3344cf-e146-45c7-ae8f-3fe8be380fff.config 2026-07-30T09:55:32.8419370Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-7a3344cf-e146-45c7-ae8f-3fe8be380fff.config 2026-07-30T09:55:32.8486360Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-7a3344cf-e146-45c7-ae8f-3fe8be380fff.config
Fetching the repository
2026-07-30T09:55:32.8596520Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9ce9232415848d7d703ff81cde0078eef1b3b62a:refs/remotes/pull/5537/merge 2026-07-30T09:55:36.5873740Z From https://github.com/pypy/pypy 2026-07-30T09:55:36.5877710Z * [new ref] 9ce9232415848d7d703ff81cde0078eef1b3b62a -> pull/5537/merge
Determining the checkout info
2026-07-30T09:55:36.5897370Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-30T09:55:36.6055170Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T09:55:36.6251240Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-07-30T09:55:37.6872100Z Updating files: 71% (4324/6015) 2026-07-30T09:55:37.7042830Z Updating files: 72% (4331/6015) 2026-07-30T09:55:37.7513280Z Updating files: 73% (4391/6015) 2026-07-30T09:55:37.7662870Z Updating files: 74% (4452/6015) 2026-07-30T09:55:37.7756260Z Updating files: 75% (4512/6015) 2026-07-30T09:55:37.7836170Z Updating files: 76% (4572/6015) 2026-07-30T09:55:37.7959720Z Updating files: 77% (4632/6015) 2026-07-30T09:55:37.8137140Z Updating files: 78% (4692/6015) 2026-07-30T09:55:37.8304150Z Updating files: 79% (4752/6015) 2026-07-30T09:55:37.8409630Z Updating files: 80% (4812/6015) 2026-07-30T09:55:37.8660250Z Updating files: 81% (4873/6015) 2026-07-30T09:55:37.8780090Z Updating files: 82% (4933/6015) 2026-07-30T09:55:37.8873570Z Updating files: 83% (4993/6015) 2026-07-30T09:55:37.9010680Z Updating files: 84% (5053/6015) 2026-07-30T09:55:37.9187240Z Updating files: 85% (5113/6015) 2026-07-30T09:55:37.9361850Z Updating files: 86% (5173/6015) 2026-07-30T09:55:37.9651530Z Updating files: 87% (5234/6015) 2026-07-30T09:55:37.9900260Z Updating files: 88% (5294/6015) 2026-07-30T09:55:37.9983940Z Updating files: 89% (5354/6015) 2026-07-30T09:55:38.0166220Z Updating files: 90% (5414/6015) 2026-07-30T09:55:38.0947100Z Updating files: 91% (5474/6015) 2026-07-30T09:55:38.1323860Z Updating files: 92% (5534/6015) 2026-07-30T09:55:38.1471200Z Updating files: 93% (5594/6015) 2026-07-30T09:55:38.1542490Z Updating files: 94% (5655/6015) 2026-07-30T09:55:38.1668880Z Updating files: 95% (5715/6015) 2026-07-30T09:55:38.1759410Z Updating files: 96% (5775/6015) 2026-07-30T09:55:38.1864200Z Updating files: 97% (5835/6015) 2026-07-30T09:55:38.1994040Z Updating files: 98% (5895/6015) 2026-07-30T09:55:38.2117210Z Updating files: 99% (5955/6015) 2026-07-30T09:55:38.2117800Z Updating files: 100% (6015/6015) 2026-07-30T09:55:38.2118210Z Updating files: 100% (6015/6015), done. 2026-07-30T09:55:38.2236480Z HEAD is now at 9ce9232 Merge 9b0efa4471b08441bdd05db27c7b68a2a4c20dd6 into 8eb2f0cdb72e859a90595f7006473b416ee82b02
2026-07-30T09:55:38.2446160Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-30T09:55:38.2579390Z 9ce9232415848d7d703ff81cde0078eef1b3b62a