timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-09-16T11:57:20.6270210Z with:
2026-09-16T11:57:20.6271000Z repository: pypy/pypy
2026-09-16T11:57:20.6277900Z token: ***
2026-09-16T11:57:20.6278720Z ssh-strict: true
2026-09-16T11:57:20.6279490Z ssh-user: git
2026-09-16T11:57:20.6280280Z persist-credentials: true
2026-09-16T11:57:20.6281140Z clean: true
2026-09-16T11:57:20.6281930Z sparse-checkout-cone-mode: true
2026-09-16T11:57:20.6282860Z fetch-depth: 1
2026-09-16T11:57:20.6283630Z fetch-tags: false
2026-09-16T11:57:20.6284400Z show-progress: true
2026-09-16T11:57:20.6285220Z lfs: false
2026-09-16T11:57:20.6306330Z submodules: false
2026-09-16T11:57:20.6307920Z set-safe-directory: true
2026-09-16T11:57:20.9187200Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T11:57:20.9190980Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-16T11:57:20.9192670Z [command]/usr/local/bin/git version
2026-09-16T11:57:20.9514840Z git version 2.55.0
2026-09-16T11:57:20.9556140Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0be78666-a152-48ed-8ae8-4a62371df9ff/.gitconfig'
2026-09-16T11:57:20.9574770Z Temporarily overriding HOME='/Users/runner/work/_temp/0be78666-a152-48ed-8ae8-4a62371df9ff' before making global git config changes
2026-09-16T11:57:20.9577120Z Adding repository directory to the temporary git global config as a safe directory
2026-09-16T11:57:20.9580340Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-16T11:57:20.9707050Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T11:57:20.9718220Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-09-16T11:57:21.0074960Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-16T11:57:21.0076850Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-16T11:57:21.0078460Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-16T11:57:21.0079750Z hint: call:
2026-09-16T11:57:21.0080440Z hint:
2026-09-16T11:57:21.0081680Z hint: git config --global init.defaultBranch <name>
2026-09-16T11:57:21.0082810Z hint:
2026-09-16T11:57:21.0083890Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-16T11:57:21.0085560Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-16T11:57:21.0086860Z hint:
2026-09-16T11:57:21.0087600Z hint: git branch -m <name>
2026-09-16T11:57:21.0088420Z hint:
2026-09-16T11:57:21.0089610Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-16T11:57:21.0092130Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-16T11:57:21.0096200Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-16T11:57:21.0236970Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-16T11:57:21.0341300Z Removing SSH command configuration
2026-09-16T11:57:21.0347670Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-16T11:57:21.0467930Z [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-16T11:57:21.1840050Z Removing HTTP extra header
2026-09-16T11:57:21.1848900Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-16T11:57:21.2052520Z [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-16T11:57:21.3970370Z Removing includeIf entries pointing to credentials config files
2026-09-16T11:57:21.3985240Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-16T11:57:21.4050980Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-16T11:57:21.5049760Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-133dda91-503e-41a3-b457-46b5bc412c42.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-16T11:57:21.5153570Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-133dda91-503e-41a3-b457-46b5bc412c42.config
2026-09-16T11:57:21.5246810Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-133dda91-503e-41a3-b457-46b5bc412c42.config
2026-09-16T11:57:21.5339600Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-133dda91-503e-41a3-b457-46b5bc412c42.config
2026-09-16T11:57:21.5435970Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-133dda91-503e-41a3-b457-46b5bc412c42.config
Fetching the repository
2026-09-16T11:57:21.5541050Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0bc2c96f9702a392018d734113c621785bb71422:refs/remotes/origin/main
2026-09-16T11:57:25.0835640Z From https://github.com/pypy/pypy
2026-09-16T11:57:25.0874690Z * [new ref] 0bc2c96f9702a392018d734113c621785bb71422 -> origin/main
2026-09-16T11:57:25.0946280Z [command]/usr/local/bin/git branch --list --remote origin/main
2026-09-16T11:57:25.0978580Z origin/main
2026-09-16T11:57:25.1077030Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main
2026-09-16T11:57:25.1114070Z 0bc2c96f9702a392018d734113c621785bb71422
Determining the checkout info
2026-09-16T11:57:25.1294550Z [command]/usr/local/bin/git sparse-checkout disable
2026-09-16T11:57:25.1382830Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T11:57:25.1491460Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-16T11:57:26.1947120Z Updating files: 53% (3198/5950)
2026-09-16T11:57:26.2007010Z Updating files: 54% (3213/5950)
2026-09-16T11:57:26.2011850Z Updating files: 55% (3273/5950)
2026-09-16T11:57:26.2155800Z Updating files: 56% (3332/5950)
2026-09-16T11:57:26.2301830Z Updating files: 57% (3392/5950)
2026-09-16T11:57:26.2456620Z Updating files: 58% (3451/5950)
2026-09-16T11:57:26.2619500Z Updating files: 59% (3511/5950)
2026-09-16T11:57:26.2774130Z Updating files: 60% (3570/5950)
2026-09-16T11:57:26.2949710Z Updating files: 61% (3630/5950)
2026-09-16T11:57:26.3287610Z Updating files: 62% (3689/5950)
2026-09-16T11:57:26.3479250Z Updating files: 63% (3749/5950)
2026-09-16T11:57:26.4089910Z Updating files: 64% (3808/5950)
2026-09-16T11:57:26.4247040Z Updating files: 65% (3868/5950)
2026-09-16T11:57:26.4385450Z Updating files: 66% (3927/5950)
2026-09-16T11:57:26.4515010Z Updating files: 67% (3987/5950)
2026-09-16T11:57:26.4656430Z Updating files: 68% (4046/5950)
2026-09-16T11:57:26.4803550Z Updating files: 69% (4106/5950)
2026-09-16T11:57:26.4959920Z Updating files: 70% (4165/5950)
2026-09-16T11:57:26.5148930Z Updating files: 71% (4225/5950)
2026-09-16T11:57:26.5326960Z Updating files: 72% (4284/5950)
2026-09-16T11:57:26.5483360Z Updating files: 73% (4344/5950)
2026-09-16T11:57:26.5651670Z Updating files: 74% (4403/5950)
2026-09-16T11:57:26.5818100Z Updating files: 75% (4463/5950)
2026-09-16T11:57:26.5983080Z Updating files: 76% (4522/5950)
2026-09-16T11:57:26.6155360Z Updating files: 77% (4582/5950)
2026-09-16T11:57:26.6314790Z Updating files: 78% (4641/5950)
2026-09-16T11:57:26.6466380Z Updating files: 79% (4701/5950)
2026-09-16T11:57:26.6608110Z Updating files: 80% (4760/5950)
2026-09-16T11:57:26.6775430Z Updating files: 81% (4820/5950)
2026-09-16T11:57:26.6963050Z Updating files: 82% (4879/5950)
2026-09-16T11:57:26.7132810Z Updating files: 83% (4939/5950)
2026-09-16T11:57:26.7284540Z Updating files: 84% (4998/5950)
2026-09-16T11:57:26.7452220Z Updating files: 85% (5058/5950)
2026-09-16T11:57:26.7609600Z Updating files: 86% (5117/5950)
2026-09-16T11:57:26.7767960Z Updating files: 87% (5177/5950)
2026-09-16T11:57:26.7923870Z Updating files: 88% (5236/5950)
2026-09-16T11:57:26.8093620Z Updating files: 89% (5296/5950)
2026-09-16T11:57:26.8257360Z Updating files: 90% (5355/5950)
2026-09-16T11:57:26.8544650Z Updating files: 91% (5415/5950)
2026-09-16T11:57:26.9269790Z Updating files: 92% (5474/5950)
2026-09-16T11:57:26.9483130Z Updating files: 93% (5534/5950)
2026-09-16T11:57:26.9546630Z Updating files: 94% (5593/5950)
2026-09-16T11:57:27.0239530Z Updating files: 95% (5653/5950)
2026-09-16T11:57:27.1197510Z Updating files: 96% (5712/5950)
2026-09-16T11:57:27.1331080Z Updating files: 97% (5772/5950)
2026-09-16T11:57:27.1358500Z Updating files: 98% (5831/5950)
2026-09-16T11:57:27.1370560Z Updating files: 99% (5891/5950)
2026-09-16T11:57:27.1375810Z Updating files: 100% (5950/5950)
2026-09-16T11:57:27.1392490Z Updating files: 100% (5950/5950), done.
2026-09-16T11:57:27.1409130Z Switched to a new branch 'main'
2026-09-16T11:57:27.1418380Z branch 'main' set up to track 'origin/main'.
2026-09-16T11:57:27.1513350Z [command]/usr/local/bin/git log -1 --format=%H
2026-09-16T11:57:27.1518380Z 0bc2c96f9702a392018d734113c621785bb71422