Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-22T12:18:42.0712080Z with: 2026-08-22T12:18:42.0712810Z repository: pypy/pypy 2026-08-22T12:18:42.0719160Z token: *** 2026-08-22T12:18:42.0719910Z ssh-strict: true 2026-08-22T12:18:42.0720610Z ssh-user: git 2026-08-22T12:18:42.0721370Z persist-credentials: true 2026-08-22T12:18:42.0722160Z clean: true 2026-08-22T12:18:42.0778420Z sparse-checkout-cone-mode: true 2026-08-22T12:18:42.0780050Z fetch-depth: 1 2026-08-22T12:18:42.0781340Z fetch-tags: false 2026-08-22T12:18:42.0782450Z show-progress: true 2026-08-22T12:18:42.0783120Z lfs: false 2026-08-22T12:18:42.0783710Z submodules: false 2026-08-22T12:18:42.0784370Z set-safe-directory: true
2026-08-22T12:18:42.7065100Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T12:18:42.7069680Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-22T12:18:42.7071610Z [command]/usr/local/bin/git version 2026-08-22T12:18:42.7501390Z git version 2.55.0
2026-08-22T12:18:42.7551980Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/c39eec77-62cb-4ee3-aecd-cc74b63170d8/.gitconfig' 2026-08-22T12:18:42.7567330Z Temporarily overriding HOME='/Users/runner/work/_temp/c39eec77-62cb-4ee3-aecd-cc74b63170d8' before making global git config changes 2026-08-22T12:18:42.7569770Z Adding repository directory to the temporary git global config as a safe directory 2026-08-22T12:18:42.7572820Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-22T12:18:42.7712240Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T12:18:42.7724350Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-22T12:18:42.8115110Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-22T12:18:42.8118700Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-22T12:18:42.8122760Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-22T12:18:42.8124450Z hint: call: 2026-08-22T12:18:42.8125360Z hint: 2026-08-22T12:18:42.8126240Z hint: git config --global init.defaultBranch <name> 2026-08-22T12:18:42.8128620Z hint: 2026-08-22T12:18:42.8129840Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-22T12:18:42.8131700Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-22T12:18:42.8132990Z hint: 2026-08-22T12:18:42.8133730Z hint: git branch -m <name> 2026-08-22T12:18:42.8134560Z hint: 2026-08-22T12:18:42.8135640Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-22T12:18:42.8137320Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-22T12:18:42.8140200Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-22T12:18:42.8259150Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-22T12:18:42.8349760Z Removing SSH command configuration 2026-08-22T12:18:42.8356240Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-22T12:18:42.8442430Z [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-22T12:18:42.9804940Z Removing HTTP extra header 2026-08-22T12:18:42.9811960Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-22T12:18:42.9908780Z [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-22T12:18:43.1713060Z Removing includeIf entries pointing to credentials config files 2026-08-22T12:18:43.1995520Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-22T12:18:43.2105070Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-22T12:18:43.2893060Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-e4d9dc9c-a9b8-47f1-9e2c-278449ab0e1a.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-22T12:18:43.2993540Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e4d9dc9c-a9b8-47f1-9e2c-278449ab0e1a.config 2026-08-22T12:18:43.3093830Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e4d9dc9c-a9b8-47f1-9e2c-278449ab0e1a.config 2026-08-22T12:18:43.3197820Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e4d9dc9c-a9b8-47f1-9e2c-278449ab0e1a.config 2026-08-22T12:18:43.3297600Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e4d9dc9c-a9b8-47f1-9e2c-278449ab0e1a.config
Fetching the repository
2026-08-22T12:18:43.3404030Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +bf2cdd900afba04a7ad092a9b41c0060f3a41db0:refs/remotes/origin/main 2026-08-22T12:18:46.9135870Z From https://github.com/pypy/pypy 2026-08-22T12:18:46.9138890Z * [new ref] bf2cdd900afba04a7ad092a9b41c0060f3a41db0 -> origin/main 2026-08-22T12:18:46.9149520Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-08-22T12:18:46.9243330Z origin/main 2026-08-22T12:18:46.9252730Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-08-22T12:18:46.9329160Z bf2cdd900afba04a7ad092a9b41c0060f3a41db0
Determining the checkout info
2026-08-22T12:18:46.9340070Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-22T12:18:46.9455800Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-22T12:18:46.9545550Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-22T12:18:48.1500120Z Updating files: 43% (2606/6014) 2026-08-22T12:18:48.1618100Z Updating files: 44% (2647/6014) 2026-08-22T12:18:48.1791740Z Updating files: 45% (2707/6014) 2026-08-22T12:18:48.1937110Z Updating files: 46% (2767/6014) 2026-08-22T12:18:48.2132960Z Updating files: 47% (2827/6014) 2026-08-22T12:18:48.2306690Z Updating files: 48% (2887/6014) 2026-08-22T12:18:48.2462670Z Updating files: 49% (2947/6014) 2026-08-22T12:18:48.2670050Z Updating files: 50% (3007/6014) 2026-08-22T12:18:48.2800260Z Updating files: 51% (3068/6014) 2026-08-22T12:18:48.2952230Z Updating files: 52% (3128/6014) 2026-08-22T12:18:48.3119640Z Updating files: 53% (3188/6014) 2026-08-22T12:18:48.3305040Z Updating files: 54% (3248/6014) 2026-08-22T12:18:48.3487020Z Updating files: 55% (3308/6014) 2026-08-22T12:18:48.3642110Z Updating files: 56% (3368/6014) 2026-08-22T12:18:48.3888850Z Updating files: 57% (3428/6014) 2026-08-22T12:18:48.4059350Z Updating files: 58% (3489/6014) 2026-08-22T12:18:48.4255450Z Updating files: 59% (3549/6014) 2026-08-22T12:18:48.4429870Z Updating files: 60% (3609/6014) 2026-08-22T12:18:48.4612200Z Updating files: 61% (3669/6014) 2026-08-22T12:18:48.4766590Z Updating files: 62% (3729/6014) 2026-08-22T12:18:48.4915270Z Updating files: 63% (3789/6014) 2026-08-22T12:18:48.5291240Z Updating files: 64% (3849/6014) 2026-08-22T12:18:48.5490690Z Updating files: 65% (3910/6014) 2026-08-22T12:18:48.5678250Z Updating files: 66% (3970/6014) 2026-08-22T12:18:48.6113500Z Updating files: 67% (4030/6014) 2026-08-22T12:18:48.6415250Z Updating files: 68% (4090/6014) 2026-08-22T12:18:48.6693350Z Updating files: 69% (4150/6014) 2026-08-22T12:18:48.7179340Z Updating files: 70% (4210/6014) 2026-08-22T12:18:48.8043580Z Updating files: 71% (4270/6014) 2026-08-22T12:18:48.8046960Z Updating files: 72% (4331/6014) 2026-08-22T12:18:48.8409480Z Updating files: 73% (4391/6014) 2026-08-22T12:18:48.8854640Z Updating files: 74% (4451/6014) 2026-08-22T12:18:48.8863130Z Updating files: 75% (4511/6014) 2026-08-22T12:18:48.8864190Z Updating files: 76% (4571/6014) 2026-08-22T12:18:48.8969910Z Updating files: 77% (4631/6014) 2026-08-22T12:18:48.9481200Z Updating files: 78% (4691/6014) 2026-08-22T12:18:48.9507380Z Updating files: 79% (4752/6014) 2026-08-22T12:18:48.9513440Z Updating files: 80% (4812/6014) 2026-08-22T12:18:49.0524410Z Updating files: 81% (4872/6014) 2026-08-22T12:18:49.1244070Z Updating files: 82% (4932/6014) 2026-08-22T12:18:49.1244920Z Updating files: 82% (4957/6014) 2026-08-22T12:18:49.1439830Z Updating files: 83% (4992/6014) 2026-08-22T12:18:49.1468380Z Updating files: 84% (5052/6014) 2026-08-22T12:18:49.1557490Z Updating files: 85% (5112/6014) 2026-08-22T12:18:49.1614340Z Updating files: 86% (5173/6014) 2026-08-22T12:18:49.1672660Z Updating files: 87% (5233/6014) 2026-08-22T12:18:49.1722810Z Updating files: 88% (5293/6014) 2026-08-22T12:18:49.1776240Z Updating files: 89% (5353/6014) 2026-08-22T12:18:49.1814740Z Updating files: 90% (5413/6014) 2026-08-22T12:18:49.2211670Z Updating files: 91% (5473/6014) 2026-08-22T12:18:49.2663280Z Updating files: 92% (5533/6014) 2026-08-22T12:18:49.2836590Z Updating files: 93% (5594/6014) 2026-08-22T12:18:49.2968440Z Updating files: 94% (5654/6014) 2026-08-22T12:18:49.3143680Z Updating files: 95% (5714/6014) 2026-08-22T12:18:49.4075870Z Updating files: 96% (5774/6014) 2026-08-22T12:18:49.4160520Z Updating files: 97% (5834/6014) 2026-08-22T12:18:49.4240460Z Updating files: 98% (5894/6014) 2026-08-22T12:18:49.4269520Z Updating files: 99% (5954/6014) 2026-08-22T12:18:49.4303030Z Updating files: 100% (6014/6014) 2026-08-22T12:18:49.4334680Z Updating files: 100% (6014/6014), done. 2026-08-22T12:18:49.4375260Z Switched to a new branch 'main' 2026-08-22T12:18:49.4407700Z branch 'main' set up to track 'origin/main'.
2026-08-22T12:18:49.4552870Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-22T12:18:49.4565890Z bf2cdd900afba04a7ad092a9b41c0060f3a41db0