Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T04:41:10.4744694Z with: 2026-09-09T04:41:10.4745418Z repository: pypy/pypy 2026-09-09T04:41:10.4749250Z token: *** 2026-09-09T04:41:10.4749915Z ssh-strict: true 2026-09-09T04:41:10.4750474Z ssh-user: git 2026-09-09T04:41:10.4751018Z persist-credentials: true 2026-09-09T04:41:10.4751677Z clean: true 2026-09-09T04:41:10.4752383Z sparse-checkout-cone-mode: true 2026-09-09T04:41:10.4753028Z fetch-depth: 1 2026-09-09T04:41:10.4753867Z fetch-tags: false 2026-09-09T04:41:10.4754451Z show-progress: true 2026-09-09T04:41:10.4755004Z lfs: false 2026-09-09T04:41:10.4755595Z submodules: false 2026-09-09T04:41:10.4756245Z set-safe-directory: true
2026-09-09T04:41:10.5576321Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T04:41:10.5579432Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-09T04:41:10.5581521Z [command]/usr/bin/git version 2026-09-09T04:41:10.5664985Z git version 2.55.0
2026-09-09T04:41:10.5696544Z Temporarily overriding HOME='/home/runner/work/_temp/4e71875c-51b3-4613-8317-304f0ea7601a' before making global git config changes 2026-09-09T04:41:10.5698176Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T04:41:10.5700407Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-09T04:41:10.5729176Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T04:41:10.5738690Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-09T04:41:10.5819580Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T04:41:10.5824366Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T04:41:10.5826050Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T04:41:10.5827160Z hint: call: 2026-09-09T04:41:10.5827700Z hint: 2026-09-09T04:41:10.5828618Z hint: git config --global init.defaultBranch <name> 2026-09-09T04:41:10.5829410Z hint: 2026-09-09T04:41:10.5830124Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T04:41:10.5831190Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T04:41:10.5832082Z hint: 2026-09-09T04:41:10.5832677Z hint: git branch -m <name> 2026-09-09T04:41:10.5833873Z hint: 2026-09-09T04:41:10.5834631Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T04:41:10.5835767Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-09T04:41:10.5837558Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T04:41:10.5863455Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T04:41:10.5891423Z Removing SSH command configuration 2026-09-09T04:41:10.5905536Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T04:41:10.5941534Z [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-09T04:41:10.6208145Z Removing HTTP extra header 2026-09-09T04:41:10.6212737Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T04:41:10.6239772Z [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-09T04:41:10.6408332Z Removing includeIf entries pointing to credentials config files 2026-09-09T04:41:10.6411840Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T04:41:10.6440346Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T04:41:10.6614522Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-de1c9855-a8d9-4037-aed0-7aa0f596040a.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T04:41:10.6648051Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-de1c9855-a8d9-4037-aed0-7aa0f596040a.config 2026-09-09T04:41:10.6674501Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-de1c9855-a8d9-4037-aed0-7aa0f596040a.config 2026-09-09T04:41:10.6700006Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-de1c9855-a8d9-4037-aed0-7aa0f596040a.config 2026-09-09T04:41:10.6727299Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-de1c9855-a8d9-4037-aed0-7aa0f596040a.config
Fetching the repository
2026-09-09T04:41:10.6758274Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2a68f4607cea09ebb4e49b87ae672a5b5e05475a:refs/remotes/origin/main 2026-09-09T04:41:12.1921538Z From https://github.com/pypy/pypy 2026-09-09T04:41:12.1923383Z * [new ref] 2a68f4607cea09ebb4e49b87ae672a5b5e05475a -> origin/main 2026-09-09T04:41:12.1930788Z [command]/usr/bin/git branch --list --remote origin/main 2026-09-09T04:41:12.1960591Z origin/main 2026-09-09T04:41:12.1969096Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-09-09T04:41:12.1987746Z 2a68f4607cea09ebb4e49b87ae672a5b5e05475a
Determining the checkout info
2026-09-09T04:41:12.2006091Z [command]/usr/bin/git sparse-checkout disable 2026-09-09T04:41:12.2029625Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T04:41:12.2056822Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-09T04:41:12.5359165Z Switched to a new branch 'main' 2026-09-09T04:41:12.5360243Z branch 'main' set up to track 'origin/main'.
2026-09-09T04:41:12.5410322Z [command]/usr/bin/git log -1 --format=%H 2026-09-09T04:41:12.5431885Z 2a68f4607cea09ebb4e49b87ae672a5b5e05475a