Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-22T22:30:18.7881700Z with: 2026-08-22T22:30:18.7882020Z repository: pypy/pypy 2026-08-22T22:30:18.7884830Z token: *** 2026-08-22T22:30:18.7885140Z ssh-strict: true 2026-08-22T22:30:18.7885460Z ssh-user: git 2026-08-22T22:30:18.7885780Z persist-credentials: true 2026-08-22T22:30:18.7886130Z clean: true 2026-08-22T22:30:18.7886450Z sparse-checkout-cone-mode: true 2026-08-22T22:30:18.7886820Z fetch-depth: 1 2026-08-22T22:30:18.7887130Z fetch-tags: false 2026-08-22T22:30:18.7887450Z show-progress: true 2026-08-22T22:30:18.7887770Z lfs: false 2026-08-22T22:30:18.7888140Z submodules: false 2026-08-22T22:30:18.7888490Z set-safe-directory: true
2026-08-22T22:30:19.2954600Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T22:30:19.2956990Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-22T22:30:19.2975350Z [command]/opt/homebrew/bin/git version 2026-08-22T22:30:19.3315680Z git version 2.55.0
2026-08-22T22:30:19.3345180Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/06216142-d232-462e-ae69-d75bddb3a7a1/.gitconfig' 2026-08-22T22:30:19.3356960Z Temporarily overriding HOME='/Users/runner/work/_temp/06216142-d232-462e-ae69-d75bddb3a7a1' before making global git config changes 2026-08-22T22:30:19.3360770Z Adding repository directory to the temporary git global config as a safe directory 2026-08-22T22:30:19.3364610Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-22T22:30:19.3481950Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T22:30:19.3488510Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-22T22:30:19.3732540Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-22T22:30:19.3735100Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-22T22:30:19.3735840Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-22T22:30:19.3736410Z hint: call: 2026-08-22T22:30:19.3736740Z hint: 2026-08-22T22:30:19.3737150Z hint: git config --global init.defaultBranch <name> 2026-08-22T22:30:19.3737610Z hint: 2026-08-22T22:30:19.3738050Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-22T22:30:19.3738750Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-22T22:30:19.3739310Z hint: 2026-08-22T22:30:19.3739690Z hint: git branch -m <name> 2026-08-22T22:30:19.3740100Z hint: 2026-08-22T22:30:19.3740620Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-22T22:30:19.3741380Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-22T22:30:19.3752030Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-22T22:30:19.3902690Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-22T22:30:19.4060360Z Removing SSH command configuration 2026-08-22T22:30:19.4069640Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-22T22:30:19.4304040Z [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-22T22:30:19.5751030Z Removing HTTP extra header 2026-08-22T22:30:19.5754080Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-22T22:30:19.5828690Z [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-22T22:30:19.6820840Z Removing includeIf entries pointing to credentials config files 2026-08-22T22:30:19.6821970Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-22T22:30:19.6923180Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-22T22:30:19.8335180Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-ceeaa70f-0b87-405b-8e82-7c4ea2e608a2.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-22T22:30:19.8559960Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-ceeaa70f-0b87-405b-8e82-7c4ea2e608a2.config 2026-08-22T22:30:19.8566220Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-ceeaa70f-0b87-405b-8e82-7c4ea2e608a2.config 2026-08-22T22:30:19.8628400Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ceeaa70f-0b87-405b-8e82-7c4ea2e608a2.config 2026-08-22T22:30:19.8749810Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ceeaa70f-0b87-405b-8e82-7c4ea2e608a2.config
Fetching the repository
2026-08-22T22:30:19.8847360Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1f9c4f79bef2fcb781e5d1b8927c551117cb4ca0:refs/remotes/origin/main 2026-08-22T22:30:22.9044150Z From https://github.com/pypy/pypy 2026-08-22T22:30:22.9046620Z * [new ref] 1f9c4f79bef2fcb781e5d1b8927c551117cb4ca0 -> origin/main 2026-08-22T22:30:22.9051460Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-08-22T22:30:22.9156840Z origin/main 2026-08-22T22:30:22.9169790Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-08-22T22:30:22.9254560Z 1f9c4f79bef2fcb781e5d1b8927c551117cb4ca0
Determining the checkout info
2026-08-22T22:30:22.9265800Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-22T22:30:22.9362620Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-22T22:30:22.9440690Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-22T22:30:24.0649250Z Updating files: 94% (5668/6014) 2026-08-22T22:30:24.0782900Z Updating files: 95% (5714/6014) 2026-08-22T22:30:24.0858530Z Updating files: 96% (5774/6014) 2026-08-22T22:30:24.0924980Z Updating files: 97% (5834/6014) 2026-08-22T22:30:24.0989720Z Updating files: 98% (5894/6014) 2026-08-22T22:30:24.1077370Z Updating files: 99% (5954/6014) 2026-08-22T22:30:24.1087040Z Updating files: 100% (6014/6014) 2026-08-22T22:30:24.1088080Z Updating files: 100% (6014/6014), done. 2026-08-22T22:30:24.1141850Z Switched to a new branch 'main' 2026-08-22T22:30:24.1149700Z branch 'main' set up to track 'origin/main'.
2026-08-22T22:30:24.1283040Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-22T22:30:24.1373780Z 1f9c4f79bef2fcb781e5d1b8927c551117cb4ca0