timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-28T16:28:11.7600300Z with:
2026-08-28T16:28:11.7601490Z repository: pypy/pypy
2026-08-28T16:28:11.7613340Z token: ***
2026-08-28T16:28:11.7614550Z ssh-strict: true
2026-08-28T16:28:11.7615720Z ssh-user: git
2026-08-28T16:28:11.7616920Z persist-credentials: true
2026-08-28T16:28:11.7618180Z clean: true
2026-08-28T16:28:11.7619370Z sparse-checkout-cone-mode: true
2026-08-28T16:28:11.7620750Z fetch-depth: 1
2026-08-28T16:28:11.7621910Z fetch-tags: false
2026-08-28T16:28:11.7623120Z show-progress: true
2026-08-28T16:28:11.7624320Z lfs: false
2026-08-28T16:28:11.7625470Z submodules: false
2026-08-28T16:28:11.7626690Z set-safe-directory: true
2026-08-28T16:28:12.6304090Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-28T16:28:12.6310590Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-28T16:28:12.6313680Z [command]/usr/local/bin/git version
2026-08-28T16:28:12.6315270Z git version 2.55.0
2026-08-28T16:28:12.6332050Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/17935da2-20e0-4959-8324-1bc18dcd95f8/.gitconfig'
2026-08-28T16:28:12.6336480Z Temporarily overriding HOME='/Users/runner/work/_temp/17935da2-20e0-4959-8324-1bc18dcd95f8' before making global git config changes
2026-08-28T16:28:12.6340470Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T16:28:12.6343710Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-28T16:28:12.6491640Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-28T16:28:12.6520360Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-28T16:28:12.7196790Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-28T16:28:12.7225740Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-28T16:28:12.7254510Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-28T16:28:12.7267460Z hint: call:
2026-08-28T16:28:12.7289070Z hint:
2026-08-28T16:28:12.7311320Z hint: git config --global init.defaultBranch <name>
2026-08-28T16:28:12.7322990Z hint:
2026-08-28T16:28:12.7345960Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-28T16:28:12.7362150Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-28T16:28:12.7368820Z hint:
2026-08-28T16:28:12.7377400Z hint: git branch -m <name>
2026-08-28T16:28:12.7576400Z hint:
2026-08-28T16:28:12.7580380Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-28T16:28:12.7584150Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-28T16:28:12.7649390Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-28T16:28:12.7850360Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-28T16:28:12.8085040Z Removing SSH command configuration
2026-08-28T16:28:12.8114310Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T16:28:12.8305940Z [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-28T16:28:13.1492950Z Removing HTTP extra header
2026-08-28T16:28:13.1521880Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T16:28:13.1594470Z [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-28T16:28:13.5704650Z Removing includeIf entries pointing to credentials config files
2026-08-28T16:28:13.5711480Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T16:28:13.5794790Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T16:28:13.7026180Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-4fd2a522-da62-480e-8e23-f9464a58ad08.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-28T16:28:13.7182890Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-4fd2a522-da62-480e-8e23-f9464a58ad08.config
2026-08-28T16:28:13.7303460Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-4fd2a522-da62-480e-8e23-f9464a58ad08.config
2026-08-28T16:28:13.7429070Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-4fd2a522-da62-480e-8e23-f9464a58ad08.config
2026-08-28T16:28:13.7551460Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-4fd2a522-da62-480e-8e23-f9464a58ad08.config
Fetching the repository
2026-08-28T16:28:13.7693190Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +642158d1b3d7514bf3af4cc6118b15809d01d560:refs/remotes/origin/py3.12
2026-08-28T16:28:18.3862920Z From https://github.com/pypy/pypy
2026-08-28T16:28:18.3992120Z * [new ref] 642158d1b3d7514bf3af4cc6118b15809d01d560 -> origin/py3.12
2026-08-28T16:28:18.4340440Z [command]/usr/local/bin/git branch --list --remote origin/py3.12
2026-08-28T16:28:18.4459440Z origin/py3.12
2026-08-28T16:28:18.4721400Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12
2026-08-28T16:28:18.4751530Z 642158d1b3d7514bf3af4cc6118b15809d01d560
Determining the checkout info
2026-08-28T16:28:18.6431500Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-28T16:28:18.6669900Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-28T16:28:18.6831810Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-28T16:28:19.6094270Z Updating files: 24% (1736/7091)
2026-08-28T16:28:19.6555950Z Updating files: 25% (1773/7091)
2026-08-28T16:28:19.6779300Z Updating files: 26% (1844/7091)
2026-08-28T16:28:19.7069100Z Updating files: 27% (1915/7091)
2026-08-28T16:28:19.7375280Z Updating files: 28% (1986/7091)
2026-08-28T16:28:19.7935450Z Updating files: 29% (2057/7091)
2026-08-28T16:28:19.9846680Z Updating files: 30% (2128/7091)
2026-08-28T16:28:20.1076940Z Updating files: 31% (2199/7091)
2026-08-28T16:28:20.1547130Z Updating files: 32% (2270/7091)
2026-08-28T16:28:20.1862270Z Updating files: 33% (2341/7091)
2026-08-28T16:28:20.2263110Z Updating files: 34% (2411/7091)
2026-08-28T16:28:20.3869710Z Updating files: 35% (2482/7091)
2026-08-28T16:28:20.4804640Z Updating files: 36% (2553/7091)
2026-08-28T16:28:20.4965550Z Updating files: 37% (2624/7091)
2026-08-28T16:28:20.5168880Z Updating files: 37% (2650/7091)
2026-08-28T16:28:20.5587400Z Updating files: 38% (2695/7091)
2026-08-28T16:28:20.5880870Z Updating files: 39% (2766/7091)
2026-08-28T16:28:20.7396850Z Updating files: 40% (2837/7091)
2026-08-28T16:28:20.9138200Z Updating files: 41% (2908/7091)
2026-08-28T16:28:20.9694630Z Updating files: 42% (2979/7091)
2026-08-28T16:28:20.9880610Z Updating files: 43% (3050/7091)
2026-08-28T16:28:21.0217910Z Updating files: 44% (3121/7091)
2026-08-28T16:28:21.0453020Z Updating files: 45% (3191/7091)
2026-08-28T16:28:21.0675430Z Updating files: 46% (3262/7091)
2026-08-28T16:28:21.1015190Z Updating files: 47% (3333/7091)
2026-08-28T16:28:21.1987370Z Updating files: 48% (3404/7091)
2026-08-28T16:28:21.2297010Z Updating files: 49% (3475/7091)
2026-08-28T16:28:21.2600120Z Updating files: 50% (3546/7091)
2026-08-28T16:28:21.2864880Z Updating files: 51% (3617/7091)
2026-08-28T16:28:21.3189120Z Updating files: 52% (3688/7091)
2026-08-28T16:28:21.3407120Z Updating files: 53% (3759/7091)
2026-08-28T16:28:21.3664740Z Updating files: 54% (3830/7091)
2026-08-28T16:28:21.3965800Z Updating files: 55% (3901/7091)
2026-08-28T16:28:21.4284660Z Updating files: 56% (3971/7091)
2026-08-28T16:28:21.4640340Z Updating files: 57% (4042/7091)
2026-08-28T16:28:21.4821830Z Updating files: 58% (4113/7091)
2026-08-28T16:28:21.4975770Z Updating files: 59% (4184/7091)
2026-08-28T16:28:21.5074530Z Updating files: 59% (4229/7091)
2026-08-28T16:28:21.5403130Z Updating files: 60% (4255/7091)
2026-08-28T16:28:21.5639260Z Updating files: 61% (4326/7091)
2026-08-28T16:28:21.5936010Z Updating files: 62% (4397/7091)
2026-08-28T16:28:21.6199270Z Updating files: 63% (4468/7091)
2026-08-28T16:28:21.6598730Z Updating files: 64% (4539/7091)
2026-08-28T16:28:21.6785370Z Updating files: 65% (4610/7091)
2026-08-28T16:28:21.7328570Z Updating files: 66% (4681/7091)
2026-08-28T16:28:21.7810350Z Updating files: 67% (4751/7091)
2026-08-28T16:28:21.7871340Z Updating files: 68% (4822/7091)
2026-08-28T16:28:21.8070990Z Updating files: 69% (4893/7091)
2026-08-28T16:28:21.8325620Z Updating files: 70% (4964/7091)
2026-08-28T16:28:21.8603030Z Updating files: 71% (5035/7091)
2026-08-28T16:28:21.8819090Z Updating files: 72% (5106/7091)
2026-08-28T16:28:21.9178610Z Updating files: 73% (5177/7091)
2026-08-28T16:28:21.9498950Z Updating files: 74% (5248/7091)
2026-08-28T16:28:21.9766340Z Updating files: 75% (5319/7091)
2026-08-28T16:28:22.1665360Z Updating files: 76% (5390/7091)
2026-08-28T16:28:22.2408620Z Updating files: 77% (5461/7091)
2026-08-28T16:28:22.2734770Z Updating files: 78% (5531/7091)
2026-08-28T16:28:22.3036670Z Updating files: 79% (5602/7091)
2026-08-28T16:28:22.3410060Z Updating files: 80% (5673/7091)
2026-08-28T16:28:22.3697220Z Updating files: 81% (5744/7091)
2026-08-28T16:28:22.4686710Z Updating files: 82% (5815/7091)
2026-08-28T16:28:22.5125620Z Updating files: 83% (5886/7091)
2026-08-28T16:28:22.5355360Z Updating files: 84% (5957/7091)
2026-08-28T16:28:22.5563340Z Updating files: 84% (5970/7091)
2026-08-28T16:28:22.5953340Z Updating files: 85% (6028/7091)
2026-08-28T16:28:22.8429380Z Updating files: 86% (6099/7091)
2026-08-28T16:28:22.9277340Z Updating files: 87% (6170/7091)
2026-08-28T16:28:22.9471120Z Updating files: 88% (6241/7091)
2026-08-28T16:28:23.1779090Z Updating files: 89% (6311/7091)
2026-08-28T16:28:23.1874750Z Updating files: 90% (6382/7091)
2026-08-28T16:28:23.1969040Z Updating files: 91% (6453/7091)
2026-08-28T16:28:23.4384360Z Updating files: 92% (6524/7091)
2026-08-28T16:28:23.5009950Z Updating files: 93% (6595/7091)
2026-08-28T16:28:23.5660400Z Updating files: 93% (6620/7091)
2026-08-28T16:28:23.6213990Z Updating files: 94% (6666/7091)
2026-08-28T16:28:23.6411080Z Updating files: 95% (6737/7091)
2026-08-28T16:28:23.6530300Z Updating files: 96% (6808/7091)
2026-08-28T16:28:23.6690430Z Updating files: 97% (6879/7091)
2026-08-28T16:28:23.6980070Z Updating files: 98% (6950/7091)
2026-08-28T16:28:23.7247600Z Updating files: 99% (7021/7091)
2026-08-28T16:28:23.7308040Z Updating files: 100% (7091/7091)
2026-08-28T16:28:23.7367530Z Updating files: 100% (7091/7091), done.
2026-08-28T16:28:23.7440650Z Switched to a new branch 'py3.12'
2026-08-28T16:28:23.7552210Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-28T16:28:23.8011120Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-28T16:28:23.8054430Z 642158d1b3d7514bf3af4cc6118b15809d01d560