Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T07:49:28.2042580Z with: 2026-09-09T07:49:28.2043440Z repository: pypy/pypy 2026-09-09T07:49:28.2051500Z token: *** 2026-09-09T07:49:28.2052370Z ssh-strict: true 2026-09-09T07:49:28.2053220Z ssh-user: git 2026-09-09T07:49:28.2054090Z persist-credentials: true 2026-09-09T07:49:28.2055050Z clean: true 2026-09-09T07:49:28.2055910Z sparse-checkout-cone-mode: true 2026-09-09T07:49:28.2056940Z fetch-depth: 1 2026-09-09T07:49:28.2057790Z fetch-tags: false 2026-09-09T07:49:28.2058780Z show-progress: true 2026-09-09T07:49:28.2059730Z lfs: false 2026-09-09T07:49:28.2060570Z submodules: false 2026-09-09T07:49:28.2061450Z set-safe-directory: true
2026-09-09T07:49:29.0198000Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T07:49:29.0204040Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T07:49:29.0206480Z [command]/usr/local/bin/git version 2026-09-09T07:49:29.0864760Z git version 2.55.0
2026-09-09T07:49:29.0968990Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/3056773b-c1fa-4fe5-99ee-e031242ace6b/.gitconfig' 2026-09-09T07:49:29.0992170Z Temporarily overriding HOME='/Users/runner/work/_temp/3056773b-c1fa-4fe5-99ee-e031242ace6b' before making global git config changes 2026-09-09T07:49:29.0997050Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T07:49:29.1003850Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T07:49:29.1202490Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T07:49:29.1220460Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T07:49:29.1742620Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T07:49:29.1914090Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T07:49:29.1935770Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T07:49:29.1944150Z hint: call: 2026-09-09T07:49:29.2011600Z hint: 2026-09-09T07:49:29.2036350Z hint: git config --global init.defaultBranch <name> 2026-09-09T07:49:29.2053760Z hint: 2026-09-09T07:49:29.2120170Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T07:49:29.2135680Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T07:49:29.2536150Z hint: 2026-09-09T07:49:29.2544840Z hint: git branch -m <name> 2026-09-09T07:49:29.2552530Z hint: 2026-09-09T07:49:29.2564790Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T07:49:29.2578430Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T07:49:29.2591160Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T07:49:29.2611540Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T07:49:29.2639100Z Removing SSH command configuration 2026-09-09T07:49:29.2643020Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T07:49:29.2651970Z [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-09T07:49:29.4426390Z Removing HTTP extra header 2026-09-09T07:49:29.4439030Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T07:49:29.4595810Z [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-09T07:49:29.8599830Z Removing includeIf entries pointing to credentials config files 2026-09-09T07:49:29.8630130Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T07:49:29.8824120Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T07:49:29.9494240Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-108070e9-59dc-4ceb-9e5c-558260808e25.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T07:49:29.9659090Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-108070e9-59dc-4ceb-9e5c-558260808e25.config 2026-09-09T07:49:29.9799040Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-108070e9-59dc-4ceb-9e5c-558260808e25.config 2026-09-09T07:49:29.9942590Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-108070e9-59dc-4ceb-9e5c-558260808e25.config 2026-09-09T07:49:30.0111860Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-108070e9-59dc-4ceb-9e5c-558260808e25.config
Fetching the repository
2026-09-09T07:49:30.0274820Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8af342c58d8bebe8edc291a2d256f8e9da36b399:refs/remotes/origin/py3.12 2026-09-09T07:49:34.3676780Z From https://github.com/pypy/pypy 2026-09-09T07:49:34.3680450Z * [new ref] 8af342c58d8bebe8edc291a2d256f8e9da36b399 -> origin/py3.12 2026-09-09T07:49:34.3696830Z [command]/usr/local/bin/git branch --list --remote origin/py3.12 2026-09-09T07:49:34.3854860Z origin/py3.12 2026-09-09T07:49:34.3871480Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-09T07:49:34.3992590Z 8af342c58d8bebe8edc291a2d256f8e9da36b399
Determining the checkout info
2026-09-09T07:49:34.4102850Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-09T07:49:34.4196120Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T07:49:34.4339300Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-09T07:49:35.6032350Z Updating files: 26% (1877/7132) 2026-09-09T07:49:35.6152250Z Updating files: 27% (1926/7132) 2026-09-09T07:49:35.6439100Z Updating files: 28% (1997/7132) 2026-09-09T07:49:35.6784650Z Updating files: 29% (2069/7132) 2026-09-09T07:49:35.7140060Z Updating files: 30% (2140/7132) 2026-09-09T07:49:35.7483590Z Updating files: 31% (2211/7132) 2026-09-09T07:49:35.7859770Z Updating files: 32% (2283/7132) 2026-09-09T07:49:35.8230540Z Updating files: 33% (2354/7132) 2026-09-09T07:49:35.8590510Z Updating files: 34% (2425/7132) 2026-09-09T07:49:35.9719060Z Updating files: 35% (2497/7132) 2026-09-09T07:49:35.9986130Z Updating files: 36% (2568/7132) 2026-09-09T07:49:36.0326600Z Updating files: 37% (2639/7132) 2026-09-09T07:49:36.0712640Z Updating files: 38% (2711/7132) 2026-09-09T07:49:36.0992190Z Updating files: 39% (2782/7132) 2026-09-09T07:49:36.1294160Z Updating files: 40% (2853/7132) 2026-09-09T07:49:36.1600240Z Updating files: 41% (2925/7132) 2026-09-09T07:49:36.1890200Z Updating files: 42% (2996/7132) 2026-09-09T07:49:36.2177190Z Updating files: 43% (3067/7132) 2026-09-09T07:49:36.2651260Z Updating files: 44% (3139/7132) 2026-09-09T07:49:36.2978720Z Updating files: 45% (3210/7132) 2026-09-09T07:49:36.3723270Z Updating files: 46% (3281/7132) 2026-09-09T07:49:36.3725870Z Updating files: 47% (3353/7132) 2026-09-09T07:49:36.4083760Z Updating files: 48% (3424/7132) 2026-09-09T07:49:36.4397570Z Updating files: 49% (3495/7132) 2026-09-09T07:49:36.4643320Z Updating files: 50% (3566/7132) 2026-09-09T07:49:36.4772550Z Updating files: 50% (3622/7132) 2026-09-09T07:49:36.5073750Z Updating files: 51% (3638/7132) 2026-09-09T07:49:36.5371900Z Updating files: 52% (3709/7132) 2026-09-09T07:49:36.6219930Z Updating files: 53% (3780/7132) 2026-09-09T07:49:36.6510480Z Updating files: 54% (3852/7132) 2026-09-09T07:49:36.6789660Z Updating files: 55% (3923/7132) 2026-09-09T07:49:36.7059140Z Updating files: 56% (3994/7132) 2026-09-09T07:49:36.7354790Z Updating files: 57% (4066/7132) 2026-09-09T07:49:36.7721450Z Updating files: 58% (4137/7132) 2026-09-09T07:49:36.7956630Z Updating files: 59% (4208/7132) 2026-09-09T07:49:36.8305570Z Updating files: 60% (4280/7132) 2026-09-09T07:49:36.8661130Z Updating files: 61% (4351/7132) 2026-09-09T07:49:36.9012180Z Updating files: 62% (4422/7132) 2026-09-09T07:49:36.9299480Z Updating files: 63% (4494/7132) 2026-09-09T07:49:36.9590850Z Updating files: 64% (4565/7132) 2026-09-09T07:49:36.9898440Z Updating files: 65% (4636/7132) 2026-09-09T07:49:37.0195960Z Updating files: 66% (4708/7132) 2026-09-09T07:49:37.0488010Z Updating files: 67% (4779/7132) 2026-09-09T07:49:37.0905270Z Updating files: 68% (4850/7132) 2026-09-09T07:49:37.1175310Z Updating files: 69% (4922/7132) 2026-09-09T07:49:37.1449670Z Updating files: 70% (4993/7132) 2026-09-09T07:49:37.1876040Z Updating files: 71% (5064/7132) 2026-09-09T07:49:37.2042880Z Updating files: 72% (5136/7132) 2026-09-09T07:49:37.2642690Z Updating files: 73% (5207/7132) 2026-09-09T07:49:37.3442650Z Updating files: 74% (5278/7132) 2026-09-09T07:49:37.3455700Z Updating files: 75% (5349/7132) 2026-09-09T07:49:37.4766530Z Updating files: 76% (5421/7132) 2026-09-09T07:49:37.4909860Z Updating files: 77% (5492/7132) 2026-09-09T07:49:37.4914740Z Updating files: 78% (5563/7132) 2026-09-09T07:49:37.4923240Z Updating files: 78% (5606/7132) 2026-09-09T07:49:37.5984160Z Updating files: 79% (5635/7132) 2026-09-09T07:49:37.6993180Z Updating files: 80% (5706/7132) 2026-09-09T07:49:37.7036580Z Updating files: 81% (5777/7132) 2026-09-09T07:49:37.8625960Z Updating files: 82% (5849/7132) 2026-09-09T07:49:37.9726180Z Updating files: 83% (5920/7132) 2026-09-09T07:49:37.9730810Z Updating files: 84% (5991/7132) 2026-09-09T07:49:38.0336430Z Updating files: 85% (6063/7132) 2026-09-09T07:49:38.0696730Z Updating files: 86% (6134/7132) 2026-09-09T07:49:38.1310360Z Updating files: 87% (6205/7132) 2026-09-09T07:49:38.3088480Z Updating files: 88% (6277/7132) 2026-09-09T07:49:38.3907090Z Updating files: 89% (6348/7132) 2026-09-09T07:49:38.3955570Z Updating files: 90% (6419/7132) 2026-09-09T07:49:38.5037950Z Updating files: 91% (6491/7132) 2026-09-09T07:49:38.6053280Z Updating files: 92% (6562/7132) 2026-09-09T07:49:38.7397020Z Updating files: 92% (6594/7132) 2026-09-09T07:49:38.9944290Z Updating files: 93% (6633/7132) 2026-09-09T07:49:39.0384000Z Updating files: 94% (6705/7132) 2026-09-09T07:49:39.1293990Z Updating files: 95% (6776/7132) 2026-09-09T07:49:39.2658530Z Updating files: 96% (6847/7132) 2026-09-09T07:49:39.4224420Z Updating files: 97% (6919/7132) 2026-09-09T07:49:39.4584160Z Updating files: 98% (6990/7132) 2026-09-09T07:49:39.4710770Z Updating files: 99% (7061/7132) 2026-09-09T07:49:39.4916000Z Updating files: 99% (7090/7132) 2026-09-09T07:49:39.4992620Z Updating files: 100% (7132/7132) 2026-09-09T07:49:39.4993660Z Updating files: 100% (7132/7132), done. 2026-09-09T07:49:39.5243050Z Switched to a new branch 'py3.12' 2026-09-09T07:49:39.5290310Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-09T07:49:39.5875480Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-09T07:49:39.5879410Z 8af342c58d8bebe8edc291a2d256f8e9da36b399