timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-23T06:27:41.6310130Z with:
2026-08-23T06:27:41.6311140Z repository: pypy/pypy
2026-08-23T06:27:41.6318340Z token: ***
2026-08-23T06:27:41.6319140Z ssh-strict: true
2026-08-23T06:27:41.6319950Z ssh-user: git
2026-08-23T06:27:41.6320790Z persist-credentials: true
2026-08-23T06:27:41.6321860Z clean: true
2026-08-23T06:27:41.6322720Z sparse-checkout-cone-mode: true
2026-08-23T06:27:41.6323740Z fetch-depth: 1
2026-08-23T06:27:41.6324580Z fetch-tags: false
2026-08-23T06:27:41.6325440Z show-progress: true
2026-08-23T06:27:41.6326300Z lfs: false
2026-08-23T06:27:41.6327090Z submodules: false
2026-08-23T06:27:41.6327960Z set-safe-directory: true
2026-08-23T06:27:42.2596770Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T06:27:42.2692540Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-23T06:27:42.2906690Z [command]/usr/local/bin/git version
2026-08-23T06:27:42.2934020Z git version 2.55.0
2026-08-23T06:27:42.3020900Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/cf57bc1d-b040-4116-89ff-5d1f4c63efdc/.gitconfig'
2026-08-23T06:27:42.3026630Z Temporarily overriding HOME='/Users/runner/work/_temp/cf57bc1d-b040-4116-89ff-5d1f4c63efdc' before making global git config changes
2026-08-23T06:27:42.3031970Z Adding repository directory to the temporary git global config as a safe directory
2026-08-23T06:27:42.3036810Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-23T06:27:42.3047420Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T06:27:42.3056460Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-23T06:27:42.3065360Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-23T06:27:42.3070610Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-23T06:27:42.3079700Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-23T06:27:42.3084180Z hint: call:
2026-08-23T06:27:42.3087490Z hint:
2026-08-23T06:27:42.3091510Z hint: git config --global init.defaultBranch <name>
2026-08-23T06:27:42.3093350Z hint:
2026-08-23T06:27:42.3097020Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-23T06:27:42.3101990Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-23T06:27:42.3104110Z hint:
2026-08-23T06:27:42.3107310Z hint: git branch -m <name>
2026-08-23T06:27:42.3110570Z hint:
2026-08-23T06:27:42.3116440Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-23T06:27:42.3121070Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-23T06:27:42.3367270Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T06:27:42.3384180Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T06:27:42.3402920Z Removing SSH command configuration
2026-08-23T06:27:42.3409250Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-23T06:27:42.3424450Z [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-23T06:27:42.4143870Z Removing HTTP extra header
2026-08-23T06:27:42.4149210Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-23T06:27:42.4263530Z [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-23T06:27:42.5746980Z Removing includeIf entries pointing to credentials config files
2026-08-23T06:27:42.5751790Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-23T06:27:42.5882480Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-23T06:27:42.8261840Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-146ed512-bdde-4811-aa13-fc87a57a6e25.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-23T06:27:42.8865560Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-146ed512-bdde-4811-aa13-fc87a57a6e25.config
2026-08-23T06:27:42.8882610Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-146ed512-bdde-4811-aa13-fc87a57a6e25.config
2026-08-23T06:27:42.8900930Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-146ed512-bdde-4811-aa13-fc87a57a6e25.config
2026-08-23T06:27:42.8929090Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-146ed512-bdde-4811-aa13-fc87a57a6e25.config
Fetching the repository
2026-08-23T06:27:42.8959870Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7c002b86696f43cb40fdd026f9c665ddb77699d4:refs/remotes/pull/5570/merge
2026-08-23T06:27:48.0133490Z From https://github.com/pypy/pypy
2026-08-23T06:27:48.0297070Z * [new ref] 7c002b86696f43cb40fdd026f9c665ddb77699d4 -> pull/5570/merge
Determining the checkout info
2026-08-23T06:27:48.0533970Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-23T06:27:48.0609250Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T06:27:48.0709000Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5570/merge
2026-08-23T06:27:49.1954160Z Updating files: 19% (1349/7088)
2026-08-23T06:27:49.3458410Z Updating files: 20% (1418/7088)
2026-08-23T06:27:49.4466090Z Updating files: 21% (1489/7088)
2026-08-23T06:27:49.4896190Z Updating files: 22% (1560/7088)
2026-08-23T06:27:49.5209900Z Updating files: 23% (1631/7088)
2026-08-23T06:27:49.5256150Z Updating files: 24% (1702/7088)
2026-08-23T06:27:49.5989810Z Updating files: 25% (1772/7088)
2026-08-23T06:27:49.6616480Z Updating files: 26% (1843/7088)
2026-08-23T06:27:49.7200470Z Updating files: 27% (1914/7088)
2026-08-23T06:27:49.8837130Z Updating files: 28% (1985/7088)
2026-08-23T06:27:49.9839100Z Updating files: 29% (2056/7088)
2026-08-23T06:27:50.0084890Z Updating files: 30% (2127/7088)
2026-08-23T06:27:50.0253230Z Updating files: 31% (2198/7088)
2026-08-23T06:27:50.0776260Z Updating files: 32% (2269/7088)
2026-08-23T06:27:50.2946530Z Updating files: 32% (2314/7088)
2026-08-23T06:27:50.3139680Z Updating files: 33% (2340/7088)
2026-08-23T06:27:50.3821680Z Updating files: 34% (2410/7088)
2026-08-23T06:27:50.5505820Z Updating files: 35% (2481/7088)
2026-08-23T06:27:50.8033060Z Updating files: 36% (2552/7088)
2026-08-23T06:27:50.8458990Z Updating files: 37% (2623/7088)
2026-08-23T06:27:51.0355440Z Updating files: 38% (2694/7088)
2026-08-23T06:27:51.0501950Z Updating files: 39% (2765/7088)
2026-08-23T06:27:51.1508050Z Updating files: 40% (2836/7088)
2026-08-23T06:27:51.1803840Z Updating files: 41% (2907/7088)
2026-08-23T06:27:51.1835750Z Updating files: 41% (2964/7088)
2026-08-23T06:27:51.1891060Z Updating files: 42% (2977/7088)
2026-08-23T06:27:51.4291400Z Updating files: 43% (3048/7088)
2026-08-23T06:27:51.4798040Z Updating files: 44% (3119/7088)
2026-08-23T06:27:51.5802360Z Updating files: 45% (3190/7088)
2026-08-23T06:27:51.5952240Z Updating files: 46% (3261/7088)
2026-08-23T06:27:51.5959670Z Updating files: 47% (3332/7088)
2026-08-23T06:27:51.7995960Z Updating files: 48% (3403/7088)
2026-08-23T06:27:51.8065420Z Updating files: 49% (3474/7088)
2026-08-23T06:27:51.8403630Z Updating files: 50% (3544/7088)
2026-08-23T06:27:51.8406120Z Updating files: 51% (3615/7088)
2026-08-23T06:27:52.0146000Z Updating files: 52% (3686/7088)
2026-08-23T06:27:52.1147960Z Updating files: 53% (3757/7088)
2026-08-23T06:27:52.1993240Z Updating files: 54% (3828/7088)
2026-08-23T06:27:52.2020780Z Updating files: 55% (3899/7088)
2026-08-23T06:27:52.3025960Z Updating files: 55% (3930/7088)
2026-08-23T06:27:52.3027040Z Updating files: 56% (3970/7088)
2026-08-23T06:27:52.3909540Z Updating files: 57% (4041/7088)
2026-08-23T06:27:52.5911410Z Updating files: 58% (4112/7088)
2026-08-23T06:27:52.6259790Z Updating files: 59% (4182/7088)
2026-08-23T06:27:52.6726080Z Updating files: 60% (4253/7088)
2026-08-23T06:27:52.6789080Z Updating files: 61% (4324/7088)
2026-08-23T06:27:52.8293010Z Updating files: 62% (4395/7088)
2026-08-23T06:27:52.9296140Z Updating files: 63% (4466/7088)
2026-08-23T06:27:53.0020260Z Updating files: 64% (4537/7088)
2026-08-23T06:27:53.0232870Z Updating files: 65% (4608/7088)
2026-08-23T06:27:53.1252640Z Updating files: 66% (4679/7088)
2026-08-23T06:27:53.2258250Z Updating files: 66% (4698/7088)
2026-08-23T06:27:53.2492290Z Updating files: 67% (4749/7088)
2026-08-23T06:27:53.2918190Z Updating files: 68% (4820/7088)
2026-08-23T06:27:53.3213650Z Updating files: 69% (4891/7088)
2026-08-23T06:27:53.3501270Z Updating files: 70% (4962/7088)
2026-08-23T06:27:53.5025680Z Updating files: 71% (5033/7088)
2026-08-23T06:27:53.5316890Z Updating files: 72% (5104/7088)
2026-08-23T06:27:53.5774600Z Updating files: 73% (5175/7088)
2026-08-23T06:27:53.6258060Z Updating files: 74% (5246/7088)
2026-08-23T06:27:53.7262020Z Updating files: 75% (5316/7088)
2026-08-23T06:27:53.7358640Z Updating files: 76% (5387/7088)
2026-08-23T06:27:53.7380930Z Updating files: 77% (5458/7088)
2026-08-23T06:27:53.7384910Z Updating files: 78% (5529/7088)
2026-08-23T06:27:53.9282580Z Updating files: 79% (5600/7088)
2026-08-23T06:27:54.0243400Z Updating files: 80% (5671/7088)
2026-08-23T06:27:54.0245830Z Updating files: 81% (5742/7088)
2026-08-23T06:27:54.0248310Z Updating files: 82% (5813/7088)
2026-08-23T06:27:54.0251290Z Updating files: 83% (5884/7088)
2026-08-23T06:27:54.1786610Z Updating files: 84% (5954/7088)
2026-08-23T06:27:54.2727680Z Updating files: 84% (5984/7088)
2026-08-23T06:27:54.2730910Z Updating files: 85% (6025/7088)
2026-08-23T06:27:54.2735680Z Updating files: 86% (6096/7088)
2026-08-23T06:27:54.2739520Z Updating files: 87% (6167/7088)
2026-08-23T06:27:54.2742180Z Updating files: 88% (6238/7088)
2026-08-23T06:27:54.2757270Z Updating files: 89% (6309/7088)
2026-08-23T06:27:54.2942420Z Updating files: 90% (6380/7088)
2026-08-23T06:27:54.3230790Z Updating files: 91% (6451/7088)
2026-08-23T06:27:54.4554830Z Updating files: 92% (6521/7088)
2026-08-23T06:27:54.5505480Z Updating files: 93% (6592/7088)
2026-08-23T06:27:54.6104230Z Updating files: 94% (6663/7088)
2026-08-23T06:27:54.6594530Z Updating files: 95% (6734/7088)
2026-08-23T06:27:54.7508020Z Updating files: 96% (6805/7088)
2026-08-23T06:27:54.8495020Z Updating files: 97% (6876/7088)
2026-08-23T06:27:54.8827630Z Updating files: 98% (6947/7088)
2026-08-23T06:27:54.9183110Z Updating files: 99% (7018/7088)
2026-08-23T06:27:54.9189640Z Updating files: 100% (7088/7088)
2026-08-23T06:27:54.9199270Z Updating files: 100% (7088/7088), done.
2026-08-23T06:27:54.9371830Z HEAD is now at 7c002b8 Merge a0a8adf018243b9404528de5acc99855742575eb into 9b9b9bd54261eeca87c51c3402c5bd74b3c58aa4
2026-08-23T06:27:54.9913320Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-23T06:27:55.0170100Z 7c002b86696f43cb40fdd026f9c665ddb77699d4