Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-22T09:33:10.4806100Z with: 2026-07-22T09:33:10.4807340Z repository: pypy/pypy 2026-07-22T09:33:10.4826900Z token: *** 2026-07-22T09:33:10.4828150Z ssh-strict: true 2026-07-22T09:33:10.4829460Z ssh-user: git 2026-07-22T09:33:10.4830800Z persist-credentials: true 2026-07-22T09:33:10.4832320Z clean: true 2026-07-22T09:33:10.4833650Z sparse-checkout-cone-mode: true 2026-07-22T09:33:10.4835310Z fetch-depth: 1 2026-07-22T09:33:10.4836610Z fetch-tags: false 2026-07-22T09:33:10.4837960Z show-progress: true 2026-07-22T09:33:10.4839320Z lfs: false 2026-07-22T09:33:10.4840570Z submodules: false 2026-07-22T09:33:10.4841950Z set-safe-directory: true
2026-07-22T09:33:11.0708190Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-22T09:33:11.0711330Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-22T09:33:11.0712590Z [command]/usr/local/bin/git version 2026-07-22T09:33:11.1110330Z git version 2.55.0
2026-07-22T09:33:11.1179790Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/8680a520-4767-4d05-9b31-5e8313dd76ac/.gitconfig' 2026-07-22T09:33:11.1199100Z Temporarily overriding HOME='/Users/runner/work/_temp/8680a520-4767-4d05-9b31-5e8313dd76ac' before making global git config changes 2026-07-22T09:33:11.1201120Z Adding repository directory to the temporary git global config as a safe directory 2026-07-22T09:33:11.1206070Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-22T09:33:11.1365600Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-22T09:33:11.1376500Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-22T09:33:11.1817710Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-22T09:33:11.1819680Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-22T09:33:11.1821170Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-22T09:33:11.1822220Z hint: call: 2026-07-22T09:33:11.1822920Z hint: 2026-07-22T09:33:11.1823790Z hint: git config --global init.defaultBranch <name> 2026-07-22T09:33:11.1824710Z hint: 2026-07-22T09:33:11.1825600Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-22T09:33:11.1828020Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-22T09:33:11.1830570Z hint: 2026-07-22T09:33:11.1831640Z hint: git branch -m <name> 2026-07-22T09:33:11.1832650Z hint: 2026-07-22T09:33:11.1834190Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-22T09:33:11.1835880Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-22T09:33:11.1840030Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-22T09:33:11.1994260Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-22T09:33:11.2186390Z Removing SSH command configuration 2026-07-22T09:33:11.2189580Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-22T09:33:11.2326290Z [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-22T09:33:12.4947490Z Removing HTTP extra header 2026-07-22T09:33:12.5001860Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-22T09:33:12.5938300Z [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-22T09:33:14.1959450Z Removing includeIf entries pointing to credentials config files 2026-07-22T09:33:14.2122830Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-22T09:33:14.3005370Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-22T09:33:17.2051790Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-880d1df0-27be-493c-b756-2031dfeb456e.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-22T09:33:17.2160330Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-880d1df0-27be-493c-b756-2031dfeb456e.config 2026-07-22T09:33:17.5207530Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-880d1df0-27be-493c-b756-2031dfeb456e.config 2026-07-22T09:33:17.5715570Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-880d1df0-27be-493c-b756-2031dfeb456e.config 2026-07-22T09:33:17.5915100Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-880d1df0-27be-493c-b756-2031dfeb456e.config
Fetching the repository
2026-07-22T09:33:17.6972800Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a8f4018592c13dfc4104ae9ae131d31cbd2c26eb:refs/remotes/origin/main 2026-07-22T09:33:22.6108780Z From https://github.com/pypy/pypy 2026-07-22T09:33:22.6163910Z * [new ref] a8f4018592c13dfc4104ae9ae131d31cbd2c26eb -> origin/main 2026-07-22T09:33:22.6210850Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-07-22T09:33:22.6396410Z origin/main 2026-07-22T09:33:22.6521310Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-07-22T09:33:22.6567100Z a8f4018592c13dfc4104ae9ae131d31cbd2c26eb
Determining the checkout info
2026-07-22T09:33:22.6616920Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-22T09:33:22.6727480Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-22T09:33:22.7506290Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-22T09:33:23.9763270Z Updating files: 20% (1217/6014) 2026-07-22T09:33:24.0149590Z Updating files: 21% (1263/6014) 2026-07-22T09:33:24.1320890Z Updating files: 22% (1324/6014) 2026-07-22T09:33:24.1734910Z Updating files: 23% (1384/6014) 2026-07-22T09:33:24.2056700Z Updating files: 24% (1444/6014) 2026-07-22T09:33:24.2535730Z Updating files: 25% (1504/6014) 2026-07-22T09:33:24.3105320Z Updating files: 26% (1564/6014) 2026-07-22T09:33:24.3483860Z Updating files: 27% (1624/6014) 2026-07-22T09:33:24.3785780Z Updating files: 28% (1684/6014) 2026-07-22T09:33:24.4145490Z Updating files: 29% (1745/6014) 2026-07-22T09:33:24.4576390Z Updating files: 30% (1805/6014) 2026-07-22T09:33:24.4802400Z Updating files: 31% (1865/6014) 2026-07-22T09:33:24.5065620Z Updating files: 32% (1925/6014) 2026-07-22T09:33:24.5275480Z Updating files: 33% (1985/6014) 2026-07-22T09:33:24.5473660Z Updating files: 34% (2045/6014) 2026-07-22T09:33:24.5766170Z Updating files: 35% (2105/6014) 2026-07-22T09:33:24.6044400Z Updating files: 36% (2166/6014) 2026-07-22T09:33:24.6276590Z Updating files: 37% (2226/6014) 2026-07-22T09:33:24.6495820Z Updating files: 38% (2286/6014) 2026-07-22T09:33:24.6726770Z Updating files: 39% (2346/6014) 2026-07-22T09:33:24.6903500Z Updating files: 40% (2406/6014) 2026-07-22T09:33:24.7128660Z Updating files: 41% (2466/6014) 2026-07-22T09:33:24.7264980Z Updating files: 42% (2526/6014) 2026-07-22T09:33:24.7433820Z Updating files: 43% (2587/6014) 2026-07-22T09:33:24.7552550Z Updating files: 44% (2647/6014) 2026-07-22T09:33:24.8557400Z Updating files: 45% (2707/6014) 2026-07-22T09:33:24.8599390Z Updating files: 45% (2763/6014) 2026-07-22T09:33:24.8748310Z Updating files: 46% (2767/6014) 2026-07-22T09:33:24.8984640Z Updating files: 47% (2827/6014) 2026-07-22T09:33:24.9185680Z Updating files: 48% (2887/6014) 2026-07-22T09:33:24.9381000Z Updating files: 49% (2947/6014) 2026-07-22T09:33:24.9563250Z Updating files: 50% (3007/6014) 2026-07-22T09:33:24.9722790Z Updating files: 51% (3068/6014) 2026-07-22T09:33:24.9899120Z Updating files: 52% (3128/6014) 2026-07-22T09:33:25.0068840Z Updating files: 53% (3188/6014) 2026-07-22T09:33:25.0234830Z Updating files: 54% (3248/6014) 2026-07-22T09:33:25.0484680Z Updating files: 55% (3308/6014) 2026-07-22T09:33:25.0643010Z Updating files: 56% (3368/6014) 2026-07-22T09:33:25.0790820Z Updating files: 57% (3428/6014) 2026-07-22T09:33:25.0983280Z Updating files: 58% (3489/6014) 2026-07-22T09:33:25.1140310Z Updating files: 59% (3549/6014) 2026-07-22T09:33:25.1307700Z Updating files: 60% (3609/6014) 2026-07-22T09:33:25.1530620Z Updating files: 61% (3669/6014) 2026-07-22T09:33:25.1789560Z Updating files: 62% (3729/6014) 2026-07-22T09:33:25.2400830Z Updating files: 63% (3789/6014) 2026-07-22T09:33:25.4087510Z Updating files: 64% (3849/6014) 2026-07-22T09:33:25.4272960Z Updating files: 65% (3910/6014) 2026-07-22T09:33:25.4462870Z Updating files: 66% (3970/6014) 2026-07-22T09:33:25.4674410Z Updating files: 67% (4030/6014) 2026-07-22T09:33:25.6131410Z Updating files: 68% (4090/6014) 2026-07-22T09:33:25.6454650Z Updating files: 69% (4150/6014) 2026-07-22T09:33:25.7504970Z Updating files: 70% (4210/6014) 2026-07-22T09:33:25.7822830Z Updating files: 71% (4270/6014) 2026-07-22T09:33:25.8125390Z Updating files: 72% (4331/6014) 2026-07-22T09:33:25.8305740Z Updating files: 73% (4391/6014) 2026-07-22T09:33:25.8310560Z Updating files: 73% (4450/6014) 2026-07-22T09:33:25.8500880Z Updating files: 74% (4451/6014) 2026-07-22T09:33:25.8689680Z Updating files: 75% (4511/6014) 2026-07-22T09:33:25.8870580Z Updating files: 76% (4571/6014) 2026-07-22T09:33:25.9059630Z Updating files: 77% (4631/6014) 2026-07-22T09:33:25.9252180Z Updating files: 78% (4691/6014) 2026-07-22T09:33:25.9421070Z Updating files: 79% (4752/6014) 2026-07-22T09:33:25.9639310Z Updating files: 80% (4812/6014) 2026-07-22T09:33:25.9931520Z Updating files: 81% (4872/6014) 2026-07-22T09:33:26.0144780Z Updating files: 82% (4932/6014) 2026-07-22T09:33:26.0343230Z Updating files: 83% (4992/6014) 2026-07-22T09:33:26.0560620Z Updating files: 84% (5052/6014) 2026-07-22T09:33:26.0766970Z Updating files: 85% (5112/6014) 2026-07-22T09:33:26.0978280Z Updating files: 86% (5173/6014) 2026-07-22T09:33:26.1171050Z Updating files: 87% (5233/6014) 2026-07-22T09:33:26.1361980Z Updating files: 88% (5293/6014) 2026-07-22T09:33:26.1629230Z Updating files: 89% (5353/6014) 2026-07-22T09:33:26.2096810Z Updating files: 90% (5413/6014) 2026-07-22T09:33:26.7253960Z Updating files: 91% (5473/6014) 2026-07-22T09:33:26.8400160Z Updating files: 92% (5533/6014) 2026-07-22T09:33:27.0710900Z Updating files: 92% (5540/6014) 2026-07-22T09:33:27.0982180Z Updating files: 93% (5594/6014) 2026-07-22T09:33:27.0984100Z Updating files: 94% (5654/6014) 2026-07-22T09:33:27.2102210Z Updating files: 95% (5714/6014) 2026-07-22T09:33:27.2380640Z Updating files: 96% (5774/6014) 2026-07-22T09:33:27.2781080Z Updating files: 97% (5834/6014) 2026-07-22T09:33:27.3073920Z Updating files: 98% (5894/6014) 2026-07-22T09:33:27.3187320Z Updating files: 99% (5954/6014) 2026-07-22T09:33:27.3188750Z Updating files: 100% (6014/6014) 2026-07-22T09:33:27.3190600Z Updating files: 100% (6014/6014), done. 2026-07-22T09:33:27.3417450Z Switched to a new branch 'main' 2026-07-22T09:33:27.3438970Z branch 'main' set up to track 'origin/main'.
2026-07-22T09:33:27.4016650Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-22T09:33:27.4246960Z a8f4018592c13dfc4104ae9ae131d31cbd2c26eb