Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T12:55:09.9775440Z with: 2026-08-02T12:55:09.9776620Z repository: pypy/pypy 2026-08-02T12:55:09.9785990Z token: *** 2026-08-02T12:55:09.9786970Z ssh-strict: true 2026-08-02T12:55:09.9788450Z ssh-user: git 2026-08-02T12:55:09.9790220Z persist-credentials: true 2026-08-02T12:55:09.9791240Z clean: true 2026-08-02T12:55:09.9791940Z sparse-checkout-cone-mode: true 2026-08-02T12:55:09.9793410Z fetch-depth: 1 2026-08-02T12:55:09.9794830Z fetch-tags: false 2026-08-02T12:55:09.9795530Z show-progress: true 2026-08-02T12:55:09.9796430Z lfs: false 2026-08-02T12:55:09.9797080Z submodules: false 2026-08-02T12:55:09.9797730Z set-safe-directory: true
2026-08-02T12:55:11.6233610Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T12:55:11.6238780Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-02T12:55:11.6240960Z [command]/usr/local/bin/git version 2026-08-02T12:55:11.7349850Z git version 2.55.0
2026-08-02T12:55:11.7442490Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/582ff75f-8a44-4102-af1e-d3f261e810ce/.gitconfig' 2026-08-02T12:55:11.7473360Z Temporarily overriding HOME='/Users/runner/work/_temp/582ff75f-8a44-4102-af1e-d3f261e810ce' before making global git config changes 2026-08-02T12:55:11.7476690Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T12:55:11.7479430Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-02T12:55:11.7697460Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T12:55:11.7713340Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-02T12:55:11.8294820Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T12:55:11.8297440Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T12:55:11.8299780Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T12:55:11.8301160Z hint: call: 2026-08-02T12:55:11.8302030Z hint: 2026-08-02T12:55:11.8302990Z hint: git config --global init.defaultBranch <name> 2026-08-02T12:55:11.8304210Z hint: 2026-08-02T12:55:11.8305440Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T12:55:11.8307450Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T12:55:11.8308870Z hint: 2026-08-02T12:55:11.8309690Z hint: git branch -m <name> 2026-08-02T12:55:11.8310550Z hint: 2026-08-02T12:55:11.8311710Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T12:55:11.8313680Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-02T12:55:11.8316700Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T12:55:11.8468270Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T12:55:11.8608610Z Removing SSH command configuration 2026-08-02T12:55:11.8610190Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T12:55:11.8739450Z [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-02T12:55:13.9097600Z Removing HTTP extra header 2026-08-02T12:55:14.0336440Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T12:55:14.2612450Z [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-02T12:55:15.6582150Z Removing includeIf entries pointing to credentials config files 2026-08-02T12:55:15.6714940Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T12:55:15.6928950Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T12:55:16.5426270Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-4d05b3bc-10b4-4bda-97dc-6e2cfe3a41d7.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T12:55:16.6711810Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-4d05b3bc-10b4-4bda-97dc-6e2cfe3a41d7.config 2026-08-02T12:55:16.8343290Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-4d05b3bc-10b4-4bda-97dc-6e2cfe3a41d7.config 2026-08-02T12:55:16.9374840Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-4d05b3bc-10b4-4bda-97dc-6e2cfe3a41d7.config 2026-08-02T12:55:17.0161630Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-4d05b3bc-10b4-4bda-97dc-6e2cfe3a41d7.config
Fetching the repository
2026-08-02T12:55:17.1214930Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8dc423ad25aa0b272236bdf4184e5178569cb637:refs/remotes/pull/5551/merge 2026-08-02T12:55:20.6571290Z From https://github.com/pypy/pypy 2026-08-02T12:55:20.6693790Z * [new ref] 8dc423ad25aa0b272236bdf4184e5178569cb637 -> pull/5551/merge
Determining the checkout info
2026-08-02T12:55:20.7145130Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-02T12:55:20.7150410Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T12:55:20.7626700Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5551/merge 2026-08-02T12:55:21.9563850Z Updating files: 25% (1552/6014) 2026-08-02T12:55:22.0097560Z Updating files: 26% (1564/6014) 2026-08-02T12:55:22.0550710Z Updating files: 27% (1624/6014) 2026-08-02T12:55:22.1012870Z Updating files: 28% (1684/6014) 2026-08-02T12:55:22.1381840Z Updating files: 29% (1745/6014) 2026-08-02T12:55:22.1836060Z Updating files: 30% (1805/6014) 2026-08-02T12:55:22.2196820Z Updating files: 31% (1865/6014) 2026-08-02T12:55:22.2577980Z Updating files: 32% (1925/6014) 2026-08-02T12:55:22.2955160Z Updating files: 33% (1985/6014) 2026-08-02T12:55:22.3330650Z Updating files: 34% (2045/6014) 2026-08-02T12:55:22.3740490Z Updating files: 35% (2105/6014) 2026-08-02T12:55:22.3951570Z Updating files: 36% (2166/6014) 2026-08-02T12:55:22.4865250Z Updating files: 37% (2226/6014) 2026-08-02T12:55:22.5056320Z Updating files: 38% (2286/6014) 2026-08-02T12:55:22.5276250Z Updating files: 39% (2346/6014) 2026-08-02T12:55:22.5475890Z Updating files: 40% (2406/6014) 2026-08-02T12:55:22.5685840Z Updating files: 41% (2466/6014) 2026-08-02T12:55:22.5835860Z Updating files: 42% (2526/6014) 2026-08-02T12:55:22.6200100Z Updating files: 43% (2587/6014) 2026-08-02T12:55:22.6337000Z Updating files: 44% (2647/6014) 2026-08-02T12:55:22.6611880Z Updating files: 45% (2707/6014) 2026-08-02T12:55:22.6793930Z Updating files: 46% (2767/6014) 2026-08-02T12:55:22.6987400Z Updating files: 47% (2827/6014) 2026-08-02T12:55:22.7182630Z Updating files: 48% (2887/6014) 2026-08-02T12:55:22.7395650Z Updating files: 49% (2947/6014) 2026-08-02T12:55:22.7590700Z Updating files: 50% (3007/6014) 2026-08-02T12:55:22.7773060Z Updating files: 51% (3068/6014) 2026-08-02T12:55:22.8032880Z Updating files: 52% (3128/6014) 2026-08-02T12:55:22.8263780Z Updating files: 53% (3188/6014) 2026-08-02T12:55:22.8517280Z Updating files: 54% (3248/6014) 2026-08-02T12:55:22.8536100Z Updating files: 55% (3308/6014) 2026-08-02T12:55:23.0088240Z Updating files: 55% (3314/6014) 2026-08-02T12:55:23.0296900Z Updating files: 56% (3368/6014) 2026-08-02T12:55:23.0524670Z Updating files: 57% (3428/6014) 2026-08-02T12:55:23.0791940Z Updating files: 58% (3489/6014) 2026-08-02T12:55:23.1000060Z Updating files: 59% (3549/6014) 2026-08-02T12:55:23.1242380Z Updating files: 60% (3609/6014) 2026-08-02T12:55:23.1793970Z Updating files: 61% (3669/6014) 2026-08-02T12:55:23.2090870Z Updating files: 62% (3729/6014) 2026-08-02T12:55:23.2525030Z Updating files: 63% (3789/6014) 2026-08-02T12:55:23.3448330Z Updating files: 64% (3849/6014) 2026-08-02T12:55:23.3718680Z Updating files: 65% (3910/6014) 2026-08-02T12:55:23.4009590Z Updating files: 66% (3970/6014) 2026-08-02T12:55:23.4357530Z Updating files: 67% (4030/6014) 2026-08-02T12:55:23.4756930Z Updating files: 68% (4090/6014) 2026-08-02T12:55:23.5139960Z Updating files: 69% (4150/6014) 2026-08-02T12:55:23.5685760Z Updating files: 70% (4210/6014) 2026-08-02T12:55:23.5899980Z Updating files: 71% (4270/6014) 2026-08-02T12:55:23.6154240Z Updating files: 72% (4331/6014) 2026-08-02T12:55:23.6331470Z Updating files: 73% (4391/6014) 2026-08-02T12:55:23.6511780Z Updating files: 74% (4451/6014) 2026-08-02T12:55:23.6740630Z Updating files: 75% (4511/6014) 2026-08-02T12:55:23.6980040Z Updating files: 76% (4571/6014) 2026-08-02T12:55:23.7201470Z Updating files: 77% (4631/6014) 2026-08-02T12:55:23.7426110Z Updating files: 78% (4691/6014) 2026-08-02T12:55:23.7615970Z Updating files: 79% (4752/6014) 2026-08-02T12:55:23.7867560Z Updating files: 80% (4812/6014) 2026-08-02T12:55:23.8233450Z Updating files: 81% (4872/6014) 2026-08-02T12:55:23.8501840Z Updating files: 82% (4932/6014) 2026-08-02T12:55:23.8525790Z Updating files: 83% (4992/6014) 2026-08-02T12:55:23.8693230Z Updating files: 83% (5002/6014) 2026-08-02T12:55:23.8960010Z Updating files: 84% (5052/6014) 2026-08-02T12:55:23.9550690Z Updating files: 85% (5112/6014) 2026-08-02T12:55:24.1098970Z Updating files: 86% (5173/6014) 2026-08-02T12:55:24.2693950Z Updating files: 87% (5233/6014) 2026-08-02T12:55:24.2965300Z Updating files: 88% (5293/6014) 2026-08-02T12:55:24.3226220Z Updating files: 89% (5353/6014) 2026-08-02T12:55:24.4483890Z Updating files: 90% (5413/6014) 2026-08-02T12:55:24.8617000Z Updating files: 91% (5473/6014) 2026-08-02T12:55:25.2839120Z Updating files: 91% (5493/6014) 2026-08-02T12:55:25.4522290Z Updating files: 92% (5533/6014) 2026-08-02T12:55:25.4851890Z Updating files: 93% (5594/6014) 2026-08-02T12:55:25.5139540Z Updating files: 94% (5654/6014) 2026-08-02T12:55:25.5370680Z Updating files: 95% (5714/6014) 2026-08-02T12:55:25.5640970Z Updating files: 96% (5774/6014) 2026-08-02T12:55:25.5854660Z Updating files: 97% (5834/6014) 2026-08-02T12:55:25.6050080Z Updating files: 98% (5894/6014) 2026-08-02T12:55:25.6301800Z Updating files: 99% (5954/6014) 2026-08-02T12:55:25.6302880Z Updating files: 100% (6014/6014) 2026-08-02T12:55:25.6303470Z Updating files: 100% (6014/6014), done. 2026-08-02T12:55:25.6589710Z HEAD is now at 8dc423a Merge f5e25d434be1bb9f4436990b3151daba9b945956 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-02T12:55:25.6891150Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-02T12:55:25.7056320Z 8dc423ad25aa0b272236bdf4184e5178569cb637