Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T18:27:16.4864190Z with: 2026-09-09T18:27:16.4864640Z repository: pypy/pypy 2026-09-09T18:27:16.4867440Z token: *** 2026-09-09T18:27:16.4867750Z ssh-strict: true 2026-09-09T18:27:16.4868060Z ssh-user: git 2026-09-09T18:27:16.4868390Z persist-credentials: true 2026-09-09T18:27:16.4868740Z clean: true 2026-09-09T18:27:16.4869070Z sparse-checkout-cone-mode: true 2026-09-09T18:27:16.4869440Z fetch-depth: 1 2026-09-09T18:27:16.4869760Z fetch-tags: false 2026-09-09T18:27:16.4870080Z show-progress: true 2026-09-09T18:27:16.4870410Z lfs: false 2026-09-09T18:27:16.4870720Z submodules: false 2026-09-09T18:27:16.4871050Z set-safe-directory: true
2026-09-09T18:27:16.8021350Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T18:27:16.8023630Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T18:27:16.8024600Z [command]/opt/homebrew/bin/git version 2026-09-09T18:27:16.8329760Z git version 2.55.0
2026-09-09T18:27:16.8358440Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/dfd94a74-1e79-4285-b2ca-9661b22bb1b1/.gitconfig' 2026-09-09T18:27:16.8360230Z Temporarily overriding HOME='/Users/runner/work/_temp/dfd94a74-1e79-4285-b2ca-9661b22bb1b1' before making global git config changes 2026-09-09T18:27:16.8362210Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T18:27:16.8363890Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T18:27:16.8478010Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T18:27:16.8483520Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T18:27:16.8696720Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T18:27:16.8698050Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T18:27:16.8699360Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T18:27:16.8700140Z hint: call: 2026-09-09T18:27:16.8700510Z hint: 2026-09-09T18:27:16.8701350Z hint: git config --global init.defaultBranch <name> 2026-09-09T18:27:16.8701930Z hint: 2026-09-09T18:27:16.8702480Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T18:27:16.8703290Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T18:27:16.8703950Z hint: 2026-09-09T18:27:16.8704410Z hint: git branch -m <name> 2026-09-09T18:27:16.8704900Z hint: 2026-09-09T18:27:16.8705490Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T18:27:16.8706290Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T18:27:16.8707850Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T18:27:16.8791330Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T18:27:16.8862100Z Removing SSH command configuration 2026-09-09T18:27:16.8863280Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T18:27:16.8941270Z [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-09-09T18:27:16.9949090Z Removing HTTP extra header 2026-09-09T18:27:16.9963490Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T18:27:17.0048230Z [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-09-09T18:27:17.0841360Z Removing includeIf entries pointing to credentials config files 2026-09-09T18:27:17.0847530Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T18:27:17.0911000Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T18:27:17.2025230Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-0b797f55-6994-412a-93a1-ae0aae7bf115.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T18:27:17.2108580Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-0b797f55-6994-412a-93a1-ae0aae7bf115.config 2026-09-09T18:27:17.2183540Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-0b797f55-6994-412a-93a1-ae0aae7bf115.config 2026-09-09T18:27:17.2270100Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-0b797f55-6994-412a-93a1-ae0aae7bf115.config 2026-09-09T18:27:17.2338920Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-0b797f55-6994-412a-93a1-ae0aae7bf115.config
Fetching the repository
2026-09-09T18:27:17.2411690Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +93065895812a64b2ea8a45a96d6c87ee3730b4bd:refs/remotes/origin/py3.12 2026-09-09T18:27:22.8663120Z From https://github.com/pypy/pypy 2026-09-09T18:27:22.8667500Z * [new ref] 93065895812a64b2ea8a45a96d6c87ee3730b4bd -> origin/py3.12 2026-09-09T18:27:22.8683180Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-09-09T18:27:22.8781220Z origin/py3.12 2026-09-09T18:27:22.8789190Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-09T18:27:22.8852860Z 93065895812a64b2ea8a45a96d6c87ee3730b4bd
Determining the checkout info
2026-09-09T18:27:22.8860790Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-09T18:27:22.8959030Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T18:27:22.9037440Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-09T18:27:23.9734980Z Switched to a new branch 'py3.12' 2026-09-09T18:27:23.9740140Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-09T18:27:23.9864670Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-09T18:27:23.9957180Z 93065895812a64b2ea8a45a96d6c87ee3730b4bd