Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-27T05:16:54.7423000Z with: 2026-07-27T05:16:54.7423590Z repository: pypy/pypy 2026-07-27T05:16:54.7429170Z token: *** 2026-07-27T05:16:54.7429750Z ssh-strict: true 2026-07-27T05:16:54.7430340Z ssh-user: git 2026-07-27T05:16:54.7430950Z persist-credentials: true 2026-07-27T05:16:54.7431620Z clean: true 2026-07-27T05:16:54.7432240Z sparse-checkout-cone-mode: true 2026-07-27T05:16:54.7432960Z fetch-depth: 1 2026-07-27T05:16:54.7433550Z fetch-tags: false 2026-07-27T05:16:54.7434160Z show-progress: true 2026-07-27T05:16:54.7434770Z lfs: false 2026-07-27T05:16:54.7435350Z submodules: false 2026-07-27T05:16:54.7435970Z set-safe-directory: true
2026-07-27T05:16:55.0303940Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T05:16:55.0307380Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-27T05:16:55.0308920Z [command]/usr/local/bin/git version 2026-07-27T05:16:55.1103610Z git version 2.55.0
2026-07-27T05:16:55.1146800Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/1e1e858f-7309-4cc2-9452-a945b1151b86/.gitconfig' 2026-07-27T05:16:55.1162720Z Temporarily overriding HOME='/Users/runner/work/_temp/1e1e858f-7309-4cc2-9452-a945b1151b86' before making global git config changes 2026-07-27T05:16:55.1165740Z Adding repository directory to the temporary git global config as a safe directory 2026-07-27T05:16:55.1169170Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-27T05:16:55.1300040Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T05:16:55.1316830Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-27T05:16:55.1621320Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-27T05:16:55.1622970Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-27T05:16:55.1624390Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-27T05:16:55.1625470Z hint: call: 2026-07-27T05:16:55.1626020Z hint: 2026-07-27T05:16:55.1626710Z hint: git config --global init.defaultBranch <name> 2026-07-27T05:16:55.1627660Z hint: 2026-07-27T05:16:55.1628460Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-27T05:16:55.1630180Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-27T05:16:55.1631430Z hint: 2026-07-27T05:16:55.1632010Z hint: git branch -m <name> 2026-07-27T05:16:55.1632750Z hint: 2026-07-27T05:16:55.1633700Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-27T05:16:55.1635210Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-27T05:16:55.1638430Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-27T05:16:55.1746620Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-27T05:16:55.1838070Z Removing SSH command configuration 2026-07-27T05:16:55.1843890Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-27T05:16:55.1926290Z [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-27T05:16:55.3084540Z Removing HTTP extra header 2026-07-27T05:16:55.3090700Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-27T05:16:55.3176670Z [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-27T05:16:55.4240560Z Removing includeIf entries pointing to credentials config files 2026-07-27T05:16:55.4245730Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-27T05:16:55.4330040Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-27T05:16:55.5830200Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-94d794c3-c861-4dc0-be32-5d315f904a66.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-27T05:16:55.5836740Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-94d794c3-c861-4dc0-be32-5d315f904a66.config 2026-07-27T05:16:55.5887110Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-94d794c3-c861-4dc0-be32-5d315f904a66.config 2026-07-27T05:16:55.5973960Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-94d794c3-c861-4dc0-be32-5d315f904a66.config 2026-07-27T05:16:55.6062690Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-94d794c3-c861-4dc0-be32-5d315f904a66.config
Fetching the repository
2026-07-27T05:16:55.6156040Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +da69d07541ec3cc058154833b860b4b9ab654715:refs/remotes/origin/main 2026-07-27T05:16:57.0746070Z From https://github.com/pypy/pypy 2026-07-27T05:16:57.0749020Z * [new ref] da69d07541ec3cc058154833b860b4b9ab654715 -> origin/main 2026-07-27T05:16:57.0759390Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-07-27T05:16:57.0855930Z origin/main 2026-07-27T05:16:57.0865510Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-07-27T05:16:57.0939810Z da69d07541ec3cc058154833b860b4b9ab654715
Determining the checkout info
2026-07-27T05:16:57.0950720Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-27T05:16:57.1061990Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-27T05:16:57.1150660Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-27T05:16:58.2263190Z Updating files: 59% (3564/6014) 2026-07-27T05:16:58.2404250Z Updating files: 60% (3609/6014) 2026-07-27T05:16:58.2558630Z Updating files: 61% (3669/6014) 2026-07-27T05:16:58.2694530Z Updating files: 62% (3729/6014) 2026-07-27T05:16:58.2835370Z Updating files: 63% (3789/6014) 2026-07-27T05:16:58.2987250Z Updating files: 64% (3849/6014) 2026-07-27T05:16:58.3120370Z Updating files: 65% (3910/6014) 2026-07-27T05:16:58.3251300Z Updating files: 66% (3970/6014) 2026-07-27T05:16:58.3389640Z Updating files: 67% (4030/6014) 2026-07-27T05:16:58.3537920Z Updating files: 68% (4090/6014) 2026-07-27T05:16:58.3689100Z Updating files: 69% (4150/6014) 2026-07-27T05:16:58.3880860Z Updating files: 70% (4210/6014) 2026-07-27T05:16:58.4045440Z Updating files: 71% (4270/6014) 2026-07-27T05:16:58.4228610Z Updating files: 72% (4331/6014) 2026-07-27T05:16:58.4400540Z Updating files: 73% (4391/6014) 2026-07-27T05:16:58.4816880Z Updating files: 74% (4451/6014) 2026-07-27T05:16:58.4975180Z Updating files: 75% (4511/6014) 2026-07-27T05:16:58.5137490Z Updating files: 76% (4571/6014) 2026-07-27T05:16:58.5291390Z Updating files: 77% (4631/6014) 2026-07-27T05:16:58.5465000Z Updating files: 78% (4691/6014) 2026-07-27T05:16:58.5615280Z Updating files: 79% (4752/6014) 2026-07-27T05:16:58.5809930Z Updating files: 80% (4812/6014) 2026-07-27T05:16:58.6011760Z Updating files: 81% (4872/6014) 2026-07-27T05:16:58.6177880Z Updating files: 82% (4932/6014) 2026-07-27T05:16:58.6321350Z Updating files: 83% (4992/6014) 2026-07-27T05:16:58.6682010Z Updating files: 84% (5052/6014) 2026-07-27T05:16:58.6909610Z Updating files: 85% (5112/6014) 2026-07-27T05:16:58.7070400Z Updating files: 86% (5173/6014) 2026-07-27T05:16:58.7232370Z Updating files: 87% (5233/6014) 2026-07-27T05:16:58.7393260Z Updating files: 88% (5293/6014) 2026-07-27T05:16:58.7549220Z Updating files: 89% (5353/6014) 2026-07-27T05:16:58.7779970Z Updating files: 90% (5413/6014) 2026-07-27T05:16:58.8951990Z Updating files: 91% (5473/6014) 2026-07-27T05:16:58.9553670Z Updating files: 92% (5533/6014) 2026-07-27T05:16:59.0252180Z Updating files: 93% (5594/6014) 2026-07-27T05:16:59.0382720Z Updating files: 94% (5654/6014) 2026-07-27T05:16:59.0512470Z Updating files: 95% (5714/6014) 2026-07-27T05:16:59.0656630Z Updating files: 96% (5774/6014) 2026-07-27T05:16:59.0803720Z Updating files: 97% (5834/6014) 2026-07-27T05:16:59.0940070Z Updating files: 98% (5894/6014) 2026-07-27T05:16:59.1076690Z Updating files: 99% (5954/6014) 2026-07-27T05:16:59.1077390Z Updating files: 100% (6014/6014) 2026-07-27T05:16:59.1077910Z Updating files: 100% (6014/6014), done. 2026-07-27T05:16:59.1209420Z Switched to a new branch 'main' 2026-07-27T05:16:59.1215940Z branch 'main' set up to track 'origin/main'.
2026-07-27T05:16:59.1369960Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-27T05:16:59.1470430Z da69d07541ec3cc058154833b860b4b9ab654715