Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T22:52:00.3652120Z with: 2026-08-31T22:52:00.3652530Z repository: pypy/pypy 2026-08-31T22:52:00.3655670Z token: *** 2026-08-31T22:52:00.3656100Z ssh-strict: true 2026-08-31T22:52:00.3656490Z ssh-user: git 2026-08-31T22:52:00.3656870Z persist-credentials: true 2026-08-31T22:52:00.3657320Z clean: true 2026-08-31T22:52:00.3657660Z sparse-checkout-cone-mode: true 2026-08-31T22:52:00.3658070Z fetch-depth: 1 2026-08-31T22:52:00.3658420Z fetch-tags: false 2026-08-31T22:52:00.3658860Z show-progress: true 2026-08-31T22:52:00.3659210Z lfs: false 2026-08-31T22:52:00.3659620Z submodules: false 2026-08-31T22:52:00.3659960Z set-safe-directory: true
2026-08-31T22:52:00.7687840Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T22:52:00.7689910Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-31T22:52:00.7690690Z [command]/opt/homebrew/bin/git version 2026-08-31T22:52:00.8286420Z git version 2.55.0
2026-08-31T22:52:00.8312440Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/ce57697b-bdcd-45fd-9744-4daf231dc5e9/.gitconfig' 2026-08-31T22:52:00.8319390Z Temporarily overriding HOME='/Users/runner/work/_temp/ce57697b-bdcd-45fd-9744-4daf231dc5e9' before making global git config changes 2026-08-31T22:52:00.8320480Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T22:52:00.8324050Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-31T22:52:00.8443340Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T22:52:00.8451210Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-31T22:52:00.8734050Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T22:52:00.8739300Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T22:52:00.8740240Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T22:52:00.8741020Z hint: call: 2026-08-31T22:52:00.8742670Z hint: 2026-08-31T22:52:00.8743390Z hint: git config --global init.defaultBranch <name> 2026-08-31T22:52:00.8744230Z hint: 2026-08-31T22:52:00.8745830Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T22:52:00.8747370Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T22:52:00.8748710Z hint: 2026-08-31T22:52:00.8749250Z hint: git branch -m <name> 2026-08-31T22:52:00.8750640Z hint: 2026-08-31T22:52:00.8751730Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T22:52:00.8753540Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-31T22:52:00.8755310Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T22:52:00.8829080Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T22:52:00.8913060Z Removing SSH command configuration 2026-08-31T22:52:00.8924040Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T22:52:00.9021440Z [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-08-31T22:52:01.0010730Z Removing HTTP extra header 2026-08-31T22:52:01.0013430Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T22:52:01.0076430Z [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-08-31T22:52:01.0839430Z Removing includeIf entries pointing to credentials config files 2026-08-31T22:52:01.0843630Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T22:52:01.0912990Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T22:52:01.2714610Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-621e0a8d-b172-4399-823a-01a2e36c9775.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T22:52:01.3023790Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-621e0a8d-b172-4399-823a-01a2e36c9775.config 2026-08-31T22:52:01.3263000Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-621e0a8d-b172-4399-823a-01a2e36c9775.config 2026-08-31T22:52:01.3268770Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-621e0a8d-b172-4399-823a-01a2e36c9775.config 2026-08-31T22:52:01.3274700Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-621e0a8d-b172-4399-823a-01a2e36c9775.config
Fetching the repository
2026-08-31T22:52:01.3286930Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8b4bd53847884259c2eb523c2b89321822a6d85d:refs/remotes/origin/py3.11 2026-08-31T22:52:05.6478420Z From https://github.com/pypy/pypy 2026-08-31T22:52:05.6481140Z * [new ref] 8b4bd53847884259c2eb523c2b89321822a6d85d -> origin/py3.11 2026-08-31T22:52:05.6492820Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-08-31T22:52:05.6608130Z origin/py3.11 2026-08-31T22:52:05.6624810Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-31T22:52:05.6727650Z 8b4bd53847884259c2eb523c2b89321822a6d85d
Determining the checkout info
2026-08-31T22:52:05.6743680Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-31T22:52:05.6857030Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T22:52:05.6995670Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-31T22:52:06.8018730Z Updating files: 84% (5905/7029) 2026-08-31T22:52:06.8096900Z Updating files: 85% (5975/7029) 2026-08-31T22:52:06.8227910Z Updating files: 86% (6045/7029) 2026-08-31T22:52:06.8326870Z Updating files: 87% (6116/7029) 2026-08-31T22:52:06.8512830Z Updating files: 88% (6186/7029) 2026-08-31T22:52:06.8631460Z Updating files: 89% (6256/7029) 2026-08-31T22:52:06.8739650Z Updating files: 90% (6327/7029) 2026-08-31T22:52:06.8825090Z Updating files: 91% (6397/7029) 2026-08-31T22:52:06.9508380Z Updating files: 92% (6467/7029) 2026-08-31T22:52:06.9896020Z Updating files: 93% (6537/7029) 2026-08-31T22:52:06.9992650Z Updating files: 94% (6608/7029) 2026-08-31T22:52:07.0060220Z Updating files: 95% (6678/7029) 2026-08-31T22:52:07.0222250Z Updating files: 96% (6748/7029) 2026-08-31T22:52:07.0320510Z Updating files: 97% (6819/7029) 2026-08-31T22:52:07.0441540Z Updating files: 98% (6889/7029) 2026-08-31T22:52:07.0577270Z Updating files: 99% (6959/7029) 2026-08-31T22:52:07.0590920Z Updating files: 100% (7029/7029) 2026-08-31T22:52:07.0601390Z Updating files: 100% (7029/7029), done. 2026-08-31T22:52:07.0699980Z Switched to a new branch 'py3.11' 2026-08-31T22:52:07.0710410Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-31T22:52:07.1049100Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-31T22:52:07.1143910Z 8b4bd53847884259c2eb523c2b89321822a6d85d