Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-25T19:56:35.9812200Z with: 2026-07-25T19:56:35.9812790Z repository: pypy/pypy 2026-07-25T19:56:35.9819040Z token: *** 2026-07-25T19:56:35.9819620Z ssh-strict: true 2026-07-25T19:56:35.9820220Z ssh-user: git 2026-07-25T19:56:35.9820840Z persist-credentials: true 2026-07-25T19:56:35.9821510Z clean: true 2026-07-25T19:56:35.9822120Z sparse-checkout-cone-mode: true 2026-07-25T19:56:35.9822860Z fetch-depth: 1 2026-07-25T19:56:35.9823450Z fetch-tags: false 2026-07-25T19:56:35.9824060Z show-progress: true 2026-07-25T19:56:35.9824680Z lfs: false 2026-07-25T19:56:35.9825250Z submodules: false 2026-07-25T19:56:35.9825880Z set-safe-directory: true
2026-07-25T19:56:36.2340080Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-25T19:56:36.2343630Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-25T19:56:36.2345140Z [command]/usr/local/bin/git version 2026-07-25T19:56:36.3124510Z git version 2.55.0
2026-07-25T19:56:36.3161350Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/b3a61da9-ed76-4682-8288-eb386fb9eedc/.gitconfig' 2026-07-25T19:56:36.3174450Z Temporarily overriding HOME='/Users/runner/work/_temp/b3a61da9-ed76-4682-8288-eb386fb9eedc' before making global git config changes 2026-07-25T19:56:36.3176580Z Adding repository directory to the temporary git global config as a safe directory 2026-07-25T19:56:36.3180600Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-25T19:56:36.3304590Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-25T19:56:36.3314980Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-25T19:56:36.3616700Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-25T19:56:36.3618320Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-25T19:56:36.3619770Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-25T19:56:36.3620930Z hint: call: 2026-07-25T19:56:36.3621550Z hint: 2026-07-25T19:56:36.3622310Z hint: git config --global init.defaultBranch <name> 2026-07-25T19:56:36.3623180Z hint: 2026-07-25T19:56:36.3624010Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-25T19:56:36.3625380Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-25T19:56:36.3626460Z hint: 2026-07-25T19:56:36.3627030Z hint: git branch -m <name> 2026-07-25T19:56:36.3628180Z hint: 2026-07-25T19:56:36.3629140Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-25T19:56:36.3630610Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-25T19:56:36.3635720Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-25T19:56:36.3742150Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-25T19:56:36.3831100Z Removing SSH command configuration 2026-07-25T19:56:36.3836370Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-25T19:56:36.3922640Z [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-07-25T19:56:36.5146630Z Removing HTTP extra header 2026-07-25T19:56:36.5151350Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-25T19:56:36.5238510Z [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-07-25T19:56:36.6596510Z Removing includeIf entries pointing to credentials config files 2026-07-25T19:56:36.6601970Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-25T19:56:36.6701260Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-25T19:56:36.8524200Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-a451e79b-2403-43a6-a54c-7bcfc494bba3.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-25T19:56:36.8637550Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-a451e79b-2403-43a6-a54c-7bcfc494bba3.config 2026-07-25T19:56:36.9051290Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-a451e79b-2403-43a6-a54c-7bcfc494bba3.config 2026-07-25T19:56:36.9969900Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a451e79b-2403-43a6-a54c-7bcfc494bba3.config 2026-07-25T19:56:37.0069180Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a451e79b-2403-43a6-a54c-7bcfc494bba3.config
Fetching the repository
2026-07-25T19:56:37.0186930Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d95aca26de553d04e461b1d4a4a8ab66bf85ff24:refs/remotes/origin/main 2026-07-25T19:56:38.5574050Z From https://github.com/pypy/pypy 2026-07-25T19:56:38.5575440Z * [new ref] d95aca26de553d04e461b1d4a4a8ab66bf85ff24 -> origin/main 2026-07-25T19:56:38.5585740Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-07-25T19:56:38.5678830Z origin/main 2026-07-25T19:56:38.5689050Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-07-25T19:56:38.5766300Z d95aca26de553d04e461b1d4a4a8ab66bf85ff24
Determining the checkout info
2026-07-25T19:56:38.5776090Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-25T19:56:38.5900480Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-25T19:56:38.5993940Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-25T19:56:39.7658760Z Updating files: 65% (3934/6014) 2026-07-25T19:56:39.7818120Z Updating files: 66% (3970/6014) 2026-07-25T19:56:39.7976110Z Updating files: 67% (4030/6014) 2026-07-25T19:56:39.8147550Z Updating files: 68% (4090/6014) 2026-07-25T19:56:39.8310940Z Updating files: 69% (4150/6014) 2026-07-25T19:56:39.8502060Z Updating files: 70% (4210/6014) 2026-07-25T19:56:39.8665310Z Updating files: 71% (4270/6014) 2026-07-25T19:56:39.8810720Z Updating files: 72% (4331/6014) 2026-07-25T19:56:39.8934200Z Updating files: 73% (4391/6014) 2026-07-25T19:56:39.9080070Z Updating files: 74% (4451/6014) 2026-07-25T19:56:39.9639390Z Updating files: 75% (4511/6014) 2026-07-25T19:56:39.9809750Z Updating files: 76% (4571/6014) 2026-07-25T19:56:39.9966260Z Updating files: 77% (4631/6014) 2026-07-25T19:56:40.0153080Z Updating files: 78% (4691/6014) 2026-07-25T19:56:40.0325420Z Updating files: 79% (4752/6014) 2026-07-25T19:56:40.0500530Z Updating files: 80% (4812/6014) 2026-07-25T19:56:40.0780160Z Updating files: 81% (4872/6014) 2026-07-25T19:56:40.1024940Z Updating files: 82% (4932/6014) 2026-07-25T19:56:40.1223450Z Updating files: 83% (4992/6014) 2026-07-25T19:56:40.1441750Z Updating files: 84% (5052/6014) 2026-07-25T19:56:40.1629760Z Updating files: 85% (5112/6014) 2026-07-25T19:56:40.1860100Z Updating files: 86% (5173/6014) 2026-07-25T19:56:40.2029380Z Updating files: 87% (5233/6014) 2026-07-25T19:56:40.2219590Z Updating files: 88% (5293/6014) 2026-07-25T19:56:40.2410900Z Updating files: 89% (5353/6014) 2026-07-25T19:56:40.2636920Z Updating files: 90% (5413/6014) 2026-07-25T19:56:40.3374320Z Updating files: 91% (5473/6014) 2026-07-25T19:56:40.4012270Z Updating files: 92% (5533/6014) 2026-07-25T19:56:40.4527930Z Updating files: 93% (5594/6014) 2026-07-25T19:56:40.5966220Z Updating files: 94% (5654/6014) 2026-07-25T19:56:40.6598520Z Updating files: 95% (5714/6014) 2026-07-25T19:56:40.6738050Z Updating files: 95% (5749/6014) 2026-07-25T19:56:40.6740370Z Updating files: 96% (5774/6014) 2026-07-25T19:56:40.6928000Z Updating files: 97% (5834/6014) 2026-07-25T19:56:40.7137240Z Updating files: 98% (5894/6014) 2026-07-25T19:56:40.7310020Z Updating files: 99% (5954/6014) 2026-07-25T19:56:40.7310900Z Updating files: 100% (6014/6014) 2026-07-25T19:56:40.7311430Z Updating files: 100% (6014/6014), done. 2026-07-25T19:56:40.8153470Z Switched to a new branch 'main' 2026-07-25T19:56:40.8163280Z branch 'main' set up to track 'origin/main'.
2026-07-25T19:56:40.8322870Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-25T19:56:40.8429130Z d95aca26de553d04e461b1d4a4a8ab66bf85ff24