Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-16T09:51:05.8351018Z with: 2026-09-16T09:51:05.8351467Z repository: pypy/pypy 2026-09-16T09:51:05.8355084Z token: *** 2026-09-16T09:51:05.8355524Z ssh-strict: true 2026-09-16T09:51:05.8355967Z ssh-user: git 2026-09-16T09:51:05.8356420Z persist-credentials: true 2026-09-16T09:51:05.8356909Z clean: true 2026-09-16T09:51:05.8357581Z sparse-checkout-cone-mode: true 2026-09-16T09:51:05.8358128Z fetch-depth: 1 2026-09-16T09:51:05.8358556Z fetch-tags: false 2026-09-16T09:51:05.8358995Z show-progress: true 2026-09-16T09:51:05.8359440Z lfs: false 2026-09-16T09:51:05.8359849Z submodules: false 2026-09-16T09:51:05.8360304Z set-safe-directory: true
2026-09-16T09:51:05.9360962Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T09:51:05.9363731Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-16T09:51:05.9364811Z [command]/usr/bin/git version 2026-09-16T09:51:05.9437186Z git version 2.55.0
2026-09-16T09:51:05.9474786Z Temporarily overriding HOME='/home/runner/work/_temp/d4b62f0e-81f0-4d43-9d2c-c28a38476fd5' before making global git config changes 2026-09-16T09:51:05.9477133Z Adding repository directory to the temporary git global config as a safe directory 2026-09-16T09:51:05.9480808Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-16T09:51:05.9539404Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T09:51:05.9549839Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-16T09:51:05.9655280Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-16T09:51:05.9657299Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-16T09:51:05.9658663Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-16T09:51:05.9659512Z hint: call: 2026-09-16T09:51:05.9659923Z hint: 2026-09-16T09:51:05.9660727Z hint: git config --global init.defaultBranch <name> 2026-09-16T09:51:05.9661363Z hint: 2026-09-16T09:51:05.9661952Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-16T09:51:05.9663122Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-16T09:51:05.9663864Z hint: 2026-09-16T09:51:05.9664289Z hint: git branch -m <name> 2026-09-16T09:51:05.9664768Z hint: 2026-09-16T09:51:05.9665441Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-16T09:51:05.9671696Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-16T09:51:05.9682543Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-16T09:51:05.9736600Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-16T09:51:05.9775599Z Removing SSH command configuration 2026-09-16T09:51:05.9780348Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-16T09:51:05.9814889Z [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-16T09:51:06.0221807Z Removing HTTP extra header 2026-09-16T09:51:06.0230612Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-16T09:51:06.0271679Z [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-16T09:51:06.0499533Z Removing includeIf entries pointing to credentials config files 2026-09-16T09:51:06.0509217Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-16T09:51:06.0551754Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-16T09:51:06.0800302Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-53176016-9b4e-4d76-bff7-b264d1cc5702.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-16T09:51:06.0842058Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-53176016-9b4e-4d76-bff7-b264d1cc5702.config 2026-09-16T09:51:06.0879089Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-53176016-9b4e-4d76-bff7-b264d1cc5702.config 2026-09-16T09:51:06.0917715Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-53176016-9b4e-4d76-bff7-b264d1cc5702.config 2026-09-16T09:51:06.0955436Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-53176016-9b4e-4d76-bff7-b264d1cc5702.config
Fetching the repository
2026-09-16T09:51:06.1012920Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0bc2c96f9702a392018d734113c621785bb71422:refs/remotes/origin/main 2026-09-16T09:51:09.3129458Z From https://github.com/pypy/pypy 2026-09-16T09:51:09.3131466Z * [new ref] 0bc2c96f9702a392018d734113c621785bb71422 -> origin/main 2026-09-16T09:51:09.3144016Z [command]/usr/bin/git branch --list --remote origin/main 2026-09-16T09:51:09.3175190Z origin/main 2026-09-16T09:51:09.3186595Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-09-16T09:51:09.3215794Z 0bc2c96f9702a392018d734113c621785bb71422
Determining the checkout info
2026-09-16T09:51:09.3227853Z [command]/usr/bin/git sparse-checkout disable 2026-09-16T09:51:09.3284549Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T09:51:09.3322616Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-16T09:51:09.8125609Z Switched to a new branch 'main' 2026-09-16T09:51:09.8131704Z branch 'main' set up to track 'origin/main'.
2026-09-16T09:51:09.8203015Z [command]/usr/bin/git log -1 --format=%H 2026-09-16T09:51:09.8231324Z 0bc2c96f9702a392018d734113c621785bb71422