timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-31T17:46:18.9449460Z with:
2026-08-31T17:46:18.9450450Z repository: pypy/pypy
2026-08-31T17:46:18.9463600Z token: ***
2026-08-31T17:46:18.9464770Z ssh-strict: true
2026-08-31T17:46:18.9465990Z ssh-user: git
2026-08-31T17:46:18.9467060Z persist-credentials: true
2026-08-31T17:46:18.9468200Z clean: true
2026-08-31T17:46:18.9469250Z sparse-checkout-cone-mode: true
2026-08-31T17:46:18.9470530Z fetch-depth: 1
2026-08-31T17:46:18.9471520Z fetch-tags: false
2026-08-31T17:46:18.9472870Z show-progress: true
2026-08-31T17:46:18.9474010Z lfs: false
2026-08-31T17:46:18.9475010Z submodules: false
2026-08-31T17:46:18.9476120Z set-safe-directory: true
2026-08-31T17:46:19.3536710Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T17:46:19.3544320Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-31T17:46:19.4091690Z [command]/usr/local/bin/git version
2026-08-31T17:46:19.4951050Z git version 2.55.0
2026-08-31T17:46:19.5982110Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/60160470-18fd-4fe0-bb17-657eb86fd470/.gitconfig'
2026-08-31T17:46:19.5997280Z Temporarily overriding HOME='/Users/runner/work/_temp/60160470-18fd-4fe0-bb17-657eb86fd470' before making global git config changes
2026-08-31T17:46:19.6017540Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T17:46:19.6045250Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-31T17:46:19.6143380Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T17:46:19.6216870Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-31T17:46:19.7141950Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-31T17:46:19.7166880Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-31T17:46:19.7175410Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-31T17:46:19.7196300Z hint: call:
2026-08-31T17:46:19.7204380Z hint:
2026-08-31T17:46:19.7207080Z hint: git config --global init.defaultBranch <name>
2026-08-31T17:46:19.7212040Z hint:
2026-08-31T17:46:19.7214600Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-31T17:46:19.7218100Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-31T17:46:19.7221280Z hint:
2026-08-31T17:46:19.7222430Z hint: git branch -m <name>
2026-08-31T17:46:19.7224230Z hint:
2026-08-31T17:46:19.7226300Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-31T17:46:19.7229400Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-31T17:46:19.7233750Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T17:46:19.7289130Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T17:46:19.7468020Z Removing SSH command configuration
2026-08-31T17:46:19.7484620Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-31T17:46:19.7670630Z [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-31T17:46:20.0818160Z Removing HTTP extra header
2026-08-31T17:46:20.0823920Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-31T17:46:20.0986570Z [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-31T17:46:20.5904270Z Removing includeIf entries pointing to credentials config files
2026-08-31T17:46:20.5975310Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-31T17:46:20.6255810Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-31T17:46:20.9188770Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-ddae9888-1e9d-45fb-afba-a6a7621a122d.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-31T17:46:20.9345610Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-ddae9888-1e9d-45fb-afba-a6a7621a122d.config
2026-08-31T17:46:20.9493130Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-ddae9888-1e9d-45fb-afba-a6a7621a122d.config
2026-08-31T17:46:20.9658610Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ddae9888-1e9d-45fb-afba-a6a7621a122d.config
2026-08-31T17:46:20.9795790Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ddae9888-1e9d-45fb-afba-a6a7621a122d.config
Fetching the repository
2026-08-31T17:46:21.0119760Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +72213c383274190bf987728791ab94297c0ec13d:refs/remotes/origin/py3.11
2026-08-31T17:46:25.8947400Z From https://github.com/pypy/pypy
2026-08-31T17:46:25.8950190Z * [new ref] 72213c383274190bf987728791ab94297c0ec13d -> origin/py3.11
2026-08-31T17:46:25.8968360Z [command]/usr/local/bin/git branch --list --remote origin/py3.11
2026-08-31T17:46:25.9122460Z origin/py3.11
2026-08-31T17:46:25.9139900Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.11
2026-08-31T17:46:25.9252850Z 72213c383274190bf987728791ab94297c0ec13d
Determining the checkout info
2026-08-31T17:46:25.9273630Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-31T17:46:25.9437710Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T17:46:25.9579190Z [command]/usr/local/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-31T17:46:27.0019570Z Updating files: 27% (1946/7029)
2026-08-31T17:46:27.0303140Z Updating files: 28% (1969/7029)
2026-08-31T17:46:27.0621800Z Updating files: 29% (2039/7029)
2026-08-31T17:46:27.0941080Z Updating files: 30% (2109/7029)
2026-08-31T17:46:27.1372940Z Updating files: 31% (2179/7029)
2026-08-31T17:46:27.1824910Z Updating files: 32% (2250/7029)
2026-08-31T17:46:27.2289080Z Updating files: 33% (2320/7029)
2026-08-31T17:46:27.4228530Z Updating files: 34% (2390/7029)
2026-08-31T17:46:27.4640320Z Updating files: 35% (2461/7029)
2026-08-31T17:46:27.4926860Z Updating files: 36% (2531/7029)
2026-08-31T17:46:27.5250370Z Updating files: 37% (2601/7029)
2026-08-31T17:46:27.5609690Z Updating files: 38% (2672/7029)
2026-08-31T17:46:27.5958290Z Updating files: 39% (2742/7029)
2026-08-31T17:46:27.6294070Z Updating files: 40% (2812/7029)
2026-08-31T17:46:27.6635350Z Updating files: 41% (2882/7029)
2026-08-31T17:46:27.6967000Z Updating files: 42% (2953/7029)
2026-08-31T17:46:27.7254520Z Updating files: 43% (3023/7029)
2026-08-31T17:46:27.7687010Z Updating files: 44% (3093/7029)
2026-08-31T17:46:27.7859850Z Updating files: 45% (3164/7029)
2026-08-31T17:46:27.8122210Z Updating files: 46% (3234/7029)
2026-08-31T17:46:27.8425790Z Updating files: 47% (3304/7029)
2026-08-31T17:46:27.8772460Z Updating files: 48% (3374/7029)
2026-08-31T17:46:27.9072320Z Updating files: 49% (3445/7029)
2026-08-31T17:46:27.9374910Z Updating files: 50% (3515/7029)
2026-08-31T17:46:27.9682290Z Updating files: 51% (3585/7029)
2026-08-31T17:46:27.9848040Z Updating files: 52% (3656/7029)
2026-08-31T17:46:27.9933380Z Updating files: 52% (3702/7029)
2026-08-31T17:46:28.0240130Z Updating files: 53% (3726/7029)
2026-08-31T17:46:28.0602400Z Updating files: 54% (3796/7029)
2026-08-31T17:46:28.0918900Z Updating files: 55% (3866/7029)
2026-08-31T17:46:28.1191520Z Updating files: 56% (3937/7029)
2026-08-31T17:46:28.1533670Z Updating files: 57% (4007/7029)
2026-08-31T17:46:28.1835800Z Updating files: 58% (4077/7029)
2026-08-31T17:46:28.2123480Z Updating files: 59% (4148/7029)
2026-08-31T17:46:28.2454970Z Updating files: 60% (4218/7029)
2026-08-31T17:46:28.3349660Z Updating files: 61% (4288/7029)
2026-08-31T17:46:28.3626930Z Updating files: 62% (4358/7029)
2026-08-31T17:46:28.3949420Z Updating files: 63% (4429/7029)
2026-08-31T17:46:28.4220460Z Updating files: 64% (4499/7029)
2026-08-31T17:46:28.4557150Z Updating files: 65% (4569/7029)
2026-08-31T17:46:28.4923060Z Updating files: 66% (4640/7029)
2026-08-31T17:46:28.5182700Z Updating files: 67% (4710/7029)
2026-08-31T17:46:28.5491610Z Updating files: 68% (4780/7029)
2026-08-31T17:46:28.5823930Z Updating files: 69% (4851/7029)
2026-08-31T17:46:28.6098220Z Updating files: 70% (4921/7029)
2026-08-31T17:46:28.6361560Z Updating files: 71% (4991/7029)
2026-08-31T17:46:28.6685830Z Updating files: 72% (5061/7029)
2026-08-31T17:46:28.7013310Z Updating files: 73% (5132/7029)
2026-08-31T17:46:28.7386460Z Updating files: 74% (5202/7029)
2026-08-31T17:46:28.7814860Z Updating files: 75% (5272/7029)
2026-08-31T17:46:28.8143860Z Updating files: 76% (5343/7029)
2026-08-31T17:46:28.8449050Z Updating files: 77% (5413/7029)
2026-08-31T17:46:28.8764000Z Updating files: 78% (5483/7029)
2026-08-31T17:46:28.9036710Z Updating files: 79% (5553/7029)
2026-08-31T17:46:28.9352000Z Updating files: 80% (5624/7029)
2026-08-31T17:46:28.9654990Z Updating files: 81% (5694/7029)
2026-08-31T17:46:28.9854850Z Updating files: 82% (5764/7029)
2026-08-31T17:46:28.9932640Z Updating files: 82% (5811/7029)
2026-08-31T17:46:29.0254500Z Updating files: 83% (5835/7029)
2026-08-31T17:46:29.0641360Z Updating files: 84% (5905/7029)
2026-08-31T17:46:29.0957780Z Updating files: 85% (5975/7029)
2026-08-31T17:46:29.1313560Z Updating files: 86% (6045/7029)
2026-08-31T17:46:29.1847230Z Updating files: 87% (6116/7029)
2026-08-31T17:46:29.2617140Z Updating files: 88% (6186/7029)
2026-08-31T17:46:29.2969350Z Updating files: 89% (6256/7029)
2026-08-31T17:46:29.3284520Z Updating files: 90% (6327/7029)
2026-08-31T17:46:29.3596600Z Updating files: 91% (6397/7029)
2026-08-31T17:46:29.5062790Z Updating files: 92% (6467/7029)
2026-08-31T17:46:29.5939150Z Updating files: 93% (6537/7029)
2026-08-31T17:46:29.6210680Z Updating files: 94% (6608/7029)
2026-08-31T17:46:29.6449780Z Updating files: 95% (6678/7029)
2026-08-31T17:46:29.6748400Z Updating files: 96% (6748/7029)
2026-08-31T17:46:29.7000530Z Updating files: 97% (6819/7029)
2026-08-31T17:46:29.7267320Z Updating files: 98% (6889/7029)
2026-08-31T17:46:29.7548160Z Updating files: 99% (6959/7029)
2026-08-31T17:46:29.7549770Z Updating files: 100% (7029/7029)
2026-08-31T17:46:29.7551190Z Updating files: 100% (7029/7029), done.
2026-08-31T17:46:29.7734940Z Switched to a new branch 'py3.11'
2026-08-31T17:46:29.7744590Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-31T17:46:29.7975200Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-31T17:46:29.8165330Z 72213c383274190bf987728791ab94297c0ec13d