Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-10T19:41:20.6355100Z with: 2026-09-10T19:41:20.6355510Z repository: pypy/pypy 2026-09-10T19:41:20.6359540Z token: *** 2026-09-10T19:41:20.6360150Z ssh-strict: true 2026-09-10T19:41:20.6360640Z ssh-user: git 2026-09-10T19:41:20.6370640Z persist-credentials: true 2026-09-10T19:41:20.6371130Z clean: true 2026-09-10T19:41:20.6371520Z sparse-checkout-cone-mode: true 2026-09-10T19:41:20.6371990Z fetch-depth: 1 2026-09-10T19:41:20.6372390Z fetch-tags: false 2026-09-10T19:41:20.6372930Z show-progress: true 2026-09-10T19:41:20.6373330Z lfs: false 2026-09-10T19:41:20.6373680Z submodules: false 2026-09-10T19:41:20.6374140Z set-safe-directory: true
2026-09-10T19:41:20.8019060Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T19:41:20.8020960Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-10T19:41:20.8021770Z [command]/opt/homebrew/bin/git version 2026-09-10T19:41:20.8588450Z git version 2.55.0
2026-09-10T19:41:20.8609060Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/63cc7e13-949f-4487-b388-472ec33c20e6/.gitconfig' 2026-09-10T19:41:20.8619080Z Temporarily overriding HOME='/Users/runner/work/_temp/63cc7e13-949f-4487-b388-472ec33c20e6' before making global git config changes 2026-09-10T19:41:20.8620200Z Adding repository directory to the temporary git global config as a safe directory 2026-09-10T19:41:20.8622950Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-10T19:41:20.8736430Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T19:41:20.8763020Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-10T19:41:20.8994420Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-10T19:41:20.8995640Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-10T19:41:20.8996490Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-10T19:41:20.9009320Z hint: call: 2026-09-10T19:41:20.9009670Z hint: 2026-09-10T19:41:20.9010050Z hint: git config --global init.defaultBranch <name> 2026-09-10T19:41:20.9010470Z hint: 2026-09-10T19:41:20.9010870Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-10T19:41:20.9011580Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-10T19:41:20.9012210Z hint: 2026-09-10T19:41:20.9012540Z hint: git branch -m <name> 2026-09-10T19:41:20.9012880Z hint: 2026-09-10T19:41:20.9013380Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-10T19:41:20.9014230Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-10T19:41:20.9015870Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-10T19:41:20.9098660Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-10T19:41:20.9166290Z Removing SSH command configuration 2026-09-10T19:41:20.9170440Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-10T19:41:20.9277210Z [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-10T19:41:21.0274890Z Removing HTTP extra header 2026-09-10T19:41:21.0278910Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-10T19:41:21.0339950Z [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-10T19:41:21.1172550Z Removing includeIf entries pointing to credentials config files 2026-09-10T19:41:21.1176300Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-10T19:41:21.1237370Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-10T19:41:21.2180000Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-7cb7186a-8ab2-4c44-beae-729d71df44b5.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-10T19:41:21.2281090Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-7cb7186a-8ab2-4c44-beae-729d71df44b5.config 2026-09-10T19:41:21.2345670Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-7cb7186a-8ab2-4c44-beae-729d71df44b5.config 2026-09-10T19:41:21.2413340Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-7cb7186a-8ab2-4c44-beae-729d71df44b5.config 2026-09-10T19:41:21.2474420Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-7cb7186a-8ab2-4c44-beae-729d71df44b5.config
Fetching the repository
2026-09-10T19:41:21.2541510Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +093d3a7b2a71c2afc11b0c1fcab86feb6b877779:refs/remotes/origin/py3.11 2026-09-10T19:41:26.0302060Z From https://github.com/pypy/pypy 2026-09-10T19:41:26.0304080Z * [new ref] 093d3a7b2a71c2afc11b0c1fcab86feb6b877779 -> origin/py3.11 2026-09-10T19:41:26.0309050Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-09-10T19:41:26.0394640Z origin/py3.11 2026-09-10T19:41:26.0400460Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-09-10T19:41:26.0465590Z 093d3a7b2a71c2afc11b0c1fcab86feb6b877779
Determining the checkout info
2026-09-10T19:41:26.0472600Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-10T19:41:26.0549740Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T19:41:26.0620900Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-09-10T19:41:26.8823760Z Switched to a new branch 'py3.11' 2026-09-10T19:41:26.8826320Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-10T19:41:26.8929680Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-10T19:41:26.8997810Z 093d3a7b2a71c2afc11b0c1fcab86feb6b877779