Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-24T11:34:17.8185934Z with: 2026-07-24T11:34:17.8186533Z repository: pypy/pypy 2026-07-24T11:34:17.8190406Z token: *** 2026-07-24T11:34:17.8190981Z ssh-strict: true 2026-07-24T11:34:17.8191965Z ssh-user: git 2026-07-24T11:34:17.8192527Z persist-credentials: true 2026-07-24T11:34:17.8193086Z clean: true 2026-07-24T11:34:17.8193972Z sparse-checkout-cone-mode: true 2026-07-24T11:34:17.8194611Z fetch-depth: 1 2026-07-24T11:34:17.8195179Z fetch-tags: false 2026-07-24T11:34:17.8195771Z show-progress: true 2026-07-24T11:34:17.8196302Z lfs: false 2026-07-24T11:34:17.8196911Z submodules: false 2026-07-24T11:34:17.8197509Z set-safe-directory: true
2026-07-24T11:34:17.9095776Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-24T11:34:17.9099684Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-24T11:34:17.9100953Z [command]/usr/bin/git version 2026-07-24T11:34:17.9181862Z git version 2.54.0
2026-07-24T11:34:17.9220866Z Temporarily overriding HOME='/home/runner/work/_temp/076ce2b6-416f-42d2-a165-0e7f32100c6d' before making global git config changes 2026-07-24T11:34:17.9222585Z Adding repository directory to the temporary git global config as a safe directory 2026-07-24T11:34:17.9227523Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-24T11:34:17.9264922Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-24T11:34:17.9296223Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-24T11:34:17.9406863Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-24T11:34:17.9411693Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-24T11:34:17.9413259Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-24T11:34:17.9414609Z hint: call: 2026-07-24T11:34:17.9415391Z hint: 2026-07-24T11:34:17.9416668Z hint: git config --global init.defaultBranch <name> 2026-07-24T11:34:17.9417699Z hint: 2026-07-24T11:34:17.9418610Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-24T11:34:17.9419970Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-24T11:34:17.9421051Z hint: 2026-07-24T11:34:17.9422202Z hint: git branch -m <name> 2026-07-24T11:34:17.9423080Z hint: 2026-07-24T11:34:17.9424045Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-24T11:34:17.9425470Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-24T11:34:17.9428273Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-24T11:34:17.9461677Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-24T11:34:17.9495014Z Removing SSH command configuration 2026-07-24T11:34:17.9498906Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-24T11:34:17.9546118Z [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-24T11:34:17.9854791Z Removing HTTP extra header 2026-07-24T11:34:17.9860497Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-24T11:34:17.9892271Z [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-24T11:34:18.0087594Z Removing includeIf entries pointing to credentials config files 2026-07-24T11:34:18.0093735Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-24T11:34:18.0125766Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-24T11:34:18.0334017Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-90c85043-8c2f-42c8-982c-c78ce3541cf8.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-24T11:34:18.0372614Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-90c85043-8c2f-42c8-982c-c78ce3541cf8.config 2026-07-24T11:34:18.0403347Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-90c85043-8c2f-42c8-982c-c78ce3541cf8.config 2026-07-24T11:34:18.0434997Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-90c85043-8c2f-42c8-982c-c78ce3541cf8.config 2026-07-24T11:34:18.0465882Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-90c85043-8c2f-42c8-982c-c78ce3541cf8.config
Fetching the repository
2026-07-24T11:34:18.0502470Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5d812b903b7a75500e371b0bdd19538d2713597e:refs/remotes/origin/py3.11 2026-07-24T11:34:22.0341673Z From https://github.com/pypy/pypy 2026-07-24T11:34:22.0343202Z * [new ref] 5d812b903b7a75500e371b0bdd19538d2713597e -> origin/py3.11 2026-07-24T11:34:22.0370007Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-07-24T11:34:22.0391975Z origin/py3.11 2026-07-24T11:34:22.0400894Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-07-24T11:34:22.0423509Z 5d812b903b7a75500e371b0bdd19538d2713597e
Determining the checkout info
2026-07-24T11:34:22.0432564Z [command]/usr/bin/git sparse-checkout disable 2026-07-24T11:34:22.0469843Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-24T11:34:22.0500510Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-07-24T11:34:22.4440212Z Switched to a new branch 'py3.11' 2026-07-24T11:34:22.4442037Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-07-24T11:34:22.4498577Z [command]/usr/bin/git log -1 --format=%H 2026-07-24T11:34:22.4523260Z 5d812b903b7a75500e371b0bdd19538d2713597e