Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-29T07:35:53.0178870Z with: 2026-07-29T07:35:53.0179230Z repository: pypy/pypy 2026-07-29T07:35:53.0182150Z token: *** 2026-07-29T07:35:53.0182500Z ssh-strict: true 2026-07-29T07:35:53.0220120Z ssh-user: git 2026-07-29T07:35:53.0220680Z persist-credentials: true 2026-07-29T07:35:53.0221040Z clean: true 2026-07-29T07:35:53.0221370Z sparse-checkout-cone-mode: true 2026-07-29T07:35:53.0221740Z fetch-depth: 1 2026-07-29T07:35:53.0222050Z fetch-tags: false 2026-07-29T07:35:53.0223230Z show-progress: true 2026-07-29T07:35:53.0223630Z lfs: false 2026-07-29T07:35:53.0223930Z submodules: false 2026-07-29T07:35:53.0224250Z set-safe-directory: true
2026-07-29T07:35:53.5729320Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-29T07:35:53.5731600Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-29T07:35:53.5732570Z [command]/opt/homebrew/bin/git version 2026-07-29T07:35:53.6109140Z git version 2.55.0
2026-07-29T07:35:53.6143190Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/2779e6dd-5e0a-4210-8299-8d875bed912e/.gitconfig' 2026-07-29T07:35:53.6159250Z Temporarily overriding HOME='/Users/runner/work/_temp/2779e6dd-5e0a-4210-8299-8d875bed912e' before making global git config changes 2026-07-29T07:35:53.6162560Z Adding repository directory to the temporary git global config as a safe directory 2026-07-29T07:35:53.6168920Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-29T07:35:53.6325920Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-29T07:35:53.6342090Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-29T07:35:53.6680050Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-29T07:35:53.6684150Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-29T07:35:53.6686780Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-29T07:35:53.6687690Z hint: call: 2026-07-29T07:35:53.6688150Z hint: 2026-07-29T07:35:53.6688740Z hint: git config --global init.defaultBranch <name> 2026-07-29T07:35:53.6693280Z hint: 2026-07-29T07:35:53.6695010Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-29T07:35:53.6696250Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-29T07:35:53.6698660Z hint: 2026-07-29T07:35:53.6699240Z hint: git branch -m <name> 2026-07-29T07:35:53.6699740Z hint: 2026-07-29T07:35:53.6700370Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-29T07:35:53.6701570Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-29T07:35:53.6703370Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-29T07:35:53.6823610Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-29T07:35:53.6900630Z Removing SSH command configuration 2026-07-29T07:35:53.6903560Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-29T07:35:53.7007660Z [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-29T07:35:53.8414090Z Removing HTTP extra header 2026-07-29T07:35:53.8415520Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-29T07:35:53.9072930Z [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-29T07:35:54.0244980Z Removing includeIf entries pointing to credentials config files 2026-07-29T07:35:54.0348360Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-29T07:35:54.0655510Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-29T07:35:54.2206420Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-e4cd2d5e-5962-4043-8533-1f12f7faa8c7.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-29T07:35:54.2243750Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e4cd2d5e-5962-4043-8533-1f12f7faa8c7.config 2026-07-29T07:35:54.2592490Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e4cd2d5e-5962-4043-8533-1f12f7faa8c7.config 2026-07-29T07:35:54.2854250Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e4cd2d5e-5962-4043-8533-1f12f7faa8c7.config 2026-07-29T07:35:54.2899750Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e4cd2d5e-5962-4043-8533-1f12f7faa8c7.config
Fetching the repository
2026-07-29T07:35:54.2909810Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c8a8b43148169f1c5b7ed76f159565e341244074:refs/remotes/origin/main 2026-07-29T07:35:55.4992630Z From https://github.com/pypy/pypy 2026-07-29T07:35:55.5009120Z * [new ref] c8a8b43148169f1c5b7ed76f159565e341244074 -> origin/main 2026-07-29T07:35:55.5019440Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-07-29T07:35:55.5133370Z origin/main 2026-07-29T07:35:55.5146590Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-07-29T07:35:55.5254130Z c8a8b43148169f1c5b7ed76f159565e341244074
Determining the checkout info
2026-07-29T07:35:55.5402160Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-29T07:35:55.5432110Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-29T07:35:55.5536250Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-29T07:35:56.7132950Z Updating files: 92% (5540/6014) 2026-07-29T07:35:56.7220720Z Updating files: 93% (5594/6014) 2026-07-29T07:35:56.7288300Z Updating files: 94% (5654/6014) 2026-07-29T07:35:56.7423130Z Updating files: 95% (5714/6014) 2026-07-29T07:35:56.7589450Z Updating files: 96% (5774/6014) 2026-07-29T07:35:56.7689120Z Updating files: 97% (5834/6014) 2026-07-29T07:35:56.7751610Z Updating files: 98% (5894/6014) 2026-07-29T07:35:56.7834440Z Updating files: 99% (5954/6014) 2026-07-29T07:35:56.7844860Z Updating files: 100% (6014/6014) 2026-07-29T07:35:56.7861400Z Updating files: 100% (6014/6014), done. 2026-07-29T07:35:56.7985800Z Switched to a new branch 'main' 2026-07-29T07:35:56.7988620Z branch 'main' set up to track 'origin/main'.
2026-07-29T07:35:56.8133920Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-29T07:35:56.8238220Z c8a8b43148169f1c5b7ed76f159565e341244074