timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-07-31T09:00:43.0702230Z with:
2026-07-31T09:00:43.0703540Z repository: pypy/pypy
2026-07-31T09:00:43.0733040Z token: ***
2026-07-31T09:00:43.0734460Z ssh-strict: true
2026-07-31T09:00:43.0735820Z ssh-user: git
2026-07-31T09:00:43.0737230Z persist-credentials: true
2026-07-31T09:00:43.0738860Z clean: true
2026-07-31T09:00:43.0740180Z sparse-checkout-cone-mode: true
2026-07-31T09:00:43.0742420Z fetch-depth: 1
2026-07-31T09:00:43.0743800Z fetch-tags: false
2026-07-31T09:00:43.0745190Z show-progress: true
2026-07-31T09:00:43.0746590Z lfs: false
2026-07-31T09:00:43.0747920Z submodules: false
2026-07-31T09:00:43.0749360Z set-safe-directory: true
2026-07-31T09:00:43.5933000Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T09:00:43.5942320Z Working directory is '/Users/runner/work/pypy/pypy'
2026-07-31T09:00:43.5946840Z [command]/usr/local/bin/git version
2026-07-31T09:00:43.6217880Z git version 2.55.0
2026-07-31T09:00:43.6614610Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/214ab5ad-ce1d-4219-ab7b-e10a6bbd8869/.gitconfig'
2026-07-31T09:00:43.6624830Z Temporarily overriding HOME='/Users/runner/work/_temp/214ab5ad-ce1d-4219-ab7b-e10a6bbd8869' before making global git config changes
2026-07-31T09:00:43.6633520Z Adding repository directory to the temporary git global config as a safe directory
2026-07-31T09:00:43.6639450Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-07-31T09:00:43.6716400Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T09:00:43.6755210Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-07-31T09:00:43.7039430Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-31T09:00:43.7045060Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-31T09:00:43.7069100Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-31T09:00:43.7081340Z hint: call:
2026-07-31T09:00:43.7102840Z hint:
2026-07-31T09:00:43.7119100Z hint: git config --global init.defaultBranch <name>
2026-07-31T09:00:43.7136740Z hint:
2026-07-31T09:00:43.7169400Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-31T09:00:43.7200530Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-31T09:00:43.7224800Z hint:
2026-07-31T09:00:43.7234590Z hint: git branch -m <name>
2026-07-31T09:00:43.7262580Z hint:
2026-07-31T09:00:43.7286460Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-31T09:00:43.7298510Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-07-31T09:00:43.7383790Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T09:00:43.8776720Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T09:00:43.9115920Z Removing SSH command configuration
2026-07-31T09:00:43.9161690Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-31T09:00:43.9297540Z [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-31T09:00:44.0516120Z Removing HTTP extra header
2026-07-31T09:00:44.0637810Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-31T09:00:44.0752660Z [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-31T09:00:44.2948310Z Removing includeIf entries pointing to credentials config files
2026-07-31T09:00:44.3140830Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-31T09:00:44.3236490Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-31T09:00:44.6358770Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-d79fc94d-4727-4202-8e9f-76cacd86dfdb.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-31T09:00:44.6843520Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-d79fc94d-4727-4202-8e9f-76cacd86dfdb.config
2026-07-31T09:00:44.7066280Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-d79fc94d-4727-4202-8e9f-76cacd86dfdb.config
2026-07-31T09:00:44.7245760Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-d79fc94d-4727-4202-8e9f-76cacd86dfdb.config
2026-07-31T09:00:44.7400470Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-d79fc94d-4727-4202-8e9f-76cacd86dfdb.config
Fetching the repository
2026-07-31T09:00:44.8207850Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9e66abb983c5d9197301caf3e81e3ed737ba1bfe:refs/remotes/origin/main
2026-07-31T09:00:48.5403590Z From https://github.com/pypy/pypy
2026-07-31T09:00:48.5409820Z * [new ref] 9e66abb983c5d9197301caf3e81e3ed737ba1bfe -> origin/main
2026-07-31T09:00:48.5421630Z [command]/usr/local/bin/git branch --list --remote origin/main
2026-07-31T09:00:48.5579730Z origin/main
2026-07-31T09:00:48.5597110Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main
2026-07-31T09:00:48.5704410Z 9e66abb983c5d9197301caf3e81e3ed737ba1bfe
Determining the checkout info
2026-07-31T09:00:48.5721900Z [command]/usr/local/bin/git sparse-checkout disable
2026-07-31T09:00:48.5900740Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T09:00:48.6034040Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-31T09:00:49.7154740Z Updating files: 41% (2466/6014)
2026-07-31T09:00:49.7342110Z Updating files: 42% (2526/6014)
2026-07-31T09:00:49.7659670Z Updating files: 43% (2587/6014)
2026-07-31T09:00:49.8186730Z Updating files: 44% (2647/6014)
2026-07-31T09:00:49.8454860Z Updating files: 45% (2707/6014)
2026-07-31T09:00:49.8674380Z Updating files: 46% (2767/6014)
2026-07-31T09:00:49.8901140Z Updating files: 47% (2827/6014)
2026-07-31T09:00:49.9135610Z Updating files: 48% (2887/6014)
2026-07-31T09:00:49.9353580Z Updating files: 49% (2947/6014)
2026-07-31T09:00:49.9624200Z Updating files: 50% (3007/6014)
2026-07-31T09:00:49.9847960Z Updating files: 51% (3068/6014)
2026-07-31T09:00:50.0081810Z Updating files: 52% (3128/6014)
2026-07-31T09:00:50.0281600Z Updating files: 53% (3188/6014)
2026-07-31T09:00:50.0505580Z Updating files: 54% (3248/6014)
2026-07-31T09:00:50.0754380Z Updating files: 55% (3308/6014)
2026-07-31T09:00:50.0954070Z Updating files: 56% (3368/6014)
2026-07-31T09:00:50.1149910Z Updating files: 57% (3428/6014)
2026-07-31T09:00:50.1355030Z Updating files: 58% (3489/6014)
2026-07-31T09:00:50.1537910Z Updating files: 59% (3549/6014)
2026-07-31T09:00:50.1718290Z Updating files: 60% (3609/6014)
2026-07-31T09:00:50.1937740Z Updating files: 61% (3669/6014)
2026-07-31T09:00:50.2101080Z Updating files: 62% (3729/6014)
2026-07-31T09:00:50.2304760Z Updating files: 63% (3789/6014)
2026-07-31T09:00:50.2558370Z Updating files: 64% (3849/6014)
2026-07-31T09:00:50.2764750Z Updating files: 65% (3910/6014)
2026-07-31T09:00:50.2959000Z Updating files: 66% (3970/6014)
2026-07-31T09:00:50.3212450Z Updating files: 67% (4030/6014)
2026-07-31T09:00:50.3481320Z Updating files: 68% (4090/6014)
2026-07-31T09:00:50.3715410Z Updating files: 69% (4150/6014)
2026-07-31T09:00:50.3982880Z Updating files: 70% (4210/6014)
2026-07-31T09:00:50.4240980Z Updating files: 71% (4270/6014)
2026-07-31T09:00:50.4515910Z Updating files: 72% (4331/6014)
2026-07-31T09:00:50.4759040Z Updating files: 73% (4391/6014)
2026-07-31T09:00:50.4986250Z Updating files: 74% (4451/6014)
2026-07-31T09:00:50.5242740Z Updating files: 75% (4511/6014)
2026-07-31T09:00:50.5930470Z Updating files: 76% (4571/6014)
2026-07-31T09:00:50.6177100Z Updating files: 77% (4631/6014)
2026-07-31T09:00:50.6288610Z Updating files: 78% (4691/6014)
2026-07-31T09:00:50.6429580Z Updating files: 78% (4718/6014)
2026-07-31T09:00:50.6636550Z Updating files: 79% (4752/6014)
2026-07-31T09:00:50.6908030Z Updating files: 80% (4812/6014)
2026-07-31T09:00:50.7199320Z Updating files: 81% (4872/6014)
2026-07-31T09:00:50.7484050Z Updating files: 82% (4932/6014)
2026-07-31T09:00:50.7704080Z Updating files: 83% (4992/6014)
2026-07-31T09:00:50.7951390Z Updating files: 84% (5052/6014)
2026-07-31T09:00:50.8205590Z Updating files: 85% (5112/6014)
2026-07-31T09:00:50.8460250Z Updating files: 86% (5173/6014)
2026-07-31T09:00:50.8701640Z Updating files: 87% (5233/6014)
2026-07-31T09:00:50.8952670Z Updating files: 88% (5293/6014)
2026-07-31T09:00:50.9244160Z Updating files: 89% (5353/6014)
2026-07-31T09:00:50.9610030Z Updating files: 90% (5413/6014)
2026-07-31T09:00:51.1585660Z Updating files: 91% (5473/6014)
2026-07-31T09:00:51.2368880Z Updating files: 92% (5533/6014)
2026-07-31T09:00:51.2720380Z Updating files: 93% (5594/6014)
2026-07-31T09:00:51.3084700Z Updating files: 94% (5654/6014)
2026-07-31T09:00:51.3361020Z Updating files: 95% (5714/6014)
2026-07-31T09:00:51.3642340Z Updating files: 96% (5774/6014)
2026-07-31T09:00:51.3902650Z Updating files: 97% (5834/6014)
2026-07-31T09:00:51.4148560Z Updating files: 98% (5894/6014)
2026-07-31T09:00:51.4438790Z Updating files: 99% (5954/6014)
2026-07-31T09:00:51.4443650Z Updating files: 100% (6014/6014)
2026-07-31T09:00:51.4445990Z Updating files: 100% (6014/6014), done.
2026-07-31T09:00:51.4728230Z Switched to a new branch 'main'
2026-07-31T09:00:51.4742310Z branch 'main' set up to track 'origin/main'.
2026-07-31T09:00:51.4996680Z [command]/usr/local/bin/git log -1 --format=%H
2026-07-31T09:00:51.5128070Z 9e66abb983c5d9197301caf3e81e3ed737ba1bfe