Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T07:52:31.8385470Z with: 2026-08-23T07:52:31.8386110Z repository: pypy/pypy 2026-08-23T07:52:31.8392250Z token: *** 2026-08-23T07:52:31.8392860Z ssh-strict: true 2026-08-23T07:52:31.8393550Z ssh-user: git 2026-08-23T07:52:31.8394190Z persist-credentials: true 2026-08-23T07:52:31.8395070Z clean: true 2026-08-23T07:52:31.8395730Z sparse-checkout-cone-mode: true 2026-08-23T07:52:31.8396520Z fetch-depth: 1 2026-08-23T07:52:31.8397310Z fetch-tags: false 2026-08-23T07:52:31.8398010Z show-progress: true 2026-08-23T07:52:31.8398680Z lfs: false 2026-08-23T07:52:31.8399290Z submodules: false 2026-08-23T07:52:31.8399970Z set-safe-directory: true
2026-08-23T07:52:32.1255510Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T07:52:32.1259030Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-23T07:52:32.1260550Z [command]/usr/local/bin/git version 2026-08-23T07:52:32.1668560Z git version 2.55.0
2026-08-23T07:52:32.1710140Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/1ed722c1-252f-40e6-af00-99a3fb61da2d/.gitconfig' 2026-08-23T07:52:32.1728070Z Temporarily overriding HOME='/Users/runner/work/_temp/1ed722c1-252f-40e6-af00-99a3fb61da2d' before making global git config changes 2026-08-23T07:52:32.1730760Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T07:52:32.1735080Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-23T07:52:32.1870160Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T07:52:32.1882920Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-23T07:52:32.2188690Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T07:52:32.2190450Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T07:52:32.2191920Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T07:52:32.2193080Z hint: call: 2026-08-23T07:52:32.2193720Z hint: 2026-08-23T07:52:32.2195620Z hint: git config --global init.defaultBranch <name> 2026-08-23T07:52:32.2196750Z hint: 2026-08-23T07:52:32.2197780Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T07:52:32.2199250Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T07:52:32.2200410Z hint: 2026-08-23T07:52:32.2201060Z hint: git branch -m <name> 2026-08-23T07:52:32.2201830Z hint: 2026-08-23T07:52:32.2202810Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T07:52:32.2204590Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-23T07:52:32.2207130Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T07:52:32.2331690Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T07:52:32.2434140Z Removing SSH command configuration 2026-08-23T07:52:32.2439120Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T07:52:32.2543660Z [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-23T07:52:32.3849450Z Removing HTTP extra header 2026-08-23T07:52:32.3856360Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T07:52:32.3947990Z [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-23T07:52:32.5030130Z Removing includeIf entries pointing to credentials config files 2026-08-23T07:52:32.5037140Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T07:52:32.5123980Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T07:52:32.6896980Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-f119e1ee-efe3-41f5-8180-e3712cd788b4.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T07:52:32.6970040Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-f119e1ee-efe3-41f5-8180-e3712cd788b4.config 2026-08-23T07:52:32.7057120Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-f119e1ee-efe3-41f5-8180-e3712cd788b4.config 2026-08-23T07:52:32.7141360Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-f119e1ee-efe3-41f5-8180-e3712cd788b4.config 2026-08-23T07:52:32.7229220Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-f119e1ee-efe3-41f5-8180-e3712cd788b4.config
Fetching the repository
2026-08-23T07:52:32.7324650Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +043e173bef7f3807bd712d5db0a078be3eb241a8:refs/remotes/pull/5570/merge 2026-08-23T07:52:37.0239910Z From https://github.com/pypy/pypy 2026-08-23T07:52:37.0242830Z * [new ref] 043e173bef7f3807bd712d5db0a078be3eb241a8 -> pull/5570/merge
Determining the checkout info
2026-08-23T07:52:37.0327930Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-23T07:52:37.0374220Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T07:52:37.0464860Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-23T07:52:38.2045090Z Updating files: 41% (2944/7088) 2026-08-23T07:52:38.2796030Z Updating files: 42% (2977/7088) 2026-08-23T07:52:38.2963060Z Updating files: 43% (3048/7088) 2026-08-23T07:52:38.3118400Z Updating files: 44% (3119/7088) 2026-08-23T07:52:38.3264140Z Updating files: 45% (3190/7088) 2026-08-23T07:52:38.3416520Z Updating files: 46% (3261/7088) 2026-08-23T07:52:38.3569540Z Updating files: 47% (3332/7088) 2026-08-23T07:52:38.3792320Z Updating files: 48% (3403/7088) 2026-08-23T07:52:38.3974570Z Updating files: 49% (3474/7088) 2026-08-23T07:52:38.4150930Z Updating files: 50% (3544/7088) 2026-08-23T07:52:38.4352210Z Updating files: 51% (3615/7088) 2026-08-23T07:52:38.4522120Z Updating files: 52% (3686/7088) 2026-08-23T07:52:38.4690880Z Updating files: 53% (3757/7088) 2026-08-23T07:52:38.4859190Z Updating files: 54% (3828/7088) 2026-08-23T07:52:38.5026880Z Updating files: 55% (3899/7088) 2026-08-23T07:52:38.5185740Z Updating files: 56% (3970/7088) 2026-08-23T07:52:38.5357470Z Updating files: 57% (4041/7088) 2026-08-23T07:52:38.5533340Z Updating files: 58% (4112/7088) 2026-08-23T07:52:38.5704850Z Updating files: 59% (4182/7088) 2026-08-23T07:52:38.5941450Z Updating files: 60% (4253/7088) 2026-08-23T07:52:38.6104650Z Updating files: 61% (4324/7088) 2026-08-23T07:52:38.6297340Z Updating files: 62% (4395/7088) 2026-08-23T07:52:38.6457580Z Updating files: 63% (4466/7088) 2026-08-23T07:52:38.6617660Z Updating files: 64% (4537/7088) 2026-08-23T07:52:38.6788280Z Updating files: 65% (4608/7088) 2026-08-23T07:52:38.8029190Z Updating files: 66% (4679/7088) 2026-08-23T07:52:38.8094360Z Updating files: 67% (4749/7088) 2026-08-23T07:52:38.8409290Z Updating files: 68% (4820/7088) 2026-08-23T07:52:38.8666760Z Updating files: 69% (4891/7088) 2026-08-23T07:52:38.8862950Z Updating files: 70% (4962/7088) 2026-08-23T07:52:38.9063170Z Updating files: 71% (5033/7088) 2026-08-23T07:52:38.9274010Z Updating files: 72% (5104/7088) 2026-08-23T07:52:38.9474080Z Updating files: 73% (5175/7088) 2026-08-23T07:52:38.9742380Z Updating files: 74% (5246/7088) 2026-08-23T07:52:38.9926590Z Updating files: 75% (5316/7088) 2026-08-23T07:52:39.0157210Z Updating files: 76% (5387/7088) 2026-08-23T07:52:39.0423680Z Updating files: 77% (5458/7088) 2026-08-23T07:52:39.0591980Z Updating files: 78% (5529/7088) 2026-08-23T07:52:39.0653490Z Updating files: 79% (5600/7088) 2026-08-23T07:52:39.0795450Z Updating files: 79% (5621/7088) 2026-08-23T07:52:39.0979970Z Updating files: 80% (5671/7088) 2026-08-23T07:52:39.1152210Z Updating files: 81% (5742/7088) 2026-08-23T07:52:39.1309890Z Updating files: 82% (5813/7088) 2026-08-23T07:52:39.1507960Z Updating files: 83% (5884/7088) 2026-08-23T07:52:39.1723700Z Updating files: 84% (5954/7088) 2026-08-23T07:52:39.1943500Z Updating files: 85% (6025/7088) 2026-08-23T07:52:39.2158660Z Updating files: 86% (6096/7088) 2026-08-23T07:52:39.2360740Z Updating files: 87% (6167/7088) 2026-08-23T07:52:39.2597150Z Updating files: 88% (6238/7088) 2026-08-23T07:52:39.2772670Z Updating files: 89% (6309/7088) 2026-08-23T07:52:39.3593270Z Updating files: 90% (6380/7088) 2026-08-23T07:52:39.3998900Z Updating files: 91% (6451/7088) 2026-08-23T07:52:39.4681000Z Updating files: 92% (6521/7088) 2026-08-23T07:52:39.5685270Z Updating files: 93% (6592/7088) 2026-08-23T07:52:39.6033510Z Updating files: 94% (6663/7088) 2026-08-23T07:52:39.6159080Z Updating files: 95% (6734/7088) 2026-08-23T07:52:39.6237230Z Updating files: 96% (6805/7088) 2026-08-23T07:52:39.6268230Z Updating files: 97% (6876/7088) 2026-08-23T07:52:39.6363330Z Updating files: 98% (6947/7088) 2026-08-23T07:52:39.6639960Z Updating files: 99% (7018/7088) 2026-08-23T07:52:39.7056520Z Updating files: 100% (7088/7088) 2026-08-23T07:52:39.7204960Z Updating files: 100% (7088/7088), done. 2026-08-23T07:52:39.7206210Z HEAD is now at 043e173 Merge 2f22eadcf55c585d0d78eb4c3251efa525738847 into 9b9b9bd54261eeca87c51c3402c5bd74b3c58aa4
2026-08-23T07:52:39.7212620Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-23T07:52:39.7213310Z 043e173bef7f3807bd712d5db0a078be3eb241a8