Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T15:26:06.3280064Z with: 2026-09-09T15:26:06.3280698Z repository: pypy/pypy 2026-09-09T15:26:06.3284707Z token: *** 2026-09-09T15:26:06.3285372Z ssh-strict: true 2026-09-09T15:26:06.3285938Z ssh-user: git 2026-09-09T15:26:06.3286545Z persist-credentials: true 2026-09-09T15:26:06.3287140Z clean: true 2026-09-09T15:26:06.3287728Z sparse-checkout-cone-mode: true 2026-09-09T15:26:06.3288431Z fetch-depth: 1 2026-09-09T15:26:06.3289004Z fetch-tags: false 2026-09-09T15:26:06.3289856Z show-progress: true 2026-09-09T15:26:06.3290433Z lfs: false 2026-09-09T15:26:06.3290957Z submodules: false 2026-09-09T15:26:06.3291629Z set-safe-directory: true
2026-09-09T15:26:06.4182649Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T15:26:06.4186083Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-09T15:26:06.4187542Z [command]/usr/bin/git version 2026-09-09T15:26:06.4206663Z git version 2.55.0
2026-09-09T15:26:06.4249102Z Temporarily overriding HOME='/home/runner/work/_temp/034a1695-6efb-4052-87de-81ccf9edf858' before making global git config changes 2026-09-09T15:26:06.4250771Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T15:26:06.4252156Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-09T15:26:06.4282644Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T15:26:06.4292549Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-09T15:26:06.4365559Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T15:26:06.4377489Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T15:26:06.4378830Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T15:26:06.4379945Z hint: call: 2026-09-09T15:26:06.4380576Z hint: 2026-09-09T15:26:06.4381254Z hint: git config --global init.defaultBranch <name> 2026-09-09T15:26:06.4381985Z hint: 2026-09-09T15:26:06.4382712Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T15:26:06.4383832Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T15:26:06.4384781Z hint: 2026-09-09T15:26:06.4385314Z hint: git branch -m <name> 2026-09-09T15:26:06.4385952Z hint: 2026-09-09T15:26:06.4386695Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T15:26:06.4387771Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-09T15:26:06.4389905Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T15:26:06.4419017Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T15:26:06.4452850Z Removing SSH command configuration 2026-09-09T15:26:06.4457221Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T15:26:06.4491675Z [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-09T15:26:06.4784244Z Removing HTTP extra header 2026-09-09T15:26:06.4798516Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T15:26:06.4853713Z [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-09T15:26:06.5052066Z Removing includeIf entries pointing to credentials config files 2026-09-09T15:26:06.5057454Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T15:26:06.5092144Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T15:26:06.5308430Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-3995534d-ed11-4ab7-a3db-983d18fc042c.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T15:26:06.5348330Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-3995534d-ed11-4ab7-a3db-983d18fc042c.config 2026-09-09T15:26:06.5381750Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-3995534d-ed11-4ab7-a3db-983d18fc042c.config 2026-09-09T15:26:06.5415614Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-3995534d-ed11-4ab7-a3db-983d18fc042c.config 2026-09-09T15:26:06.5450456Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-3995534d-ed11-4ab7-a3db-983d18fc042c.config
Fetching the repository
2026-09-09T15:26:06.5488106Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6fcb407783d1430dc83ca74a3191effc2f0853fb:refs/remotes/origin/main 2026-09-09T15:26:09.5584392Z From https://github.com/pypy/pypy 2026-09-09T15:26:09.5585791Z * [new ref] 6fcb407783d1430dc83ca74a3191effc2f0853fb -> origin/main 2026-09-09T15:26:09.5594236Z [command]/usr/bin/git branch --list --remote origin/main 2026-09-09T15:26:09.5628047Z origin/main 2026-09-09T15:26:09.5636159Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-09-09T15:26:09.5660073Z 6fcb407783d1430dc83ca74a3191effc2f0853fb
Determining the checkout info
2026-09-09T15:26:09.5681726Z [command]/usr/bin/git sparse-checkout disable 2026-09-09T15:26:09.5709376Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T15:26:09.5741266Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-09T15:26:09.8682302Z Switched to a new branch 'main' 2026-09-09T15:26:09.8692858Z branch 'main' set up to track 'origin/main'.
2026-09-09T15:26:09.8733960Z [command]/usr/bin/git log -1 --format=%H 2026-09-09T15:26:09.8758277Z 6fcb407783d1430dc83ca74a3191effc2f0853fb