Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-03T10:18:51.8452723Z with: 2026-08-03T10:18:51.8453161Z repository: pypy/pypy 2026-08-03T10:18:51.8457042Z token: *** 2026-08-03T10:18:51.8457474Z ssh-strict: true 2026-08-03T10:18:51.8457908Z ssh-user: git 2026-08-03T10:18:51.8458348Z persist-credentials: true 2026-08-03T10:18:51.8458826Z clean: true 2026-08-03T10:18:51.8459272Z sparse-checkout-cone-mode: true 2026-08-03T10:18:51.8459779Z fetch-depth: 1 2026-08-03T10:18:51.8460417Z fetch-tags: false 2026-08-03T10:18:51.8460855Z show-progress: true 2026-08-03T10:18:51.8461299Z lfs: false 2026-08-03T10:18:51.8461703Z submodules: false 2026-08-03T10:18:51.8462139Z set-safe-directory: true
2026-08-03T10:18:51.9538185Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-03T10:18:51.9542906Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-03T10:18:51.9544895Z [command]/usr/bin/git version 2026-08-03T10:18:51.9675986Z git version 2.54.0
2026-08-03T10:18:51.9739470Z Temporarily overriding HOME='/home/runner/work/_temp/d41f3eac-2756-49dc-bce8-49df369d6b24' before making global git config changes 2026-08-03T10:18:51.9742373Z Adding repository directory to the temporary git global config as a safe directory 2026-08-03T10:18:51.9747552Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-03T10:18:51.9812064Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-03T10:18:51.9825170Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-03T10:18:51.9952314Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-03T10:18:51.9954588Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-03T10:18:51.9956405Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-03T10:18:51.9957802Z hint: call: 2026-08-03T10:18:51.9958557Z hint: 2026-08-03T10:18:51.9959493Z hint: git config --global init.defaultBranch <name> 2026-08-03T10:18:51.9960963Z hint: 2026-08-03T10:18:51.9962099Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-03T10:18:51.9963753Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-03T10:18:51.9965141Z hint: 2026-08-03T10:18:51.9965917Z hint: git branch -m <name> 2026-08-03T10:18:51.9966812Z hint: 2026-08-03T10:18:51.9968000Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-03T10:18:51.9976667Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-03T10:18:51.9988672Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-03T10:18:52.0115295Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-03T10:18:52.0132330Z Removing SSH command configuration 2026-08-03T10:18:52.0135719Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-03T10:18:52.0193704Z [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-03T10:18:52.0618712Z Removing HTTP extra header 2026-08-03T10:18:52.0624893Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-03T10:18:52.0664198Z [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-03T10:18:52.0893839Z Removing includeIf entries pointing to credentials config files 2026-08-03T10:18:52.0901911Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-03T10:18:52.0939321Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-03T10:18:52.1175216Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-b8b1a672-89c9-4a4d-8089-59893ca15f4a.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-03T10:18:52.1225549Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-b8b1a672-89c9-4a4d-8089-59893ca15f4a.config 2026-08-03T10:18:52.1261360Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-b8b1a672-89c9-4a4d-8089-59893ca15f4a.config 2026-08-03T10:18:52.1299011Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-b8b1a672-89c9-4a4d-8089-59893ca15f4a.config 2026-08-03T10:18:52.1335770Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-b8b1a672-89c9-4a4d-8089-59893ca15f4a.config
Fetching the repository
2026-08-03T10:18:52.1376573Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +32ecadc175ee84bf1f54f353740192c740a2fcb5:refs/remotes/origin/py3.12 2026-08-03T10:18:56.1299366Z From https://github.com/pypy/pypy 2026-08-03T10:18:56.1301925Z * [new ref] 32ecadc175ee84bf1f54f353740192c740a2fcb5 -> origin/py3.12 2026-08-03T10:18:56.1354107Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-08-03T10:18:56.1411860Z origin/py3.12 2026-08-03T10:18:56.1414400Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-03T10:18:56.1431051Z 32ecadc175ee84bf1f54f353740192c740a2fcb5
Determining the checkout info
2026-08-03T10:18:56.1444339Z [command]/usr/bin/git sparse-checkout disable 2026-08-03T10:18:56.1501849Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-03T10:18:56.1543472Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-03T10:18:56.8027776Z Switched to a new branch 'py3.12' 2026-08-03T10:18:56.8032583Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-03T10:18:56.8114235Z [command]/usr/bin/git log -1 --format=%H 2026-08-03T10:18:56.8151183Z 32ecadc175ee84bf1f54f353740192c740a2fcb5