Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T17:08:41.2885130Z with: 2026-08-31T17:08:41.2885480Z repository: pypy/pypy 2026-08-31T17:08:41.2888630Z token: *** 2026-08-31T17:08:41.2888960Z ssh-strict: true 2026-08-31T17:08:41.2889300Z ssh-user: git 2026-08-31T17:08:41.2889720Z persist-credentials: true 2026-08-31T17:08:41.2890080Z clean: true 2026-08-31T17:08:41.2890440Z sparse-checkout-cone-mode: true 2026-08-31T17:08:41.2890910Z fetch-depth: 1 2026-08-31T17:08:41.2891310Z fetch-tags: false 2026-08-31T17:08:41.2891650Z show-progress: true 2026-08-31T17:08:41.2891990Z lfs: false 2026-08-31T17:08:41.2892300Z submodules: false 2026-08-31T17:08:41.2892640Z set-safe-directory: true
2026-08-31T17:08:41.9009610Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T17:08:41.9011950Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-31T17:08:41.9012990Z [command]/opt/homebrew/bin/git version 2026-08-31T17:08:41.9425760Z git version 2.55.0
2026-08-31T17:08:41.9455170Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/85e8b7ac-babc-4715-8d52-fe15f0a7769d/.gitconfig' 2026-08-31T17:08:41.9461610Z Temporarily overriding HOME='/Users/runner/work/_temp/85e8b7ac-babc-4715-8d52-fe15f0a7769d' before making global git config changes 2026-08-31T17:08:41.9463120Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T17:08:41.9465450Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-31T17:08:41.9612620Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T17:08:41.9619160Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-31T17:08:41.9915360Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T17:08:41.9918460Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T17:08:41.9919680Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T17:08:41.9920480Z hint: call: 2026-08-31T17:08:41.9921360Z hint: 2026-08-31T17:08:41.9922650Z hint: git config --global init.defaultBranch <name> 2026-08-31T17:08:41.9923380Z hint: 2026-08-31T17:08:41.9924150Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T17:08:41.9925000Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T17:08:41.9925780Z hint: 2026-08-31T17:08:41.9926320Z hint: git branch -m <name> 2026-08-31T17:08:41.9928320Z hint: 2026-08-31T17:08:41.9929150Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T17:08:41.9930250Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-31T17:08:41.9932440Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T17:08:42.0075110Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T17:08:42.0224520Z Removing SSH command configuration 2026-08-31T17:08:42.0227050Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T17:08:42.0336130Z [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-31T17:08:42.2007570Z Removing HTTP extra header 2026-08-31T17:08:42.2013200Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T17:08:42.2090460Z [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-31T17:08:42.4374880Z Removing includeIf entries pointing to credentials config files 2026-08-31T17:08:42.4481300Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T17:08:42.4794810Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T17:08:42.6737670Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-015bd6e2-c513-401b-a6fc-fc657b7e9fe7.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T17:08:42.6981910Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-015bd6e2-c513-401b-a6fc-fc657b7e9fe7.config 2026-08-31T17:08:42.7002710Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-015bd6e2-c513-401b-a6fc-fc657b7e9fe7.config 2026-08-31T17:08:42.7013880Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-015bd6e2-c513-401b-a6fc-fc657b7e9fe7.config 2026-08-31T17:08:42.7019880Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-015bd6e2-c513-401b-a6fc-fc657b7e9fe7.config
Fetching the repository
2026-08-31T17:08:42.7100850Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +72213c383274190bf987728791ab94297c0ec13d:refs/remotes/origin/py3.11 2026-08-31T17:08:47.2546800Z From https://github.com/pypy/pypy 2026-08-31T17:08:47.2609550Z * [new ref] 72213c383274190bf987728791ab94297c0ec13d -> origin/py3.11 2026-08-31T17:08:47.2652010Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-08-31T17:08:47.2863330Z origin/py3.11 2026-08-31T17:08:47.3066790Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-31T17:08:47.3067830Z 72213c383274190bf987728791ab94297c0ec13d
Determining the checkout info
2026-08-31T17:08:47.3071770Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-31T17:08:47.3127250Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T17:08:47.3361690Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-31T17:08:48.4270830Z Updating files: 76% (5363/7029) 2026-08-31T17:08:48.4430480Z Updating files: 77% (5413/7029) 2026-08-31T17:08:48.4533550Z Updating files: 78% (5483/7029) 2026-08-31T17:08:48.4635150Z Updating files: 79% (5553/7029) 2026-08-31T17:08:48.4807320Z Updating files: 80% (5624/7029) 2026-08-31T17:08:48.4964510Z Updating files: 81% (5694/7029) 2026-08-31T17:08:48.5066600Z Updating files: 82% (5764/7029) 2026-08-31T17:08:48.5267330Z Updating files: 83% (5835/7029) 2026-08-31T17:08:48.5366190Z Updating files: 84% (5905/7029) 2026-08-31T17:08:48.5580510Z Updating files: 85% (5975/7029) 2026-08-31T17:08:48.6606870Z Updating files: 86% (6045/7029) 2026-08-31T17:08:48.6775320Z Updating files: 87% (6116/7029) 2026-08-31T17:08:48.6919310Z Updating files: 88% (6186/7029) 2026-08-31T17:08:48.7092300Z Updating files: 89% (6256/7029) 2026-08-31T17:08:48.7318760Z Updating files: 90% (6327/7029) 2026-08-31T17:08:48.7558890Z Updating files: 91% (6397/7029) 2026-08-31T17:08:48.8567690Z Updating files: 92% (6467/7029) 2026-08-31T17:08:48.9116000Z Updating files: 93% (6537/7029) 2026-08-31T17:08:48.9220740Z Updating files: 94% (6608/7029) 2026-08-31T17:08:48.9296850Z Updating files: 95% (6678/7029) 2026-08-31T17:08:48.9406690Z Updating files: 96% (6748/7029) 2026-08-31T17:08:48.9509320Z Updating files: 97% (6819/7029) 2026-08-31T17:08:48.9594250Z Updating files: 98% (6889/7029) 2026-08-31T17:08:48.9715450Z Updating files: 99% (6959/7029) 2026-08-31T17:08:48.9719930Z Updating files: 100% (7029/7029) 2026-08-31T17:08:48.9720790Z Updating files: 100% (7029/7029), done. 2026-08-31T17:08:48.9866270Z Switched to a new branch 'py3.11' 2026-08-31T17:08:48.9880740Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-31T17:08:49.0046580Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-31T17:08:49.0155120Z 72213c383274190bf987728791ab94297c0ec13d