Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-27T09:04:07.8879740Z with: 2026-07-27T09:04:07.8879970Z repository: pypy/pypy 2026-07-27T09:04:07.8883940Z token: *** 2026-07-27T09:04:07.8884240Z ssh-strict: true 2026-07-27T09:04:07.8884500Z ssh-user: git 2026-07-27T09:04:07.8884820Z persist-credentials: true 2026-07-27T09:04:07.8885070Z clean: true 2026-07-27T09:04:07.8885300Z sparse-checkout-cone-mode: true 2026-07-27T09:04:07.8885570Z fetch-depth: 1 2026-07-27T09:04:07.8885790Z fetch-tags: false 2026-07-27T09:04:07.8886030Z show-progress: true 2026-07-27T09:04:07.8886270Z lfs: false 2026-07-27T09:04:07.8886470Z submodules: false 2026-07-27T09:04:07.8887250Z set-safe-directory: true
2026-07-27T09:04:09.1422750Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T09:04:09.1424770Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-27T09:04:09.1434560Z [command]/opt/homebrew/bin/git version 2026-07-27T09:04:09.1780800Z git version 2.55.0
2026-07-27T09:04:09.1817710Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/ce51535c-e003-4f81-afb0-2a45fb8c3398/.gitconfig' 2026-07-27T09:04:09.1826600Z Temporarily overriding HOME='/Users/runner/work/_temp/ce51535c-e003-4f81-afb0-2a45fb8c3398' before making global git config changes 2026-07-27T09:04:09.1828660Z Adding repository directory to the temporary git global config as a safe directory 2026-07-27T09:04:09.1830660Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-27T09:04:09.2034930Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T09:04:09.2050430Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-27T09:04:09.2420580Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-27T09:04:09.2422320Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-27T09:04:09.2424100Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-27T09:04:09.2425740Z hint: call: 2026-07-27T09:04:09.2426850Z hint: 2026-07-27T09:04:09.2427840Z hint: git config --global init.defaultBranch <name> 2026-07-27T09:04:09.2429120Z hint: 2026-07-27T09:04:09.2430090Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-27T09:04:09.2431430Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-27T09:04:09.2432480Z hint: 2026-07-27T09:04:09.2433240Z hint: git branch -m <name> 2026-07-27T09:04:09.2433930Z hint: 2026-07-27T09:04:09.2434860Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-27T09:04:09.2436300Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-27T09:04:09.2439370Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-27T09:04:09.2533410Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-27T09:04:09.2623390Z Removing SSH command configuration 2026-07-27T09:04:09.2628100Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-27T09:04:09.2730530Z [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:04:09.4163370Z Removing HTTP extra header 2026-07-27T09:04:09.4168540Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-27T09:04:09.4248430Z [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:04:09.5629870Z Removing includeIf entries pointing to credentials config files 2026-07-27T09:04:09.5733010Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-27T09:04:09.5878740Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-27T09:04:09.7162940Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-cfb0057d-9f5c-4d52-b8e5-0dbbf5563c0e.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-27T09:04:09.7487570Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-cfb0057d-9f5c-4d52-b8e5-0dbbf5563c0e.config 2026-07-27T09:04:09.7793240Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-cfb0057d-9f5c-4d52-b8e5-0dbbf5563c0e.config 2026-07-27T09:04:09.7899310Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-cfb0057d-9f5c-4d52-b8e5-0dbbf5563c0e.config 2026-07-27T09:04:09.7902980Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-cfb0057d-9f5c-4d52-b8e5-0dbbf5563c0e.config
Fetching the repository
2026-07-27T09:04:09.7906160Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4fab7c23343e439a386aedeeed98634f174f4303:refs/remotes/origin/py3.12 2026-07-27T09:04:11.4907200Z From https://github.com/pypy/pypy 2026-07-27T09:04:11.4910980Z * [new ref] 4fab7c23343e439a386aedeeed98634f174f4303 -> origin/py3.12 2026-07-27T09:04:11.4937330Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-07-27T09:04:11.5084440Z origin/py3.12 2026-07-27T09:04:11.5092940Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-07-27T09:04:11.5160330Z 4fab7c23343e439a386aedeeed98634f174f4303
Determining the checkout info
2026-07-27T09:04:11.5276580Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-27T09:04:11.5310230Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-27T09:04:11.5414700Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-07-27T09:04:12.6425750Z Updating files: 74% (5260/7077) 2026-07-27T09:04:12.6644050Z Updating files: 75% (5308/7077) 2026-07-27T09:04:12.6864630Z Updating files: 76% (5379/7077) 2026-07-27T09:04:12.6966500Z Updating files: 77% (5450/7077) 2026-07-27T09:04:12.7368660Z Updating files: 78% (5521/7077) 2026-07-27T09:04:12.7569400Z Updating files: 79% (5591/7077) 2026-07-27T09:04:12.7672720Z Updating files: 80% (5662/7077) 2026-07-27T09:04:12.7775130Z Updating files: 81% (5733/7077) 2026-07-27T09:04:12.7878970Z Updating files: 82% (5804/7077) 2026-07-27T09:04:12.7979820Z Updating files: 83% (5874/7077) 2026-07-27T09:04:12.8081870Z Updating files: 84% (5945/7077) 2026-07-27T09:04:12.8183520Z Updating files: 85% (6016/7077) 2026-07-27T09:04:12.8299510Z Updating files: 86% (6087/7077) 2026-07-27T09:04:12.8401390Z Updating files: 87% (6157/7077) 2026-07-27T09:04:12.8503140Z Updating files: 88% (6228/7077) 2026-07-27T09:04:12.8603160Z Updating files: 89% (6299/7077) 2026-07-27T09:04:12.8705080Z Updating files: 90% (6370/7077) 2026-07-27T09:04:12.8805940Z Updating files: 91% (6441/7077) 2026-07-27T09:04:12.9407990Z Updating files: 92% (6511/7077) 2026-07-27T09:04:12.9811390Z Updating files: 93% (6582/7077) 2026-07-27T09:04:12.9917630Z Updating files: 94% (6653/7077) 2026-07-27T09:04:13.0019930Z Updating files: 95% (6724/7077) 2026-07-27T09:04:13.0120450Z Updating files: 96% (6794/7077) 2026-07-27T09:04:13.0325830Z Updating files: 97% (6865/7077) 2026-07-27T09:04:13.0327270Z Updating files: 98% (6936/7077) 2026-07-27T09:04:13.0428820Z Updating files: 99% (7007/7077) 2026-07-27T09:04:13.0529880Z Updating files: 100% (7077/7077) 2026-07-27T09:04:13.0631440Z Updating files: 100% (7077/7077), done. 2026-07-27T09:04:13.0732630Z Switched to a new branch 'py3.12' 2026-07-27T09:04:13.0793400Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-07-27T09:04:13.1162410Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-27T09:04:13.1200430Z 4fab7c23343e439a386aedeeed98634f174f4303