Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-27T09:43:59.7381720Z with: 2026-07-27T09:43:59.7382120Z repository: pypy/pypy 2026-07-27T09:43:59.7385000Z token: *** 2026-07-27T09:43:59.7385310Z ssh-strict: true 2026-07-27T09:43:59.7385620Z ssh-user: git 2026-07-27T09:43:59.7385950Z persist-credentials: true 2026-07-27T09:43:59.7386290Z clean: true 2026-07-27T09:43:59.7386620Z sparse-checkout-cone-mode: true 2026-07-27T09:43:59.7387060Z fetch-depth: 1 2026-07-27T09:43:59.7387370Z fetch-tags: false 2026-07-27T09:43:59.7387680Z show-progress: true 2026-07-27T09:43:59.7388010Z lfs: false 2026-07-27T09:43:59.7388300Z submodules: false 2026-07-27T09:43:59.7388630Z set-safe-directory: true
2026-07-27T09:44:00.1185510Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T09:44:00.1188910Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-27T09:44:00.1190750Z [command]/opt/homebrew/bin/git version 2026-07-27T09:44:00.1498800Z git version 2.55.0
2026-07-27T09:44:00.1535070Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/896741f6-d4e4-4e28-b6d2-e0ec2377436c/.gitconfig' 2026-07-27T09:44:00.1536480Z Temporarily overriding HOME='/Users/runner/work/_temp/896741f6-d4e4-4e28-b6d2-e0ec2377436c' before making global git config changes 2026-07-27T09:44:00.1537900Z Adding repository directory to the temporary git global config as a safe directory 2026-07-27T09:44:00.1539660Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-27T09:44:00.1669890Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T09:44:00.1680670Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-27T09:44:00.2259920Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-27T09:44:00.2261480Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-27T09:44:00.2262470Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-27T09:44:00.2263150Z hint: call: 2026-07-27T09:44:00.2263630Z hint: 2026-07-27T09:44:00.2264080Z hint: git config --global init.defaultBranch <name> 2026-07-27T09:44:00.2264550Z hint: 2026-07-27T09:44:00.2265110Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-27T09:44:00.2265880Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-27T09:44:00.2266470Z hint: 2026-07-27T09:44:00.2266810Z hint: git branch -m <name> 2026-07-27T09:44:00.2267200Z hint: 2026-07-27T09:44:00.2267740Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-27T09:44:00.2268570Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-27T09:44:00.2270650Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-27T09:44:00.2357190Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-27T09:44:00.2436470Z Removing SSH command configuration 2026-07-27T09:44:00.2440480Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-27T09:44:00.2512150Z [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-27T09:44:00.3517690Z Removing HTTP extra header 2026-07-27T09:44:00.3520250Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-27T09:44:00.3585870Z [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-27T09:44:00.4376740Z Removing includeIf entries pointing to credentials config files 2026-07-27T09:44:00.4379390Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-27T09:44:00.4448010Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-27T09:44:00.5246430Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-b23e3d13-7ef8-45a5-8cd3-82ea42ed9088.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-27T09:44:00.5322280Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-b23e3d13-7ef8-45a5-8cd3-82ea42ed9088.config 2026-07-27T09:44:00.5389460Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-b23e3d13-7ef8-45a5-8cd3-82ea42ed9088.config 2026-07-27T09:44:00.5489310Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-b23e3d13-7ef8-45a5-8cd3-82ea42ed9088.config 2026-07-27T09:44:00.5537730Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-b23e3d13-7ef8-45a5-8cd3-82ea42ed9088.config
Fetching the repository
2026-07-27T09:44:00.5615990Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1118b727b9787232f32278a337750d3aa3e676c4:refs/remotes/origin/main 2026-07-27T09:44:04.8433410Z From https://github.com/pypy/pypy 2026-07-27T09:44:04.8436560Z * [new ref] 1118b727b9787232f32278a337750d3aa3e676c4 -> origin/main 2026-07-27T09:44:04.8448510Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-07-27T09:44:04.8556850Z origin/main 2026-07-27T09:44:04.8571090Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-07-27T09:44:04.8637890Z 1118b727b9787232f32278a337750d3aa3e676c4
Determining the checkout info
2026-07-27T09:44:04.8647110Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-27T09:44:04.8761240Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-27T09:44:04.8846690Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-27T09:44:05.9899390Z Switched to a new branch 'main' 2026-07-27T09:44:05.9913870Z branch 'main' set up to track 'origin/main'.
2026-07-27T09:44:06.0366170Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-27T09:44:06.0376560Z 1118b727b9787232f32278a337750d3aa3e676c4