Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-30T22:21:15.7736160Z with: 2026-08-30T22:21:15.7737130Z repository: pypy/pypy 2026-08-30T22:21:15.7747810Z token: *** 2026-08-30T22:21:15.7749420Z ssh-strict: true 2026-08-30T22:21:15.7750860Z ssh-user: git 2026-08-30T22:21:15.7756610Z persist-credentials: true 2026-08-30T22:21:15.7758200Z clean: true 2026-08-30T22:21:15.7760230Z sparse-checkout-cone-mode: true 2026-08-30T22:21:15.7762210Z fetch-depth: 1 2026-08-30T22:21:15.7805850Z fetch-tags: false 2026-08-30T22:21:15.7808040Z show-progress: true 2026-08-30T22:21:15.7809540Z lfs: false 2026-08-30T22:21:15.7810760Z submodules: false 2026-08-30T22:21:15.7812070Z set-safe-directory: true
2026-08-30T22:21:16.4556330Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-30T22:21:16.4562770Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-30T22:21:16.4566170Z [command]/usr/local/bin/git version 2026-08-30T22:21:16.4632780Z git version 2.55.0
2026-08-30T22:21:16.4814930Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/c4e9d682-7e00-41dd-817b-46098df9ea18/.gitconfig' 2026-08-30T22:21:16.4839710Z Temporarily overriding HOME='/Users/runner/work/_temp/c4e9d682-7e00-41dd-817b-46098df9ea18' before making global git config changes 2026-08-30T22:21:16.4854660Z Adding repository directory to the temporary git global config as a safe directory 2026-08-30T22:21:16.4874560Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-30T22:21:16.5373910Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-30T22:21:16.5445160Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-30T22:21:16.5525620Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-30T22:21:16.5550380Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-30T22:21:16.5567930Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-30T22:21:16.5594210Z hint: call: 2026-08-30T22:21:16.5605720Z hint: 2026-08-30T22:21:16.5627590Z hint: git config --global init.defaultBranch <name> 2026-08-30T22:21:16.5651950Z hint: 2026-08-30T22:21:16.5662400Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-30T22:21:16.5686030Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-30T22:21:16.5693720Z hint: 2026-08-30T22:21:16.5715020Z hint: git branch -m <name> 2026-08-30T22:21:16.5745720Z hint: 2026-08-30T22:21:16.5757400Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-30T22:21:16.5779670Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-30T22:21:16.7054230Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-30T22:21:16.7439840Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-30T22:21:16.7695120Z Removing SSH command configuration 2026-08-30T22:21:16.7730270Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-30T22:21:16.7777910Z [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-30T22:21:16.9809140Z Removing HTTP extra header 2026-08-30T22:21:16.9941000Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-30T22:21:17.0043900Z [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-30T22:21:17.2486150Z Removing includeIf entries pointing to credentials config files 2026-08-30T22:21:17.2551450Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-30T22:21:17.2658080Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-30T22:21:17.7022090Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-70d6b374-7e9b-4092-90e1-a06528d64837.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-30T22:21:17.7338740Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-70d6b374-7e9b-4092-90e1-a06528d64837.config 2026-08-30T22:21:17.7551550Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-70d6b374-7e9b-4092-90e1-a06528d64837.config 2026-08-30T22:21:17.7722560Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-70d6b374-7e9b-4092-90e1-a06528d64837.config 2026-08-30T22:21:17.8080530Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-70d6b374-7e9b-4092-90e1-a06528d64837.config
Fetching the repository
2026-08-30T22:21:17.8785760Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7baed3f47bf9729ab43c340ab8accda43d2f57fe:refs/remotes/origin/main 2026-08-30T22:21:21.6991620Z From https://github.com/pypy/pypy 2026-08-30T22:21:21.7020160Z * [new ref] 7baed3f47bf9729ab43c340ab8accda43d2f57fe -> origin/main 2026-08-30T22:21:21.7096860Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-08-30T22:21:21.7233020Z origin/main 2026-08-30T22:21:21.7434130Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-08-30T22:21:21.7544250Z 7baed3f47bf9729ab43c340ab8accda43d2f57fe
Determining the checkout info
2026-08-30T22:21:21.7837070Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-30T22:21:21.8011790Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-30T22:21:21.8168880Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-30T22:21:23.1672270Z Updating files: 26% (1572/6014) 2026-08-30T22:21:23.2067200Z Updating files: 27% (1624/6014) 2026-08-30T22:21:23.2406130Z Updating files: 28% (1684/6014) 2026-08-30T22:21:23.2743290Z Updating files: 29% (1745/6014) 2026-08-30T22:21:23.3000610Z Updating files: 30% (1805/6014) 2026-08-30T22:21:23.3343780Z Updating files: 31% (1865/6014) 2026-08-30T22:21:23.4154720Z Updating files: 32% (1925/6014) 2026-08-30T22:21:23.4417790Z Updating files: 33% (1985/6014) 2026-08-30T22:21:23.4720800Z Updating files: 34% (2045/6014) 2026-08-30T22:21:23.4806650Z Updating files: 35% (2105/6014) 2026-08-30T22:21:23.5226750Z Updating files: 36% (2166/6014) 2026-08-30T22:21:23.5489530Z Updating files: 37% (2226/6014) 2026-08-30T22:21:23.5783620Z Updating files: 38% (2286/6014) 2026-08-30T22:21:23.6359870Z Updating files: 39% (2346/6014) 2026-08-30T22:21:23.6531920Z Updating files: 40% (2406/6014) 2026-08-30T22:21:23.6859370Z Updating files: 41% (2466/6014) 2026-08-30T22:21:23.7409530Z Updating files: 42% (2526/6014) 2026-08-30T22:21:23.7695770Z Updating files: 43% (2587/6014) 2026-08-30T22:21:23.8182480Z Updating files: 44% (2647/6014) 2026-08-30T22:21:23.8277960Z Updating files: 45% (2707/6014) 2026-08-30T22:21:23.8339170Z Updating files: 46% (2767/6014) 2026-08-30T22:21:23.8387890Z Updating files: 46% (2803/6014) 2026-08-30T22:21:23.9531600Z Updating files: 47% (2827/6014) 2026-08-30T22:21:24.0676750Z Updating files: 48% (2887/6014) 2026-08-30T22:21:24.1075300Z Updating files: 49% (2947/6014) 2026-08-30T22:21:24.1328190Z Updating files: 50% (3007/6014) 2026-08-30T22:21:24.1339040Z Updating files: 51% (3068/6014) 2026-08-30T22:21:24.1408130Z Updating files: 52% (3128/6014) 2026-08-30T22:21:24.3233830Z Updating files: 53% (3188/6014) 2026-08-30T22:21:24.3808120Z Updating files: 54% (3248/6014) 2026-08-30T22:21:24.3835970Z Updating files: 55% (3308/6014) 2026-08-30T22:21:24.3910550Z Updating files: 56% (3368/6014) 2026-08-30T22:21:24.3949790Z Updating files: 57% (3428/6014) 2026-08-30T22:21:24.3987690Z Updating files: 58% (3489/6014) 2026-08-30T22:21:24.4160150Z Updating files: 59% (3549/6014) 2026-08-30T22:21:24.4458490Z Updating files: 60% (3609/6014) 2026-08-30T22:21:24.4735470Z Updating files: 61% (3669/6014) 2026-08-30T22:21:24.4992630Z Updating files: 62% (3729/6014) 2026-08-30T22:21:24.5241790Z Updating files: 63% (3789/6014) 2026-08-30T22:21:24.5511680Z Updating files: 64% (3849/6014) 2026-08-30T22:21:24.5761810Z Updating files: 65% (3910/6014) 2026-08-30T22:21:24.6006780Z Updating files: 66% (3970/6014) 2026-08-30T22:21:24.6267860Z Updating files: 67% (4030/6014) 2026-08-30T22:21:24.6536910Z Updating files: 68% (4090/6014) 2026-08-30T22:21:24.6806600Z Updating files: 69% (4150/6014) 2026-08-30T22:21:24.7101960Z Updating files: 70% (4210/6014) 2026-08-30T22:21:24.7364350Z Updating files: 71% (4270/6014) 2026-08-30T22:21:24.7626480Z Updating files: 72% (4331/6014) 2026-08-30T22:21:24.7863400Z Updating files: 73% (4391/6014) 2026-08-30T22:21:24.8094490Z Updating files: 74% (4451/6014) 2026-08-30T22:21:24.8206720Z Updating files: 75% (4511/6014) 2026-08-30T22:21:24.8329290Z Updating files: 75% (4541/6014) 2026-08-30T22:21:24.8579460Z Updating files: 76% (4571/6014) 2026-08-30T22:21:24.8823220Z Updating files: 77% (4631/6014) 2026-08-30T22:21:24.9291070Z Updating files: 78% (4691/6014) 2026-08-30T22:21:25.3914280Z Updating files: 79% (4752/6014) 2026-08-30T22:21:25.9446780Z Updating files: 80% (4812/6014) 2026-08-30T22:21:26.0474000Z Updating files: 80% (4866/6014) 2026-08-30T22:21:26.2610940Z Updating files: 81% (4872/6014) 2026-08-30T22:21:26.4597720Z Updating files: 82% (4932/6014) 2026-08-30T22:21:26.5814190Z Updating files: 83% (4992/6014) 2026-08-30T22:21:26.6272950Z Updating files: 84% (5052/6014) 2026-08-30T22:21:26.7647670Z Updating files: 85% (5112/6014) 2026-08-30T22:21:26.8228170Z Updating files: 86% (5173/6014) 2026-08-30T22:21:26.8709500Z Updating files: 86% (5200/6014) 2026-08-30T22:21:27.2713420Z Updating files: 87% (5233/6014) 2026-08-30T22:21:27.4260760Z Updating files: 88% (5293/6014) 2026-08-30T22:21:27.6176660Z Updating files: 89% (5353/6014) 2026-08-30T22:21:27.8299140Z Updating files: 90% (5413/6014) 2026-08-30T22:21:27.9226080Z Updating files: 90% (5468/6014) 2026-08-30T22:21:28.9982760Z Updating files: 91% (5473/6014) 2026-08-30T22:21:29.3855610Z Updating files: 91% (5515/6014) 2026-08-30T22:21:29.8818000Z Updating files: 92% (5533/6014) 2026-08-30T22:21:29.8972780Z Updating files: 92% (5585/6014) 2026-08-30T22:21:29.9805700Z Updating files: 93% (5594/6014) 2026-08-30T22:21:30.2371490Z Updating files: 94% (5654/6014) 2026-08-30T22:21:30.3798930Z Updating files: 95% (5714/6014) 2026-08-30T22:21:30.4799940Z Updating files: 96% (5774/6014) 2026-08-30T22:21:30.4843670Z Updating files: 97% (5834/6014) 2026-08-30T22:21:30.4867790Z Updating files: 98% (5894/6014) 2026-08-30T22:21:30.5925180Z Updating files: 99% (5954/6014) 2026-08-30T22:21:30.6108800Z Updating files: 100% (6014/6014) 2026-08-30T22:21:30.6338530Z Updating files: 100% (6014/6014), done. 2026-08-30T22:21:30.7557310Z Switched to a new branch 'main' 2026-08-30T22:21:30.7634510Z branch 'main' set up to track 'origin/main'.
2026-08-30T22:21:30.9166680Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-30T22:21:30.9272560Z 7baed3f47bf9729ab43c340ab8accda43d2f57fe