timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-09-15T17:44:27.3167260Z with:
2026-09-15T17:44:27.3168320Z repository: pypy/pypy
2026-09-15T17:44:27.3172750Z token: ***
2026-09-15T17:44:27.3174580Z ssh-strict: true
2026-09-15T17:44:27.3178710Z ssh-user: git
2026-09-15T17:44:27.3179080Z persist-credentials: true
2026-09-15T17:44:27.3179440Z clean: true
2026-09-15T17:44:27.3181520Z sparse-checkout-cone-mode: true
2026-09-15T17:44:27.3183340Z fetch-depth: 1
2026-09-15T17:44:27.3184150Z fetch-tags: false
2026-09-15T17:44:27.3184530Z show-progress: true
2026-09-15T17:44:27.3187470Z lfs: false
2026-09-15T17:44:27.3187890Z submodules: false
2026-09-15T17:44:27.3188250Z set-safe-directory: true
2026-09-15T17:44:28.0987890Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-15T17:44:28.0991170Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-15T17:44:28.0995310Z [command]/opt/homebrew/bin/git version
2026-09-15T17:44:28.1730960Z git version 2.55.0
2026-09-15T17:44:28.1761100Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/44c2b85b-65c3-44a5-9479-8fd8a78259e4/.gitconfig'
2026-09-15T17:44:28.1774410Z Temporarily overriding HOME='/Users/runner/work/_temp/44c2b85b-65c3-44a5-9479-8fd8a78259e4' before making global git config changes
2026-09-15T17:44:28.1777930Z Adding repository directory to the temporary git global config as a safe directory
2026-09-15T17:44:28.1780520Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-15T17:44:28.1976830Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-15T17:44:28.1997800Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-09-15T17:44:28.2428770Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-15T17:44:28.2430040Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-15T17:44:28.2431190Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-15T17:44:28.2431930Z hint: call:
2026-09-15T17:44:28.2432630Z hint:
2026-09-15T17:44:28.2436300Z hint: git config --global init.defaultBranch <name>
2026-09-15T17:44:28.2437560Z hint:
2026-09-15T17:44:28.2438090Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-15T17:44:28.2438950Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-15T17:44:28.2439680Z hint:
2026-09-15T17:44:28.2440140Z hint: git branch -m <name>
2026-09-15T17:44:28.2440680Z hint:
2026-09-15T17:44:28.2441380Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-15T17:44:28.2442780Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-15T17:44:28.2445810Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-15T17:44:28.2587860Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-15T17:44:28.2693170Z Removing SSH command configuration
2026-09-15T17:44:28.2695680Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-15T17:44:28.2833770Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-15T17:44:28.4653110Z Removing HTTP extra header
2026-09-15T17:44:28.4655250Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-15T17:44:28.4736390Z [command]/opt/homebrew/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-09-15T17:44:28.5803640Z Removing includeIf entries pointing to credentials config files
2026-09-15T17:44:28.5808150Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-15T17:44:28.6131410Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-15T17:44:28.7595320Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-f5593322-0174-4593-bddb-a1e3d89279ee.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-15T17:44:28.7740880Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-f5593322-0174-4593-bddb-a1e3d89279ee.config
2026-09-15T17:44:28.7855250Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-f5593322-0174-4593-bddb-a1e3d89279ee.config
2026-09-15T17:44:28.7966000Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-f5593322-0174-4593-bddb-a1e3d89279ee.config
2026-09-15T17:44:28.8077640Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-f5593322-0174-4593-bddb-a1e3d89279ee.config
Fetching the repository
2026-09-15T17:44:28.8294580Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fba3194b7561c0ed91dc5d1b5bc8c08be1a5f3c4:refs/remotes/origin/main
2026-09-15T17:44:32.4053460Z From https://github.com/pypy/pypy
2026-09-15T17:44:32.4063000Z * [new ref] fba3194b7561c0ed91dc5d1b5bc8c08be1a5f3c4 -> origin/main
2026-09-15T17:44:32.4101610Z [command]/opt/homebrew/bin/git branch --list --remote origin/main
2026-09-15T17:44:32.4291470Z origin/main
2026-09-15T17:44:32.4332840Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main
2026-09-15T17:44:32.4437040Z fba3194b7561c0ed91dc5d1b5bc8c08be1a5f3c4
Determining the checkout info
2026-09-15T17:44:32.4451290Z [command]/opt/homebrew/bin/git sparse-checkout disable
2026-09-15T17:44:32.4776480Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-15T17:44:32.4847970Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-15T17:44:33.5867370Z Updating files: 67% (4016/5950)
2026-09-15T17:44:33.6024600Z Updating files: 68% (4046/5950)
2026-09-15T17:44:33.6147850Z Updating files: 69% (4106/5950)
2026-09-15T17:44:33.6259940Z Updating files: 70% (4165/5950)
2026-09-15T17:44:33.6766640Z Updating files: 71% (4225/5950)
2026-09-15T17:44:33.6894770Z Updating files: 72% (4284/5950)
2026-09-15T17:44:33.6980820Z Updating files: 73% (4344/5950)
2026-09-15T17:44:33.7144100Z Updating files: 74% (4403/5950)
2026-09-15T17:44:33.7277430Z Updating files: 75% (4463/5950)
2026-09-15T17:44:33.7362500Z Updating files: 76% (4522/5950)
2026-09-15T17:44:33.7479030Z Updating files: 77% (4582/5950)
2026-09-15T17:44:33.7654200Z Updating files: 78% (4641/5950)
2026-09-15T17:44:33.7759270Z Updating files: 79% (4701/5950)
2026-09-15T17:44:33.7860930Z Updating files: 80% (4760/5950)
2026-09-15T17:44:33.7958330Z Updating files: 81% (4820/5950)
2026-09-15T17:44:33.8128720Z Updating files: 82% (4879/5950)
2026-09-15T17:44:33.8241360Z Updating files: 83% (4939/5950)
2026-09-15T17:44:33.8409440Z Updating files: 84% (4998/5950)
2026-09-15T17:44:33.8520720Z Updating files: 85% (5058/5950)
2026-09-15T17:44:33.8685890Z Updating files: 86% (5117/5950)
2026-09-15T17:44:33.8868890Z Updating files: 87% (5177/5950)
2026-09-15T17:44:33.9000510Z Updating files: 88% (5236/5950)
2026-09-15T17:44:33.9161920Z Updating files: 89% (5296/5950)
2026-09-15T17:44:33.9263830Z Updating files: 90% (5355/5950)
2026-09-15T17:44:33.9485210Z Updating files: 91% (5415/5950)
2026-09-15T17:44:33.9849240Z Updating files: 92% (5474/5950)
2026-09-15T17:44:33.9976670Z Updating files: 93% (5534/5950)
2026-09-15T17:44:34.0156490Z Updating files: 94% (5593/5950)
2026-09-15T17:44:34.0256110Z Updating files: 95% (5653/5950)
2026-09-15T17:44:34.0485470Z Updating files: 96% (5712/5950)
2026-09-15T17:44:34.0597070Z Updating files: 97% (5772/5950)
2026-09-15T17:44:34.0707040Z Updating files: 98% (5831/5950)
2026-09-15T17:44:34.0881970Z Updating files: 99% (5891/5950)
2026-09-15T17:44:34.0906590Z Updating files: 100% (5950/5950)
2026-09-15T17:44:34.0914610Z Updating files: 100% (5950/5950), done.
2026-09-15T17:44:34.1056200Z Switched to a new branch 'main'
2026-09-15T17:44:34.1074280Z branch 'main' set up to track 'origin/main'.
2026-09-15T17:44:34.1299780Z [command]/opt/homebrew/bin/git log -1 --format=%H
2026-09-15T17:44:34.1411660Z fba3194b7561c0ed91dc5d1b5bc8c08be1a5f3c4