timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-31T21:23:41.7455420Z with:
2026-08-31T21:23:41.7455820Z repository: pypy/pypy
2026-08-31T21:23:41.7458820Z token: ***
2026-08-31T21:23:41.7459170Z ssh-strict: true
2026-08-31T21:23:41.7459490Z ssh-user: git
2026-08-31T21:23:41.7459810Z persist-credentials: true
2026-08-31T21:23:41.7460800Z clean: true
2026-08-31T21:23:41.7462280Z sparse-checkout-cone-mode: true
2026-08-31T21:23:41.7462770Z fetch-depth: 1
2026-08-31T21:23:41.7463170Z fetch-tags: false
2026-08-31T21:23:41.7463520Z show-progress: true
2026-08-31T21:23:41.7463920Z lfs: false
2026-08-31T21:23:41.7464230Z submodules: false
2026-08-31T21:23:41.7464630Z set-safe-directory: true
2026-08-31T21:23:42.2369120Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T21:23:42.2371150Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-31T21:23:42.2372320Z [command]/opt/homebrew/bin/git version
2026-08-31T21:23:42.2640290Z git version 2.55.0
2026-08-31T21:23:42.2668250Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/51bb709f-b475-4dcc-aa47-b1283a9d7ae4/.gitconfig'
2026-08-31T21:23:42.2673430Z Temporarily overriding HOME='/Users/runner/work/_temp/51bb709f-b475-4dcc-aa47-b1283a9d7ae4' before making global git config changes
2026-08-31T21:23:42.2674600Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T21:23:42.2676960Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-31T21:23:42.2781620Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T21:23:42.2787900Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy
2026-08-31T21:23:42.2997760Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-31T21:23:42.2998880Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-31T21:23:42.2999690Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-31T21:23:42.3000390Z hint: call:
2026-08-31T21:23:42.3000830Z hint:
2026-08-31T21:23:42.3001280Z hint: git config --global init.defaultBranch <name>
2026-08-31T21:23:42.3001780Z hint:
2026-08-31T21:23:42.3002270Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-31T21:23:42.3003170Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-31T21:23:42.3003780Z hint:
2026-08-31T21:23:42.3004130Z hint: git branch -m <name>
2026-08-31T21:23:42.3004590Z hint:
2026-08-31T21:23:42.3005150Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-31T21:23:42.3006080Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-31T21:23:42.3007730Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T21:23:42.3096360Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T21:23:42.3193960Z Removing SSH command configuration
2026-08-31T21:23:42.3194670Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-31T21:23:42.3269820Z [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-08-31T21:23:42.4396870Z Removing HTTP extra header
2026-08-31T21:23:42.4401260Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-31T21:23:42.4473330Z [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-08-31T21:23:42.7183310Z Removing includeIf entries pointing to credentials config files
2026-08-31T21:23:42.7194450Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-31T21:23:42.7722630Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-31T21:23:42.9289360Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-8f33831b-a38d-41dd-bae1-b84600b54428.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-31T21:23:42.9451090Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-8f33831b-a38d-41dd-bae1-b84600b54428.config
2026-08-31T21:23:42.9644180Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-8f33831b-a38d-41dd-bae1-b84600b54428.config
2026-08-31T21:23:42.9768210Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-8f33831b-a38d-41dd-bae1-b84600b54428.config
2026-08-31T21:23:42.9980740Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-8f33831b-a38d-41dd-bae1-b84600b54428.config
Fetching the repository
2026-08-31T21:23:43.0092120Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +09916d286ed3703261ad5bc63c46083bdf7e253b:refs/remotes/origin/main
2026-08-31T21:23:46.1030220Z From https://github.com/pypy/pypy
2026-08-31T21:23:46.1032760Z * [new ref] 09916d286ed3703261ad5bc63c46083bdf7e253b -> origin/main
2026-08-31T21:23:46.1035000Z [command]/opt/homebrew/bin/git branch --list --remote origin/main
2026-08-31T21:23:46.1139530Z origin/main
2026-08-31T21:23:46.1176980Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main
2026-08-31T21:23:46.1209540Z 09916d286ed3703261ad5bc63c46083bdf7e253b
Determining the checkout info
2026-08-31T21:23:46.1218040Z [command]/opt/homebrew/bin/git sparse-checkout disable
2026-08-31T21:23:46.2320360Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T21:23:46.3512260Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-31T21:23:47.4629180Z Updating files: 34% (2077/6014)
2026-08-31T21:23:47.4766240Z Updating files: 35% (2105/6014)
2026-08-31T21:23:47.4973390Z Updating files: 36% (2166/6014)
2026-08-31T21:23:47.5047690Z Updating files: 37% (2226/6014)
2026-08-31T21:23:47.5150130Z Updating files: 38% (2286/6014)
2026-08-31T21:23:47.5329350Z Updating files: 39% (2346/6014)
2026-08-31T21:23:47.5938600Z Updating files: 40% (2406/6014)
2026-08-31T21:23:47.6040810Z Updating files: 41% (2466/6014)
2026-08-31T21:23:47.6162230Z Updating files: 42% (2526/6014)
2026-08-31T21:23:47.6364960Z Updating files: 43% (2587/6014)
2026-08-31T21:23:47.7086600Z Updating files: 44% (2647/6014)
2026-08-31T21:23:47.7302290Z Updating files: 45% (2707/6014)
2026-08-31T21:23:47.7475590Z Updating files: 46% (2767/6014)
2026-08-31T21:23:47.7682280Z Updating files: 47% (2827/6014)
2026-08-31T21:23:47.7784890Z Updating files: 48% (2887/6014)
2026-08-31T21:23:47.7941540Z Updating files: 49% (2947/6014)
2026-08-31T21:23:47.8048930Z Updating files: 50% (3007/6014)
2026-08-31T21:23:47.8168340Z Updating files: 51% (3068/6014)
2026-08-31T21:23:47.8370910Z Updating files: 52% (3128/6014)
2026-08-31T21:23:47.8473040Z Updating files: 53% (3188/6014)
2026-08-31T21:23:47.8575820Z Updating files: 54% (3248/6014)
2026-08-31T21:23:47.8779130Z Updating files: 55% (3308/6014)
2026-08-31T21:23:47.9391700Z Updating files: 56% (3368/6014)
2026-08-31T21:23:47.9695500Z Updating files: 57% (3428/6014)
2026-08-31T21:23:48.0019900Z Updating files: 58% (3489/6014)
2026-08-31T21:23:48.0119580Z Updating files: 59% (3549/6014)
2026-08-31T21:23:48.0423010Z Updating files: 60% (3609/6014)
2026-08-31T21:23:48.0501220Z Updating files: 61% (3669/6014)
2026-08-31T21:23:48.0622580Z Updating files: 62% (3729/6014)
2026-08-31T21:23:48.0680850Z Updating files: 63% (3789/6014)
2026-08-31T21:23:48.0867970Z Updating files: 64% (3849/6014)
2026-08-31T21:23:48.1010500Z Updating files: 65% (3910/6014)
2026-08-31T21:23:48.1153020Z Updating files: 66% (3970/6014)
2026-08-31T21:23:48.1250440Z Updating files: 67% (4030/6014)
2026-08-31T21:23:48.1402100Z Updating files: 68% (4090/6014)
2026-08-31T21:23:48.1555830Z Updating files: 69% (4150/6014)
2026-08-31T21:23:48.1749090Z Updating files: 70% (4210/6014)
2026-08-31T21:23:48.1800510Z Updating files: 71% (4270/6014)
2026-08-31T21:23:48.1881680Z Updating files: 72% (4331/6014)
2026-08-31T21:23:48.2029290Z Updating files: 73% (4391/6014)
2026-08-31T21:23:48.2167580Z Updating files: 74% (4451/6014)
2026-08-31T21:23:48.2301170Z Updating files: 75% (4511/6014)
2026-08-31T21:23:48.2443890Z Updating files: 76% (4571/6014)
2026-08-31T21:23:48.2652260Z Updating files: 77% (4631/6014)
2026-08-31T21:23:48.2800010Z Updating files: 78% (4691/6014)
2026-08-31T21:23:48.2903040Z Updating files: 79% (4752/6014)
2026-08-31T21:23:48.3052010Z Updating files: 80% (4812/6014)
2026-08-31T21:23:48.3338910Z Updating files: 81% (4872/6014)
2026-08-31T21:23:48.3406370Z Updating files: 82% (4932/6014)
2026-08-31T21:23:48.3516950Z Updating files: 82% (4963/6014)
2026-08-31T21:23:48.3553780Z Updating files: 83% (4992/6014)
2026-08-31T21:23:48.3739400Z Updating files: 84% (5052/6014)
2026-08-31T21:23:48.3816740Z Updating files: 85% (5112/6014)
2026-08-31T21:23:48.3963550Z Updating files: 86% (5173/6014)
2026-08-31T21:23:48.4099310Z Updating files: 87% (5233/6014)
2026-08-31T21:23:48.4356630Z Updating files: 88% (5293/6014)
2026-08-31T21:23:48.4619440Z Updating files: 89% (5353/6014)
2026-08-31T21:23:48.4758860Z Updating files: 90% (5413/6014)
2026-08-31T21:23:48.5446190Z Updating files: 91% (5473/6014)
2026-08-31T21:23:48.5864060Z Updating files: 92% (5533/6014)
2026-08-31T21:23:48.5951250Z Updating files: 93% (5594/6014)
2026-08-31T21:23:48.6068010Z Updating files: 94% (5654/6014)
2026-08-31T21:23:48.6152270Z Updating files: 95% (5714/6014)
2026-08-31T21:23:48.6334340Z Updating files: 96% (5774/6014)
2026-08-31T21:23:48.6434430Z Updating files: 97% (5834/6014)
2026-08-31T21:23:48.6589880Z Updating files: 98% (5894/6014)
2026-08-31T21:23:48.6721990Z Updating files: 99% (5954/6014)
2026-08-31T21:23:48.6722570Z Updating files: 100% (6014/6014)
2026-08-31T21:23:48.6722970Z Updating files: 100% (6014/6014), done.
2026-08-31T21:23:48.6876060Z Switched to a new branch 'main'
2026-08-31T21:23:48.6883520Z branch 'main' set up to track 'origin/main'.
2026-08-31T21:23:48.7179170Z [command]/opt/homebrew/bin/git log -1 --format=%H
2026-08-31T21:23:48.7289330Z 09916d286ed3703261ad5bc63c46083bdf7e253b