Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-08T19:36:39.0715660Z with: 2026-09-08T19:36:39.0716490Z repository: pypy/pypy 2026-09-08T19:36:39.0725410Z token: *** 2026-09-08T19:36:39.0726470Z ssh-strict: true 2026-09-08T19:36:39.0727350Z ssh-user: git 2026-09-08T19:36:39.0728310Z persist-credentials: true 2026-09-08T19:36:39.0729230Z clean: true 2026-09-08T19:36:39.0730230Z sparse-checkout-cone-mode: true 2026-09-08T19:36:39.0731280Z fetch-depth: 1 2026-09-08T19:36:39.0732190Z fetch-tags: false 2026-09-08T19:36:39.0733140Z show-progress: true 2026-09-08T19:36:39.0734020Z lfs: false 2026-09-08T19:36:39.0735120Z submodules: false 2026-09-08T19:36:39.0735990Z set-safe-directory: true
2026-09-08T19:36:39.5602890Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-08T19:36:39.5610420Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-08T19:36:39.5613570Z [command]/usr/local/bin/git version 2026-09-08T19:36:39.5999360Z git version 2.55.0
2026-09-08T19:36:39.6084010Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/a5c4a3c5-1d2b-4773-a590-f63247ea3563/.gitconfig' 2026-09-08T19:36:39.6108000Z Temporarily overriding HOME='/Users/runner/work/_temp/a5c4a3c5-1d2b-4773-a590-f63247ea3563' before making global git config changes 2026-09-08T19:36:39.6112810Z Adding repository directory to the temporary git global config as a safe directory 2026-09-08T19:36:39.6116940Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-08T19:36:39.6297630Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-08T19:36:39.6318590Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-08T19:36:39.6854630Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-08T19:36:39.6859150Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-08T19:36:39.6862200Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-08T19:36:39.6865100Z hint: call: 2026-09-08T19:36:39.6866390Z hint: 2026-09-08T19:36:39.6868170Z hint: git config --global init.defaultBranch <name> 2026-09-08T19:36:39.6870230Z hint: 2026-09-08T19:36:39.6872770Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-08T19:36:39.6875940Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-08T19:36:39.6878440Z hint: 2026-09-08T19:36:39.6880050Z hint: git branch -m <name> 2026-09-08T19:36:39.6882210Z hint: 2026-09-08T19:36:39.6884590Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-08T19:36:39.6888430Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-08T19:36:39.6893930Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-08T19:36:39.7101240Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-08T19:36:39.7279680Z Removing SSH command configuration 2026-09-08T19:36:39.7287120Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-08T19:36:39.7438050Z [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-08T19:36:39.9788350Z Removing HTTP extra header 2026-09-08T19:36:39.9800140Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-08T19:36:39.9937820Z [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-08T19:36:40.2495380Z Removing includeIf entries pointing to credentials config files 2026-09-08T19:36:40.2510900Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-08T19:36:40.2570450Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-08T19:36:40.4667220Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-574fa697-6c2a-414a-9ca6-0013a5074348.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-08T19:36:40.4812010Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-574fa697-6c2a-414a-9ca6-0013a5074348.config 2026-09-08T19:36:40.4963680Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-574fa697-6c2a-414a-9ca6-0013a5074348.config 2026-09-08T19:36:40.5122220Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-574fa697-6c2a-414a-9ca6-0013a5074348.config 2026-09-08T19:36:40.5271530Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-574fa697-6c2a-414a-9ca6-0013a5074348.config
Fetching the repository
2026-09-08T19:36:40.5419730Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6c4177fdd47fd0143f990d4b7bb3859361c3fbc4:refs/remotes/origin/main 2026-09-08T19:36:45.6423920Z From https://github.com/pypy/pypy 2026-09-08T19:36:45.6427300Z * [new ref] 6c4177fdd47fd0143f990d4b7bb3859361c3fbc4 -> origin/main 2026-09-08T19:36:45.6442920Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-09-08T19:36:45.6583190Z origin/main 2026-09-08T19:36:45.6599280Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-09-08T19:36:45.6726720Z 6c4177fdd47fd0143f990d4b7bb3859361c3fbc4
Determining the checkout info
2026-09-08T19:36:45.6742880Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-08T19:36:45.6902500Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-08T19:36:45.7053790Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-08T19:36:46.8580070Z Updating files: 33% (2014/6016) 2026-09-08T19:36:46.9580360Z Updating files: 34% (2046/6016) 2026-09-08T19:36:47.0520110Z Updating files: 35% (2106/6016) 2026-09-08T19:36:47.0521290Z Updating files: 36% (2166/6016) 2026-09-08T19:36:47.0546810Z Updating files: 37% (2226/6016) 2026-09-08T19:36:47.0570620Z Updating files: 38% (2287/6016) 2026-09-08T19:36:47.0588160Z Updating files: 39% (2347/6016) 2026-09-08T19:36:47.0598440Z Updating files: 40% (2407/6016) 2026-09-08T19:36:47.0602760Z Updating files: 41% (2467/6016) 2026-09-08T19:36:47.0606630Z Updating files: 42% (2527/6016) 2026-09-08T19:36:47.0611980Z Updating files: 43% (2587/6016) 2026-09-08T19:36:47.0616740Z Updating files: 44% (2648/6016) 2026-09-08T19:36:47.1228080Z Updating files: 45% (2708/6016) 2026-09-08T19:36:47.1273810Z Updating files: 46% (2768/6016) 2026-09-08T19:36:47.1308460Z Updating files: 47% (2828/6016) 2026-09-08T19:36:47.1750780Z Updating files: 48% (2888/6016) 2026-09-08T19:36:47.2874050Z Updating files: 49% (2948/6016) 2026-09-08T19:36:47.3474800Z Updating files: 50% (3008/6016) 2026-09-08T19:36:47.4431770Z Updating files: 51% (3069/6016) 2026-09-08T19:36:47.5003850Z Updating files: 52% (3129/6016) 2026-09-08T19:36:47.5254080Z Updating files: 53% (3189/6016) 2026-09-08T19:36:47.5280130Z Updating files: 54% (3249/6016) 2026-09-08T19:36:47.5295720Z Updating files: 55% (3309/6016) 2026-09-08T19:36:47.5535760Z Updating files: 56% (3369/6016) 2026-09-08T19:36:47.6722960Z Updating files: 57% (3430/6016) 2026-09-08T19:36:47.6942650Z Updating files: 58% (3490/6016) 2026-09-08T19:36:47.7055890Z Updating files: 59% (3550/6016) 2026-09-08T19:36:47.7295020Z Updating files: 60% (3610/6016) 2026-09-08T19:36:47.7339160Z Updating files: 61% (3670/6016) 2026-09-08T19:36:47.7650270Z Updating files: 61% (3693/6016) 2026-09-08T19:36:47.8653740Z Updating files: 62% (3730/6016) 2026-09-08T19:36:47.8757880Z Updating files: 63% (3791/6016) 2026-09-08T19:36:47.8779790Z Updating files: 64% (3851/6016) 2026-09-08T19:36:47.8820230Z Updating files: 65% (3911/6016) 2026-09-08T19:36:47.8937770Z Updating files: 66% (3971/6016) 2026-09-08T19:36:47.9299900Z Updating files: 67% (4031/6016) 2026-09-08T19:36:47.9729360Z Updating files: 68% (4091/6016) 2026-09-08T19:36:48.0091620Z Updating files: 69% (4152/6016) 2026-09-08T19:36:48.1094510Z Updating files: 70% (4212/6016) 2026-09-08T19:36:48.1466390Z Updating files: 71% (4272/6016) 2026-09-08T19:36:48.1468940Z Updating files: 72% (4332/6016) 2026-09-08T19:36:48.1469620Z Updating files: 73% (4392/6016) 2026-09-08T19:36:48.1470300Z Updating files: 74% (4452/6016) 2026-09-08T19:36:48.1574480Z Updating files: 75% (4512/6016) 2026-09-08T19:36:48.1783530Z Updating files: 76% (4573/6016) 2026-09-08T19:36:48.1996720Z Updating files: 77% (4633/6016) 2026-09-08T19:36:48.2227070Z Updating files: 78% (4693/6016) 2026-09-08T19:36:48.2442450Z Updating files: 79% (4753/6016) 2026-09-08T19:36:48.2698010Z Updating files: 80% (4813/6016) 2026-09-08T19:36:48.3417670Z Updating files: 81% (4873/6016) 2026-09-08T19:36:48.4358940Z Updating files: 82% (4934/6016) 2026-09-08T19:36:48.4365500Z Updating files: 83% (4994/6016) 2026-09-08T19:36:48.5444760Z Updating files: 84% (5054/6016) 2026-09-08T19:36:48.6447730Z Updating files: 85% (5114/6016) 2026-09-08T19:36:48.6921260Z Updating files: 86% (5174/6016) 2026-09-08T19:36:48.6990190Z Updating files: 87% (5234/6016) 2026-09-08T19:36:48.7031690Z Updating files: 88% (5295/6016) 2026-09-08T19:36:48.7119870Z Updating files: 89% (5355/6016) 2026-09-08T19:36:48.7120870Z Updating files: 90% (5415/6016) 2026-09-08T19:36:48.7312590Z Updating files: 91% (5475/6016) 2026-09-08T19:36:48.7348040Z Updating files: 92% (5535/6016) 2026-09-08T19:36:48.8475900Z Updating files: 92% (5537/6016) 2026-09-08T19:36:48.9478940Z Updating files: 93% (5595/6016) 2026-09-08T19:36:48.9897360Z Updating files: 94% (5656/6016) 2026-09-08T19:36:49.0013950Z Updating files: 95% (5716/6016) 2026-09-08T19:36:49.0258510Z Updating files: 96% (5776/6016) 2026-09-08T19:36:49.0339680Z Updating files: 97% (5836/6016) 2026-09-08T19:36:49.0428550Z Updating files: 98% (5896/6016) 2026-09-08T19:36:49.0484210Z Updating files: 99% (5956/6016) 2026-09-08T19:36:49.0485000Z Updating files: 100% (6016/6016) 2026-09-08T19:36:49.0485740Z Updating files: 100% (6016/6016), done. 2026-09-08T19:36:49.0488120Z Switched to a new branch 'main' 2026-09-08T19:36:49.0516210Z branch 'main' set up to track 'origin/main'.
2026-09-08T19:36:49.0768480Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-08T19:36:49.0834110Z 6c4177fdd47fd0143f990d4b7bb3859361c3fbc4