Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T15:56:31.1879589Z with: 2026-09-09T15:56:31.1880029Z repository: pypy/pypy 2026-09-09T15:56:31.1883764Z token: *** 2026-09-09T15:56:31.1884372Z ssh-strict: true 2026-09-09T15:56:31.1884818Z ssh-user: git 2026-09-09T15:56:31.1885267Z persist-credentials: true 2026-09-09T15:56:31.1885750Z clean: true 2026-09-09T15:56:31.1886192Z sparse-checkout-cone-mode: true 2026-09-09T15:56:31.1886710Z fetch-depth: 1 2026-09-09T15:56:31.1887137Z fetch-tags: false 2026-09-09T15:56:31.1887578Z show-progress: true 2026-09-09T15:56:31.1888019Z lfs: false 2026-09-09T15:56:31.1888426Z submodules: false 2026-09-09T15:56:31.1888867Z set-safe-directory: true
2026-09-09T15:56:31.2909685Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T15:56:31.2913217Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-09T15:56:31.2914989Z [command]/usr/bin/git version 2026-09-09T15:56:31.2957495Z git version 2.55.0
2026-09-09T15:56:31.2994700Z Temporarily overriding HOME='/home/runner/work/_temp/d9d831f8-5b6e-4ead-90c1-3f15f76abb44' before making global git config changes 2026-09-09T15:56:31.2996953Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T15:56:31.2999272Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-09T15:56:31.3050609Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T15:56:31.3059899Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-09T15:56:31.3162779Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T15:56:31.3165089Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T15:56:31.3166767Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T15:56:31.3168069Z hint: call: 2026-09-09T15:56:31.3169296Z hint: 2026-09-09T15:56:31.3170143Z hint: git config --global init.defaultBranch <name> 2026-09-09T15:56:31.3171137Z hint: 2026-09-09T15:56:31.3172072Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T15:56:31.3173592Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T15:56:31.3175002Z hint: 2026-09-09T15:56:31.3175687Z hint: git branch -m <name> 2026-09-09T15:56:31.3176463Z hint: 2026-09-09T15:56:31.3177497Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T15:56:31.3179074Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-09T15:56:31.3186732Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T15:56:31.3236566Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T15:56:31.3273353Z Removing SSH command configuration 2026-09-09T15:56:31.3280224Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T15:56:31.3315750Z [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:56:31.3740651Z Removing HTTP extra header 2026-09-09T15:56:31.3742475Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T15:56:31.3796741Z [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:56:31.4112431Z Removing includeIf entries pointing to credentials config files 2026-09-09T15:56:31.4118572Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T15:56:31.4160750Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T15:56:31.4427532Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-5a3a8b10-bf3a-4421-af82-b3a29d141366.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T15:56:31.4472920Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-5a3a8b10-bf3a-4421-af82-b3a29d141366.config 2026-09-09T15:56:31.4511461Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-5a3a8b10-bf3a-4421-af82-b3a29d141366.config 2026-09-09T15:56:31.4554792Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-5a3a8b10-bf3a-4421-af82-b3a29d141366.config 2026-09-09T15:56:31.4595635Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-5a3a8b10-bf3a-4421-af82-b3a29d141366.config
Fetching the repository
2026-09-09T15:56:31.4651765Z [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:56:35.1190639Z From https://github.com/pypy/pypy 2026-09-09T15:56:35.1192545Z * [new ref] 00a2f9c166f46da11e596dea594a273deb8ae95d -> origin/py3.11 2026-09-09T15:56:35.1239464Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-09-09T15:56:35.1240580Z origin/py3.11 2026-09-09T15:56:35.1257982Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-09-09T15:56:35.1294600Z 00a2f9c166f46da11e596dea594a273deb8ae95d
Determining the checkout info
2026-09-09T15:56:35.1306863Z [command]/usr/bin/git sparse-checkout disable 2026-09-09T15:56:35.1369020Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T15:56:35.1409143Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-09-09T15:56:35.7399627Z Switched to a new branch 'py3.11' 2026-09-09T15:56:35.7405343Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-09T15:56:35.7486000Z [command]/usr/bin/git log -1 --format=%H 2026-09-09T15:56:35.7518233Z 00a2f9c166f46da11e596dea594a273deb8ae95d