Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-30T12:08:08.8473860Z with: 2026-07-30T12:08:08.8474740Z repository: pypy/pypy 2026-07-30T12:08:08.8482920Z token: *** 2026-07-30T12:08:08.8483830Z ssh-strict: true 2026-07-30T12:08:08.8484700Z ssh-user: git 2026-07-30T12:08:08.8485580Z persist-credentials: true 2026-07-30T12:08:08.8486550Z clean: true 2026-07-30T12:08:08.8487430Z sparse-checkout-cone-mode: true 2026-07-30T12:08:08.8488660Z fetch-depth: 1 2026-07-30T12:08:08.8489510Z fetch-tags: false 2026-07-30T12:08:08.8490400Z show-progress: true 2026-07-30T12:08:08.8491540Z lfs: false 2026-07-30T12:08:08.8492420Z submodules: false 2026-07-30T12:08:08.8493300Z set-safe-directory: true
2026-07-30T12:08:09.3594170Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T12:08:09.3600690Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-30T12:08:09.3603450Z [command]/usr/local/bin/git version 2026-07-30T12:08:09.5802100Z git version 2.55.0
2026-07-30T12:08:09.5891270Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/718787dc-edc9-40df-9e14-5dae5aaab1a6/.gitconfig' 2026-07-30T12:08:09.5924250Z Temporarily overriding HOME='/Users/runner/work/_temp/718787dc-edc9-40df-9e14-5dae5aaab1a6' before making global git config changes 2026-07-30T12:08:09.5929370Z Adding repository directory to the temporary git global config as a safe directory 2026-07-30T12:08:09.5935020Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-30T12:08:09.6172860Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T12:08:09.6198940Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-30T12:08:09.6926370Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-30T12:08:09.6934760Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-30T12:08:09.6944110Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-30T12:08:09.6955380Z hint: call: 2026-07-30T12:08:09.6959790Z hint: 2026-07-30T12:08:09.6967350Z hint: git config --global init.defaultBranch <name> 2026-07-30T12:08:09.6971830Z hint: 2026-07-30T12:08:09.6975160Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-30T12:08:09.6980400Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-30T12:08:09.6989850Z hint: 2026-07-30T12:08:09.6994310Z hint: git branch -m <name> 2026-07-30T12:08:09.6998570Z hint: 2026-07-30T12:08:09.7003800Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-30T12:08:09.7014100Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-30T12:08:09.7030210Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-30T12:08:09.7617610Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-30T12:08:09.7642640Z Removing SSH command configuration 2026-07-30T12:08:09.7648690Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-30T12:08:09.7738690Z [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-30T12:08:10.1063440Z Removing HTTP extra header 2026-07-30T12:08:10.1110760Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-30T12:08:10.1215690Z [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-30T12:08:10.3406960Z Removing includeIf entries pointing to credentials config files 2026-07-30T12:08:10.3418070Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-30T12:08:10.3570680Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-30T12:08:10.5798720Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-f290b4f6-af61-45a9-b471-d054218f3a5f.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-30T12:08:10.5989160Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-f290b4f6-af61-45a9-b471-d054218f3a5f.config 2026-07-30T12:08:10.6138780Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-f290b4f6-af61-45a9-b471-d054218f3a5f.config 2026-07-30T12:08:10.6388910Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-f290b4f6-af61-45a9-b471-d054218f3a5f.config 2026-07-30T12:08:10.6507140Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-f290b4f6-af61-45a9-b471-d054218f3a5f.config
Fetching the repository
2026-07-30T12:08:10.6646800Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7085a475b41cc2b7e16c6c4bd1497e8f9d205d87:refs/remotes/pull/5538/merge 2026-07-30T12:08:14.5288100Z From https://github.com/pypy/pypy 2026-07-30T12:08:14.5291550Z * [new ref] 7085a475b41cc2b7e16c6c4bd1497e8f9d205d87 -> pull/5538/merge
Determining the checkout info
2026-07-30T12:08:14.5314200Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-30T12:08:14.5496920Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T12:08:14.5628950Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5538/merge 2026-07-30T12:08:15.7454090Z Updating files: 32% (1945/6014) 2026-07-30T12:08:15.7502730Z Updating files: 33% (1985/6014) 2026-07-30T12:08:15.7751280Z Updating files: 34% (2045/6014) 2026-07-30T12:08:15.8036320Z Updating files: 35% (2105/6014) 2026-07-30T12:08:15.8308460Z Updating files: 36% (2166/6014) 2026-07-30T12:08:15.8550560Z Updating files: 37% (2226/6014) 2026-07-30T12:08:15.9055690Z Updating files: 38% (2286/6014) 2026-07-30T12:08:16.0132670Z Updating files: 39% (2346/6014) 2026-07-30T12:08:16.0355660Z Updating files: 40% (2406/6014) 2026-07-30T12:08:16.0593100Z Updating files: 41% (2466/6014) 2026-07-30T12:08:16.0787150Z Updating files: 42% (2526/6014) 2026-07-30T12:08:16.1006890Z Updating files: 43% (2587/6014) 2026-07-30T12:08:16.1189330Z Updating files: 44% (2647/6014) 2026-07-30T12:08:16.1450180Z Updating files: 45% (2707/6014) 2026-07-30T12:08:16.1689000Z Updating files: 46% (2767/6014) 2026-07-30T12:08:16.1956490Z Updating files: 47% (2827/6014) 2026-07-30T12:08:16.2191760Z Updating files: 48% (2887/6014) 2026-07-30T12:08:16.2514130Z Updating files: 49% (2947/6014) 2026-07-30T12:08:16.2741270Z Updating files: 50% (3007/6014) 2026-07-30T12:08:16.2941730Z Updating files: 51% (3068/6014) 2026-07-30T12:08:16.3156170Z Updating files: 52% (3128/6014) 2026-07-30T12:08:16.3376460Z Updating files: 53% (3188/6014) 2026-07-30T12:08:16.3662140Z Updating files: 54% (3248/6014) 2026-07-30T12:08:16.3988810Z Updating files: 55% (3308/6014) 2026-07-30T12:08:16.5004330Z Updating files: 56% (3368/6014) 2026-07-30T12:08:16.6007720Z Updating files: 57% (3428/6014) 2026-07-30T12:08:16.6437340Z Updating files: 58% (3489/6014) 2026-07-30T12:08:16.6447100Z Updating files: 59% (3549/6014) 2026-07-30T12:08:16.6454910Z Updating files: 60% (3609/6014) 2026-07-30T12:08:16.6456870Z Updating files: 60% (3622/6014) 2026-07-30T12:08:16.6459680Z Updating files: 61% (3669/6014) 2026-07-30T12:08:16.6626200Z Updating files: 62% (3729/6014) 2026-07-30T12:08:16.6897850Z Updating files: 63% (3789/6014) 2026-07-30T12:08:16.7194890Z Updating files: 64% (3849/6014) 2026-07-30T12:08:16.7419750Z Updating files: 65% (3910/6014) 2026-07-30T12:08:16.7611690Z Updating files: 66% (3970/6014) 2026-07-30T12:08:16.7868820Z Updating files: 67% (4030/6014) 2026-07-30T12:08:16.8762540Z Updating files: 68% (4090/6014) 2026-07-30T12:08:16.9012730Z Updating files: 69% (4150/6014) 2026-07-30T12:08:16.9354870Z Updating files: 70% (4210/6014) 2026-07-30T12:08:16.9636480Z Updating files: 71% (4270/6014) 2026-07-30T12:08:16.9922960Z Updating files: 72% (4331/6014) 2026-07-30T12:08:17.0400910Z Updating files: 73% (4391/6014) 2026-07-30T12:08:17.1405600Z Updating files: 74% (4451/6014) 2026-07-30T12:08:17.2367630Z Updating files: 75% (4511/6014) 2026-07-30T12:08:17.2372390Z Updating files: 76% (4571/6014) 2026-07-30T12:08:17.2417500Z Updating files: 77% (4631/6014) 2026-07-30T12:08:17.2420390Z Updating files: 78% (4691/6014) 2026-07-30T12:08:17.2425770Z Updating files: 79% (4752/6014) 2026-07-30T12:08:17.2754280Z Updating files: 80% (4812/6014) 2026-07-30T12:08:17.3285710Z Updating files: 81% (4872/6014) 2026-07-30T12:08:17.3293800Z Updating files: 82% (4932/6014) 2026-07-30T12:08:17.4312020Z Updating files: 83% (4992/6014) 2026-07-30T12:08:17.4961190Z Updating files: 84% (5052/6014) 2026-07-30T12:08:17.4966560Z Updating files: 85% (5112/6014) 2026-07-30T12:08:17.4975150Z Updating files: 86% (5173/6014) 2026-07-30T12:08:17.5004560Z Updating files: 87% (5233/6014) 2026-07-30T12:08:17.5019660Z Updating files: 88% (5293/6014) 2026-07-30T12:08:17.6514600Z Updating files: 89% (5353/6014) 2026-07-30T12:08:17.6690450Z Updating files: 89% (5405/6014) 2026-07-30T12:08:17.9487570Z Updating files: 90% (5413/6014) 2026-07-30T12:08:18.0922430Z Updating files: 91% (5473/6014) 2026-07-30T12:08:18.3074320Z Updating files: 92% (5533/6014) 2026-07-30T12:08:18.3180400Z Updating files: 93% (5594/6014) 2026-07-30T12:08:18.3425230Z Updating files: 94% (5654/6014) 2026-07-30T12:08:18.4987590Z Updating files: 95% (5714/6014) 2026-07-30T12:08:18.6119590Z Updating files: 96% (5774/6014) 2026-07-30T12:08:18.6292000Z Updating files: 97% (5834/6014) 2026-07-30T12:08:18.6294110Z Updating files: 98% (5894/6014) 2026-07-30T12:08:18.6304470Z Updating files: 99% (5954/6014) 2026-07-30T12:08:18.6316850Z Updating files: 99% (5971/6014) 2026-07-30T12:08:18.6331420Z Updating files: 100% (6014/6014) 2026-07-30T12:08:18.6335050Z Updating files: 100% (6014/6014), done. 2026-07-30T12:08:18.7391950Z HEAD is now at 7085a47 Merge 8512328bd6238bade941800fc5666701b7b6d524 into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-30T12:08:18.7931410Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-30T12:08:18.7934920Z 7085a475b41cc2b7e16c6c4bd1497e8f9d205d87