Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T13:56:22.6487836Z with: 2026-08-02T13:56:22.6488709Z repository: pypy/pypy 2026-08-02T13:56:22.6494676Z token: *** 2026-08-02T13:56:22.6495218Z ssh-strict: true 2026-08-02T13:56:22.6495695Z ssh-user: git 2026-08-02T13:56:22.6496191Z persist-credentials: true 2026-08-02T13:56:22.6496729Z clean: true 2026-08-02T13:56:22.6497203Z sparse-checkout-cone-mode: true 2026-08-02T13:56:22.6497764Z fetch-depth: 1 2026-08-02T13:56:22.6498234Z fetch-tags: false 2026-08-02T13:56:22.6498725Z show-progress: true 2026-08-02T13:56:22.6499216Z lfs: false 2026-08-02T13:56:22.6499665Z submodules: false 2026-08-02T13:56:22.6500159Z set-safe-directory: true
2026-08-02T13:56:22.7601056Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T13:56:22.7604656Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-02T13:56:22.7606785Z [command]/usr/bin/git version 2026-08-02T13:56:22.7667654Z git version 2.54.0
2026-08-02T13:56:22.7708846Z Temporarily overriding HOME='/home/runner/work/_temp/1cce7f3c-7989-4f2b-abdf-5a30798dba73' before making global git config changes 2026-08-02T13:56:22.7711566Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T13:56:22.7715127Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-02T13:56:22.7776465Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T13:56:22.7786201Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-02T13:56:22.7888988Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T13:56:22.7891778Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T13:56:22.7893726Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T13:56:22.7895714Z hint: call: 2026-08-02T13:56:22.7896717Z hint: 2026-08-02T13:56:22.7898187Z hint: git config --global init.defaultBranch <name> 2026-08-02T13:56:22.7899586Z hint: 2026-08-02T13:56:22.7900859Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T13:56:22.7902904Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T13:56:22.7934939Z hint: 2026-08-02T13:56:22.7946024Z hint: git branch -m <name> 2026-08-02T13:56:22.7965276Z hint: 2026-08-02T13:56:22.7966504Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T13:56:22.7968895Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-02T13:56:22.7974168Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T13:56:22.7978945Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T13:56:22.8041522Z Removing SSH command configuration 2026-08-02T13:56:22.8047371Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T13:56:22.8089138Z [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-08-02T13:56:22.8467712Z Removing HTTP extra header 2026-08-02T13:56:22.8474686Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T13:56:22.8518154Z [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-08-02T13:56:22.8771617Z Removing includeIf entries pointing to credentials config files 2026-08-02T13:56:22.8778014Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T13:56:22.8819720Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T13:56:22.9128561Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-a1abeddd-98a2-4fca-bbe6-2de371cac2a9.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T13:56:22.9181064Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-a1abeddd-98a2-4fca-bbe6-2de371cac2a9.config 2026-08-02T13:56:22.9245800Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-a1abeddd-98a2-4fca-bbe6-2de371cac2a9.config 2026-08-02T13:56:22.9284775Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a1abeddd-98a2-4fca-bbe6-2de371cac2a9.config 2026-08-02T13:56:22.9323259Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a1abeddd-98a2-4fca-bbe6-2de371cac2a9.config
Fetching the repository
2026-08-02T13:56:22.9365568Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a2f7356d28f19f023e46e58443ec5988fd525899:refs/remotes/origin/main 2026-08-02T13:56:24.8620480Z From https://github.com/pypy/pypy 2026-08-02T13:56:24.8622568Z * [new ref] a2f7356d28f19f023e46e58443ec5988fd525899 -> origin/main 2026-08-02T13:56:24.8667353Z [command]/usr/bin/git branch --list --remote origin/main 2026-08-02T13:56:24.8697729Z origin/main 2026-08-02T13:56:24.8707516Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-08-02T13:56:24.8734702Z a2f7356d28f19f023e46e58443ec5988fd525899
Determining the checkout info
2026-08-02T13:56:24.8746702Z [command]/usr/bin/git sparse-checkout disable 2026-08-02T13:56:24.8793742Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T13:56:24.8830229Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-02T13:56:25.4249754Z Switched to a new branch 'main' 2026-08-02T13:56:25.4255833Z branch 'main' set up to track 'origin/main'.
2026-08-02T13:56:25.4338249Z [command]/usr/bin/git log -1 --format=%H 2026-08-02T13:56:25.4369913Z a2f7356d28f19f023e46e58443ec5988fd525899