timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-07-26T12:21:43.4820130Z with:
2026-07-26T12:21:43.4844750Z repository: pypy/pypy
2026-07-26T12:21:43.4852190Z token: ***
2026-07-26T12:21:43.4852850Z ssh-strict: true
2026-07-26T12:21:43.4853470Z ssh-user: git
2026-07-26T12:21:43.4854100Z persist-credentials: true
2026-07-26T12:21:43.4854780Z clean: true
2026-07-26T12:21:43.4855400Z sparse-checkout-cone-mode: true
2026-07-26T12:21:43.4856150Z fetch-depth: 1
2026-07-26T12:21:43.4856750Z fetch-tags: false
2026-07-26T12:21:43.4857390Z show-progress: true
2026-07-26T12:21:43.4858110Z lfs: false
2026-07-26T12:21:43.4858740Z submodules: false
2026-07-26T12:21:43.4859380Z set-safe-directory: true
2026-07-26T12:21:43.9489330Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T12:21:43.9494770Z Working directory is '/Users/runner/work/pypy/pypy'
2026-07-26T12:21:43.9498230Z [command]/usr/local/bin/git version
2026-07-26T12:21:43.9760710Z git version 2.55.0
2026-07-26T12:21:43.9909060Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/51bd61fd-25e3-4c0a-a69f-da740584ee10/.gitconfig'
2026-07-26T12:21:43.9966940Z Temporarily overriding HOME='/Users/runner/work/_temp/51bd61fd-25e3-4c0a-a69f-da740584ee10' before making global git config changes
2026-07-26T12:21:43.9980980Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T12:21:43.9990380Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-07-26T12:21:44.0105390Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T12:21:44.0192130Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-07-26T12:21:44.0547420Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-26T12:21:44.0574300Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-26T12:21:44.0592580Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-26T12:21:44.0614940Z hint: call:
2026-07-26T12:21:44.0629530Z hint:
2026-07-26T12:21:44.0688020Z hint: git config --global init.defaultBranch <name>
2026-07-26T12:21:44.0698510Z hint:
2026-07-26T12:21:44.0700560Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-26T12:21:44.0704320Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-26T12:21:44.0748700Z hint:
2026-07-26T12:21:44.0757750Z hint: git branch -m <name>
2026-07-26T12:21:44.0759560Z hint:
2026-07-26T12:21:44.0762750Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-26T12:21:44.0766950Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-07-26T12:21:44.0772610Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T12:21:44.0790430Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T12:21:44.0866180Z Removing SSH command configuration
2026-07-26T12:21:44.0869420Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-26T12:21:44.1003500Z [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-26T12:21:44.2737260Z Removing HTTP extra header
2026-07-26T12:21:44.2746180Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T12:21:44.2942520Z [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-26T12:21:44.6354310Z Removing includeIf entries pointing to credentials config files
2026-07-26T12:21:44.6386780Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T12:21:44.6525540Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-26T12:21:44.7667560Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-5d91c8e2-48e7-4926-b046-d1800876456b.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-26T12:21:44.7686150Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-5d91c8e2-48e7-4926-b046-d1800876456b.config
2026-07-26T12:21:44.7703020Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-5d91c8e2-48e7-4926-b046-d1800876456b.config
2026-07-26T12:21:44.7745780Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-5d91c8e2-48e7-4926-b046-d1800876456b.config
2026-07-26T12:21:44.7888350Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-5d91c8e2-48e7-4926-b046-d1800876456b.config
Fetching the repository
2026-07-26T12:21:44.8036360Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0b9de5713f7addda19bd317874c11a1a7f722f25:refs/remotes/origin/py3.11
2026-07-26T12:21:49.0549370Z From https://github.com/pypy/pypy
2026-07-26T12:21:49.0551910Z * [new ref] 0b9de5713f7addda19bd317874c11a1a7f722f25 -> origin/py3.11
2026-07-26T12:21:49.0568590Z [command]/usr/local/bin/git branch --list --remote origin/py3.11
2026-07-26T12:21:49.0681190Z origin/py3.11
2026-07-26T12:21:49.0695970Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.11
2026-07-26T12:21:49.0783450Z 0b9de5713f7addda19bd317874c11a1a7f722f25
Determining the checkout info
2026-07-26T12:21:49.0798560Z [command]/usr/local/bin/git sparse-checkout disable
2026-07-26T12:21:49.0952530Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T12:21:49.1077690Z [command]/usr/local/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-07-26T12:21:50.2923120Z Updating files: 35% (2468/7021)
2026-07-26T12:21:50.3147590Z Updating files: 36% (2528/7021)
2026-07-26T12:21:50.3424990Z Updating files: 37% (2598/7021)
2026-07-26T12:21:50.3740060Z Updating files: 38% (2668/7021)
2026-07-26T12:21:50.3982150Z Updating files: 39% (2739/7021)
2026-07-26T12:21:50.4193610Z Updating files: 40% (2809/7021)
2026-07-26T12:21:50.4448000Z Updating files: 41% (2879/7021)
2026-07-26T12:21:50.4716970Z Updating files: 42% (2949/7021)
2026-07-26T12:21:50.4929920Z Updating files: 43% (3020/7021)
2026-07-26T12:21:50.5150130Z Updating files: 44% (3090/7021)
2026-07-26T12:21:50.5364270Z Updating files: 45% (3160/7021)
2026-07-26T12:21:50.5575540Z Updating files: 46% (3230/7021)
2026-07-26T12:21:50.6440940Z Updating files: 47% (3300/7021)
2026-07-26T12:21:50.6716540Z Updating files: 48% (3371/7021)
2026-07-26T12:21:50.6946530Z Updating files: 49% (3441/7021)
2026-07-26T12:21:50.7179770Z Updating files: 50% (3511/7021)
2026-07-26T12:21:50.7438500Z Updating files: 51% (3581/7021)
2026-07-26T12:21:50.7682600Z Updating files: 52% (3651/7021)
2026-07-26T12:21:50.7909350Z Updating files: 53% (3722/7021)
2026-07-26T12:21:50.8376760Z Updating files: 54% (3792/7021)
2026-07-26T12:21:50.9231370Z Updating files: 55% (3862/7021)
2026-07-26T12:21:50.9374050Z Updating files: 56% (3932/7021)
2026-07-26T12:21:50.9592450Z Updating files: 57% (4002/7021)
2026-07-26T12:21:50.9816100Z Updating files: 58% (4073/7021)
2026-07-26T12:21:51.0067470Z Updating files: 59% (4143/7021)
2026-07-26T12:21:51.0330700Z Updating files: 60% (4213/7021)
2026-07-26T12:21:51.0547740Z Updating files: 61% (4283/7021)
2026-07-26T12:21:51.0763790Z Updating files: 62% (4354/7021)
2026-07-26T12:21:51.0994160Z Updating files: 63% (4424/7021)
2026-07-26T12:21:51.1627160Z Updating files: 64% (4494/7021)
2026-07-26T12:21:51.1739580Z Updating files: 64% (4529/7021)
2026-07-26T12:21:51.1995820Z Updating files: 65% (4564/7021)
2026-07-26T12:21:51.2307040Z Updating files: 66% (4634/7021)
2026-07-26T12:21:51.2537130Z Updating files: 67% (4705/7021)
2026-07-26T12:21:51.2808850Z Updating files: 68% (4775/7021)
2026-07-26T12:21:51.3069730Z Updating files: 69% (4845/7021)
2026-07-26T12:21:51.3284100Z Updating files: 70% (4915/7021)
2026-07-26T12:21:51.3502820Z Updating files: 71% (4985/7021)
2026-07-26T12:21:51.3748320Z Updating files: 72% (5056/7021)
2026-07-26T12:21:51.4025230Z Updating files: 73% (5126/7021)
2026-07-26T12:21:51.4362060Z Updating files: 74% (5196/7021)
2026-07-26T12:21:51.5391110Z Updating files: 75% (5266/7021)
2026-07-26T12:21:51.6147380Z Updating files: 76% (5336/7021)
2026-07-26T12:21:51.6569800Z Updating files: 77% (5407/7021)
2026-07-26T12:21:51.7573200Z Updating files: 78% (5477/7021)
2026-07-26T12:21:51.8025360Z Updating files: 79% (5547/7021)
2026-07-26T12:21:51.8077700Z Updating files: 80% (5617/7021)
2026-07-26T12:21:51.8137760Z Updating files: 81% (5688/7021)
2026-07-26T12:21:51.8200400Z Updating files: 82% (5758/7021)
2026-07-26T12:21:51.8235890Z Updating files: 83% (5828/7021)
2026-07-26T12:21:51.8288440Z Updating files: 84% (5898/7021)
2026-07-26T12:21:51.8329190Z Updating files: 85% (5968/7021)
2026-07-26T12:21:51.8623410Z Updating files: 86% (6039/7021)
2026-07-26T12:21:51.9334250Z Updating files: 87% (6109/7021)
2026-07-26T12:21:51.9564250Z Updating files: 88% (6179/7021)
2026-07-26T12:21:51.9869800Z Updating files: 89% (6249/7021)
2026-07-26T12:21:52.0160040Z Updating files: 90% (6319/7021)
2026-07-26T12:21:52.1220900Z Updating files: 91% (6390/7021)
2026-07-26T12:21:52.1515500Z Updating files: 92% (6460/7021)
2026-07-26T12:21:52.1556120Z Updating files: 92% (6524/7021)
2026-07-26T12:21:52.2209940Z Updating files: 93% (6530/7021)
2026-07-26T12:21:52.2479010Z Updating files: 94% (6600/7021)
2026-07-26T12:21:52.2711330Z Updating files: 95% (6670/7021)
2026-07-26T12:21:52.3714740Z Updating files: 96% (6741/7021)
2026-07-26T12:21:52.4536100Z Updating files: 97% (6811/7021)
2026-07-26T12:21:52.4540840Z Updating files: 98% (6881/7021)
2026-07-26T12:21:52.4541980Z Updating files: 99% (6951/7021)
2026-07-26T12:21:52.4543530Z Updating files: 100% (7021/7021)
2026-07-26T12:21:52.4545740Z Updating files: 100% (7021/7021), done.
2026-07-26T12:21:52.4546440Z Switched to a new branch 'py3.11'
2026-07-26T12:21:52.4547930Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-07-26T12:21:52.4558870Z [command]/usr/local/bin/git log -1 --format=%H
2026-07-26T12:21:52.4561020Z 0b9de5713f7addda19bd317874c11a1a7f722f25