Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-15T16:10:04.7359890Z with: 2026-09-15T16:10:04.7361900Z repository: pypy/pypy 2026-09-15T16:10:04.7377590Z token: *** 2026-09-15T16:10:04.7379940Z ssh-strict: true 2026-09-15T16:10:04.7381930Z ssh-user: git 2026-09-15T16:10:04.7384040Z persist-credentials: true 2026-09-15T16:10:04.7385780Z clean: true 2026-09-15T16:10:04.7389110Z sparse-checkout-cone-mode: true 2026-09-15T16:10:04.7394140Z fetch-depth: 1 2026-09-15T16:10:04.7397190Z fetch-tags: false 2026-09-15T16:10:04.7400500Z show-progress: true 2026-09-15T16:10:04.7405890Z lfs: false 2026-09-15T16:10:04.7408250Z submodules: false 2026-09-15T16:10:04.7410270Z set-safe-directory: true
2026-09-15T16:10:05.3920220Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-15T16:10:05.3930600Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-15T16:10:05.3935980Z [command]/usr/local/bin/git version 2026-09-15T16:10:05.4357900Z git version 2.55.0
2026-09-15T16:10:05.4433570Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/d0fed0cd-4795-44c3-8666-57a277157810/.gitconfig' 2026-09-15T16:10:05.4459410Z Temporarily overriding HOME='/Users/runner/work/_temp/d0fed0cd-4795-44c3-8666-57a277157810' before making global git config changes 2026-09-15T16:10:05.4469530Z Adding repository directory to the temporary git global config as a safe directory 2026-09-15T16:10:05.4477560Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-15T16:10:05.4729880Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-15T16:10:05.4751510Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-15T16:10:05.5272850Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-15T16:10:05.5279160Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-15T16:10:05.5285370Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-15T16:10:05.5290440Z hint: call: 2026-09-15T16:10:05.5297790Z hint: 2026-09-15T16:10:05.5301000Z hint: git config --global init.defaultBranch <name> 2026-09-15T16:10:05.5305050Z hint: 2026-09-15T16:10:05.5312370Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-15T16:10:05.5319190Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-15T16:10:05.5324350Z hint: 2026-09-15T16:10:05.5327110Z hint: git branch -m <name> 2026-09-15T16:10:05.5330110Z hint: 2026-09-15T16:10:05.5334500Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-15T16:10:05.5341250Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-15T16:10:05.5351510Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-15T16:10:05.5524470Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-15T16:10:05.5699010Z Removing SSH command configuration 2026-09-15T16:10:05.5703760Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-15T16:10:05.5889960Z [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-15T16:10:05.8542950Z Removing HTTP extra header 2026-09-15T16:10:05.8550430Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-15T16:10:05.8703930Z [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-15T16:10:06.1795790Z Removing includeIf entries pointing to credentials config files 2026-09-15T16:10:06.1804290Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-15T16:10:06.2049880Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-15T16:10:06.5322210Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-8f27711b-a8f0-4d2f-a5f2-4e26568e7b41.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-15T16:10:06.5594330Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-8f27711b-a8f0-4d2f-a5f2-4e26568e7b41.config 2026-09-15T16:10:06.5845600Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-8f27711b-a8f0-4d2f-a5f2-4e26568e7b41.config 2026-09-15T16:10:06.6091300Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-8f27711b-a8f0-4d2f-a5f2-4e26568e7b41.config 2026-09-15T16:10:06.6345460Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-8f27711b-a8f0-4d2f-a5f2-4e26568e7b41.config
Fetching the repository
2026-09-15T16:10:06.6613110Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fba3194b7561c0ed91dc5d1b5bc8c08be1a5f3c4:refs/remotes/origin/main 2026-09-15T16:10:11.7915770Z From https://github.com/pypy/pypy 2026-09-15T16:10:11.7918850Z * [new ref] fba3194b7561c0ed91dc5d1b5bc8c08be1a5f3c4 -> origin/main 2026-09-15T16:10:11.7936870Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-09-15T16:10:11.8182490Z origin/main 2026-09-15T16:10:11.8207730Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-09-15T16:10:11.8385370Z fba3194b7561c0ed91dc5d1b5bc8c08be1a5f3c4
Determining the checkout info
2026-09-15T16:10:11.8405370Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-15T16:10:11.8662000Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-15T16:10:11.8912710Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-15T16:10:13.0615430Z Updating files: 30% (1826/5950) 2026-09-15T16:10:13.1332740Z Updating files: 31% (1845/5950) 2026-09-15T16:10:13.1612670Z Updating files: 32% (1904/5950) 2026-09-15T16:10:13.1874550Z Updating files: 33% (1964/5950) 2026-09-15T16:10:13.2181380Z Updating files: 34% (2023/5950) 2026-09-15T16:10:13.2464150Z Updating files: 35% (2083/5950) 2026-09-15T16:10:13.2797910Z Updating files: 36% (2142/5950) 2026-09-15T16:10:13.3093080Z Updating files: 37% (2202/5950) 2026-09-15T16:10:13.3382420Z Updating files: 38% (2261/5950) 2026-09-15T16:10:13.3655000Z Updating files: 39% (2321/5950) 2026-09-15T16:10:13.3992720Z Updating files: 40% (2380/5950) 2026-09-15T16:10:13.4259850Z Updating files: 41% (2440/5950) 2026-09-15T16:10:13.5453910Z Updating files: 42% (2499/5950) 2026-09-15T16:10:13.5730650Z Updating files: 43% (2559/5950) 2026-09-15T16:10:13.5984320Z Updating files: 44% (2618/5950) 2026-09-15T16:10:13.6273280Z Updating files: 45% (2678/5950) 2026-09-15T16:10:13.7259660Z Updating files: 46% (2737/5950) 2026-09-15T16:10:13.7725420Z Updating files: 47% (2797/5950) 2026-09-15T16:10:13.7989330Z Updating files: 48% (2856/5950) 2026-09-15T16:10:13.8403240Z Updating files: 49% (2916/5950) 2026-09-15T16:10:13.8766880Z Updating files: 50% (2975/5950) 2026-09-15T16:10:13.9159820Z Updating files: 51% (3035/5950) 2026-09-15T16:10:13.9316970Z Updating files: 52% (3094/5950) 2026-09-15T16:10:13.9532220Z Updating files: 52% (3122/5950) 2026-09-15T16:10:13.9892310Z Updating files: 53% (3154/5950) 2026-09-15T16:10:14.0261860Z Updating files: 54% (3213/5950) 2026-09-15T16:10:14.0685230Z Updating files: 55% (3273/5950) 2026-09-15T16:10:14.1059250Z Updating files: 56% (3332/5950) 2026-09-15T16:10:14.1339540Z Updating files: 57% (3392/5950) 2026-09-15T16:10:14.1627850Z Updating files: 58% (3451/5950) 2026-09-15T16:10:14.1912650Z Updating files: 59% (3511/5950) 2026-09-15T16:10:14.2159940Z Updating files: 60% (3570/5950) 2026-09-15T16:10:14.2445030Z Updating files: 61% (3630/5950) 2026-09-15T16:10:14.2769010Z Updating files: 62% (3689/5950) 2026-09-15T16:10:14.3020830Z Updating files: 63% (3749/5950) 2026-09-15T16:10:14.3317580Z Updating files: 64% (3808/5950) 2026-09-15T16:10:14.3708470Z Updating files: 65% (3868/5950) 2026-09-15T16:10:14.3939970Z Updating files: 66% (3927/5950) 2026-09-15T16:10:14.4151360Z Updating files: 67% (3987/5950) 2026-09-15T16:10:14.4407940Z Updating files: 68% (4046/5950) 2026-09-15T16:10:14.5342160Z Updating files: 69% (4106/5950) 2026-09-15T16:10:14.5593400Z Updating files: 70% (4165/5950) 2026-09-15T16:10:14.5939580Z Updating files: 71% (4225/5950) 2026-09-15T16:10:14.6202040Z Updating files: 72% (4284/5950) 2026-09-15T16:10:14.6453860Z Updating files: 73% (4344/5950) 2026-09-15T16:10:14.6678860Z Updating files: 74% (4403/5950) 2026-09-15T16:10:14.6910500Z Updating files: 75% (4463/5950) 2026-09-15T16:10:14.7150450Z Updating files: 76% (4522/5950) 2026-09-15T16:10:14.7374110Z Updating files: 77% (4582/5950) 2026-09-15T16:10:14.7619000Z Updating files: 78% (4641/5950) 2026-09-15T16:10:14.7942020Z Updating files: 79% (4701/5950) 2026-09-15T16:10:14.8310790Z Updating files: 80% (4760/5950) 2026-09-15T16:10:14.9255150Z Updating files: 81% (4820/5950) 2026-09-15T16:10:14.9340480Z Updating files: 82% (4879/5950) 2026-09-15T16:10:14.9360890Z Updating files: 83% (4939/5950) 2026-09-15T16:10:14.9423600Z Updating files: 83% (4989/5950) 2026-09-15T16:10:14.9585490Z Updating files: 84% (4998/5950) 2026-09-15T16:10:14.9839060Z Updating files: 85% (5058/5950) 2026-09-15T16:10:15.0120920Z Updating files: 86% (5117/5950) 2026-09-15T16:10:15.0385060Z Updating files: 87% (5177/5950) 2026-09-15T16:10:15.0631750Z Updating files: 88% (5236/5950) 2026-09-15T16:10:15.0890620Z Updating files: 89% (5296/5950) 2026-09-15T16:10:15.1144100Z Updating files: 90% (5355/5950) 2026-09-15T16:10:15.1579730Z Updating files: 91% (5415/5950) 2026-09-15T16:10:15.2231890Z Updating files: 92% (5474/5950) 2026-09-15T16:10:15.3352590Z Updating files: 93% (5534/5950) 2026-09-15T16:10:15.3579950Z Updating files: 94% (5593/5950) 2026-09-15T16:10:15.3819160Z Updating files: 95% (5653/5950) 2026-09-15T16:10:15.4089630Z Updating files: 96% (5712/5950) 2026-09-15T16:10:15.4336160Z Updating files: 97% (5772/5950) 2026-09-15T16:10:15.4558420Z Updating files: 98% (5831/5950) 2026-09-15T16:10:15.4811190Z Updating files: 99% (5891/5950) 2026-09-15T16:10:15.4812100Z Updating files: 100% (5950/5950) 2026-09-15T16:10:15.4812960Z Updating files: 100% (5950/5950), done. 2026-09-15T16:10:15.5019750Z Switched to a new branch 'main' 2026-09-15T16:10:15.5033640Z branch 'main' set up to track 'origin/main'.
2026-09-15T16:10:15.5311840Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-15T16:10:15.5504230Z fba3194b7561c0ed91dc5d1b5bc8c08be1a5f3c4