Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T08:07:47.8533011Z with: 2026-07-26T08:07:47.8533465Z repository: pypy/pypy 2026-07-26T08:07:47.8538280Z token: *** 2026-07-26T08:07:47.8538718Z ssh-strict: true 2026-07-26T08:07:47.8539164Z ssh-user: git 2026-07-26T08:07:47.8539624Z persist-credentials: true 2026-07-26T08:07:47.8540149Z clean: true 2026-07-26T08:07:47.8540600Z sparse-checkout-cone-mode: true 2026-07-26T08:07:47.8541407Z fetch-depth: 1 2026-07-26T08:07:47.8541869Z fetch-tags: false 2026-07-26T08:07:47.8542329Z show-progress: true 2026-07-26T08:07:47.8542787Z lfs: false 2026-07-26T08:07:47.8543214Z submodules: false 2026-07-26T08:07:47.8543688Z set-safe-directory: true
2026-07-26T08:07:47.9539605Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T08:07:47.9544106Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-26T08:07:47.9545927Z [command]/usr/bin/git version 2026-07-26T08:07:47.9725810Z git version 2.54.0
2026-07-26T08:07:47.9771572Z Temporarily overriding HOME='/home/runner/work/_temp/62dce6bc-4956-4af0-acf3-0955d53ae58f' before making global git config changes 2026-07-26T08:07:47.9773520Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T08:07:47.9778100Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-26T08:07:47.9833654Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T08:07:47.9843579Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-26T08:07:47.9953401Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T08:07:47.9955705Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T08:07:47.9957564Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T08:07:47.9959035Z hint: call: 2026-07-26T08:07:47.9959701Z hint: 2026-07-26T08:07:47.9960540Z hint: git config --global init.defaultBranch <name> 2026-07-26T08:07:47.9961918Z hint: 2026-07-26T08:07:47.9962962Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T08:07:47.9964846Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T08:07:47.9966269Z hint: 2026-07-26T08:07:47.9966975Z hint: git branch -m <name> 2026-07-26T08:07:47.9967780Z hint: 2026-07-26T08:07:47.9968962Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T08:07:47.9971132Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-26T08:07:47.9974070Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T08:07:48.0030539Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T08:07:48.0098722Z Removing SSH command configuration 2026-07-26T08:07:48.0104689Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T08:07:48.0153608Z [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-07-26T08:07:48.0524280Z Removing HTTP extra header 2026-07-26T08:07:48.0531344Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T08:07:48.0572273Z [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-07-26T08:07:48.0787953Z Removing includeIf entries pointing to credentials config files 2026-07-26T08:07:48.0795429Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T08:07:48.0834962Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T08:07:48.1062907Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-62c01e6a-8609-438a-a59b-9a3405cf33f8.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T08:07:48.1105680Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-62c01e6a-8609-438a-a59b-9a3405cf33f8.config 2026-07-26T08:07:48.1142016Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-62c01e6a-8609-438a-a59b-9a3405cf33f8.config 2026-07-26T08:07:48.1180316Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-62c01e6a-8609-438a-a59b-9a3405cf33f8.config 2026-07-26T08:07:48.1216903Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-62c01e6a-8609-438a-a59b-9a3405cf33f8.config
Fetching the repository
2026-07-26T08:07:48.1258366Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a3cf6b15393dc453b8b336347fcf80bca1f27ae8:refs/remotes/origin/main 2026-07-26T08:07:51.0680767Z From https://github.com/pypy/pypy 2026-07-26T08:07:51.0681720Z * [new ref] a3cf6b15393dc453b8b336347fcf80bca1f27ae8 -> origin/main 2026-07-26T08:07:51.0724839Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-26T08:07:51.0804221Z origin/main 2026-07-26T08:07:51.0812685Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-26T08:07:51.0839355Z a3cf6b15393dc453b8b336347fcf80bca1f27ae8
Determining the checkout info
2026-07-26T08:07:51.0848794Z [command]/usr/bin/git sparse-checkout disable 2026-07-26T08:07:51.0899943Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T08:07:51.0932952Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-26T08:07:51.6408525Z Switched to a new branch 'main' 2026-07-26T08:07:51.6412503Z branch 'main' set up to track 'origin/main'.
2026-07-26T08:07:51.6494014Z [command]/usr/bin/git log -1 --format=%H 2026-07-26T08:07:51.6523393Z a3cf6b15393dc453b8b336347fcf80bca1f27ae8