Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-22T04:00:07.6873330Z with: 2026-07-22T04:00:07.6873670Z repository: pypy/pypy 2026-07-22T04:00:07.6876730Z token: *** 2026-07-22T04:00:07.6877060Z ssh-strict: true 2026-07-22T04:00:07.6877410Z ssh-user: git 2026-07-22T04:00:07.6877750Z persist-credentials: true 2026-07-22T04:00:07.6878130Z clean: true 2026-07-22T04:00:07.6878480Z sparse-checkout-cone-mode: true 2026-07-22T04:00:07.6878890Z fetch-depth: 1 2026-07-22T04:00:07.6879230Z fetch-tags: false 2026-07-22T04:00:07.6879590Z show-progress: true 2026-07-22T04:00:07.6879950Z lfs: false 2026-07-22T04:00:07.6880280Z submodules: false 2026-07-22T04:00:07.6880630Z set-safe-directory: true
2026-07-22T04:00:08.0535770Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-22T04:00:08.0538110Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-22T04:00:08.0539210Z [command]/opt/homebrew/bin/git version 2026-07-22T04:00:08.0804960Z git version 2.55.0
2026-07-22T04:00:08.0827370Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0cc87fcc-ce4e-4e82-92c2-7f3b1b769023/.gitconfig' 2026-07-22T04:00:08.0832440Z Temporarily overriding HOME='/Users/runner/work/_temp/0cc87fcc-ce4e-4e82-92c2-7f3b1b769023' before making global git config changes 2026-07-22T04:00:08.0834680Z Adding repository directory to the temporary git global config as a safe directory 2026-07-22T04:00:08.0836550Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-22T04:00:08.0971610Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-22T04:00:08.0977830Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-22T04:00:08.1191320Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-22T04:00:08.1193290Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-22T04:00:08.1194980Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-22T04:00:08.1196380Z hint: call: 2026-07-22T04:00:08.1197170Z hint: 2026-07-22T04:00:08.1198170Z hint: git config --global init.defaultBranch <name> 2026-07-22T04:00:08.1200560Z hint: 2026-07-22T04:00:08.1201750Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-22T04:00:08.1203690Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-22T04:00:08.1205570Z hint: 2026-07-22T04:00:08.1206410Z hint: git branch -m <name> 2026-07-22T04:00:08.1207340Z hint: 2026-07-22T04:00:08.1208600Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-22T04:00:08.1210540Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-22T04:00:08.1214010Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-22T04:00:08.1290130Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-22T04:00:08.1363480Z Removing SSH command configuration 2026-07-22T04:00:08.1365650Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-22T04:00:08.1451240Z [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-22T04:00:08.2374830Z Removing HTTP extra header 2026-07-22T04:00:08.2378410Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-22T04:00:08.2437840Z [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-22T04:00:08.3115470Z Removing includeIf entries pointing to credentials config files 2026-07-22T04:00:08.3118140Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-22T04:00:08.3172590Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-22T04:00:08.4553560Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-06cb863a-e934-4366-83cf-1414750e65ca.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-22T04:00:08.4637340Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-06cb863a-e934-4366-83cf-1414750e65ca.config 2026-07-22T04:00:08.4642810Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-06cb863a-e934-4366-83cf-1414750e65ca.config 2026-07-22T04:00:08.4647890Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-06cb863a-e934-4366-83cf-1414750e65ca.config 2026-07-22T04:00:08.4652780Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-06cb863a-e934-4366-83cf-1414750e65ca.config
Fetching the repository
2026-07-22T04:00:08.4670820Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3ca3cb9c4e84d028c06742e269da20077fd6f6cc:refs/remotes/origin/py3.11 2026-07-22T04:00:12.7885970Z From https://github.com/pypy/pypy 2026-07-22T04:00:12.7886750Z * [new ref] 3ca3cb9c4e84d028c06742e269da20077fd6f6cc -> origin/py3.11 2026-07-22T04:00:12.7892500Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-07-22T04:00:12.7972250Z origin/py3.11 2026-07-22T04:00:12.7977180Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-07-22T04:00:12.8037210Z 3ca3cb9c4e84d028c06742e269da20077fd6f6cc
Determining the checkout info
2026-07-22T04:00:12.8044350Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-22T04:00:12.8137370Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-22T04:00:12.8215100Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-07-22T04:00:13.9127860Z Updating files: 95% (6661/7004) 2026-07-22T04:00:13.9190290Z Updating files: 96% (6724/7004) 2026-07-22T04:00:13.9281300Z Updating files: 97% (6794/7004) 2026-07-22T04:00:13.9366770Z Updating files: 98% (6864/7004) 2026-07-22T04:00:13.9437750Z Updating files: 99% (6934/7004) 2026-07-22T04:00:13.9438110Z Updating files: 100% (7004/7004) 2026-07-22T04:00:13.9438370Z Updating files: 100% (7004/7004), done. 2026-07-22T04:00:13.9576040Z Switched to a new branch 'py3.11' 2026-07-22T04:00:13.9593750Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-07-22T04:00:13.9737960Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-22T04:00:13.9819210Z 3ca3cb9c4e84d028c06742e269da20077fd6f6cc