Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T10:32:24.8076750Z with: 2026-08-23T10:32:24.8077160Z repository: pypy/pypy 2026-08-23T10:32:24.8080010Z token: *** 2026-08-23T10:32:24.8080330Z ssh-strict: true 2026-08-23T10:32:24.8080650Z ssh-user: git 2026-08-23T10:32:24.8080980Z persist-credentials: true 2026-08-23T10:32:24.8081350Z clean: true 2026-08-23T10:32:24.8081820Z sparse-checkout-cone-mode: true 2026-08-23T10:32:24.8082240Z fetch-depth: 1 2026-08-23T10:32:24.8082620Z fetch-tags: false 2026-08-23T10:32:24.8082960Z show-progress: true 2026-08-23T10:32:24.8083450Z lfs: false 2026-08-23T10:32:24.8083770Z submodules: false 2026-08-23T10:32:24.8084160Z set-safe-directory: true
2026-08-23T10:32:25.2613570Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T10:32:25.2620470Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-23T10:32:25.2621920Z [command]/opt/homebrew/bin/git version 2026-08-23T10:32:25.2981380Z git version 2.55.0
2026-08-23T10:32:25.3025120Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/da2b4c36-5eba-459b-a7be-aa93c9cebed6/.gitconfig' 2026-08-23T10:32:25.3032900Z Temporarily overriding HOME='/Users/runner/work/_temp/da2b4c36-5eba-459b-a7be-aa93c9cebed6' before making global git config changes 2026-08-23T10:32:25.3035560Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T10:32:25.3046120Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-23T10:32:25.3212110Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T10:32:25.3227530Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-23T10:32:25.3496700Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T10:32:25.3499000Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T10:32:25.3500980Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T10:32:25.3502700Z hint: call: 2026-08-23T10:32:25.3503480Z hint: 2026-08-23T10:32:25.3504380Z hint: git config --global init.defaultBranch <name> 2026-08-23T10:32:25.3505670Z hint: 2026-08-23T10:32:25.3507020Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T10:32:25.3509350Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T10:32:25.3510870Z hint: 2026-08-23T10:32:25.3511760Z hint: git branch -m <name> 2026-08-23T10:32:25.3512780Z hint: 2026-08-23T10:32:25.3514040Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T10:32:25.3515820Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-23T10:32:25.3519080Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T10:32:25.3632810Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T10:32:25.3720350Z Removing SSH command configuration 2026-08-23T10:32:25.3722890Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T10:32:25.3794010Z [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-23T10:32:25.5374620Z Removing HTTP extra header 2026-08-23T10:32:25.5379120Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T10:32:25.5462470Z [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-23T10:32:25.6718760Z Removing includeIf entries pointing to credentials config files 2026-08-23T10:32:25.6754260Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T10:32:25.6807560Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T10:32:25.8181430Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-a4309709-58be-4f2b-a5c5-8e3c5451df2d.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T10:32:25.8183240Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-a4309709-58be-4f2b-a5c5-8e3c5451df2d.config 2026-08-23T10:32:25.8185110Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-a4309709-58be-4f2b-a5c5-8e3c5451df2d.config 2026-08-23T10:32:25.8300210Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a4309709-58be-4f2b-a5c5-8e3c5451df2d.config 2026-08-23T10:32:25.8392980Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a4309709-58be-4f2b-a5c5-8e3c5451df2d.config
Fetching the repository
2026-08-23T10:32:25.8502520Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ed59aae997dd98e0b808e76e3e8ccfaddb0c4915:refs/remotes/origin/py3.11 2026-08-23T10:32:29.9439340Z From https://github.com/pypy/pypy 2026-08-23T10:32:29.9440550Z * [new ref] ed59aae997dd98e0b808e76e3e8ccfaddb0c4915 -> origin/py3.11 2026-08-23T10:32:29.9448150Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-08-23T10:32:29.9534230Z origin/py3.11 2026-08-23T10:32:29.9540120Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-23T10:32:29.9610400Z ed59aae997dd98e0b808e76e3e8ccfaddb0c4915
Determining the checkout info
2026-08-23T10:32:29.9620560Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-23T10:32:29.9708640Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T10:32:29.9784100Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-23T10:32:31.0771280Z Updating files: 82% (5771/7027) 2026-08-23T10:32:31.1288720Z Updating files: 83% (5833/7027) 2026-08-23T10:32:31.1390770Z Updating files: 84% (5903/7027) 2026-08-23T10:32:31.1493550Z Updating files: 85% (5973/7027) 2026-08-23T10:32:31.1597860Z Updating files: 86% (6044/7027) 2026-08-23T10:32:31.1800270Z Updating files: 87% (6114/7027) 2026-08-23T10:32:31.1902600Z Updating files: 88% (6184/7027) 2026-08-23T10:32:31.2124560Z Updating files: 89% (6255/7027) 2026-08-23T10:32:31.2226240Z Updating files: 90% (6325/7027) 2026-08-23T10:32:31.2329960Z Updating files: 91% (6395/7027) 2026-08-23T10:32:31.3035630Z Updating files: 92% (6465/7027) 2026-08-23T10:32:31.3445620Z Updating files: 93% (6536/7027) 2026-08-23T10:32:31.3659610Z Updating files: 94% (6606/7027) 2026-08-23T10:32:31.3895730Z Updating files: 95% (6676/7027) 2026-08-23T10:32:31.4003100Z Updating files: 96% (6746/7027) 2026-08-23T10:32:31.4207400Z Updating files: 97% (6817/7027) 2026-08-23T10:32:31.4308170Z Updating files: 98% (6887/7027) 2026-08-23T10:32:31.4410500Z Updating files: 99% (6957/7027) 2026-08-23T10:32:31.4510350Z Updating files: 100% (7027/7027) 2026-08-23T10:32:31.4612360Z Updating files: 100% (7027/7027), done. 2026-08-23T10:32:31.4646230Z Switched to a new branch 'py3.11' 2026-08-23T10:32:31.4688200Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-23T10:32:31.5030740Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-23T10:32:31.5091180Z ed59aae997dd98e0b808e76e3e8ccfaddb0c4915