Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-27T10:14:17.1146020Z with: 2026-07-27T10:14:17.1146820Z repository: pypy/pypy 2026-07-27T10:14:17.1153490Z token: *** 2026-07-27T10:14:17.1154220Z ssh-strict: true 2026-07-27T10:14:17.1154960Z ssh-user: git 2026-07-27T10:14:17.1155720Z persist-credentials: true 2026-07-27T10:14:17.1156490Z clean: true 2026-07-27T10:14:17.1157180Z sparse-checkout-cone-mode: true 2026-07-27T10:14:17.1158000Z fetch-depth: 1 2026-07-27T10:14:17.1158690Z fetch-tags: false 2026-07-27T10:14:17.1159430Z show-progress: true 2026-07-27T10:14:17.1160690Z lfs: false 2026-07-27T10:14:17.1161580Z submodules: false 2026-07-27T10:14:17.1162320Z set-safe-directory: true
2026-07-27T10:14:17.4892300Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T10:14:17.4896540Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-27T10:14:17.4898440Z [command]/usr/local/bin/git version 2026-07-27T10:14:17.5697930Z git version 2.55.0
2026-07-27T10:14:17.5749240Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/b7346bab-9476-4225-a458-cdc34dd97581/.gitconfig' 2026-07-27T10:14:17.5772400Z Temporarily overriding HOME='/Users/runner/work/_temp/b7346bab-9476-4225-a458-cdc34dd97581' before making global git config changes 2026-07-27T10:14:17.5774810Z Adding repository directory to the temporary git global config as a safe directory 2026-07-27T10:14:17.5780700Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-27T10:14:17.5929120Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T10:14:17.5942230Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-27T10:14:17.6399720Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-27T10:14:17.6402860Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-27T10:14:17.6405060Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-27T10:14:17.6406820Z hint: call: 2026-07-27T10:14:17.6407820Z hint: 2026-07-27T10:14:17.6409040Z hint: git config --global init.defaultBranch <name> 2026-07-27T10:14:17.6410440Z hint: 2026-07-27T10:14:17.6412100Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-27T10:14:17.6415900Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-27T10:14:17.6417830Z hint: 2026-07-27T10:14:17.6418880Z hint: git branch -m <name> 2026-07-27T10:14:17.6420280Z hint: 2026-07-27T10:14:17.6422150Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-27T10:14:17.6424500Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-27T10:14:17.6433080Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-27T10:14:17.6591810Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-27T10:14:17.6714480Z Removing SSH command configuration 2026-07-27T10:14:17.6722840Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-27T10:14:17.6855100Z [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-27T10:14:17.8392380Z Removing HTTP extra header 2026-07-27T10:14:17.8401020Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-27T10:14:17.8512840Z [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-27T10:14:17.9837340Z Removing includeIf entries pointing to credentials config files 2026-07-27T10:14:17.9924460Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-27T10:14:18.0013090Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-27T10:14:18.2486210Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-8292b0b5-335c-4c57-a4e1-0962e9605eee.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-27T10:14:18.2515110Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-8292b0b5-335c-4c57-a4e1-0962e9605eee.config 2026-07-27T10:14:18.2541370Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-8292b0b5-335c-4c57-a4e1-0962e9605eee.config 2026-07-27T10:14:18.2890930Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-8292b0b5-335c-4c57-a4e1-0962e9605eee.config 2026-07-27T10:14:18.3025640Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-8292b0b5-335c-4c57-a4e1-0962e9605eee.config
Fetching the repository
2026-07-27T10:14:18.3149740Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1118b727b9787232f32278a337750d3aa3e676c4:refs/remotes/origin/main 2026-07-27T10:14:21.5691020Z From https://github.com/pypy/pypy 2026-07-27T10:14:21.5693550Z * [new ref] 1118b727b9787232f32278a337750d3aa3e676c4 -> origin/main 2026-07-27T10:14:21.5714590Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-07-27T10:14:21.5832880Z origin/main 2026-07-27T10:14:21.5846720Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-07-27T10:14:21.5932210Z 1118b727b9787232f32278a337750d3aa3e676c4
Determining the checkout info
2026-07-27T10:14:21.5944750Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-27T10:14:21.6080180Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-27T10:14:21.6178730Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-27T10:14:22.7856910Z Updating files: 31% (1868/6014) 2026-07-27T10:14:22.8056470Z Updating files: 32% (1925/6014) 2026-07-27T10:14:22.8234140Z Updating files: 33% (1985/6014) 2026-07-27T10:14:22.8436650Z Updating files: 34% (2045/6014) 2026-07-27T10:14:22.8680670Z Updating files: 35% (2105/6014) 2026-07-27T10:14:22.8875180Z Updating files: 36% (2166/6014) 2026-07-27T10:14:22.9066460Z Updating files: 37% (2226/6014) 2026-07-27T10:14:22.9283670Z Updating files: 38% (2286/6014) 2026-07-27T10:14:22.9506240Z Updating files: 39% (2346/6014) 2026-07-27T10:14:22.9730850Z Updating files: 40% (2406/6014) 2026-07-27T10:14:22.9943320Z Updating files: 41% (2466/6014) 2026-07-27T10:14:23.0148210Z Updating files: 42% (2526/6014) 2026-07-27T10:14:23.0317240Z Updating files: 43% (2587/6014) 2026-07-27T10:14:23.0503950Z Updating files: 44% (2647/6014) 2026-07-27T10:14:23.1414330Z Updating files: 45% (2707/6014) 2026-07-27T10:14:23.1637610Z Updating files: 46% (2767/6014) 2026-07-27T10:14:23.1861110Z Updating files: 47% (2827/6014) 2026-07-27T10:14:23.2104940Z Updating files: 48% (2887/6014) 2026-07-27T10:14:23.2322090Z Updating files: 49% (2947/6014) 2026-07-27T10:14:23.2553120Z Updating files: 50% (3007/6014) 2026-07-27T10:14:23.2769470Z Updating files: 51% (3068/6014) 2026-07-27T10:14:23.2965030Z Updating files: 52% (3128/6014) 2026-07-27T10:14:23.3372350Z Updating files: 53% (3188/6014) 2026-07-27T10:14:23.4253300Z Updating files: 54% (3248/6014) 2026-07-27T10:14:23.4269900Z Updating files: 55% (3308/6014) 2026-07-27T10:14:23.4276780Z Updating files: 56% (3368/6014) 2026-07-27T10:14:23.4356230Z Updating files: 57% (3428/6014) 2026-07-27T10:14:23.4554430Z Updating files: 58% (3489/6014) 2026-07-27T10:14:23.4754540Z Updating files: 59% (3549/6014) 2026-07-27T10:14:23.4961840Z Updating files: 60% (3609/6014) 2026-07-27T10:14:23.5162310Z Updating files: 61% (3669/6014) 2026-07-27T10:14:23.5335130Z Updating files: 62% (3729/6014) 2026-07-27T10:14:23.5520180Z Updating files: 63% (3789/6014) 2026-07-27T10:14:23.5700890Z Updating files: 64% (3849/6014) 2026-07-27T10:14:23.5873210Z Updating files: 65% (3910/6014) 2026-07-27T10:14:23.6050780Z Updating files: 66% (3970/6014) 2026-07-27T10:14:23.6206390Z Updating files: 67% (4030/6014) 2026-07-27T10:14:23.6405780Z Updating files: 68% (4090/6014) 2026-07-27T10:14:23.6409810Z Updating files: 69% (4150/6014) 2026-07-27T10:14:23.6596170Z Updating files: 69% (4151/6014) 2026-07-27T10:14:23.6837600Z Updating files: 70% (4210/6014) 2026-07-27T10:14:23.7028060Z Updating files: 71% (4270/6014) 2026-07-27T10:14:23.7221550Z Updating files: 72% (4331/6014) 2026-07-27T10:14:23.7412400Z Updating files: 73% (4391/6014) 2026-07-27T10:14:23.8133960Z Updating files: 74% (4451/6014) 2026-07-27T10:14:23.8296290Z Updating files: 75% (4511/6014) 2026-07-27T10:14:23.8484840Z Updating files: 76% (4571/6014) 2026-07-27T10:14:23.8677210Z Updating files: 77% (4631/6014) 2026-07-27T10:14:23.8881760Z Updating files: 78% (4691/6014) 2026-07-27T10:14:23.9050820Z Updating files: 79% (4752/6014) 2026-07-27T10:14:23.9261400Z Updating files: 80% (4812/6014) 2026-07-27T10:14:23.9499290Z Updating files: 81% (4872/6014) 2026-07-27T10:14:23.9689730Z Updating files: 82% (4932/6014) 2026-07-27T10:14:23.9864620Z Updating files: 83% (4992/6014) 2026-07-27T10:14:24.0067390Z Updating files: 84% (5052/6014) 2026-07-27T10:14:24.0241980Z Updating files: 85% (5112/6014) 2026-07-27T10:14:24.0472800Z Updating files: 86% (5173/6014) 2026-07-27T10:14:24.0744950Z Updating files: 87% (5233/6014) 2026-07-27T10:14:24.0973780Z Updating files: 88% (5293/6014) 2026-07-27T10:14:24.1205370Z Updating files: 89% (5353/6014) 2026-07-27T10:14:24.1526680Z Updating files: 90% (5413/6014) 2026-07-27T10:14:24.4277250Z Updating files: 91% (5473/6014) 2026-07-27T10:14:24.6074390Z Updating files: 92% (5533/6014) 2026-07-27T10:14:24.6474480Z Updating files: 93% (5594/6014) 2026-07-27T10:14:24.6477140Z Updating files: 94% (5654/6014) 2026-07-27T10:14:24.7480370Z Updating files: 95% (5714/6014) 2026-07-27T10:14:24.7679470Z Updating files: 95% (5737/6014) 2026-07-27T10:14:24.7683580Z Updating files: 96% (5774/6014) 2026-07-27T10:14:24.7686650Z Updating files: 97% (5834/6014) 2026-07-27T10:14:24.7688530Z Updating files: 98% (5894/6014) 2026-07-27T10:14:24.8653830Z Updating files: 99% (5954/6014) 2026-07-27T10:14:24.9657470Z Updating files: 100% (6014/6014) 2026-07-27T10:14:24.9861420Z Updating files: 100% (6014/6014), done. 2026-07-27T10:14:24.9930690Z Switched to a new branch 'main' 2026-07-27T10:14:24.9933310Z branch 'main' set up to track 'origin/main'.
2026-07-27T10:14:24.9949280Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-27T10:14:24.9952500Z 1118b727b9787232f32278a337750d3aa3e676c4