Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-16T07:45:36.4892910Z with: 2026-08-16T07:45:36.4893260Z repository: pypy/pypy 2026-08-16T07:45:36.4896020Z token: *** 2026-08-16T07:45:36.4896410Z ssh-strict: true 2026-08-16T07:45:36.4896800Z ssh-user: git 2026-08-16T07:45:36.4897150Z persist-credentials: true 2026-08-16T07:45:36.4897490Z clean: true 2026-08-16T07:45:36.4897810Z sparse-checkout-cone-mode: true 2026-08-16T07:45:36.4898180Z fetch-depth: 1 2026-08-16T07:45:36.4898490Z fetch-tags: false 2026-08-16T07:45:36.4898800Z show-progress: true 2026-08-16T07:45:36.4899130Z lfs: false 2026-08-16T07:45:36.4899420Z submodules: false 2026-08-16T07:45:36.4899740Z set-safe-directory: true
2026-08-16T07:45:36.8728050Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-16T07:45:36.8729890Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-16T07:45:36.8730990Z [command]/opt/homebrew/bin/git version 2026-08-16T07:45:36.8998490Z git version 2.55.0
2026-08-16T07:45:36.9022460Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/18f9f579-06ae-40aa-a7d7-1616291aaa62/.gitconfig' 2026-08-16T07:45:36.9029490Z Temporarily overriding HOME='/Users/runner/work/_temp/18f9f579-06ae-40aa-a7d7-1616291aaa62' before making global git config changes 2026-08-16T07:45:36.9030570Z Adding repository directory to the temporary git global config as a safe directory 2026-08-16T07:45:36.9033230Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-16T07:45:36.9140650Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-16T07:45:36.9146820Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-16T07:45:36.9362270Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-16T07:45:36.9363210Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-16T07:45:36.9363990Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-16T07:45:36.9364610Z hint: call: 2026-08-16T07:45:36.9364920Z hint: 2026-08-16T07:45:36.9365340Z hint: git config --global init.defaultBranch <name> 2026-08-16T07:45:36.9365860Z hint: 2026-08-16T07:45:36.9366280Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-16T07:45:36.9367040Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-16T07:45:36.9367560Z hint: 2026-08-16T07:45:36.9367930Z hint: git branch -m <name> 2026-08-16T07:45:36.9368350Z hint: 2026-08-16T07:45:36.9368860Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-16T07:45:36.9369560Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-16T07:45:36.9371130Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-16T07:45:36.9453410Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-16T07:45:36.9523530Z Removing SSH command configuration 2026-08-16T07:45:36.9527060Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-16T07:45:36.9595570Z [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-16T07:45:37.0566970Z Removing HTTP extra header 2026-08-16T07:45:37.0572300Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-16T07:45:37.0636160Z [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-16T07:45:37.1465060Z Removing includeIf entries pointing to credentials config files 2026-08-16T07:45:37.1469550Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-16T07:45:37.1532250Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-16T07:45:37.2789760Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-45ca86dd-e0b8-4624-aa79-d6a6c94b3f5b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-16T07:45:37.2792820Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-45ca86dd-e0b8-4624-aa79-d6a6c94b3f5b.config 2026-08-16T07:45:37.2799430Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-45ca86dd-e0b8-4624-aa79-d6a6c94b3f5b.config 2026-08-16T07:45:37.2927940Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-45ca86dd-e0b8-4624-aa79-d6a6c94b3f5b.config 2026-08-16T07:45:37.2962610Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-45ca86dd-e0b8-4624-aa79-d6a6c94b3f5b.config
Fetching the repository
2026-08-16T07:45:37.3017090Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7e60030760b40591af74039832a2a03413ace7b8:refs/remotes/origin/main 2026-08-16T07:45:40.3152380Z From https://github.com/pypy/pypy 2026-08-16T07:45:40.3153510Z * [new ref] 7e60030760b40591af74039832a2a03413ace7b8 -> origin/main 2026-08-16T07:45:40.3159440Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-08-16T07:45:40.3240950Z origin/main 2026-08-16T07:45:40.3246540Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-08-16T07:45:40.3302560Z 7e60030760b40591af74039832a2a03413ace7b8
Determining the checkout info
2026-08-16T07:45:40.3310200Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-16T07:45:40.3390840Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-16T07:45:40.3456460Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-16T07:45:41.1460830Z Switched to a new branch 'main' 2026-08-16T07:45:41.1498000Z branch 'main' set up to track 'origin/main'.
2026-08-16T07:45:41.1612120Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-16T07:45:41.1689440Z 7e60030760b40591af74039832a2a03413ace7b8