Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T08:20:24.2930770Z with: 2026-07-26T08:20:24.2931060Z repository: pypy/pypy 2026-07-26T08:20:24.2933350Z token: *** 2026-07-26T08:20:24.2933630Z ssh-strict: true 2026-07-26T08:20:24.2933920Z ssh-user: git 2026-07-26T08:20:24.2934210Z persist-credentials: true 2026-07-26T08:20:24.2934530Z clean: true 2026-07-26T08:20:24.2934820Z sparse-checkout-cone-mode: true 2026-07-26T08:20:24.2935320Z fetch-depth: 1 2026-07-26T08:20:24.2935610Z fetch-tags: false 2026-07-26T08:20:24.2935900Z show-progress: true 2026-07-26T08:20:24.2936190Z lfs: false 2026-07-26T08:20:24.2936470Z submodules: false 2026-07-26T08:20:24.2936760Z set-safe-directory: true
2026-07-26T08:20:24.7716530Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T08:20:24.7720050Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-26T08:20:24.7723610Z [command]/opt/homebrew/bin/git version 2026-07-26T08:20:24.8015690Z git version 2.55.0
2026-07-26T08:20:24.8052730Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/7373fca9-b333-4d1b-a457-0b9e5dfc9b3d/.gitconfig' 2026-07-26T08:20:24.8083080Z Temporarily overriding HOME='/Users/runner/work/_temp/7373fca9-b333-4d1b-a457-0b9e5dfc9b3d' before making global git config changes 2026-07-26T08:20:24.8085230Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T08:20:24.8086490Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-26T08:20:24.8211260Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T08:20:24.8213120Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-26T08:20:24.8451680Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T08:20:24.8453590Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T08:20:24.8454950Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T08:20:24.8456050Z hint: call: 2026-07-26T08:20:24.8456440Z hint: 2026-07-26T08:20:24.8456890Z hint: git config --global init.defaultBranch <name> 2026-07-26T08:20:24.8457390Z hint: 2026-07-26T08:20:24.8457890Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T08:20:24.8458610Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T08:20:24.8459310Z hint: 2026-07-26T08:20:24.8459800Z hint: git branch -m <name> 2026-07-26T08:20:24.8460270Z hint: 2026-07-26T08:20:24.8460760Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T08:20:24.8461540Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-26T08:20:24.8463000Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T08:20:24.8546020Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T08:20:24.8619970Z Removing SSH command configuration 2026-07-26T08:20:24.8624560Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T08:20:24.8693130Z [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-26T08:20:24.9629000Z Removing HTTP extra header 2026-07-26T08:20:24.9632260Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T08:20:24.9695130Z [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-26T08:20:25.0505790Z Removing includeIf entries pointing to credentials config files 2026-07-26T08:20:25.0509750Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T08:20:25.0564520Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T08:20:25.1727470Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-a3f8714e-2bea-48b8-a4b8-0edc16c1c65f.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T08:20:25.1731690Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-a3f8714e-2bea-48b8-a4b8-0edc16c1c65f.config 2026-07-26T08:20:25.1786340Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-a3f8714e-2bea-48b8-a4b8-0edc16c1c65f.config 2026-07-26T08:20:25.1842100Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a3f8714e-2bea-48b8-a4b8-0edc16c1c65f.config 2026-07-26T08:20:25.1896400Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a3f8714e-2bea-48b8-a4b8-0edc16c1c65f.config
Fetching the repository
2026-07-26T08:20:25.1951090Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a3cf6b15393dc453b8b336347fcf80bca1f27ae8:refs/remotes/origin/main 2026-07-26T08:20:28.4641620Z From https://github.com/pypy/pypy 2026-07-26T08:20:28.4642620Z * [new ref] a3cf6b15393dc453b8b336347fcf80bca1f27ae8 -> origin/main 2026-07-26T08:20:28.4648550Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-07-26T08:20:28.4712900Z origin/main 2026-07-26T08:20:28.4720180Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-07-26T08:20:28.4765870Z a3cf6b15393dc453b8b336347fcf80bca1f27ae8
Determining the checkout info
2026-07-26T08:20:28.4772380Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-26T08:20:28.4842660Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T08:20:28.4896700Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-26T08:20:29.2818150Z Switched to a new branch 'main' 2026-07-26T08:20:29.2824790Z branch 'main' set up to track 'origin/main'.
2026-07-26T08:20:29.2934660Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-26T08:20:29.3006600Z a3cf6b15393dc453b8b336347fcf80bca1f27ae8