Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-01T19:37:56.5553920Z with: 2026-09-01T19:37:56.5554600Z repository: pypy/pypy 2026-09-01T19:37:56.5560640Z token: *** 2026-09-01T19:37:56.5561310Z ssh-strict: true 2026-09-01T19:37:56.5561990Z ssh-user: git 2026-09-01T19:37:56.5562690Z persist-credentials: true 2026-09-01T19:37:56.5563440Z clean: true 2026-09-01T19:37:56.5564140Z sparse-checkout-cone-mode: true 2026-09-01T19:37:56.5564960Z fetch-depth: 1 2026-09-01T19:37:56.5565630Z fetch-tags: false 2026-09-01T19:37:56.5566330Z show-progress: true 2026-09-01T19:37:56.5567030Z lfs: false 2026-09-01T19:37:56.5567680Z submodules: false 2026-09-01T19:37:56.5568400Z set-safe-directory: true
2026-09-01T19:37:57.3406010Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-01T19:37:57.3410990Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-01T19:37:57.3413530Z [command]/usr/local/bin/git version 2026-09-01T19:37:57.4729280Z git version 2.55.0
2026-09-01T19:37:57.4961320Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/6dda7264-d28d-4984-a6ce-26656f3b6b78/.gitconfig' 2026-09-01T19:37:57.5063920Z Temporarily overriding HOME='/Users/runner/work/_temp/6dda7264-d28d-4984-a6ce-26656f3b6b78' before making global git config changes 2026-09-01T19:37:57.5097500Z Adding repository directory to the temporary git global config as a safe directory 2026-09-01T19:37:57.5104040Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-01T19:37:57.5304720Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-01T19:37:57.5317220Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-01T19:37:57.5659520Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-01T19:37:57.5666390Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-01T19:37:57.5673510Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-01T19:37:57.5677790Z hint: call: 2026-09-01T19:37:57.5680450Z hint: 2026-09-01T19:37:57.5684010Z hint: git config --global init.defaultBranch <name> 2026-09-01T19:37:57.5687990Z hint: 2026-09-01T19:37:57.5691560Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-01T19:37:57.5696770Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-01T19:37:57.5705690Z hint: 2026-09-01T19:37:57.5714210Z hint: git branch -m <name> 2026-09-01T19:37:57.5718220Z hint: 2026-09-01T19:37:57.5721830Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-01T19:37:57.5726450Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-01T19:37:57.5732780Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-01T19:37:57.5817460Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-01T19:37:57.5913980Z Removing SSH command configuration 2026-09-01T19:37:57.5917250Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-01T19:37:57.6012110Z [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-09-01T19:37:57.7445010Z Removing HTTP extra header 2026-09-01T19:37:57.7449620Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-01T19:37:57.7547630Z [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-09-01T19:37:57.8869200Z Removing includeIf entries pointing to credentials config files 2026-09-01T19:37:57.8873240Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-01T19:37:57.8966990Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-01T19:37:58.0692230Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-181b6d59-d51d-48fa-9117-7912573cc292.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-01T19:37:58.0795670Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-181b6d59-d51d-48fa-9117-7912573cc292.config 2026-09-01T19:37:58.0889490Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-181b6d59-d51d-48fa-9117-7912573cc292.config 2026-09-01T19:37:58.0984620Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-181b6d59-d51d-48fa-9117-7912573cc292.config 2026-09-01T19:37:58.1078170Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-181b6d59-d51d-48fa-9117-7912573cc292.config
Fetching the repository
2026-09-01T19:37:58.1176600Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f19b73c1f5f4ab4055438c358a301f37f64722e0:refs/remotes/origin/py3.12 2026-09-01T19:38:02.5513160Z From https://github.com/pypy/pypy 2026-09-01T19:38:02.5515150Z * [new ref] f19b73c1f5f4ab4055438c358a301f37f64722e0 -> origin/py3.12 2026-09-01T19:38:02.5525580Z [command]/usr/local/bin/git branch --list --remote origin/py3.12 2026-09-01T19:38:02.5626340Z origin/py3.12 2026-09-01T19:38:02.5635730Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-01T19:38:02.5714170Z f19b73c1f5f4ab4055438c358a301f37f64722e0
Determining the checkout info
2026-09-01T19:38:02.5726260Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-01T19:38:02.5844530Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-01T19:38:02.5940560Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-01T19:38:03.6955460Z Updating files: 36% (2562/7098) 2026-09-01T19:38:03.7174080Z Updating files: 37% (2627/7098) 2026-09-01T19:38:03.7387520Z Updating files: 38% (2698/7098) 2026-09-01T19:38:03.7572270Z Updating files: 39% (2769/7098) 2026-09-01T19:38:03.7782610Z Updating files: 40% (2840/7098) 2026-09-01T19:38:03.7981200Z Updating files: 41% (2911/7098) 2026-09-01T19:38:03.8190920Z Updating files: 42% (2982/7098) 2026-09-01T19:38:03.8379960Z Updating files: 43% (3053/7098) 2026-09-01T19:38:03.8560380Z Updating files: 44% (3124/7098) 2026-09-01T19:38:03.8737230Z Updating files: 45% (3195/7098) 2026-09-01T19:38:03.8935280Z Updating files: 46% (3266/7098) 2026-09-01T19:38:03.9120990Z Updating files: 47% (3337/7098) 2026-09-01T19:38:03.9317520Z Updating files: 48% (3408/7098) 2026-09-01T19:38:03.9508660Z Updating files: 49% (3479/7098) 2026-09-01T19:38:03.9688850Z Updating files: 50% (3549/7098) 2026-09-01T19:38:03.9913440Z Updating files: 51% (3620/7098) 2026-09-01T19:38:04.0088660Z Updating files: 52% (3691/7098) 2026-09-01T19:38:04.0310370Z Updating files: 53% (3762/7098) 2026-09-01T19:38:04.0564610Z Updating files: 54% (3833/7098) 2026-09-01T19:38:04.1359000Z Updating files: 55% (3904/7098) 2026-09-01T19:38:04.1759390Z Updating files: 56% (3975/7098) 2026-09-01T19:38:04.2760780Z Updating files: 57% (4046/7098) 2026-09-01T19:38:04.3847750Z Updating files: 58% (4117/7098) 2026-09-01T19:38:04.4815570Z Updating files: 59% (4188/7098) 2026-09-01T19:38:04.4993150Z Updating files: 60% (4259/7098) 2026-09-01T19:38:04.5030940Z Updating files: 61% (4330/7098) 2026-09-01T19:38:04.5262420Z Updating files: 62% (4401/7098) 2026-09-01T19:38:04.5499450Z Updating files: 63% (4472/7098) 2026-09-01T19:38:04.5731030Z Updating files: 64% (4543/7098) 2026-09-01T19:38:04.5982220Z Updating files: 65% (4614/7098) 2026-09-01T19:38:04.6136430Z Updating files: 66% (4685/7098) 2026-09-01T19:38:04.6287210Z Updating files: 66% (4723/7098) 2026-09-01T19:38:04.7287510Z Updating files: 67% (4756/7098) 2026-09-01T19:38:04.7918380Z Updating files: 68% (4827/7098) 2026-09-01T19:38:04.8111250Z Updating files: 69% (4898/7098) 2026-09-01T19:38:04.8301610Z Updating files: 70% (4969/7098) 2026-09-01T19:38:04.8527850Z Updating files: 71% (5040/7098) 2026-09-01T19:38:04.8734340Z Updating files: 72% (5111/7098) 2026-09-01T19:38:04.8948420Z Updating files: 73% (5182/7098) 2026-09-01T19:38:04.9178680Z Updating files: 74% (5253/7098) 2026-09-01T19:38:04.9366160Z Updating files: 75% (5324/7098) 2026-09-01T19:38:04.9843540Z Updating files: 76% (5395/7098) 2026-09-01T19:38:05.0398460Z Updating files: 77% (5466/7098) 2026-09-01T19:38:05.0722140Z Updating files: 78% (5537/7098) 2026-09-01T19:38:05.1724310Z Updating files: 79% (5608/7098) 2026-09-01T19:38:05.1921420Z Updating files: 80% (5679/7098) 2026-09-01T19:38:05.2412550Z Updating files: 81% (5750/7098) 2026-09-01T19:38:05.3146860Z Updating files: 82% (5821/7098) 2026-09-01T19:38:05.3373410Z Updating files: 83% (5892/7098) 2026-09-01T19:38:05.3608170Z Updating files: 84% (5963/7098) 2026-09-01T19:38:05.3776090Z Updating files: 85% (6034/7098) 2026-09-01T19:38:05.4018390Z Updating files: 86% (6105/7098) 2026-09-01T19:38:05.4187010Z Updating files: 87% (6176/7098) 2026-09-01T19:38:05.4409440Z Updating files: 88% (6247/7098) 2026-09-01T19:38:05.4643880Z Updating files: 89% (6318/7098) 2026-09-01T19:38:05.4805420Z Updating files: 90% (6389/7098) 2026-09-01T19:38:05.4995110Z Updating files: 91% (6460/7098) 2026-09-01T19:38:05.6328690Z Updating files: 92% (6531/7098) 2026-09-01T19:38:06.0757900Z Updating files: 92% (6570/7098) 2026-09-01T19:38:06.3959820Z Updating files: 93% (6602/7098) 2026-09-01T19:38:06.4231080Z Updating files: 94% (6673/7098) 2026-09-01T19:38:06.4944150Z Updating files: 95% (6744/7098) 2026-09-01T19:38:06.6403240Z Updating files: 96% (6815/7098) 2026-09-01T19:38:06.6766890Z Updating files: 97% (6886/7098) 2026-09-01T19:38:06.6810110Z Updating files: 98% (6957/7098) 2026-09-01T19:38:06.6888040Z Updating files: 98% (7010/7098) 2026-09-01T19:38:06.7052330Z Updating files: 99% (7028/7098) 2026-09-01T19:38:06.7154320Z Updating files: 100% (7098/7098) 2026-09-01T19:38:06.7197490Z Updating files: 100% (7098/7098), done. 2026-09-01T19:38:06.7609230Z Switched to a new branch 'py3.12' 2026-09-01T19:38:06.7708210Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-01T19:38:06.8688310Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-01T19:38:06.8758610Z f19b73c1f5f4ab4055438c358a301f37f64722e0