Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T15:35:02.0000757Z with: 2026-09-09T15:35:02.0001303Z repository: pypy/pypy 2026-09-09T15:35:02.0005905Z token: *** 2026-09-09T15:35:02.0006444Z ssh-strict: true 2026-09-09T15:35:02.0007117Z ssh-user: git 2026-09-09T15:35:02.0007663Z persist-credentials: true 2026-09-09T15:35:02.0008210Z clean: true 2026-09-09T15:35:02.0008813Z sparse-checkout-cone-mode: true 2026-09-09T15:35:02.0009415Z fetch-depth: 1 2026-09-09T15:35:02.0010019Z fetch-tags: false 2026-09-09T15:35:02.0010567Z show-progress: true 2026-09-09T15:35:02.0011104Z lfs: false 2026-09-09T15:35:02.0011659Z submodules: false 2026-09-09T15:35:02.0012422Z set-safe-directory: true
2026-09-09T15:35:02.0932178Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T15:35:02.0936214Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-09T15:35:02.0937555Z [command]/usr/bin/git version 2026-09-09T15:35:02.1006976Z git version 2.55.0
2026-09-09T15:35:02.1065254Z Temporarily overriding HOME='/home/runner/work/_temp/0e5b06c8-47e6-4e64-bd77-6d7146f3ddab' before making global git config changes 2026-09-09T15:35:02.1070764Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T15:35:02.1084712Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-09T15:35:02.1134218Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T15:35:02.1137169Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-09T15:35:02.1225688Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T15:35:02.1234833Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T15:35:02.1236231Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T15:35:02.1237305Z hint: call: 2026-09-09T15:35:02.1238201Z hint: 2026-09-09T15:35:02.1239033Z hint: git config --global init.defaultBranch <name> 2026-09-09T15:35:02.1239979Z hint: 2026-09-09T15:35:02.1240902Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T15:35:02.1242290Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T15:35:02.1244057Z hint: 2026-09-09T15:35:02.1244860Z hint: git branch -m <name> 2026-09-09T15:35:02.1245750Z hint: 2026-09-09T15:35:02.1246649Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T15:35:02.1248130Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-09T15:35:02.1250959Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T15:35:02.1288122Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T15:35:02.1324267Z Removing SSH command configuration 2026-09-09T15:35:02.1329464Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T15:35:02.1364389Z [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-09T15:35:02.1724284Z Removing HTTP extra header 2026-09-09T15:35:02.1730562Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T15:35:02.1768706Z [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-09T15:35:02.1988505Z Removing includeIf entries pointing to credentials config files 2026-09-09T15:35:02.1994398Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T15:35:02.2033220Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T15:35:02.2265642Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-4cb1e99d-0359-4e27-886f-1218d1bd4a7b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T15:35:02.2308108Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-4cb1e99d-0359-4e27-886f-1218d1bd4a7b.config 2026-09-09T15:35:02.2342527Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-4cb1e99d-0359-4e27-886f-1218d1bd4a7b.config 2026-09-09T15:35:02.2378634Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-4cb1e99d-0359-4e27-886f-1218d1bd4a7b.config 2026-09-09T15:35:02.2412463Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-4cb1e99d-0359-4e27-886f-1218d1bd4a7b.config
Fetching the repository
2026-09-09T15:35:02.2453650Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +00a2f9c166f46da11e596dea594a273deb8ae95d:refs/remotes/origin/py3.11 2026-09-09T15:35:06.3453541Z From https://github.com/pypy/pypy 2026-09-09T15:35:06.3455002Z * [new ref] 00a2f9c166f46da11e596dea594a273deb8ae95d -> origin/py3.11 2026-09-09T15:35:06.3473894Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-09-09T15:35:06.3486652Z origin/py3.11 2026-09-09T15:35:06.3495532Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-09-09T15:35:06.3527381Z 00a2f9c166f46da11e596dea594a273deb8ae95d
Determining the checkout info
2026-09-09T15:35:06.3537870Z [command]/usr/bin/git sparse-checkout disable 2026-09-09T15:35:06.3593726Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T15:35:06.3678415Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-09-09T15:35:06.7362327Z Switched to a new branch 'py3.11' 2026-09-09T15:35:06.7363406Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-09T15:35:06.7417008Z [command]/usr/bin/git log -1 --format=%H 2026-09-09T15:35:06.7441597Z 00a2f9c166f46da11e596dea594a273deb8ae95d