Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T13:51:52.1925270Z with: 2026-09-09T13:51:52.1925740Z repository: pypy/pypy 2026-09-09T13:51:52.1928770Z token: *** 2026-09-09T13:51:52.1929160Z ssh-strict: true 2026-09-09T13:51:52.1929560Z ssh-user: git 2026-09-09T13:51:52.1929940Z persist-credentials: true 2026-09-09T13:51:52.1930360Z clean: true 2026-09-09T13:51:52.1930770Z sparse-checkout-cone-mode: true 2026-09-09T13:51:52.1931160Z fetch-depth: 1 2026-09-09T13:51:52.1931560Z fetch-tags: false 2026-09-09T13:51:52.1931900Z show-progress: true 2026-09-09T13:51:52.1932300Z lfs: false 2026-09-09T13:51:52.1932620Z submodules: false 2026-09-09T13:51:52.1933030Z set-safe-directory: true
2026-09-09T13:51:52.5877360Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T13:51:52.5880410Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T13:51:52.5881530Z [command]/opt/homebrew/bin/git version 2026-09-09T13:51:52.6211860Z git version 2.55.0
2026-09-09T13:51:52.6238870Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/8a95a266-d666-497c-863f-9e649537e9cb/.gitconfig' 2026-09-09T13:51:52.6244780Z Temporarily overriding HOME='/Users/runner/work/_temp/8a95a266-d666-497c-863f-9e649537e9cb' before making global git config changes 2026-09-09T13:51:52.6246410Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T13:51:52.6250530Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T13:51:52.6379440Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T13:51:52.6389540Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T13:51:52.6662940Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T13:51:52.6665420Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T13:51:52.6666370Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T13:51:52.6667360Z hint: call: 2026-09-09T13:51:52.6667790Z hint: 2026-09-09T13:51:52.6668260Z hint: git config --global init.defaultBranch <name> 2026-09-09T13:51:52.6669650Z hint: 2026-09-09T13:51:52.6670190Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T13:51:52.6671040Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T13:51:52.6671730Z hint: 2026-09-09T13:51:52.6673250Z hint: git branch -m <name> 2026-09-09T13:51:52.6674640Z hint: 2026-09-09T13:51:52.6675310Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T13:51:52.6676210Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T13:51:52.6677850Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T13:51:52.6819890Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T13:51:52.6914230Z Removing SSH command configuration 2026-09-09T13:51:52.6919540Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T13:51:52.7021950Z [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-09-09T13:51:52.8189640Z Removing HTTP extra header 2026-09-09T13:51:52.8193690Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T13:51:52.8267190Z [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-09-09T13:51:52.9644830Z Removing includeIf entries pointing to credentials config files 2026-09-09T13:51:52.9747150Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T13:51:53.0076890Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T13:51:53.1709070Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-784d8090-1292-41da-b43b-54fd4d8a2eb3.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T13:51:53.1828810Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-784d8090-1292-41da-b43b-54fd4d8a2eb3.config 2026-09-09T13:51:53.1940530Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-784d8090-1292-41da-b43b-54fd4d8a2eb3.config 2026-09-09T13:51:53.2022110Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-784d8090-1292-41da-b43b-54fd4d8a2eb3.config 2026-09-09T13:51:53.2099230Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-784d8090-1292-41da-b43b-54fd4d8a2eb3.config
Fetching the repository
2026-09-09T13:51:53.2196500Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +876c2e013376ffd4e5b6df6f38e0000ad025871d:refs/remotes/origin/main 2026-09-09T13:51:56.3783000Z From https://github.com/pypy/pypy 2026-09-09T13:51:56.3880350Z * [new ref] 876c2e013376ffd4e5b6df6f38e0000ad025871d -> origin/main 2026-09-09T13:51:56.4074220Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-09-09T13:51:56.4084260Z origin/main 2026-09-09T13:51:56.4138970Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-09-09T13:51:56.4143550Z 876c2e013376ffd4e5b6df6f38e0000ad025871d
Determining the checkout info
2026-09-09T13:51:56.4183870Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-09T13:51:56.4214040Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T13:51:56.4235580Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-09T13:51:57.5992950Z Updating files: 92% (5475/5950) 2026-09-09T13:51:57.6111730Z Updating files: 93% (5534/5950) 2026-09-09T13:51:57.6217890Z Updating files: 94% (5593/5950) 2026-09-09T13:51:57.6288920Z Updating files: 95% (5653/5950) 2026-09-09T13:51:57.6406160Z Updating files: 96% (5712/5950) 2026-09-09T13:51:57.6484710Z Updating files: 97% (5772/5950) 2026-09-09T13:51:57.6554360Z Updating files: 98% (5831/5950) 2026-09-09T13:51:57.6626840Z Updating files: 99% (5891/5950) 2026-09-09T13:51:57.6627410Z Updating files: 100% (5950/5950) 2026-09-09T13:51:57.6629200Z Updating files: 100% (5950/5950), done. 2026-09-09T13:51:57.6767070Z Switched to a new branch 'main' 2026-09-09T13:51:57.6776740Z branch 'main' set up to track 'origin/main'.
2026-09-09T13:51:57.6962290Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-09T13:51:57.7076580Z 876c2e013376ffd4e5b6df6f38e0000ad025871d