Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-25T18:59:59.9269440Z with: 2026-07-25T18:59:59.9270270Z repository: pypy/pypy 2026-07-25T18:59:59.9277820Z token: *** 2026-07-25T18:59:59.9278540Z ssh-strict: true 2026-07-25T18:59:59.9279350Z ssh-user: git 2026-07-25T18:59:59.9280210Z persist-credentials: true 2026-07-25T18:59:59.9281170Z clean: true 2026-07-25T18:59:59.9281930Z sparse-checkout-cone-mode: true 2026-07-25T18:59:59.9282970Z fetch-depth: 1 2026-07-25T18:59:59.9283700Z fetch-tags: false 2026-07-25T18:59:59.9284480Z show-progress: true 2026-07-25T18:59:59.9285280Z lfs: false 2026-07-25T18:59:59.9286010Z submodules: false 2026-07-25T18:59:59.9286790Z set-safe-directory: true
2026-07-25T19:00:00.6915210Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-25T19:00:00.6920070Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-25T19:00:00.6921700Z [command]/usr/local/bin/git version 2026-07-25T19:00:00.7653340Z git version 2.55.0
2026-07-25T19:00:00.7710520Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/3e40380f-ecfa-4361-99fd-da2a8b94dfcb/.gitconfig' 2026-07-25T19:00:00.7727250Z Temporarily overriding HOME='/Users/runner/work/_temp/3e40380f-ecfa-4361-99fd-da2a8b94dfcb' before making global git config changes 2026-07-25T19:00:00.7730570Z Adding repository directory to the temporary git global config as a safe directory 2026-07-25T19:00:00.7733380Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-25T19:00:00.7874810Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-25T19:00:00.7888100Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-25T19:00:00.8715750Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-25T19:00:00.8717920Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-25T19:00:00.8721400Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-25T19:00:00.8723080Z hint: call: 2026-07-25T19:00:00.8723920Z hint: 2026-07-25T19:00:00.8724910Z hint: git config --global init.defaultBranch <name> 2026-07-25T19:00:00.8726580Z hint: 2026-07-25T19:00:00.8727900Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-25T19:00:00.8729980Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-25T19:00:00.8731760Z hint: 2026-07-25T19:00:00.8732720Z hint: git branch -m <name> 2026-07-25T19:00:00.8733760Z hint: 2026-07-25T19:00:00.8734990Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-25T19:00:00.8737240Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-25T19:00:00.8740890Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-25T19:00:00.8862570Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-25T19:00:00.8990720Z Removing SSH command configuration 2026-07-25T19:00:00.8996410Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-25T19:00:00.9112330Z [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:00:01.1359970Z Removing HTTP extra header 2026-07-25T19:00:01.1365790Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-25T19:00:01.1462750Z [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:00:01.2572300Z Removing includeIf entries pointing to credentials config files 2026-07-25T19:00:01.2577640Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-25T19:00:01.3417280Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-25T19:00:01.4286990Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-91ff1fd6-84e1-4cac-8a9e-a450435aa54e.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-25T19:00:01.4389170Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-91ff1fd6-84e1-4cac-8a9e-a450435aa54e.config 2026-07-25T19:00:01.4518850Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-91ff1fd6-84e1-4cac-8a9e-a450435aa54e.config 2026-07-25T19:00:01.4606830Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-91ff1fd6-84e1-4cac-8a9e-a450435aa54e.config 2026-07-25T19:00:01.4692310Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-91ff1fd6-84e1-4cac-8a9e-a450435aa54e.config
Fetching the repository
2026-07-25T19:00:01.4785580Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e28f9c0fbc90bedddd9ecccb9cf78eb1ecc1b342:refs/remotes/origin/main 2026-07-25T19:00:04.2418160Z From https://github.com/pypy/pypy 2026-07-25T19:00:04.2420170Z * [new ref] e28f9c0fbc90bedddd9ecccb9cf78eb1ecc1b342 -> origin/main 2026-07-25T19:00:04.2439740Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-07-25T19:00:04.2561330Z origin/main 2026-07-25T19:00:04.2575140Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-07-25T19:00:04.2664420Z e28f9c0fbc90bedddd9ecccb9cf78eb1ecc1b342
Determining the checkout info
2026-07-25T19:00:04.2676960Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-25T19:00:04.2824380Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-25T19:00:04.2925220Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-25T19:00:05.5773530Z Updating files: 26% (1572/6014) 2026-07-25T19:00:05.6150520Z Updating files: 27% (1624/6014) 2026-07-25T19:00:05.6226080Z Updating files: 28% (1684/6014) 2026-07-25T19:00:05.6282400Z Updating files: 29% (1745/6014) 2026-07-25T19:00:05.6358450Z Updating files: 30% (1805/6014) 2026-07-25T19:00:05.6650740Z Updating files: 31% (1865/6014) 2026-07-25T19:00:05.6898230Z Updating files: 32% (1925/6014) 2026-07-25T19:00:05.7101970Z Updating files: 33% (1985/6014) 2026-07-25T19:00:05.8116450Z Updating files: 34% (2045/6014) 2026-07-25T19:00:05.9087730Z Updating files: 35% (2105/6014) 2026-07-25T19:00:05.9338720Z Updating files: 36% (2166/6014) 2026-07-25T19:00:06.0500110Z Updating files: 37% (2226/6014) 2026-07-25T19:00:06.0865580Z Updating files: 38% (2286/6014) 2026-07-25T19:00:06.1197720Z Updating files: 39% (2346/6014) 2026-07-25T19:00:06.1497180Z Updating files: 40% (2406/6014) 2026-07-25T19:00:06.1710300Z Updating files: 41% (2466/6014) 2026-07-25T19:00:06.1933930Z Updating files: 42% (2526/6014) 2026-07-25T19:00:06.2141780Z Updating files: 43% (2587/6014) 2026-07-25T19:00:06.2297600Z Updating files: 44% (2647/6014) 2026-07-25T19:00:06.2618240Z Updating files: 45% (2707/6014) 2026-07-25T19:00:06.2768960Z Updating files: 46% (2767/6014) 2026-07-25T19:00:06.3002540Z Updating files: 47% (2827/6014) 2026-07-25T19:00:06.3115890Z Updating files: 48% (2887/6014) 2026-07-25T19:00:06.3213850Z Updating files: 48% (2926/6014) 2026-07-25T19:00:06.3851430Z Updating files: 49% (2947/6014) 2026-07-25T19:00:06.3861330Z Updating files: 50% (3007/6014) 2026-07-25T19:00:06.4039240Z Updating files: 51% (3068/6014) 2026-07-25T19:00:06.4146590Z Updating files: 52% (3128/6014) 2026-07-25T19:00:06.4311350Z Updating files: 53% (3188/6014) 2026-07-25T19:00:06.4471470Z Updating files: 54% (3248/6014) 2026-07-25T19:00:06.4657110Z Updating files: 55% (3308/6014) 2026-07-25T19:00:06.4782120Z Updating files: 56% (3368/6014) 2026-07-25T19:00:06.4918360Z Updating files: 57% (3428/6014) 2026-07-25T19:00:06.5075130Z Updating files: 58% (3489/6014) 2026-07-25T19:00:06.5237590Z Updating files: 59% (3549/6014) 2026-07-25T19:00:06.5402360Z Updating files: 60% (3609/6014) 2026-07-25T19:00:06.5605430Z Updating files: 61% (3669/6014) 2026-07-25T19:00:06.5761760Z Updating files: 62% (3729/6014) 2026-07-25T19:00:06.5929510Z Updating files: 63% (3789/6014) 2026-07-25T19:00:06.6110830Z Updating files: 64% (3849/6014) 2026-07-25T19:00:06.6831730Z Updating files: 65% (3910/6014) 2026-07-25T19:00:06.6960320Z Updating files: 66% (3970/6014) 2026-07-25T19:00:06.7121220Z Updating files: 67% (4030/6014) 2026-07-25T19:00:06.7294270Z Updating files: 68% (4090/6014) 2026-07-25T19:00:06.7481890Z Updating files: 69% (4150/6014) 2026-07-25T19:00:06.7710510Z Updating files: 70% (4210/6014) 2026-07-25T19:00:06.7890770Z Updating files: 71% (4270/6014) 2026-07-25T19:00:06.8071970Z Updating files: 72% (4331/6014) 2026-07-25T19:00:06.8214070Z Updating files: 73% (4391/6014) 2026-07-25T19:00:06.8392710Z Updating files: 74% (4451/6014) 2026-07-25T19:00:06.8544330Z Updating files: 75% (4511/6014) 2026-07-25T19:00:06.8699810Z Updating files: 76% (4571/6014) 2026-07-25T19:00:06.8856360Z Updating files: 77% (4631/6014) 2026-07-25T19:00:06.9034230Z Updating files: 78% (4691/6014) 2026-07-25T19:00:06.9209590Z Updating files: 79% (4752/6014) 2026-07-25T19:00:06.9389670Z Updating files: 80% (4812/6014) 2026-07-25T19:00:06.9640440Z Updating files: 81% (4872/6014) 2026-07-25T19:00:06.9859500Z Updating files: 82% (4932/6014) 2026-07-25T19:00:07.0077680Z Updating files: 83% (4992/6014) 2026-07-25T19:00:07.0925750Z Updating files: 84% (5052/6014) 2026-07-25T19:00:07.1055110Z Updating files: 85% (5112/6014) 2026-07-25T19:00:07.1242760Z Updating files: 86% (5173/6014) 2026-07-25T19:00:07.1435250Z Updating files: 87% (5233/6014) 2026-07-25T19:00:07.1618570Z Updating files: 88% (5293/6014) 2026-07-25T19:00:07.1852960Z Updating files: 89% (5353/6014) 2026-07-25T19:00:07.2219930Z Updating files: 90% (5413/6014) 2026-07-25T19:00:07.3200290Z Updating files: 91% (5473/6014) 2026-07-25T19:00:07.3769610Z Updating files: 91% (5515/6014) 2026-07-25T19:00:07.4449670Z Updating files: 92% (5533/6014) 2026-07-25T19:00:07.4631640Z Updating files: 93% (5594/6014) 2026-07-25T19:00:07.4865880Z Updating files: 94% (5654/6014) 2026-07-25T19:00:07.5050320Z Updating files: 95% (5714/6014) 2026-07-25T19:00:07.5243250Z Updating files: 96% (5774/6014) 2026-07-25T19:00:07.6438260Z Updating files: 97% (5834/6014) 2026-07-25T19:00:07.7614530Z Updating files: 98% (5894/6014) 2026-07-25T19:00:07.7962020Z Updating files: 99% (5954/6014) 2026-07-25T19:00:07.8658940Z Updating files: 100% (6014/6014) 2026-07-25T19:00:07.8973020Z Updating files: 100% (6014/6014), done. 2026-07-25T19:00:07.9150320Z Switched to a new branch 'main' 2026-07-25T19:00:07.9154710Z branch 'main' set up to track 'origin/main'.
2026-07-25T19:00:07.9185940Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-25T19:00:07.9200530Z e28f9c0fbc90bedddd9ecccb9cf78eb1ecc1b342