Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T16:47:51.1424769Z with: 2026-08-31T16:47:51.1425202Z repository: pypy/pypy 2026-08-31T16:47:51.1429536Z token: *** 2026-08-31T16:47:51.1429983Z ssh-strict: true 2026-08-31T16:47:51.1430422Z ssh-user: git 2026-08-31T16:47:51.1430868Z persist-credentials: true 2026-08-31T16:47:51.1431353Z clean: true 2026-08-31T16:47:51.1431793Z sparse-checkout-cone-mode: true 2026-08-31T16:47:51.1432313Z fetch-depth: 1 2026-08-31T16:47:51.1432742Z fetch-tags: false 2026-08-31T16:47:51.1433176Z show-progress: true 2026-08-31T16:47:51.1433619Z lfs: false 2026-08-31T16:47:51.1434030Z submodules: false 2026-08-31T16:47:51.1434476Z set-safe-directory: true
2026-08-31T16:47:51.2449106Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T16:47:51.2451588Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-31T16:47:51.2497393Z [command]/usr/bin/git version 2026-08-31T16:47:51.2634162Z git version 2.55.0
2026-08-31T16:47:51.2675443Z Temporarily overriding HOME='/home/runner/work/_temp/b6c0b9e3-5424-43f8-b6a9-c6732b4bd112' before making global git config changes 2026-08-31T16:47:51.2678106Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T16:47:51.2680965Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-31T16:47:51.2737719Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T16:47:51.2748551Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-31T16:47:51.2870176Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T16:47:51.2872824Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T16:47:51.2874647Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T16:47:51.2876665Z hint: call: 2026-08-31T16:47:51.2877848Z hint: 2026-08-31T16:47:51.2879634Z hint: git config --global init.defaultBranch <name> 2026-08-31T16:47:51.2881148Z hint: 2026-08-31T16:47:51.2882429Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T16:47:51.2884312Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T16:47:51.2886053Z hint: 2026-08-31T16:47:51.2887498Z hint: git branch -m <name> 2026-08-31T16:47:51.2889009Z hint: 2026-08-31T16:47:51.2890464Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T16:47:51.2892551Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-31T16:47:51.2895906Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T16:47:51.2952240Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T16:47:51.2989550Z Removing SSH command configuration 2026-08-31T16:47:51.2998146Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T16:47:51.3035756Z [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-31T16:47:51.3422449Z Removing HTTP extra header 2026-08-31T16:47:51.3430004Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T16:47:51.3470005Z [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-31T16:47:51.3715763Z Removing includeIf entries pointing to credentials config files 2026-08-31T16:47:51.3722325Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T16:47:51.3761901Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T16:47:51.4008785Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-0d541dcb-a0f8-47c6-978e-41aafe0fb8bd.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T16:47:51.4050439Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-0d541dcb-a0f8-47c6-978e-41aafe0fb8bd.config 2026-08-31T16:47:51.4084783Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-0d541dcb-a0f8-47c6-978e-41aafe0fb8bd.config 2026-08-31T16:47:51.4122310Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-0d541dcb-a0f8-47c6-978e-41aafe0fb8bd.config 2026-08-31T16:47:51.4157193Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-0d541dcb-a0f8-47c6-978e-41aafe0fb8bd.config
Fetching the repository
2026-08-31T16:47:51.4201825Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +72213c383274190bf987728791ab94297c0ec13d:refs/remotes/origin/py3.11 2026-08-31T16:47:55.6712781Z From https://github.com/pypy/pypy 2026-08-31T16:47:55.6714069Z * [new ref] 72213c383274190bf987728791ab94297c0ec13d -> origin/py3.11 2026-08-31T16:47:55.6724424Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-08-31T16:47:55.6757336Z origin/py3.11 2026-08-31T16:47:55.6768594Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-31T16:47:55.6796510Z 72213c383274190bf987728791ab94297c0ec13d
Determining the checkout info
2026-08-31T16:47:55.6809984Z [command]/usr/bin/git sparse-checkout disable 2026-08-31T16:47:55.6872672Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T16:47:55.6913466Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-31T16:47:56.3295243Z Switched to a new branch 'py3.11' 2026-08-31T16:47:56.3300177Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-31T16:47:56.3391684Z [command]/usr/bin/git log -1 --format=%H 2026-08-31T16:47:56.3412223Z 72213c383274190bf987728791ab94297c0ec13d