Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-16T17:34:50.6669020Z with: 2026-09-16T17:34:50.6669595Z repository: pypy/pypy 2026-09-16T17:34:50.6673381Z token: *** 2026-09-16T17:34:50.6673931Z ssh-strict: true 2026-09-16T17:34:50.6674591Z ssh-user: git 2026-09-16T17:34:50.6675420Z persist-credentials: true 2026-09-16T17:34:50.6676007Z clean: true 2026-09-16T17:34:50.6676633Z sparse-checkout-cone-mode: true 2026-09-16T17:34:50.6677269Z fetch-depth: 1 2026-09-16T17:34:50.6677883Z fetch-tags: false 2026-09-16T17:34:50.6678437Z show-progress: true 2026-09-16T17:34:50.6678961Z lfs: false 2026-09-16T17:34:50.6679524Z submodules: false 2026-09-16T17:34:50.6680100Z set-safe-directory: true
2026-09-16T17:34:50.7530684Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T17:34:50.7534365Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-16T17:34:50.7536199Z [command]/usr/bin/git version 2026-09-16T17:34:50.7581387Z git version 2.55.0
2026-09-16T17:34:50.7620570Z Temporarily overriding HOME='/home/runner/work/_temp/415e91b4-a815-4767-aeda-9c8d1929ea7d' before making global git config changes 2026-09-16T17:34:50.7622010Z Adding repository directory to the temporary git global config as a safe directory 2026-09-16T17:34:50.7625492Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-16T17:34:50.7658081Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T17:34:50.7668148Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-16T17:34:50.7770811Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-16T17:34:50.7776504Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-16T17:34:50.7778156Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-16T17:34:50.7779387Z hint: call: 2026-09-16T17:34:50.7780990Z hint: 2026-09-16T17:34:50.7782114Z hint: git config --global init.defaultBranch <name> 2026-09-16T17:34:50.7783085Z hint: 2026-09-16T17:34:50.7784106Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-16T17:34:50.7785777Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-16T17:34:50.7786905Z hint: 2026-09-16T17:34:50.7787674Z hint: git branch -m <name> 2026-09-16T17:34:50.7788452Z hint: 2026-09-16T17:34:50.7789506Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-16T17:34:50.7791016Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-16T17:34:50.7793700Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-16T17:34:50.7822590Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-16T17:34:50.7852997Z Removing SSH command configuration 2026-09-16T17:34:50.7856541Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-16T17:34:50.7888650Z [command]/usr/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-16T17:34:50.8181188Z Removing HTTP extra header 2026-09-16T17:34:50.8195342Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-16T17:34:50.8221825Z [command]/usr/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-16T17:34:50.8416767Z Removing includeIf entries pointing to credentials config files 2026-09-16T17:34:50.8417967Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-16T17:34:50.8439064Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-16T17:34:50.8639653Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-285bd9cf-ecfd-4a31-a3f0-043f5c0ee630.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-16T17:34:50.8677579Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-285bd9cf-ecfd-4a31-a3f0-043f5c0ee630.config 2026-09-16T17:34:50.8707094Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-285bd9cf-ecfd-4a31-a3f0-043f5c0ee630.config 2026-09-16T17:34:50.8736664Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-285bd9cf-ecfd-4a31-a3f0-043f5c0ee630.config 2026-09-16T17:34:50.8767244Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-285bd9cf-ecfd-4a31-a3f0-043f5c0ee630.config
Fetching the repository
2026-09-16T17:34:50.8801359Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4db12e5e6f4d448812471808fa7a7ca8a2f4b870:refs/remotes/origin/main 2026-09-16T17:34:53.5614371Z From https://github.com/pypy/pypy 2026-09-16T17:34:53.5616036Z * [new ref] 4db12e5e6f4d448812471808fa7a7ca8a2f4b870 -> origin/main 2026-09-16T17:34:53.5623390Z [command]/usr/bin/git branch --list --remote origin/main 2026-09-16T17:34:53.5656881Z origin/main 2026-09-16T17:34:53.5664553Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-09-16T17:34:53.5688645Z 4db12e5e6f4d448812471808fa7a7ca8a2f4b870
Determining the checkout info
2026-09-16T17:34:53.5698875Z [command]/usr/bin/git sparse-checkout disable 2026-09-16T17:34:53.5736298Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T17:34:53.5767896Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-16T17:34:53.8714619Z Switched to a new branch 'main' 2026-09-16T17:34:53.8715950Z branch 'main' set up to track 'origin/main'.
2026-09-16T17:34:53.8763640Z [command]/usr/bin/git log -1 --format=%H 2026-09-16T17:34:53.8785884Z 4db12e5e6f4d448812471808fa7a7ca8a2f4b870