Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T19:28:42.7987210Z with: 2026-09-09T19:28:42.7989170Z repository: pypy/pypy 2026-09-09T19:28:42.7999230Z token: *** 2026-09-09T19:28:42.8000420Z ssh-strict: true 2026-09-09T19:28:42.8001580Z ssh-user: git 2026-09-09T19:28:42.8002850Z persist-credentials: true 2026-09-09T19:28:42.8003990Z clean: true 2026-09-09T19:28:42.8005130Z sparse-checkout-cone-mode: true 2026-09-09T19:28:42.8006430Z fetch-depth: 1 2026-09-09T19:28:42.8007500Z fetch-tags: false 2026-09-09T19:28:42.8008640Z show-progress: true 2026-09-09T19:28:42.8010240Z lfs: false 2026-09-09T19:28:42.8011530Z submodules: false 2026-09-09T19:28:42.8013490Z set-safe-directory: true
2026-09-09T19:28:43.2038910Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T19:28:43.2046090Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T19:28:43.2049180Z [command]/usr/local/bin/git version 2026-09-09T19:28:43.2493990Z git version 2.55.0
2026-09-09T19:28:43.2547090Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/01618909-f524-4e4b-a95a-d415c01a42af/.gitconfig' 2026-09-09T19:28:43.2573060Z Temporarily overriding HOME='/Users/runner/work/_temp/01618909-f524-4e4b-a95a-d415c01a42af' before making global git config changes 2026-09-09T19:28:43.2582310Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T19:28:43.2586540Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T19:28:43.2778130Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T19:28:43.2797980Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T19:28:43.3306270Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T19:28:43.3309670Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T19:28:43.3312340Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T19:28:43.3315040Z hint: call: 2026-09-09T19:28:43.3316230Z hint: 2026-09-09T19:28:43.3317420Z hint: git config --global init.defaultBranch <name> 2026-09-09T19:28:43.3318820Z hint: 2026-09-09T19:28:43.3320450Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T19:28:43.3323240Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T19:28:43.3325550Z hint: 2026-09-09T19:28:43.3326520Z hint: git branch -m <name> 2026-09-09T19:28:43.3327610Z hint: 2026-09-09T19:28:43.3329340Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T19:28:43.3332300Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T19:28:43.3335940Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T19:28:43.3510620Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T19:28:43.3672160Z Removing SSH command configuration 2026-09-09T19:28:43.3675600Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T19:28:43.3814440Z [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-09T19:28:43.5866960Z Removing HTTP extra header 2026-09-09T19:28:43.5876550Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T19:28:43.6113450Z [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-09T19:28:43.8457970Z Removing includeIf entries pointing to credentials config files 2026-09-09T19:28:43.8465590Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T19:28:43.8588220Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T19:28:44.0568210Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-efdb191a-0102-4924-985b-8c483d6261ca.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T19:28:44.0730880Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-efdb191a-0102-4924-985b-8c483d6261ca.config 2026-09-09T19:28:44.0892500Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-efdb191a-0102-4924-985b-8c483d6261ca.config 2026-09-09T19:28:44.1070180Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-efdb191a-0102-4924-985b-8c483d6261ca.config 2026-09-09T19:28:44.1224140Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-efdb191a-0102-4924-985b-8c483d6261ca.config
Fetching the repository
2026-09-09T19:28:44.1373710Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +20c515b08da3b05c9687888bdfcef22b3a1f4c25:refs/remotes/origin/main 2026-09-09T19:28:45.8988980Z From https://github.com/pypy/pypy 2026-09-09T19:28:45.9009630Z * [new ref] 20c515b08da3b05c9687888bdfcef22b3a1f4c25 -> origin/main 2026-09-09T19:28:45.9154520Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-09-09T19:28:45.9166420Z origin/main 2026-09-09T19:28:45.9241590Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-09-09T19:28:45.9294740Z 20c515b08da3b05c9687888bdfcef22b3a1f4c25
Determining the checkout info
2026-09-09T19:28:45.9409360Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-09T19:28:45.9535580Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T19:28:45.9666330Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-09T19:28:47.0708280Z Updating files: 40% (2420/5950) 2026-09-09T19:28:47.0937910Z Updating files: 41% (2440/5950) 2026-09-09T19:28:47.1146770Z Updating files: 42% (2499/5950) 2026-09-09T19:28:47.1360770Z Updating files: 43% (2559/5950) 2026-09-09T19:28:47.1551550Z Updating files: 44% (2618/5950) 2026-09-09T19:28:47.1738670Z Updating files: 45% (2678/5950) 2026-09-09T19:28:47.1925540Z Updating files: 46% (2737/5950) 2026-09-09T19:28:47.2136700Z Updating files: 47% (2797/5950) 2026-09-09T19:28:47.2299490Z Updating files: 48% (2856/5950) 2026-09-09T19:28:47.2496050Z Updating files: 49% (2916/5950) 2026-09-09T19:28:47.2667610Z Updating files: 50% (2975/5950) 2026-09-09T19:28:47.2877080Z Updating files: 51% (3035/5950) 2026-09-09T19:28:47.3072790Z Updating files: 52% (3094/5950) 2026-09-09T19:28:47.3290250Z Updating files: 53% (3154/5950) 2026-09-09T19:28:47.3527640Z Updating files: 54% (3213/5950) 2026-09-09T19:28:47.3743020Z Updating files: 55% (3273/5950) 2026-09-09T19:28:47.4025700Z Updating files: 56% (3332/5950) 2026-09-09T19:28:47.4283000Z Updating files: 57% (3392/5950) 2026-09-09T19:28:47.4551260Z Updating files: 58% (3451/5950) 2026-09-09T19:28:47.4802790Z Updating files: 59% (3511/5950) 2026-09-09T19:28:47.5014790Z Updating files: 60% (3570/5950) 2026-09-09T19:28:47.5268580Z Updating files: 61% (3630/5950) 2026-09-09T19:28:47.6217640Z Updating files: 62% (3689/5950) 2026-09-09T19:28:47.6445410Z Updating files: 63% (3749/5950) 2026-09-09T19:28:47.6661930Z Updating files: 64% (3808/5950) 2026-09-09T19:28:47.6853040Z Updating files: 65% (3868/5950) 2026-09-09T19:28:47.7050770Z Updating files: 66% (3927/5950) 2026-09-09T19:28:47.7200760Z Updating files: 67% (3987/5950) 2026-09-09T19:28:47.7486590Z Updating files: 68% (4046/5950) 2026-09-09T19:28:47.7701360Z Updating files: 69% (4106/5950) 2026-09-09T19:28:47.7909820Z Updating files: 70% (4165/5950) 2026-09-09T19:28:47.8202960Z Updating files: 71% (4225/5950) 2026-09-09T19:28:47.8448910Z Updating files: 72% (4284/5950) 2026-09-09T19:28:47.8611490Z Updating files: 73% (4344/5950) 2026-09-09T19:28:47.8788680Z Updating files: 74% (4403/5950) 2026-09-09T19:28:47.8992590Z Updating files: 75% (4463/5950) 2026-09-09T19:28:47.9184590Z Updating files: 76% (4522/5950) 2026-09-09T19:28:47.9379470Z Updating files: 77% (4582/5950) 2026-09-09T19:28:47.9566370Z Updating files: 78% (4641/5950) 2026-09-09T19:28:47.9754500Z Updating files: 79% (4701/5950) 2026-09-09T19:28:47.9938440Z Updating files: 80% (4760/5950) 2026-09-09T19:28:47.9965960Z Updating files: 80% (4812/5950) 2026-09-09T19:28:48.0177420Z Updating files: 81% (4820/5950) 2026-09-09T19:28:48.0465380Z Updating files: 82% (4879/5950) 2026-09-09T19:28:48.0677080Z Updating files: 83% (4939/5950) 2026-09-09T19:28:48.0882970Z Updating files: 84% (4998/5950) 2026-09-09T19:28:48.1125060Z Updating files: 85% (5058/5950) 2026-09-09T19:28:48.1361170Z Updating files: 86% (5117/5950) 2026-09-09T19:28:48.1577160Z Updating files: 87% (5177/5950) 2026-09-09T19:28:48.1805720Z Updating files: 88% (5236/5950) 2026-09-09T19:28:48.2036970Z Updating files: 89% (5296/5950) 2026-09-09T19:28:48.2255130Z Updating files: 90% (5355/5950) 2026-09-09T19:28:48.2611710Z Updating files: 91% (5415/5950) 2026-09-09T19:28:48.3709530Z Updating files: 92% (5474/5950) 2026-09-09T19:28:48.5597800Z Updating files: 93% (5534/5950) 2026-09-09T19:28:48.6357120Z Updating files: 94% (5593/5950) 2026-09-09T19:28:48.6561810Z Updating files: 95% (5653/5950) 2026-09-09T19:28:48.6772970Z Updating files: 96% (5712/5950) 2026-09-09T19:28:48.6991530Z Updating files: 97% (5772/5950) 2026-09-09T19:28:48.7203380Z Updating files: 98% (5831/5950) 2026-09-09T19:28:48.7409430Z Updating files: 99% (5891/5950) 2026-09-09T19:28:48.7410070Z Updating files: 100% (5950/5950) 2026-09-09T19:28:48.7410780Z Updating files: 100% (5950/5950), done. 2026-09-09T19:28:48.8026970Z Switched to a new branch 'main' 2026-09-09T19:28:48.8067000Z branch 'main' set up to track 'origin/main'.
2026-09-09T19:28:48.8642650Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-09T19:28:48.8757340Z 20c515b08da3b05c9687888bdfcef22b3a1f4c25