Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-03T10:51:38.1036330Z with: 2026-08-03T10:51:38.1036990Z repository: pypy/pypy 2026-08-03T10:51:38.1043560Z token: *** 2026-08-03T10:51:38.1044200Z ssh-strict: true 2026-08-03T10:51:38.1044840Z ssh-user: git 2026-08-03T10:51:38.1045500Z persist-credentials: true 2026-08-03T10:51:38.1046220Z clean: true 2026-08-03T10:51:38.1046870Z sparse-checkout-cone-mode: true 2026-08-03T10:51:38.1047650Z fetch-depth: 1 2026-08-03T10:51:38.1048280Z fetch-tags: false 2026-08-03T10:51:38.1048940Z show-progress: true 2026-08-03T10:51:38.1049610Z lfs: false 2026-08-03T10:51:38.1050220Z submodules: false 2026-08-03T10:51:38.1050890Z set-safe-directory: true
2026-08-03T10:51:38.4599080Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-03T10:51:38.4602970Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-03T10:51:38.4604590Z [command]/usr/local/bin/git version 2026-08-03T10:51:38.5060180Z git version 2.55.0
2026-08-03T10:51:38.5861420Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/6c1c1d2f-31fb-4f48-8b66-1644bbdd2ea9/.gitconfig' 2026-08-03T10:51:38.5896900Z Temporarily overriding HOME='/Users/runner/work/_temp/6c1c1d2f-31fb-4f48-8b66-1644bbdd2ea9' before making global git config changes 2026-08-03T10:51:38.5936000Z Adding repository directory to the temporary git global config as a safe directory 2026-08-03T10:51:38.5938000Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-03T10:51:38.6016420Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-03T10:51:38.6225700Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-03T10:51:38.6434080Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-03T10:51:38.6484530Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-03T10:51:38.6534640Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-03T10:51:38.6561480Z hint: call: 2026-08-03T10:51:38.6612910Z hint: 2026-08-03T10:51:38.6643130Z hint: git config --global init.defaultBranch <name> 2026-08-03T10:51:38.6663010Z hint: 2026-08-03T10:51:38.6693460Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-03T10:51:38.6724790Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-03T10:51:38.6752470Z hint: 2026-08-03T10:51:38.6768880Z hint: git branch -m <name> 2026-08-03T10:51:38.6821560Z hint: 2026-08-03T10:51:38.6887240Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-03T10:51:38.6941440Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-03T10:51:38.7001070Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-03T10:51:38.7118050Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-03T10:51:38.7233130Z Removing SSH command configuration 2026-08-03T10:51:38.7247890Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-03T10:51:38.7332670Z [command]/usr/local/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-03T10:51:38.7718670Z Removing HTTP extra header 2026-08-03T10:51:38.7760380Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-03T10:51:38.7863260Z [command]/usr/local/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-03T10:51:38.9870370Z Removing includeIf entries pointing to credentials config files 2026-08-03T10:51:38.9916300Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-03T10:51:39.0034760Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-03T10:51:39.1697510Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-f28be9e1-0903-4e35-84a9-506e61a230e7.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-03T10:51:39.1869410Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-f28be9e1-0903-4e35-84a9-506e61a230e7.config 2026-08-03T10:51:39.1925300Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-f28be9e1-0903-4e35-84a9-506e61a230e7.config 2026-08-03T10:51:39.2024070Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-f28be9e1-0903-4e35-84a9-506e61a230e7.config 2026-08-03T10:51:39.2143450Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-f28be9e1-0903-4e35-84a9-506e61a230e7.config
Fetching the repository
2026-08-03T10:51:39.2423400Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +32ecadc175ee84bf1f54f353740192c740a2fcb5:refs/remotes/origin/py3.12 2026-08-03T10:51:43.3280860Z From https://github.com/pypy/pypy 2026-08-03T10:51:43.3283480Z * [new ref] 32ecadc175ee84bf1f54f353740192c740a2fcb5 -> origin/py3.12 2026-08-03T10:51:43.3294010Z [command]/usr/local/bin/git branch --list --remote origin/py3.12 2026-08-03T10:51:43.3384630Z origin/py3.12 2026-08-03T10:51:43.3397170Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-03T10:51:43.3469970Z 32ecadc175ee84bf1f54f353740192c740a2fcb5
Determining the checkout info
2026-08-03T10:51:43.3482770Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-03T10:51:43.3595030Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-03T10:51:43.3694070Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-03T10:51:44.4841870Z Updating files: 39% (2818/7077) 2026-08-03T10:51:44.4901960Z Updating files: 40% (2831/7077) 2026-08-03T10:51:44.4931770Z Updating files: 41% (2902/7077) 2026-08-03T10:51:44.4956690Z Updating files: 42% (2973/7077) 2026-08-03T10:51:44.5118780Z Updating files: 43% (3044/7077) 2026-08-03T10:51:44.5775240Z Updating files: 44% (3114/7077) 2026-08-03T10:51:44.5856280Z Updating files: 45% (3185/7077) 2026-08-03T10:51:44.5878880Z Updating files: 46% (3256/7077) 2026-08-03T10:51:44.5899370Z Updating files: 47% (3327/7077) 2026-08-03T10:51:44.5921260Z Updating files: 48% (3397/7077) 2026-08-03T10:51:44.6143370Z Updating files: 49% (3468/7077) 2026-08-03T10:51:44.6339560Z Updating files: 50% (3539/7077) 2026-08-03T10:51:44.7851750Z Updating files: 51% (3610/7077) 2026-08-03T10:51:44.8046530Z Updating files: 52% (3681/7077) 2026-08-03T10:51:44.8763450Z Updating files: 53% (3751/7077) 2026-08-03T10:51:44.8953830Z Updating files: 54% (3822/7077) 2026-08-03T10:51:44.9956980Z Updating files: 55% (3893/7077) 2026-08-03T10:51:45.0957630Z Updating files: 56% (3964/7077) 2026-08-03T10:51:45.1118670Z Updating files: 57% (4034/7077) 2026-08-03T10:51:45.1187660Z Updating files: 58% (4105/7077) 2026-08-03T10:51:45.1234580Z Updating files: 59% (4176/7077) 2026-08-03T10:51:45.1260940Z Updating files: 60% (4247/7077) 2026-08-03T10:51:45.1267740Z Updating files: 61% (4317/7077) 2026-08-03T10:51:45.1275330Z Updating files: 62% (4388/7077) 2026-08-03T10:51:45.1283340Z Updating files: 63% (4459/7077) 2026-08-03T10:51:45.1295570Z Updating files: 64% (4530/7077) 2026-08-03T10:51:45.1333260Z Updating files: 65% (4601/7077) 2026-08-03T10:51:45.1384620Z Updating files: 66% (4671/7077) 2026-08-03T10:51:45.2689700Z Updating files: 67% (4742/7077) 2026-08-03T10:51:45.3075040Z Updating files: 68% (4813/7077) 2026-08-03T10:51:45.3806360Z Updating files: 69% (4884/7077) 2026-08-03T10:51:45.3861440Z Updating files: 70% (4954/7077) 2026-08-03T10:51:45.3866030Z Updating files: 71% (5025/7077) 2026-08-03T10:51:45.4868120Z Updating files: 72% (5096/7077) 2026-08-03T10:51:45.5438570Z Updating files: 73% (5167/7077) 2026-08-03T10:51:45.5441100Z Updating files: 74% (5237/7077) 2026-08-03T10:51:45.5445490Z Updating files: 74% (5283/7077) 2026-08-03T10:51:45.5448830Z Updating files: 75% (5308/7077) 2026-08-03T10:51:45.5451850Z Updating files: 76% (5379/7077) 2026-08-03T10:51:45.5453910Z Updating files: 77% (5450/7077) 2026-08-03T10:51:45.5456770Z Updating files: 78% (5521/7077) 2026-08-03T10:51:45.5461570Z Updating files: 79% (5591/7077) 2026-08-03T10:51:45.5463390Z Updating files: 80% (5662/7077) 2026-08-03T10:51:45.7385040Z Updating files: 81% (5733/7077) 2026-08-03T10:51:45.8386550Z Updating files: 82% (5804/7077) 2026-08-03T10:51:45.8393950Z Updating files: 83% (5874/7077) 2026-08-03T10:51:45.8396260Z Updating files: 84% (5945/7077) 2026-08-03T10:51:45.8402340Z Updating files: 85% (6016/7077) 2026-08-03T10:51:45.8471180Z Updating files: 86% (6087/7077) 2026-08-03T10:51:45.8510390Z Updating files: 87% (6157/7077) 2026-08-03T10:51:45.8534090Z Updating files: 88% (6228/7077) 2026-08-03T10:51:45.8557390Z Updating files: 89% (6299/7077) 2026-08-03T10:51:45.8567530Z Updating files: 90% (6370/7077) 2026-08-03T10:51:45.8588350Z Updating files: 91% (6441/7077) 2026-08-03T10:51:46.0865950Z Updating files: 92% (6511/7077) 2026-08-03T10:51:46.0871940Z Updating files: 93% (6582/7077) 2026-08-03T10:51:46.0944040Z Updating files: 94% (6653/7077) 2026-08-03T10:51:46.1106340Z Updating files: 95% (6724/7077) 2026-08-03T10:51:46.1364090Z Updating files: 96% (6794/7077) 2026-08-03T10:51:46.1383680Z Updating files: 97% (6865/7077) 2026-08-03T10:51:46.1665820Z Updating files: 98% (6936/7077) 2026-08-03T10:51:46.1808370Z Updating files: 99% (7007/7077) 2026-08-03T10:51:46.1890610Z Updating files: 100% (7077/7077) 2026-08-03T10:51:46.1920080Z Updating files: 100% (7077/7077), done. 2026-08-03T10:51:46.1925710Z Switched to a new branch 'py3.12' 2026-08-03T10:51:46.1949120Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-03T10:51:46.2118070Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-03T10:51:46.2143450Z 32ecadc175ee84bf1f54f353740192c740a2fcb5