timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-09-09T14:01:30.8253020Z with:
2026-09-09T14:01:30.8253740Z repository: pypy/pypy
2026-09-09T14:01:30.8261710Z token: ***
2026-09-09T14:01:30.8262820Z ssh-strict: true
2026-09-09T14:01:30.8263900Z ssh-user: git
2026-09-09T14:01:30.8264990Z persist-credentials: true
2026-09-09T14:01:30.8266170Z clean: true
2026-09-09T14:01:30.8267270Z sparse-checkout-cone-mode: true
2026-09-09T14:01:30.8268580Z fetch-depth: 1
2026-09-09T14:01:30.8269610Z fetch-tags: false
2026-09-09T14:01:30.8270670Z show-progress: true
2026-09-09T14:01:30.8271960Z lfs: false
2026-09-09T14:01:30.8273200Z submodules: false
2026-09-09T14:01:30.8274310Z set-safe-directory: true
2026-09-09T14:01:31.3741860Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T14:01:31.3750860Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-09T14:01:31.3754390Z [command]/usr/local/bin/git version
2026-09-09T14:01:31.5666170Z git version 2.55.0
2026-09-09T14:01:31.5727400Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/5f8eb5a1-28e0-4323-9bb2-6e4c2ea482e6/.gitconfig'
2026-09-09T14:01:31.5763870Z Temporarily overriding HOME='/Users/runner/work/_temp/5f8eb5a1-28e0-4323-9bb2-6e4c2ea482e6' before making global git config changes
2026-09-09T14:01:31.5775110Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T14:01:31.5787180Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-09T14:01:31.5949180Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T14:01:31.5973050Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-09-09T14:01:31.6555390Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T14:01:31.6568930Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-09T14:01:31.6581620Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-09T14:01:31.6591260Z hint: call:
2026-09-09T14:01:31.6595290Z hint:
2026-09-09T14:01:31.6597920Z hint: git config --global init.defaultBranch <name>
2026-09-09T14:01:31.6601800Z hint:
2026-09-09T14:01:31.6607180Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T14:01:31.6612520Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T14:01:31.6617080Z hint:
2026-09-09T14:01:31.6620110Z hint: git branch -m <name>
2026-09-09T14:01:31.6623740Z hint:
2026-09-09T14:01:31.6628290Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-09T14:01:31.6634420Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-09T14:01:31.6667180Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T14:01:31.6964230Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T14:01:31.7306220Z Removing SSH command configuration
2026-09-09T14:01:31.7369110Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-09T14:01:31.7380300Z [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-09T14:01:32.0642830Z Removing HTTP extra header
2026-09-09T14:01:32.0646210Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-09T14:01:32.0767390Z [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-09T14:01:32.3172420Z Removing includeIf entries pointing to credentials config files
2026-09-09T14:01:32.3186750Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-09T14:01:32.3206560Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-09T14:01:32.5934490Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-b4cba7aa-6f8e-4be9-9501-acc1208cf2ef.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-09T14:01:32.6372100Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-b4cba7aa-6f8e-4be9-9501-acc1208cf2ef.config
2026-09-09T14:01:32.6748840Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-b4cba7aa-6f8e-4be9-9501-acc1208cf2ef.config
2026-09-09T14:01:32.6997710Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-b4cba7aa-6f8e-4be9-9501-acc1208cf2ef.config
2026-09-09T14:01:32.7281050Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-b4cba7aa-6f8e-4be9-9501-acc1208cf2ef.config
Fetching the repository
2026-09-09T14:01:32.8138230Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +876c2e013376ffd4e5b6df6f38e0000ad025871d:refs/remotes/origin/main
2026-09-09T14:01:35.9197730Z From https://github.com/pypy/pypy
2026-09-09T14:01:35.9206460Z * [new ref] 876c2e013376ffd4e5b6df6f38e0000ad025871d -> origin/main
2026-09-09T14:01:35.9213940Z [command]/usr/local/bin/git branch --list --remote origin/main
2026-09-09T14:01:35.9333950Z origin/main
2026-09-09T14:01:35.9348060Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main
2026-09-09T14:01:35.9458500Z 876c2e013376ffd4e5b6df6f38e0000ad025871d
Determining the checkout info
2026-09-09T14:01:35.9475700Z [command]/usr/local/bin/git sparse-checkout disable
2026-09-09T14:01:35.9630870Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T14:01:35.9759890Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-09T14:01:37.0739230Z Updating files: 29% (1783/5950)
2026-09-09T14:01:37.1443490Z Updating files: 30% (1785/5950)
2026-09-09T14:01:37.1673000Z Updating files: 31% (1845/5950)
2026-09-09T14:01:37.1900060Z Updating files: 32% (1904/5950)
2026-09-09T14:01:37.2135680Z Updating files: 33% (1964/5950)
2026-09-09T14:01:37.2383890Z Updating files: 34% (2023/5950)
2026-09-09T14:01:37.2634610Z Updating files: 35% (2083/5950)
2026-09-09T14:01:37.2901110Z Updating files: 36% (2142/5950)
2026-09-09T14:01:37.4095910Z Updating files: 37% (2202/5950)
2026-09-09T14:01:37.4263150Z Updating files: 38% (2261/5950)
2026-09-09T14:01:37.4331080Z Updating files: 39% (2321/5950)
2026-09-09T14:01:37.4340700Z Updating files: 40% (2380/5950)
2026-09-09T14:01:37.4406420Z Updating files: 41% (2440/5950)
2026-09-09T14:01:37.4510130Z Updating files: 42% (2499/5950)
2026-09-09T14:01:37.4686060Z Updating files: 43% (2559/5950)
2026-09-09T14:01:37.5266530Z Updating files: 44% (2618/5950)
2026-09-09T14:01:37.5557490Z Updating files: 45% (2678/5950)
2026-09-09T14:01:37.5883710Z Updating files: 46% (2737/5950)
2026-09-09T14:01:37.6155010Z Updating files: 47% (2797/5950)
2026-09-09T14:01:37.6385630Z Updating files: 48% (2856/5950)
2026-09-09T14:01:37.6615130Z Updating files: 49% (2916/5950)
2026-09-09T14:01:37.6852530Z Updating files: 50% (2975/5950)
2026-09-09T14:01:37.7085540Z Updating files: 51% (3035/5950)
2026-09-09T14:01:37.8314050Z Updating files: 52% (3094/5950)
2026-09-09T14:01:37.8505400Z Updating files: 53% (3154/5950)
2026-09-09T14:01:37.9896460Z Updating files: 54% (3213/5950)
2026-09-09T14:01:38.0137700Z Updating files: 55% (3273/5950)
2026-09-09T14:01:38.0203000Z Updating files: 56% (3332/5950)
2026-09-09T14:01:38.0448360Z Updating files: 56% (3349/5950)
2026-09-09T14:01:38.0650660Z Updating files: 57% (3392/5950)
2026-09-09T14:01:38.1924450Z Updating files: 58% (3451/5950)
2026-09-09T14:01:38.2146580Z Updating files: 59% (3511/5950)
2026-09-09T14:01:38.2361190Z Updating files: 60% (3570/5950)
2026-09-09T14:01:38.2594100Z Updating files: 61% (3630/5950)
2026-09-09T14:01:38.2834060Z Updating files: 62% (3689/5950)
2026-09-09T14:01:38.3094020Z Updating files: 63% (3749/5950)
2026-09-09T14:01:38.3365000Z Updating files: 64% (3808/5950)
2026-09-09T14:01:38.3614610Z Updating files: 65% (3868/5950)
2026-09-09T14:01:38.3880460Z Updating files: 66% (3927/5950)
2026-09-09T14:01:38.4170010Z Updating files: 67% (3987/5950)
2026-09-09T14:01:38.4509970Z Updating files: 68% (4046/5950)
2026-09-09T14:01:38.4825240Z Updating files: 69% (4106/5950)
2026-09-09T14:01:38.5090910Z Updating files: 70% (4165/5950)
2026-09-09T14:01:38.5440070Z Updating files: 71% (4225/5950)
2026-09-09T14:01:38.5775230Z Updating files: 72% (4284/5950)
2026-09-09T14:01:38.6027180Z Updating files: 73% (4344/5950)
2026-09-09T14:01:38.6267490Z Updating files: 74% (4403/5950)
2026-09-09T14:01:38.6475020Z Updating files: 75% (4463/5950)
2026-09-09T14:01:38.6688270Z Updating files: 76% (4522/5950)
2026-09-09T14:01:38.6930620Z Updating files: 77% (4582/5950)
2026-09-09T14:01:38.7181510Z Updating files: 78% (4641/5950)
2026-09-09T14:01:38.7406260Z Updating files: 79% (4701/5950)
2026-09-09T14:01:38.7624750Z Updating files: 80% (4760/5950)
2026-09-09T14:01:38.7846820Z Updating files: 81% (4820/5950)
2026-09-09T14:01:38.8587670Z Updating files: 82% (4879/5950)
2026-09-09T14:01:38.8937060Z Updating files: 83% (4939/5950)
2026-09-09T14:01:38.9213440Z Updating files: 84% (4998/5950)
2026-09-09T14:01:38.9550360Z Updating files: 85% (5058/5950)
2026-09-09T14:01:39.0334140Z Updating files: 86% (5117/5950)
2026-09-09T14:01:39.0537810Z Updating files: 86% (5128/5950)
2026-09-09T14:01:39.0792030Z Updating files: 87% (5177/5950)
2026-09-09T14:01:39.1024120Z Updating files: 88% (5236/5950)
2026-09-09T14:01:39.1270520Z Updating files: 89% (5296/5950)
2026-09-09T14:01:39.1492300Z Updating files: 90% (5355/5950)
2026-09-09T14:01:39.1815860Z Updating files: 91% (5415/5950)
2026-09-09T14:01:39.2371050Z Updating files: 92% (5474/5950)
2026-09-09T14:01:39.2612110Z Updating files: 93% (5534/5950)
2026-09-09T14:01:39.2814700Z Updating files: 94% (5593/5950)
2026-09-09T14:01:39.3049400Z Updating files: 95% (5653/5950)
2026-09-09T14:01:39.3296820Z Updating files: 96% (5712/5950)
2026-09-09T14:01:39.3603030Z Updating files: 97% (5772/5950)
2026-09-09T14:01:39.3822610Z Updating files: 98% (5831/5950)
2026-09-09T14:01:39.4081670Z Updating files: 99% (5891/5950)
2026-09-09T14:01:39.4084380Z Updating files: 100% (5950/5950)
2026-09-09T14:01:39.4085860Z Updating files: 100% (5950/5950), done.
2026-09-09T14:01:39.4283990Z Switched to a new branch 'main'
2026-09-09T14:01:39.4310430Z branch 'main' set up to track 'origin/main'.
2026-09-09T14:01:39.4514290Z [command]/usr/local/bin/git log -1 --format=%H
2026-09-09T14:01:39.4679290Z 876c2e013376ffd4e5b6df6f38e0000ad025871d