Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T09:19:48.1855280Z with: 2026-08-23T09:19:48.1855640Z repository: pypy/pypy 2026-08-23T09:19:48.1858920Z token: *** 2026-08-23T09:19:48.1859350Z ssh-strict: true 2026-08-23T09:19:48.1859740Z ssh-user: git 2026-08-23T09:19:48.1860190Z persist-credentials: true 2026-08-23T09:19:48.1860640Z clean: true 2026-08-23T09:19:48.1861060Z sparse-checkout-cone-mode: true 2026-08-23T09:19:48.1864350Z fetch-depth: 1 2026-08-23T09:19:48.1864870Z fetch-tags: false 2026-08-23T09:19:48.1865260Z show-progress: true 2026-08-23T09:19:48.1865620Z lfs: false 2026-08-23T09:19:48.1865980Z submodules: false 2026-08-23T09:19:48.1866460Z set-safe-directory: true
2026-08-23T09:19:48.8437660Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T09:19:48.8514640Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-23T09:19:48.8552230Z [command]/opt/homebrew/bin/git version 2026-08-23T09:19:48.9125310Z git version 2.55.0
2026-08-23T09:19:48.9158650Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/27d05840-f2eb-436b-9b70-fb1891d732c5/.gitconfig' 2026-08-23T09:19:48.9167040Z Temporarily overriding HOME='/Users/runner/work/_temp/27d05840-f2eb-436b-9b70-fb1891d732c5' before making global git config changes 2026-08-23T09:19:48.9169590Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T09:19:48.9170660Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-23T09:19:48.9510640Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T09:19:48.9558560Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-23T09:19:48.9841330Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T09:19:48.9844610Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T09:19:48.9846820Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T09:19:48.9851610Z hint: call: 2026-08-23T09:19:48.9853260Z hint: 2026-08-23T09:19:48.9855160Z hint: git config --global init.defaultBranch <name> 2026-08-23T09:19:48.9856930Z hint: 2026-08-23T09:19:48.9858690Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T09:19:48.9861310Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T09:19:48.9863510Z hint: 2026-08-23T09:19:48.9865250Z hint: git branch -m <name> 2026-08-23T09:19:48.9868160Z hint: 2026-08-23T09:19:48.9869240Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T09:19:48.9870430Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-23T09:19:48.9874190Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T09:19:48.9991930Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T09:19:49.0117220Z Removing SSH command configuration 2026-08-23T09:19:49.0118520Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T09:19:49.0203450Z [command]/opt/homebrew/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-23T09:19:49.1810320Z Removing HTTP extra header 2026-08-23T09:19:49.1846190Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T09:19:49.1984720Z [command]/opt/homebrew/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-23T09:19:49.3077850Z Removing includeIf entries pointing to credentials config files 2026-08-23T09:19:49.3086910Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T09:19:49.3174590Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T09:19:49.4352960Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-efa5550b-5384-4e1e-944b-b95c822a84c2.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T09:19:49.4443810Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-efa5550b-5384-4e1e-944b-b95c822a84c2.config 2026-08-23T09:19:49.4534000Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-efa5550b-5384-4e1e-944b-b95c822a84c2.config 2026-08-23T09:19:49.4631560Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-efa5550b-5384-4e1e-944b-b95c822a84c2.config 2026-08-23T09:19:49.4726630Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-efa5550b-5384-4e1e-944b-b95c822a84c2.config
Fetching the repository
2026-08-23T09:19:49.4808710Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +90073a41f15b2e20a41f8e6f0b86f1a6cd026671:refs/remotes/pull/5570/merge 2026-08-23T09:19:53.5308670Z From https://github.com/pypy/pypy 2026-08-23T09:19:53.5410070Z * [new ref] 90073a41f15b2e20a41f8e6f0b86f1a6cd026671 -> pull/5570/merge
Determining the checkout info
2026-08-23T09:19:53.5423410Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-23T09:19:53.5472690Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T09:19:53.5566750Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-23T09:19:54.7243160Z Updating files: 57% (4105/7088) 2026-08-23T09:19:54.7447270Z Updating files: 58% (4112/7088) 2026-08-23T09:19:54.7548050Z Updating files: 59% (4182/7088) 2026-08-23T09:19:54.7851460Z Updating files: 60% (4253/7088) 2026-08-23T09:19:54.7953920Z Updating files: 61% (4324/7088) 2026-08-23T09:19:54.8055390Z Updating files: 62% (4395/7088) 2026-08-23T09:19:54.8255860Z Updating files: 63% (4466/7088) 2026-08-23T09:19:54.8567880Z Updating files: 64% (4537/7088) 2026-08-23T09:19:54.8868620Z Updating files: 65% (4608/7088) 2026-08-23T09:19:54.9069560Z Updating files: 66% (4679/7088) 2026-08-23T09:19:54.9173420Z Updating files: 67% (4749/7088) 2026-08-23T09:19:54.9374880Z Updating files: 68% (4820/7088) 2026-08-23T09:19:54.9476260Z Updating files: 69% (4891/7088) 2026-08-23T09:19:54.9577280Z Updating files: 70% (4962/7088) 2026-08-23T09:19:54.9678970Z Updating files: 71% (5033/7088) 2026-08-23T09:19:54.9985050Z Updating files: 72% (5104/7088) 2026-08-23T09:19:55.0190830Z Updating files: 73% (5175/7088) 2026-08-23T09:19:55.0491210Z Updating files: 74% (5246/7088) 2026-08-23T09:19:55.0596050Z Updating files: 75% (5316/7088) 2026-08-23T09:19:55.0716950Z Updating files: 76% (5387/7088) 2026-08-23T09:19:55.0898270Z Updating files: 77% (5458/7088) 2026-08-23T09:19:55.1101330Z Updating files: 78% (5529/7088) 2026-08-23T09:19:55.1201990Z Updating files: 79% (5600/7088) 2026-08-23T09:19:55.1307630Z Updating files: 80% (5671/7088) 2026-08-23T09:19:55.1409660Z Updating files: 81% (5742/7088) 2026-08-23T09:19:55.1546980Z Updating files: 82% (5813/7088) 2026-08-23T09:19:55.1647990Z Updating files: 83% (5884/7088) 2026-08-23T09:19:55.1829180Z Updating files: 84% (5954/7088) 2026-08-23T09:19:55.1972850Z Updating files: 85% (6025/7088) 2026-08-23T09:19:55.2155680Z Updating files: 86% (6096/7088) 2026-08-23T09:19:55.2253590Z Updating files: 87% (6167/7088) 2026-08-23T09:19:55.2356910Z Updating files: 88% (6238/7088) 2026-08-23T09:19:55.2607380Z Updating files: 89% (6309/7088) 2026-08-23T09:19:55.2796880Z Updating files: 90% (6380/7088) 2026-08-23T09:19:55.2950900Z Updating files: 91% (6451/7088) 2026-08-23T09:19:55.3788140Z Updating files: 92% (6521/7088) 2026-08-23T09:19:55.4257360Z Updating files: 93% (6592/7088) 2026-08-23T09:19:55.4412480Z Updating files: 94% (6663/7088) 2026-08-23T09:19:55.4803730Z Updating files: 95% (6734/7088) 2026-08-23T09:19:55.4905780Z Updating files: 96% (6805/7088) 2026-08-23T09:19:55.5005350Z Updating files: 97% (6876/7088) 2026-08-23T09:19:55.5107310Z Updating files: 98% (6947/7088) 2026-08-23T09:19:55.5209690Z Updating files: 99% (7018/7088) 2026-08-23T09:19:55.5232750Z Updating files: 100% (7088/7088) 2026-08-23T09:19:55.5246410Z Updating files: 100% (7088/7088), done. 2026-08-23T09:19:55.5360450Z HEAD is now at 90073a4 Merge 5b98f7970583eb336e75b1e65e4f0e8495e7ea33 into 62a475fcfa4bcce9240ac2a1b7f76fcf5e129877
2026-08-23T09:19:55.5616500Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-23T09:19:55.5720530Z 90073a41f15b2e20a41f8e6f0b86f1a6cd026671