Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T23:17:39.0222300Z with: 2026-08-31T23:17:39.0222730Z repository: pypy/pypy 2026-08-31T23:17:39.0225790Z token: *** 2026-08-31T23:17:39.0226110Z ssh-strict: true 2026-08-31T23:17:39.0226430Z ssh-user: git 2026-08-31T23:17:39.0226770Z persist-credentials: true 2026-08-31T23:17:39.0227130Z clean: true 2026-08-31T23:17:39.0227470Z sparse-checkout-cone-mode: true 2026-08-31T23:17:39.0227860Z fetch-depth: 1 2026-08-31T23:17:39.0243640Z fetch-tags: false 2026-08-31T23:17:39.0244010Z show-progress: true 2026-08-31T23:17:39.0244350Z lfs: false 2026-08-31T23:17:39.0244640Z submodules: false 2026-08-31T23:17:39.0244970Z set-safe-directory: true
2026-08-31T23:17:39.6432540Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T23:17:39.6434720Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-31T23:17:39.6435720Z [command]/opt/homebrew/bin/git version 2026-08-31T23:17:39.6936710Z git version 2.55.0
2026-08-31T23:17:39.6971690Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/6b3371dc-b39a-41c5-b8ac-758d225c5659/.gitconfig' 2026-08-31T23:17:39.6975920Z Temporarily overriding HOME='/Users/runner/work/_temp/6b3371dc-b39a-41c5-b8ac-758d225c5659' before making global git config changes 2026-08-31T23:17:39.6977340Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T23:17:39.6984210Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-31T23:17:39.7117360Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T23:17:39.7125450Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-31T23:17:39.7406450Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T23:17:39.7407710Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T23:17:39.7408690Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T23:17:39.7409310Z hint: call: 2026-08-31T23:17:39.7409660Z hint: 2026-08-31T23:17:39.7410120Z hint: git config --global init.defaultBranch <name> 2026-08-31T23:17:39.7410610Z hint: 2026-08-31T23:17:39.7411100Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T23:17:39.7411840Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T23:17:39.7412430Z hint: 2026-08-31T23:17:39.7412800Z hint: git branch -m <name> 2026-08-31T23:17:39.7413190Z hint: 2026-08-31T23:17:39.7413710Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T23:17:39.7414580Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-31T23:17:39.7422020Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T23:17:39.7510970Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T23:17:39.7584150Z Removing SSH command configuration 2026-08-31T23:17:39.7585420Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T23:17:39.7656460Z [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-31T23:17:40.0275020Z Removing HTTP extra header 2026-08-31T23:17:40.0280260Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T23:17:40.0640830Z [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-31T23:17:40.2191240Z Removing includeIf entries pointing to credentials config files 2026-08-31T23:17:40.2223450Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T23:17:40.2349550Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T23:17:40.4289770Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-ae67d62b-c27e-4426-9266-78d2082ba926.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T23:17:40.4297700Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-ae67d62b-c27e-4426-9266-78d2082ba926.config 2026-08-31T23:17:40.4313040Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-ae67d62b-c27e-4426-9266-78d2082ba926.config 2026-08-31T23:17:40.4437910Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ae67d62b-c27e-4426-9266-78d2082ba926.config 2026-08-31T23:17:40.4545850Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ae67d62b-c27e-4426-9266-78d2082ba926.config
Fetching the repository
2026-08-31T23:17:40.4650140Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +490104d4cdbf02731309e0963bd7afec83d752cc:refs/remotes/origin/py3.12 2026-08-31T23:17:44.5691100Z From https://github.com/pypy/pypy 2026-08-31T23:17:44.5708210Z * [new ref] 490104d4cdbf02731309e0963bd7afec83d752cc -> origin/py3.12 2026-08-31T23:17:44.5800320Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-08-31T23:17:44.5948630Z origin/py3.12 2026-08-31T23:17:44.5959830Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-31T23:17:44.6100080Z 490104d4cdbf02731309e0963bd7afec83d752cc
Determining the checkout info
2026-08-31T23:17:44.6108090Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-31T23:17:44.6218910Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T23:17:44.6332590Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-31T23:17:45.7361150Z Updating files: 81% (5784/7092) 2026-08-31T23:17:45.7488340Z Updating files: 82% (5816/7092) 2026-08-31T23:17:45.7708270Z Updating files: 83% (5887/7092) 2026-08-31T23:17:45.7879400Z Updating files: 84% (5958/7092) 2026-08-31T23:17:45.8002340Z Updating files: 85% (6029/7092) 2026-08-31T23:17:45.8217260Z Updating files: 86% (6100/7092) 2026-08-31T23:17:45.8357700Z Updating files: 87% (6171/7092) 2026-08-31T23:17:45.8512020Z Updating files: 88% (6241/7092) 2026-08-31T23:17:45.8738910Z Updating files: 89% (6312/7092) 2026-08-31T23:17:45.8832410Z Updating files: 90% (6383/7092) 2026-08-31T23:17:45.8986330Z Updating files: 91% (6454/7092) 2026-08-31T23:17:46.0208570Z Updating files: 92% (6525/7092) 2026-08-31T23:17:46.1240140Z Updating files: 93% (6596/7092) 2026-08-31T23:17:46.1442440Z Updating files: 94% (6667/7092) 2026-08-31T23:17:46.1611240Z Updating files: 95% (6738/7092) 2026-08-31T23:17:46.1721720Z Updating files: 96% (6809/7092) 2026-08-31T23:17:46.1831780Z Updating files: 97% (6880/7092) 2026-08-31T23:17:46.2028730Z Updating files: 98% (6951/7092) 2026-08-31T23:17:46.2113820Z Updating files: 99% (7022/7092) 2026-08-31T23:17:46.2115080Z Updating files: 100% (7092/7092) 2026-08-31T23:17:46.2115890Z Updating files: 100% (7092/7092), done. 2026-08-31T23:17:46.2272230Z Switched to a new branch 'py3.12' 2026-08-31T23:17:46.2279170Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-31T23:17:46.2505960Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-31T23:17:46.2641770Z 490104d4cdbf02731309e0963bd7afec83d752cc