timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-29T20:05:19.6755750Z with:
2026-08-29T20:05:19.6757050Z repository: pypy/pypy
2026-08-29T20:05:19.6768500Z token: ***
2026-08-29T20:05:19.6769730Z ssh-strict: true
2026-08-29T20:05:19.6770850Z ssh-user: git
2026-08-29T20:05:19.6772020Z persist-credentials: true
2026-08-29T20:05:19.6773270Z clean: true
2026-08-29T20:05:19.6774580Z sparse-checkout-cone-mode: true
2026-08-29T20:05:19.6776060Z fetch-depth: 1
2026-08-29T20:05:19.6777220Z fetch-tags: false
2026-08-29T20:05:19.6778420Z show-progress: true
2026-08-29T20:05:19.6780130Z lfs: false
2026-08-29T20:05:19.6781460Z submodules: false
2026-08-29T20:05:19.6782740Z set-safe-directory: true
2026-08-29T20:05:20.4098820Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-29T20:05:20.4105000Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-29T20:05:20.4107420Z [command]/usr/local/bin/git version
2026-08-29T20:05:20.4108540Z git version 2.55.0
2026-08-29T20:05:20.4131040Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/b9d7acdd-a10b-4c6f-b6fe-963af364ab63/.gitconfig'
2026-08-29T20:05:20.4134880Z Temporarily overriding HOME='/Users/runner/work/_temp/b9d7acdd-a10b-4c6f-b6fe-963af364ab63' before making global git config changes
2026-08-29T20:05:20.4137720Z Adding repository directory to the temporary git global config as a safe directory
2026-08-29T20:05:20.4139940Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-29T20:05:20.4143460Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-29T20:05:20.4149110Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-29T20:05:20.4152240Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-29T20:05:20.4154410Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-29T20:05:20.4157050Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-29T20:05:20.4159010Z hint: call:
2026-08-29T20:05:20.4160110Z hint:
2026-08-29T20:05:20.4161950Z hint: git config --global init.defaultBranch <name>
2026-08-29T20:05:20.4163330Z hint:
2026-08-29T20:05:20.4165110Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-29T20:05:20.4167070Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-29T20:05:20.4168570Z hint:
2026-08-29T20:05:20.4169400Z hint: git branch -m <name>
2026-08-29T20:05:20.4170340Z hint:
2026-08-29T20:05:20.4171580Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-29T20:05:20.4174040Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-29T20:05:20.4177290Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-29T20:05:20.4183210Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-29T20:05:20.4189100Z Removing SSH command configuration
2026-08-29T20:05:20.4190860Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-29T20:05:20.4195980Z [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-29T20:05:20.6763180Z Removing HTTP extra header
2026-08-29T20:05:20.6833030Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-29T20:05:20.7079940Z [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-29T20:05:21.1364190Z Removing includeIf entries pointing to credentials config files
2026-08-29T20:05:21.1403090Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-29T20:05:21.1545700Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-29T20:05:21.3873420Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-f2aa9222-9492-45ce-a916-7aad593efdb1.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-29T20:05:21.3945290Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-f2aa9222-9492-45ce-a916-7aad593efdb1.config
2026-08-29T20:05:21.4078140Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-f2aa9222-9492-45ce-a916-7aad593efdb1.config
2026-08-29T20:05:21.4305510Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-f2aa9222-9492-45ce-a916-7aad593efdb1.config
2026-08-29T20:05:21.4416360Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-f2aa9222-9492-45ce-a916-7aad593efdb1.config
Fetching the repository
2026-08-29T20:05:21.4623820Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fb070f7f2ff9e8830231c40c33cda7fb79e86484:refs/remotes/origin/py3.11
2026-08-29T20:05:26.1276090Z From https://github.com/pypy/pypy
2026-08-29T20:05:26.1994650Z * [new ref] fb070f7f2ff9e8830231c40c33cda7fb79e86484 -> origin/py3.11
2026-08-29T20:05:26.2097660Z [command]/usr/local/bin/git branch --list --remote origin/py3.11
2026-08-29T20:05:26.2099970Z origin/py3.11
2026-08-29T20:05:26.2104980Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.11
2026-08-29T20:05:26.2106890Z fb070f7f2ff9e8830231c40c33cda7fb79e86484
Determining the checkout info
2026-08-29T20:05:26.3121910Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-29T20:05:26.4896650Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-29T20:05:26.8913330Z [command]/usr/local/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-29T20:05:27.4488240Z Updating files: 13% (963/7029)
2026-08-29T20:05:27.4886340Z Updating files: 14% (985/7029)
2026-08-29T20:05:27.5421090Z Updating files: 15% (1055/7029)
2026-08-29T20:05:27.6100310Z Updating files: 16% (1125/7029)
2026-08-29T20:05:27.6486340Z Updating files: 17% (1195/7029)
2026-08-29T20:05:27.6923910Z Updating files: 18% (1266/7029)
2026-08-29T20:05:27.7285630Z Updating files: 19% (1336/7029)
2026-08-29T20:05:27.7780160Z Updating files: 20% (1406/7029)
2026-08-29T20:05:27.8258160Z Updating files: 21% (1477/7029)
2026-08-29T20:05:27.8773410Z Updating files: 22% (1547/7029)
2026-08-29T20:05:27.9224980Z Updating files: 23% (1617/7029)
2026-08-29T20:05:27.9690120Z Updating files: 24% (1687/7029)
2026-08-29T20:05:28.0100410Z Updating files: 25% (1758/7029)
2026-08-29T20:05:28.0417670Z Updating files: 26% (1828/7029)
2026-08-29T20:05:28.0774320Z Updating files: 27% (1898/7029)
2026-08-29T20:05:28.2179520Z Updating files: 28% (1969/7029)
2026-08-29T20:05:28.3182740Z Updating files: 29% (2039/7029)
2026-08-29T20:05:28.4186760Z Updating files: 29% (2080/7029)
2026-08-29T20:05:28.4449080Z Updating files: 30% (2109/7029)
2026-08-29T20:05:28.5454020Z Updating files: 31% (2179/7029)
2026-08-29T20:05:28.5719430Z Updating files: 32% (2250/7029)
2026-08-29T20:05:28.6219610Z Updating files: 33% (2320/7029)
2026-08-29T20:05:28.7224440Z Updating files: 34% (2390/7029)
2026-08-29T20:05:28.8229090Z Updating files: 35% (2461/7029)
2026-08-29T20:05:28.9232770Z Updating files: 36% (2531/7029)
2026-08-29T20:05:29.0237550Z Updating files: 37% (2601/7029)
2026-08-29T20:05:29.1241880Z Updating files: 38% (2672/7029)
2026-08-29T20:05:29.2018330Z Updating files: 39% (2742/7029)
2026-08-29T20:05:29.2072320Z Updating files: 40% (2812/7029)
2026-08-29T20:05:29.2087840Z Updating files: 41% (2882/7029)
2026-08-29T20:05:29.3159440Z Updating files: 42% (2953/7029)
2026-08-29T20:05:29.3998170Z Updating files: 43% (3023/7029)
2026-08-29T20:05:29.4119700Z Updating files: 44% (3093/7029)
2026-08-29T20:05:29.4906360Z Updating files: 45% (3164/7029)
2026-08-29T20:05:29.4936040Z Updating files: 46% (3234/7029)
2026-08-29T20:05:29.5802860Z Updating files: 47% (3304/7029)
2026-08-29T20:05:29.5890500Z Updating files: 48% (3374/7029)
2026-08-29T20:05:29.5937670Z Updating files: 49% (3445/7029)
2026-08-29T20:05:29.6236240Z Updating files: 50% (3515/7029)
2026-08-29T20:05:29.7238760Z Updating files: 51% (3585/7029)
2026-08-29T20:05:29.7439770Z Updating files: 52% (3656/7029)
2026-08-29T20:05:29.8049640Z Updating files: 53% (3726/7029)
2026-08-29T20:05:29.8061770Z Updating files: 54% (3796/7029)
2026-08-29T20:05:29.8766860Z Updating files: 55% (3866/7029)
2026-08-29T20:05:29.9637050Z Updating files: 56% (3937/7029)
2026-08-29T20:05:29.9749410Z Updating files: 57% (4007/7029)
2026-08-29T20:05:29.9807870Z Updating files: 58% (4077/7029)
2026-08-29T20:05:29.9841480Z Updating files: 59% (4148/7029)
2026-08-29T20:05:30.0264670Z Updating files: 60% (4218/7029)
2026-08-29T20:05:30.0582130Z Updating files: 61% (4288/7029)
2026-08-29T20:05:30.0904890Z Updating files: 62% (4358/7029)
2026-08-29T20:05:30.1317880Z Updating files: 63% (4429/7029)
2026-08-29T20:05:30.2549050Z Updating files: 64% (4499/7029)
2026-08-29T20:05:30.2708440Z Updating files: 64% (4568/7029)
2026-08-29T20:05:30.3610380Z Updating files: 65% (4569/7029)
2026-08-29T20:05:30.4983590Z Updating files: 66% (4640/7029)
2026-08-29T20:05:30.6008580Z Updating files: 67% (4710/7029)
2026-08-29T20:05:30.7945040Z Updating files: 68% (4780/7029)
2026-08-29T20:05:30.8631230Z Updating files: 69% (4851/7029)
2026-08-29T20:05:30.9003970Z Updating files: 70% (4921/7029)
2026-08-29T20:05:30.9272640Z Updating files: 71% (4991/7029)
2026-08-29T20:05:30.9695840Z Updating files: 72% (5061/7029)
2026-08-29T20:05:31.0169530Z Updating files: 73% (5132/7029)
2026-08-29T20:05:31.2365300Z Updating files: 74% (5202/7029)
2026-08-29T20:05:31.2402990Z Updating files: 75% (5272/7029)
2026-08-29T20:05:31.2437570Z Updating files: 76% (5343/7029)
2026-08-29T20:05:31.4537760Z Updating files: 76% (5357/7029)
2026-08-29T20:05:31.4704400Z Updating files: 77% (5413/7029)
2026-08-29T20:05:31.4755170Z Updating files: 78% (5483/7029)
2026-08-29T20:05:31.4858640Z Updating files: 79% (5553/7029)
2026-08-29T20:05:31.6350800Z Updating files: 80% (5624/7029)
2026-08-29T20:05:31.6757910Z Updating files: 81% (5694/7029)
2026-08-29T20:05:31.7318380Z Updating files: 82% (5764/7029)
2026-08-29T20:05:31.7424360Z Updating files: 83% (5835/7029)
2026-08-29T20:05:31.9077930Z Updating files: 84% (5905/7029)
2026-08-29T20:05:31.9643030Z Updating files: 85% (5975/7029)
2026-08-29T20:05:31.9764620Z Updating files: 86% (6045/7029)
2026-08-29T20:05:32.0817030Z Updating files: 87% (6116/7029)
2026-08-29T20:05:32.1234820Z Updating files: 88% (6186/7029)
2026-08-29T20:05:32.1353390Z Updating files: 89% (6256/7029)
2026-08-29T20:05:32.2468050Z Updating files: 90% (6327/7029)
2026-08-29T20:05:32.2975120Z Updating files: 90% (6356/7029)
2026-08-29T20:05:32.3978760Z Updating files: 91% (6397/7029)
2026-08-29T20:05:32.8228790Z Updating files: 92% (6467/7029)
2026-08-29T20:05:32.8803460Z Updating files: 93% (6537/7029)
2026-08-29T20:05:32.9555550Z Updating files: 94% (6608/7029)
2026-08-29T20:05:32.9598960Z Updating files: 95% (6678/7029)
2026-08-29T20:05:32.9911790Z Updating files: 96% (6748/7029)
2026-08-29T20:05:33.0534500Z Updating files: 97% (6819/7029)
2026-08-29T20:05:33.0677270Z Updating files: 98% (6889/7029)
2026-08-29T20:05:33.0740670Z Updating files: 99% (6959/7029)
2026-08-29T20:05:33.0769960Z Updating files: 100% (7029/7029)
2026-08-29T20:05:33.0789380Z Updating files: 100% (7029/7029), done.
2026-08-29T20:05:33.0878600Z Switched to a new branch 'py3.11'
2026-08-29T20:05:33.0906620Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-29T20:05:33.1240870Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-29T20:05:33.1437330Z fb070f7f2ff9e8830231c40c33cda7fb79e86484