Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T07:16:23.8308570Z with: 2026-08-23T07:16:23.8309920Z repository: pypy/pypy 2026-08-23T07:16:23.8321080Z token: *** 2026-08-23T07:16:23.8321930Z ssh-strict: true 2026-08-23T07:16:23.8322800Z ssh-user: git 2026-08-23T07:16:23.8323890Z persist-credentials: true 2026-08-23T07:16:23.8325010Z clean: true 2026-08-23T07:16:23.8326240Z sparse-checkout-cone-mode: true 2026-08-23T07:16:23.8327480Z fetch-depth: 1 2026-08-23T07:16:23.8328480Z fetch-tags: false 2026-08-23T07:16:23.8329520Z show-progress: true 2026-08-23T07:16:23.8330540Z lfs: false 2026-08-23T07:16:23.8331520Z submodules: false 2026-08-23T07:16:23.8332580Z set-safe-directory: true
2026-08-23T07:16:24.1714340Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T07:16:24.1718260Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-23T07:16:24.1720160Z [command]/usr/local/bin/git version 2026-08-23T07:16:24.2106310Z git version 2.55.0
2026-08-23T07:16:24.2151480Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/c4027f72-c9b0-4fb2-a11e-d3e2d5210f72/.gitconfig' 2026-08-23T07:16:24.2173390Z Temporarily overriding HOME='/Users/runner/work/_temp/c4027f72-c9b0-4fb2-a11e-d3e2d5210f72' before making global git config changes 2026-08-23T07:16:24.2177300Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T07:16:24.2180220Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-23T07:16:24.2329600Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T07:16:24.2342840Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-23T07:16:24.2725480Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T07:16:24.2729350Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T07:16:24.2732940Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T07:16:24.2736300Z hint: call: 2026-08-23T07:16:24.2738070Z hint: 2026-08-23T07:16:24.2739890Z hint: git config --global init.defaultBranch <name> 2026-08-23T07:16:24.2742270Z hint: 2026-08-23T07:16:24.2744480Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T07:16:24.2747510Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T07:16:24.2749430Z hint: 2026-08-23T07:16:24.2750370Z hint: git branch -m <name> 2026-08-23T07:16:24.2751450Z hint: 2026-08-23T07:16:24.2752940Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T07:16:24.2755600Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-23T07:16:24.2759600Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T07:16:24.2895920Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T07:16:24.3042720Z Removing SSH command configuration 2026-08-23T07:16:24.3048840Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T07:16:24.3159350Z [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-08-23T07:16:24.4568890Z Removing HTTP extra header 2026-08-23T07:16:24.4576390Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T07:16:24.4683290Z [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-08-23T07:16:24.6474520Z Removing includeIf entries pointing to credentials config files 2026-08-23T07:16:24.6574900Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T07:16:24.6642750Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T07:16:24.8282860Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-1df60183-0cc0-4b79-b2ab-9c3cdb376e84.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T07:16:24.8311630Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-1df60183-0cc0-4b79-b2ab-9c3cdb376e84.config 2026-08-23T07:16:24.8430050Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-1df60183-0cc0-4b79-b2ab-9c3cdb376e84.config 2026-08-23T07:16:24.8556240Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-1df60183-0cc0-4b79-b2ab-9c3cdb376e84.config 2026-08-23T07:16:24.8691670Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-1df60183-0cc0-4b79-b2ab-9c3cdb376e84.config
Fetching the repository
2026-08-23T07:16:24.8824160Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f263e9d0df1ef9f3a97608bff8c737783c65c744:refs/remotes/origin/main 2026-08-23T07:16:27.9549800Z From https://github.com/pypy/pypy 2026-08-23T07:16:27.9552830Z * [new ref] f263e9d0df1ef9f3a97608bff8c737783c65c744 -> origin/main 2026-08-23T07:16:27.9574560Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-08-23T07:16:27.9671590Z origin/main 2026-08-23T07:16:27.9682160Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-08-23T07:16:27.9766870Z f263e9d0df1ef9f3a97608bff8c737783c65c744
Determining the checkout info
2026-08-23T07:16:27.9784780Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-23T07:16:27.9917780Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T07:16:28.0035940Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-23T07:16:29.2622590Z Updating files: 37% (2239/6014) 2026-08-23T07:16:29.2920140Z Updating files: 38% (2286/6014) 2026-08-23T07:16:29.3211080Z Updating files: 39% (2346/6014) 2026-08-23T07:16:29.3434050Z Updating files: 40% (2406/6014) 2026-08-23T07:16:29.3636890Z Updating files: 41% (2466/6014) 2026-08-23T07:16:29.3809750Z Updating files: 42% (2526/6014) 2026-08-23T07:16:29.4012800Z Updating files: 43% (2587/6014) 2026-08-23T07:16:29.4295280Z Updating files: 44% (2647/6014) 2026-08-23T07:16:29.4541420Z Updating files: 45% (2707/6014) 2026-08-23T07:16:29.4799210Z Updating files: 46% (2767/6014) 2026-08-23T07:16:29.5070790Z Updating files: 47% (2827/6014) 2026-08-23T07:16:29.5952500Z Updating files: 48% (2887/6014) 2026-08-23T07:16:29.6140910Z Updating files: 49% (2947/6014) 2026-08-23T07:16:29.6359130Z Updating files: 50% (3007/6014) 2026-08-23T07:16:29.6549430Z Updating files: 51% (3068/6014) 2026-08-23T07:16:29.6763840Z Updating files: 52% (3128/6014) 2026-08-23T07:16:29.6977700Z Updating files: 53% (3188/6014) 2026-08-23T07:16:29.7184150Z Updating files: 54% (3248/6014) 2026-08-23T07:16:29.7435160Z Updating files: 55% (3308/6014) 2026-08-23T07:16:29.7638480Z Updating files: 56% (3368/6014) 2026-08-23T07:16:29.7810910Z Updating files: 57% (3428/6014) 2026-08-23T07:16:29.7975340Z Updating files: 58% (3489/6014) 2026-08-23T07:16:29.8156600Z Updating files: 59% (3549/6014) 2026-08-23T07:16:29.8379460Z Updating files: 60% (3609/6014) 2026-08-23T07:16:29.8577510Z Updating files: 61% (3669/6014) 2026-08-23T07:16:29.8762480Z Updating files: 62% (3729/6014) 2026-08-23T07:16:29.8944170Z Updating files: 63% (3789/6014) 2026-08-23T07:16:29.9133000Z Updating files: 64% (3849/6014) 2026-08-23T07:16:29.9319920Z Updating files: 65% (3910/6014) 2026-08-23T07:16:29.9453990Z Updating files: 66% (3970/6014) 2026-08-23T07:16:29.9829110Z Updating files: 67% (4030/6014) 2026-08-23T07:16:30.0690190Z Updating files: 68% (4090/6014) 2026-08-23T07:16:30.0692970Z Updating files: 68% (4132/6014) 2026-08-23T07:16:30.0693700Z Updating files: 69% (4150/6014) 2026-08-23T07:16:30.0933890Z Updating files: 70% (4210/6014) 2026-08-23T07:16:30.1141110Z Updating files: 71% (4270/6014) 2026-08-23T07:16:30.1338850Z Updating files: 72% (4331/6014) 2026-08-23T07:16:30.1503660Z Updating files: 73% (4391/6014) 2026-08-23T07:16:30.1663420Z Updating files: 74% (4451/6014) 2026-08-23T07:16:30.2647790Z Updating files: 75% (4511/6014) 2026-08-23T07:16:30.2875800Z Updating files: 76% (4571/6014) 2026-08-23T07:16:30.3106260Z Updating files: 77% (4631/6014) 2026-08-23T07:16:30.3337770Z Updating files: 78% (4691/6014) 2026-08-23T07:16:30.3553700Z Updating files: 79% (4752/6014) 2026-08-23T07:16:30.3764910Z Updating files: 80% (4812/6014) 2026-08-23T07:16:30.3957670Z Updating files: 81% (4872/6014) 2026-08-23T07:16:30.4137850Z Updating files: 82% (4932/6014) 2026-08-23T07:16:30.4323090Z Updating files: 83% (4992/6014) 2026-08-23T07:16:30.4537340Z Updating files: 84% (5052/6014) 2026-08-23T07:16:30.4735280Z Updating files: 85% (5112/6014) 2026-08-23T07:16:30.4950510Z Updating files: 86% (5173/6014) 2026-08-23T07:16:30.5178230Z Updating files: 87% (5233/6014) 2026-08-23T07:16:30.5388880Z Updating files: 88% (5293/6014) 2026-08-23T07:16:30.5591030Z Updating files: 89% (5353/6014) 2026-08-23T07:16:30.5869010Z Updating files: 90% (5413/6014) 2026-08-23T07:16:30.7990920Z Updating files: 91% (5473/6014) 2026-08-23T07:16:30.8994670Z Updating files: 92% (5533/6014) 2026-08-23T07:16:30.9441750Z Updating files: 93% (5594/6014) 2026-08-23T07:16:30.9542950Z Updating files: 94% (5654/6014) 2026-08-23T07:16:30.9605830Z Updating files: 95% (5714/6014) 2026-08-23T07:16:30.9620660Z Updating files: 96% (5774/6014) 2026-08-23T07:16:30.9623550Z Updating files: 97% (5834/6014) 2026-08-23T07:16:30.9627170Z Updating files: 98% (5894/6014) 2026-08-23T07:16:30.9629310Z Updating files: 99% (5954/6014) 2026-08-23T07:16:30.9631220Z Updating files: 100% (6014/6014) 2026-08-23T07:16:30.9633720Z Updating files: 100% (6014/6014), done. 2026-08-23T07:16:31.0764570Z Switched to a new branch 'main' 2026-08-23T07:16:31.0789260Z branch 'main' set up to track 'origin/main'.
2026-08-23T07:16:31.1021740Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-23T07:16:31.1077010Z f263e9d0df1ef9f3a97608bff8c737783c65c744