Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-01T14:58:48.2579880Z with: 2026-09-01T14:58:48.2580620Z repository: pypy/pypy 2026-09-01T14:58:48.2587420Z token: *** 2026-09-01T14:58:48.2588150Z ssh-strict: true 2026-09-01T14:58:48.2588880Z ssh-user: git 2026-09-01T14:58:48.2589640Z persist-credentials: true 2026-09-01T14:58:48.2590460Z clean: true 2026-09-01T14:58:48.2591210Z sparse-checkout-cone-mode: true 2026-09-01T14:58:48.2592100Z fetch-depth: 1 2026-09-01T14:58:48.2592830Z fetch-tags: false 2026-09-01T14:58:48.2593580Z show-progress: true 2026-09-01T14:58:48.2594350Z lfs: false 2026-09-01T14:58:48.2595070Z submodules: false 2026-09-01T14:58:48.2595840Z set-safe-directory: true
2026-09-01T14:58:49.5287700Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-01T14:58:49.5295750Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-01T14:58:49.5299310Z [command]/usr/local/bin/git version 2026-09-01T14:58:49.5833920Z git version 2.55.0
2026-09-01T14:58:49.5903350Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/7191010e-cf72-4f4d-9283-55e7511ac6c8/.gitconfig' 2026-09-01T14:58:49.5928320Z Temporarily overriding HOME='/Users/runner/work/_temp/7191010e-cf72-4f4d-9283-55e7511ac6c8' before making global git config changes 2026-09-01T14:58:49.5933600Z Adding repository directory to the temporary git global config as a safe directory 2026-09-01T14:58:49.5938150Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-01T14:58:49.6144430Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-01T14:58:49.6166010Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-01T14:58:49.6680460Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-01T14:58:49.6683990Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-01T14:58:49.6689760Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-01T14:58:49.6692560Z hint: call: 2026-09-01T14:58:49.6693830Z hint: 2026-09-01T14:58:49.6695460Z hint: git config --global init.defaultBranch <name> 2026-09-01T14:58:49.6697540Z hint: 2026-09-01T14:58:49.6699280Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-01T14:58:49.6702910Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-01T14:58:49.6705300Z hint: 2026-09-01T14:58:49.6706200Z hint: git branch -m <name> 2026-09-01T14:58:49.6707330Z hint: 2026-09-01T14:58:49.6709270Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-01T14:58:49.6712540Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-01T14:58:49.6717700Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-01T14:58:49.6991940Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-01T14:58:49.7211250Z Removing SSH command configuration 2026-09-01T14:58:49.7216100Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-01T14:58:49.7472100Z [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-01T14:58:50.2178340Z Removing HTTP extra header 2026-09-01T14:58:50.2183180Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-01T14:58:50.2197590Z [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-01T14:58:50.6864850Z Removing includeIf entries pointing to credentials config files 2026-09-01T14:58:50.6886330Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-01T14:58:50.7672510Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-01T14:58:51.7475350Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-bbfbe6dc-adf8-4ae7-9826-44521f17fcdc.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-01T14:58:51.7766500Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-bbfbe6dc-adf8-4ae7-9826-44521f17fcdc.config 2026-09-01T14:58:51.8150940Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-bbfbe6dc-adf8-4ae7-9826-44521f17fcdc.config 2026-09-01T14:58:51.8432330Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-bbfbe6dc-adf8-4ae7-9826-44521f17fcdc.config 2026-09-01T14:58:51.8753000Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-bbfbe6dc-adf8-4ae7-9826-44521f17fcdc.config
Fetching the repository
2026-09-01T14:58:51.9099210Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5ac4c95399eaf97749738f76af6accf6aa10cc3e:refs/remotes/pull/5577/merge 2026-09-01T14:58:56.9486550Z From https://github.com/pypy/pypy 2026-09-01T14:58:56.9544730Z * [new ref] 5ac4c95399eaf97749738f76af6accf6aa10cc3e -> pull/5577/merge
Determining the checkout info
2026-09-01T14:58:57.0884400Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-01T14:58:57.1825480Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-01T14:58:57.1971060Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5577/merge 2026-09-01T14:58:58.6104670Z Updating files: 15% (914/6014) 2026-09-01T14:58:58.6422830Z Updating files: 16% (963/6014) 2026-09-01T14:58:58.6861430Z Updating files: 17% (1023/6014) 2026-09-01T14:58:58.7198910Z Updating files: 18% (1083/6014) 2026-09-01T14:58:58.7591030Z Updating files: 19% (1143/6014) 2026-09-01T14:58:58.8287230Z Updating files: 20% (1203/6014) 2026-09-01T14:58:58.8608240Z Updating files: 21% (1263/6014) 2026-09-01T14:58:58.9097440Z Updating files: 22% (1324/6014) 2026-09-01T14:58:58.9436230Z Updating files: 23% (1384/6014) 2026-09-01T14:58:58.9766860Z Updating files: 24% (1444/6014) 2026-09-01T14:58:59.1186880Z Updating files: 25% (1504/6014) 2026-09-01T14:58:59.1562760Z Updating files: 26% (1564/6014) 2026-09-01T14:58:59.2025810Z Updating files: 27% (1624/6014) 2026-09-01T14:58:59.2414640Z Updating files: 28% (1684/6014) 2026-09-01T14:58:59.2777790Z Updating files: 29% (1745/6014) 2026-09-01T14:58:59.2812320Z Updating files: 29% (1799/6014) 2026-09-01T14:58:59.3242990Z Updating files: 30% (1805/6014) 2026-09-01T14:58:59.3541340Z Updating files: 31% (1865/6014) 2026-09-01T14:58:59.3926540Z Updating files: 32% (1925/6014) 2026-09-01T14:58:59.4767080Z Updating files: 33% (1985/6014) 2026-09-01T14:58:59.5057280Z Updating files: 34% (2045/6014) 2026-09-01T14:58:59.5383290Z Updating files: 35% (2105/6014) 2026-09-01T14:58:59.5686960Z Updating files: 36% (2166/6014) 2026-09-01T14:58:59.5994090Z Updating files: 37% (2226/6014) 2026-09-01T14:58:59.6497810Z Updating files: 38% (2286/6014) 2026-09-01T14:58:59.8133280Z Updating files: 39% (2346/6014) 2026-09-01T14:58:59.8452060Z Updating files: 40% (2406/6014) 2026-09-01T14:58:59.8819440Z Updating files: 41% (2466/6014) 2026-09-01T14:58:59.9066000Z Updating files: 42% (2526/6014) 2026-09-01T14:58:59.9281390Z Updating files: 43% (2587/6014) 2026-09-01T14:58:59.9431520Z Updating files: 44% (2647/6014) 2026-09-01T14:58:59.9698840Z Updating files: 45% (2707/6014) 2026-09-01T14:58:59.9885750Z Updating files: 46% (2767/6014) 2026-09-01T14:59:00.0103800Z Updating files: 47% (2827/6014) 2026-09-01T14:59:00.0320020Z Updating files: 48% (2887/6014) 2026-09-01T14:59:00.1461520Z Updating files: 49% (2947/6014) 2026-09-01T14:59:00.2891880Z Updating files: 50% (3007/6014) 2026-09-01T14:59:00.3636360Z Updating files: 50% (3027/6014) 2026-09-01T14:59:00.4010580Z Updating files: 51% (3068/6014) 2026-09-01T14:59:00.4316910Z Updating files: 52% (3128/6014) 2026-09-01T14:59:00.4555070Z Updating files: 53% (3188/6014) 2026-09-01T14:59:00.4787960Z Updating files: 54% (3248/6014) 2026-09-01T14:59:00.5086700Z Updating files: 55% (3308/6014) 2026-09-01T14:59:00.5388000Z Updating files: 56% (3368/6014) 2026-09-01T14:59:00.5626920Z Updating files: 57% (3428/6014) 2026-09-01T14:59:00.5963100Z Updating files: 58% (3489/6014) 2026-09-01T14:59:00.6216330Z Updating files: 59% (3549/6014) 2026-09-01T14:59:00.6611570Z Updating files: 60% (3609/6014) 2026-09-01T14:59:00.6994180Z Updating files: 61% (3669/6014) 2026-09-01T14:59:00.7260560Z Updating files: 62% (3729/6014) 2026-09-01T14:59:00.7628590Z Updating files: 63% (3789/6014) 2026-09-01T14:59:00.8169220Z Updating files: 64% (3849/6014) 2026-09-01T14:59:00.8398140Z Updating files: 65% (3910/6014) 2026-09-01T14:59:00.8627940Z Updating files: 66% (3970/6014) 2026-09-01T14:59:00.8848610Z Updating files: 67% (4030/6014) 2026-09-01T14:59:00.9165190Z Updating files: 68% (4090/6014) 2026-09-01T14:59:00.9447580Z Updating files: 69% (4150/6014) 2026-09-01T14:59:00.9782430Z Updating files: 70% (4210/6014) 2026-09-01T14:59:01.0064650Z Updating files: 71% (4270/6014) 2026-09-01T14:59:01.0317720Z Updating files: 72% (4331/6014) 2026-09-01T14:59:01.0524380Z Updating files: 73% (4391/6014) 2026-09-01T14:59:01.1249900Z Updating files: 74% (4451/6014) 2026-09-01T14:59:01.1456830Z Updating files: 75% (4511/6014) 2026-09-01T14:59:01.1632380Z Updating files: 76% (4571/6014) 2026-09-01T14:59:01.1830750Z Updating files: 77% (4631/6014) 2026-09-01T14:59:01.2033280Z Updating files: 78% (4691/6014) 2026-09-01T14:59:01.2221640Z Updating files: 79% (4752/6014) 2026-09-01T14:59:01.2505810Z Updating files: 80% (4812/6014) 2026-09-01T14:59:01.2775420Z Updating files: 81% (4872/6014) 2026-09-01T14:59:01.2798480Z Updating files: 81% (4925/6014) 2026-09-01T14:59:01.3050840Z Updating files: 82% (4932/6014) 2026-09-01T14:59:01.3623240Z Updating files: 83% (4992/6014) 2026-09-01T14:59:01.4525620Z Updating files: 84% (5052/6014) 2026-09-01T14:59:01.4886330Z Updating files: 85% (5112/6014) 2026-09-01T14:59:01.6766290Z Updating files: 86% (5173/6014) 2026-09-01T14:59:01.7168130Z Updating files: 87% (5233/6014) 2026-09-01T14:59:01.7785920Z Updating files: 88% (5293/6014) 2026-09-01T14:59:01.8142590Z Updating files: 89% (5353/6014) 2026-09-01T14:59:01.9076610Z Updating files: 90% (5413/6014) 2026-09-01T14:59:02.3658780Z Updating files: 91% (5473/6014) 2026-09-01T14:59:02.8790220Z Updating files: 91% (5516/6014) 2026-09-01T14:59:03.3583680Z Updating files: 92% (5533/6014) 2026-09-01T14:59:03.3912920Z Updating files: 92% (5568/6014) 2026-09-01T14:59:03.5536320Z Updating files: 93% (5594/6014) 2026-09-01T14:59:03.5777730Z Updating files: 94% (5654/6014) 2026-09-01T14:59:03.6918270Z Updating files: 95% (5714/6014) 2026-09-01T14:59:03.8389610Z Updating files: 96% (5774/6014) 2026-09-01T14:59:03.8885150Z Updating files: 97% (5834/6014) 2026-09-01T14:59:03.9201620Z Updating files: 98% (5894/6014) 2026-09-01T14:59:03.9643450Z Updating files: 99% (5954/6014) 2026-09-01T14:59:03.9646530Z Updating files: 100% (6014/6014) 2026-09-01T14:59:03.9648790Z Updating files: 100% (6014/6014), done. 2026-09-01T14:59:04.0139110Z HEAD is now at 5ac4c95 Merge 515a4d02d07b59f580e7a3cdb22989ba5bf77674 into 09916d286ed3703261ad5bc63c46083bdf7e253b
2026-09-01T14:59:04.0685030Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-01T14:59:04.1152390Z 5ac4c95399eaf97749738f76af6accf6aa10cc3e