Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T07:29:09.8800140Z with: 2026-07-26T07:29:09.8801050Z repository: pypy/pypy 2026-07-26T07:29:09.8808860Z token: *** 2026-07-26T07:29:09.8810070Z ssh-strict: true 2026-07-26T07:29:09.8811020Z ssh-user: git 2026-07-26T07:29:09.8811880Z persist-credentials: true 2026-07-26T07:29:09.8812730Z clean: true 2026-07-26T07:29:09.8813510Z sparse-checkout-cone-mode: true 2026-07-26T07:29:09.8814430Z fetch-depth: 1 2026-07-26T07:29:09.8815190Z fetch-tags: false 2026-07-26T07:29:09.8816120Z show-progress: true 2026-07-26T07:29:09.8816930Z lfs: false 2026-07-26T07:29:09.8817650Z submodules: false 2026-07-26T07:29:09.8818440Z set-safe-directory: true
2026-07-26T07:29:11.5721250Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T07:29:11.5728410Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-26T07:29:11.5730670Z [command]/usr/local/bin/git version 2026-07-26T07:29:11.6658840Z git version 2.55.0
2026-07-26T07:29:11.6710780Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/1432f73e-56b0-473f-b5c7-3ae6c6a890ac/.gitconfig' 2026-07-26T07:29:11.6728690Z Temporarily overriding HOME='/Users/runner/work/_temp/1432f73e-56b0-473f-b5c7-3ae6c6a890ac' before making global git config changes 2026-07-26T07:29:11.6731820Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T07:29:11.6734390Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-26T07:29:11.6922550Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T07:29:11.6935080Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-26T07:29:11.7351820Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T07:29:11.7354270Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T07:29:11.7356550Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T07:29:11.7358390Z hint: call: 2026-07-26T07:29:11.7359570Z hint: 2026-07-26T07:29:11.7360910Z hint: git config --global init.defaultBranch <name> 2026-07-26T07:29:11.7362490Z hint: 2026-07-26T07:29:11.7364270Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T07:29:11.7366610Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T07:29:11.7368430Z hint: 2026-07-26T07:29:11.7369550Z hint: git branch -m <name> 2026-07-26T07:29:11.7370780Z hint: 2026-07-26T07:29:11.7372340Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T07:29:11.7374860Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-26T07:29:11.7378690Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T07:29:11.7492980Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T07:29:11.7600440Z Removing SSH command configuration 2026-07-26T07:29:11.7605850Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T07:29:11.7706400Z [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-26T07:29:11.9422170Z Removing HTTP extra header 2026-07-26T07:29:11.9429640Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T07:29:11.9582230Z [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-26T07:29:12.3262240Z Removing includeIf entries pointing to credentials config files 2026-07-26T07:29:12.3328940Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T07:29:12.3533990Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T07:29:12.8293010Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-795f4de4-bd56-4e43-af25-32199af97ff2.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T07:29:12.8462230Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-795f4de4-bd56-4e43-af25-32199af97ff2.config 2026-07-26T07:29:12.8566900Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-795f4de4-bd56-4e43-af25-32199af97ff2.config 2026-07-26T07:29:12.8762520Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-795f4de4-bd56-4e43-af25-32199af97ff2.config 2026-07-26T07:29:12.8968050Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-795f4de4-bd56-4e43-af25-32199af97ff2.config
Fetching the repository
2026-07-26T07:29:12.9236400Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d218730c1e8d42690be18a0167d09bd6027ecb82:refs/remotes/origin/main 2026-07-26T07:29:16.5685480Z From https://github.com/pypy/pypy 2026-07-26T07:29:16.5688640Z * [new ref] d218730c1e8d42690be18a0167d09bd6027ecb82 -> origin/main 2026-07-26T07:29:16.5704180Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-07-26T07:29:16.5821150Z origin/main 2026-07-26T07:29:16.5833410Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-07-26T07:29:16.5932640Z d218730c1e8d42690be18a0167d09bd6027ecb82
Determining the checkout info
2026-07-26T07:29:16.5948670Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-26T07:29:16.6121070Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T07:29:16.6258880Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-26T07:29:17.8908750Z Updating files: 32% (1962/6014) 2026-07-26T07:29:17.9676450Z Updating files: 33% (1985/6014) 2026-07-26T07:29:17.9793990Z Updating files: 34% (2045/6014) 2026-07-26T07:29:18.0181610Z Updating files: 35% (2105/6014) 2026-07-26T07:29:18.0984640Z Updating files: 36% (2166/6014) 2026-07-26T07:29:18.2710220Z Updating files: 37% (2226/6014) 2026-07-26T07:29:18.3451510Z Updating files: 38% (2286/6014) 2026-07-26T07:29:18.3940280Z Updating files: 39% (2346/6014) 2026-07-26T07:29:18.4276640Z Updating files: 40% (2406/6014) 2026-07-26T07:29:18.4559320Z Updating files: 41% (2466/6014) 2026-07-26T07:29:18.5586960Z Updating files: 42% (2526/6014) 2026-07-26T07:29:18.5808180Z Updating files: 43% (2587/6014) 2026-07-26T07:29:18.6031710Z Updating files: 44% (2647/6014) 2026-07-26T07:29:18.6392790Z Updating files: 45% (2707/6014) 2026-07-26T07:29:18.6483440Z Updating files: 46% (2767/6014) 2026-07-26T07:29:18.6731430Z Updating files: 46% (2784/6014) 2026-07-26T07:29:18.7027110Z Updating files: 47% (2827/6014) 2026-07-26T07:29:18.7282730Z Updating files: 48% (2887/6014) 2026-07-26T07:29:18.7540220Z Updating files: 49% (2947/6014) 2026-07-26T07:29:18.7805350Z Updating files: 50% (3007/6014) 2026-07-26T07:29:18.8086190Z Updating files: 51% (3068/6014) 2026-07-26T07:29:18.8388750Z Updating files: 52% (3128/6014) 2026-07-26T07:29:18.8839950Z Updating files: 53% (3188/6014) 2026-07-26T07:29:18.9079300Z Updating files: 54% (3248/6014) 2026-07-26T07:29:19.0278080Z Updating files: 55% (3308/6014) 2026-07-26T07:29:19.0438080Z Updating files: 56% (3368/6014) 2026-07-26T07:29:19.0473150Z Updating files: 57% (3428/6014) 2026-07-26T07:29:19.0480090Z Updating files: 58% (3489/6014) 2026-07-26T07:29:19.0591650Z Updating files: 59% (3549/6014) 2026-07-26T07:29:19.0790260Z Updating files: 60% (3609/6014) 2026-07-26T07:29:19.0993470Z Updating files: 61% (3669/6014) 2026-07-26T07:29:19.1161230Z Updating files: 62% (3729/6014) 2026-07-26T07:29:19.1335900Z Updating files: 63% (3789/6014) 2026-07-26T07:29:19.1534630Z Updating files: 64% (3849/6014) 2026-07-26T07:29:19.1805740Z Updating files: 65% (3910/6014) 2026-07-26T07:29:19.2408850Z Updating files: 66% (3970/6014) 2026-07-26T07:29:19.2599650Z Updating files: 67% (4030/6014) 2026-07-26T07:29:19.2859200Z Updating files: 68% (4090/6014) 2026-07-26T07:29:19.3054140Z Updating files: 69% (4150/6014) 2026-07-26T07:29:19.4096850Z Updating files: 70% (4210/6014) 2026-07-26T07:29:19.4164550Z Updating files: 71% (4270/6014) 2026-07-26T07:29:19.4168880Z Updating files: 72% (4331/6014) 2026-07-26T07:29:19.4173140Z Updating files: 73% (4391/6014) 2026-07-26T07:29:19.4176580Z Updating files: 74% (4451/6014) 2026-07-26T07:29:19.4505270Z Updating files: 75% (4511/6014) 2026-07-26T07:29:19.4833160Z Updating files: 76% (4571/6014) 2026-07-26T07:29:19.5198670Z Updating files: 77% (4631/6014) 2026-07-26T07:29:19.5523710Z Updating files: 78% (4691/6014) 2026-07-26T07:29:19.5524670Z Updating files: 79% (4752/6014) 2026-07-26T07:29:19.5526100Z Updating files: 80% (4812/6014) 2026-07-26T07:29:19.5747210Z Updating files: 81% (4872/6014) 2026-07-26T07:29:19.6749620Z Updating files: 82% (4932/6014) 2026-07-26T07:29:19.7641240Z Updating files: 83% (4992/6014) 2026-07-26T07:29:19.7848310Z Updating files: 84% (5052/6014) 2026-07-26T07:29:19.7849030Z Updating files: 84% (5105/6014) 2026-07-26T07:29:19.7879240Z Updating files: 85% (5112/6014) 2026-07-26T07:29:19.7911830Z Updating files: 86% (5173/6014) 2026-07-26T07:29:19.7972440Z Updating files: 87% (5233/6014) 2026-07-26T07:29:19.8019730Z Updating files: 88% (5293/6014) 2026-07-26T07:29:19.8133140Z Updating files: 89% (5353/6014) 2026-07-26T07:29:19.8238360Z Updating files: 90% (5413/6014) 2026-07-26T07:29:19.9822600Z Updating files: 91% (5473/6014) 2026-07-26T07:29:20.0400450Z Updating files: 92% (5533/6014) 2026-07-26T07:29:20.0664150Z Updating files: 93% (5594/6014) 2026-07-26T07:29:20.0845720Z Updating files: 94% (5654/6014) 2026-07-26T07:29:20.1078020Z Updating files: 95% (5714/6014) 2026-07-26T07:29:20.2080450Z Updating files: 96% (5774/6014) 2026-07-26T07:29:20.2437940Z Updating files: 97% (5834/6014) 2026-07-26T07:29:20.2569760Z Updating files: 98% (5894/6014) 2026-07-26T07:29:20.2611930Z Updating files: 99% (5954/6014) 2026-07-26T07:29:20.2674640Z Updating files: 100% (6014/6014) 2026-07-26T07:29:20.2750400Z Updating files: 100% (6014/6014), done. 2026-07-26T07:29:20.2834070Z Switched to a new branch 'main' 2026-07-26T07:29:20.2866930Z branch 'main' set up to track 'origin/main'.
2026-07-26T07:29:20.3016290Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-26T07:29:20.3022020Z d218730c1e8d42690be18a0167d09bd6027ecb82