Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-10T20:02:39.4217320Z with: 2026-09-10T20:02:39.4218060Z repository: pypy/pypy 2026-09-10T20:02:39.4224690Z token: *** 2026-09-10T20:02:39.4225420Z ssh-strict: true 2026-09-10T20:02:39.4226150Z ssh-user: git 2026-09-10T20:02:39.4226890Z persist-credentials: true 2026-09-10T20:02:39.4227710Z clean: true 2026-09-10T20:02:39.4228450Z sparse-checkout-cone-mode: true 2026-09-10T20:02:39.4229350Z fetch-depth: 1 2026-09-10T20:02:39.4230080Z fetch-tags: false 2026-09-10T20:02:39.4230830Z show-progress: true 2026-09-10T20:02:39.4231750Z lfs: false 2026-09-10T20:02:39.4232470Z submodules: false 2026-09-10T20:02:39.4233390Z set-safe-directory: true
2026-09-10T20:02:41.0831550Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T20:02:41.0844460Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-10T20:02:41.0855710Z [command]/usr/local/bin/git version 2026-09-10T20:02:41.0868430Z git version 2.55.0
2026-09-10T20:02:41.0920030Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/64a6662e-d3ac-4f49-b359-2d7d8dd85c28/.gitconfig' 2026-09-10T20:02:41.0951430Z Temporarily overriding HOME='/Users/runner/work/_temp/64a6662e-d3ac-4f49-b359-2d7d8dd85c28' before making global git config changes 2026-09-10T20:02:41.0956470Z Adding repository directory to the temporary git global config as a safe directory 2026-09-10T20:02:41.0963200Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-10T20:02:41.1183430Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T20:02:41.1208400Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-10T20:02:41.1800950Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-10T20:02:41.1805370Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-10T20:02:41.1808070Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-10T20:02:41.1809590Z hint: call: 2026-09-10T20:02:41.1810480Z hint: 2026-09-10T20:02:41.1811570Z hint: git config --global init.defaultBranch <name> 2026-09-10T20:02:41.1815390Z hint: 2026-09-10T20:02:41.1817950Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-10T20:02:41.1821120Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-10T20:02:41.1823380Z hint: 2026-09-10T20:02:41.1824840Z hint: git branch -m <name> 2026-09-10T20:02:41.1826270Z hint: 2026-09-10T20:02:41.1828020Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-10T20:02:41.1830810Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-10T20:02:41.1835870Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-10T20:02:41.2019680Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-10T20:02:41.2196220Z Removing SSH command configuration 2026-09-10T20:02:41.2211000Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-10T20:02:41.2377290Z [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-10T20:02:41.4240350Z Removing HTTP extra header 2026-09-10T20:02:41.4247730Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-10T20:02:41.4363990Z [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-10T20:02:41.5783180Z Removing includeIf entries pointing to credentials config files 2026-09-10T20:02:41.5790290Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-10T20:02:41.5906300Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-10T20:02:41.8294770Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-9d6f467b-f8c4-439a-964b-28462a1ed43d.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-10T20:02:41.8300730Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-9d6f467b-f8c4-439a-964b-28462a1ed43d.config 2026-09-10T20:02:41.8347750Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-9d6f467b-f8c4-439a-964b-28462a1ed43d.config 2026-09-10T20:02:41.8501560Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-9d6f467b-f8c4-439a-964b-28462a1ed43d.config 2026-09-10T20:02:41.8633890Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-9d6f467b-f8c4-439a-964b-28462a1ed43d.config
Fetching the repository
2026-09-10T20:02:41.8772690Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7de593b939c363afb972461db4cc6f85cc21acd7:refs/remotes/origin/main 2026-09-10T20:02:45.9556410Z From https://github.com/pypy/pypy 2026-09-10T20:02:45.9558770Z * [new ref] 7de593b939c363afb972461db4cc6f85cc21acd7 -> origin/main 2026-09-10T20:02:45.9574580Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-09-10T20:02:45.9686250Z origin/main 2026-09-10T20:02:45.9701320Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-09-10T20:02:45.9803230Z 7de593b939c363afb972461db4cc6f85cc21acd7
Determining the checkout info
2026-09-10T20:02:45.9817390Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-10T20:02:45.9961400Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T20:02:46.0084350Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-10T20:02:47.0965400Z Updating files: 27% (1634/5950) 2026-09-10T20:02:47.1965350Z Updating files: 28% (1666/5950) 2026-09-10T20:02:47.2801140Z Updating files: 29% (1726/5950) 2026-09-10T20:02:47.2876940Z Updating files: 30% (1785/5950) 2026-09-10T20:02:47.2878900Z Updating files: 31% (1845/5950) 2026-09-10T20:02:47.2882870Z Updating files: 32% (1904/5950) 2026-09-10T20:02:47.2887930Z Updating files: 33% (1964/5950) 2026-09-10T20:02:47.2890610Z Updating files: 34% (2023/5950) 2026-09-10T20:02:47.2980550Z Updating files: 35% (2083/5950) 2026-09-10T20:02:47.3572550Z Updating files: 36% (2142/5950) 2026-09-10T20:02:47.3808880Z Updating files: 37% (2202/5950) 2026-09-10T20:02:47.4257150Z Updating files: 38% (2261/5950) 2026-09-10T20:02:47.4481200Z Updating files: 39% (2321/5950) 2026-09-10T20:02:47.4860610Z Updating files: 40% (2380/5950) 2026-09-10T20:02:47.5122600Z Updating files: 41% (2440/5950) 2026-09-10T20:02:47.5340890Z Updating files: 42% (2499/5950) 2026-09-10T20:02:47.5531000Z Updating files: 43% (2559/5950) 2026-09-10T20:02:47.5764540Z Updating files: 44% (2618/5950) 2026-09-10T20:02:47.5997920Z Updating files: 45% (2678/5950) 2026-09-10T20:02:47.6250470Z Updating files: 46% (2737/5950) 2026-09-10T20:02:47.6498150Z Updating files: 47% (2797/5950) 2026-09-10T20:02:47.6753200Z Updating files: 48% (2856/5950) 2026-09-10T20:02:47.7007940Z Updating files: 49% (2916/5950) 2026-09-10T20:02:47.7230080Z Updating files: 50% (2975/5950) 2026-09-10T20:02:47.7466070Z Updating files: 51% (3035/5950) 2026-09-10T20:02:47.7672740Z Updating files: 52% (3094/5950) 2026-09-10T20:02:47.7882510Z Updating files: 53% (3154/5950) 2026-09-10T20:02:47.8083570Z Updating files: 54% (3213/5950) 2026-09-10T20:02:47.8302930Z Updating files: 55% (3273/5950) 2026-09-10T20:02:47.8560560Z Updating files: 56% (3332/5950) 2026-09-10T20:02:47.8782660Z Updating files: 57% (3392/5950) 2026-09-10T20:02:47.9004320Z Updating files: 58% (3451/5950) 2026-09-10T20:02:47.9205990Z Updating files: 59% (3511/5950) 2026-09-10T20:02:48.0289870Z Updating files: 60% (3570/5950) 2026-09-10T20:02:48.1294410Z Updating files: 61% (3630/5950) 2026-09-10T20:02:48.1918500Z Updating files: 62% (3689/5950) 2026-09-10T20:02:48.1973590Z Updating files: 63% (3749/5950) 2026-09-10T20:02:48.2005810Z Updating files: 64% (3808/5950) 2026-09-10T20:02:48.2006690Z Updating files: 65% (3868/5950) 2026-09-10T20:02:48.2113480Z Updating files: 66% (3927/5950) 2026-09-10T20:02:48.2332110Z Updating files: 67% (3987/5950) 2026-09-10T20:02:48.2569700Z Updating files: 68% (4046/5950) 2026-09-10T20:02:48.2776150Z Updating files: 69% (4106/5950) 2026-09-10T20:02:48.3505180Z Updating files: 70% (4165/5950) 2026-09-10T20:02:48.3803920Z Updating files: 71% (4225/5950) 2026-09-10T20:02:48.4049060Z Updating files: 72% (4284/5950) 2026-09-10T20:02:48.4260420Z Updating files: 73% (4344/5950) 2026-09-10T20:02:48.4470960Z Updating files: 74% (4403/5950) 2026-09-10T20:02:48.4694740Z Updating files: 75% (4463/5950) 2026-09-10T20:02:48.4914740Z Updating files: 76% (4522/5950) 2026-09-10T20:02:48.5135180Z Updating files: 77% (4582/5950) 2026-09-10T20:02:48.5357150Z Updating files: 78% (4641/5950) 2026-09-10T20:02:48.5569480Z Updating files: 79% (4701/5950) 2026-09-10T20:02:48.5798200Z Updating files: 80% (4760/5950) 2026-09-10T20:02:48.6008540Z Updating files: 81% (4820/5950) 2026-09-10T20:02:48.6267250Z Updating files: 82% (4879/5950) 2026-09-10T20:02:48.6501530Z Updating files: 83% (4939/5950) 2026-09-10T20:02:48.6728440Z Updating files: 84% (4998/5950) 2026-09-10T20:02:48.6964360Z Updating files: 85% (5058/5950) 2026-09-10T20:02:48.7259560Z Updating files: 86% (5117/5950) 2026-09-10T20:02:48.7563350Z Updating files: 87% (5177/5950) 2026-09-10T20:02:48.9024410Z Updating files: 88% (5236/5950) 2026-09-10T20:02:49.0053770Z Updating files: 89% (5296/5950) 2026-09-10T20:02:49.0347720Z Updating files: 90% (5355/5950) 2026-09-10T20:02:49.0351300Z Updating files: 91% (5415/5950) 2026-09-10T20:02:49.1231300Z Updating files: 92% (5474/5950) 2026-09-10T20:02:49.2235340Z Updating files: 92% (5475/5950) 2026-09-10T20:02:49.2834580Z Updating files: 93% (5534/5950) 2026-09-10T20:02:49.3660540Z Updating files: 94% (5593/5950) 2026-09-10T20:02:49.4079830Z Updating files: 95% (5653/5950) 2026-09-10T20:02:49.4631560Z Updating files: 96% (5712/5950) 2026-09-10T20:02:49.5086260Z Updating files: 97% (5772/5950) 2026-09-10T20:02:49.6110630Z Updating files: 98% (5831/5950) 2026-09-10T20:02:49.6534450Z Updating files: 99% (5891/5950) 2026-09-10T20:02:49.6549320Z Updating files: 100% (5950/5950) 2026-09-10T20:02:49.6580080Z Updating files: 100% (5950/5950), done. 2026-09-10T20:02:49.6625300Z Switched to a new branch 'main' 2026-09-10T20:02:49.6777090Z branch 'main' set up to track 'origin/main'.
2026-09-10T20:02:49.6992820Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-10T20:02:49.6996050Z 7de593b939c363afb972461db4cc6f85cc21acd7