Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-14T20:12:45.1280105Z with: 2026-09-14T20:12:45.1280456Z repository: pypy/pypy 2026-09-14T20:12:45.1283448Z token: *** 2026-09-14T20:12:45.1283795Z ssh-strict: true 2026-09-14T20:12:45.1284143Z ssh-user: git 2026-09-14T20:12:45.1284497Z persist-credentials: true 2026-09-14T20:12:45.1284882Z clean: true 2026-09-14T20:12:45.1285234Z sparse-checkout-cone-mode: true 2026-09-14T20:12:45.1285639Z fetch-depth: 1 2026-09-14T20:12:45.1286115Z fetch-tags: false 2026-09-14T20:12:45.1286478Z show-progress: true 2026-09-14T20:12:45.1286831Z lfs: false 2026-09-14T20:12:45.1287155Z submodules: false 2026-09-14T20:12:45.1287509Z set-safe-directory: true
2026-09-14T20:12:45.2137768Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-14T20:12:45.2140708Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-14T20:12:45.2141945Z [command]/usr/bin/git version 2026-09-14T20:12:45.2192722Z git version 2.55.0
2026-09-14T20:12:45.2223602Z Temporarily overriding HOME='/home/runner/work/_temp/4fbcc2fc-51b7-4455-8fd5-5a455c9e36b3' before making global git config changes 2026-09-14T20:12:45.2225375Z Adding repository directory to the temporary git global config as a safe directory 2026-09-14T20:12:45.2228947Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-14T20:12:45.2274433Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-14T20:12:45.2282193Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-14T20:12:45.2386505Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-14T20:12:45.2388206Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-14T20:12:45.2393429Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-14T20:12:45.2394620Z hint: call: 2026-09-14T20:12:45.2395293Z hint: 2026-09-14T20:12:45.2396256Z hint: git config --global init.defaultBranch <name> 2026-09-14T20:12:45.2397151Z hint: 2026-09-14T20:12:45.2397969Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-14T20:12:45.2399202Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-14T20:12:45.2400172Z hint: 2026-09-14T20:12:45.2400782Z hint: git branch -m <name> 2026-09-14T20:12:45.2401445Z hint: 2026-09-14T20:12:45.2402365Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-14T20:12:45.2403886Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-14T20:12:45.2406370Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-14T20:12:45.2453752Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-14T20:12:45.2487070Z Removing SSH command configuration 2026-09-14T20:12:45.2491832Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-14T20:12:45.2525057Z [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-14T20:12:45.2929597Z Removing HTTP extra header 2026-09-14T20:12:45.2930422Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-14T20:12:45.2973391Z [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-14T20:12:45.3166524Z Removing includeIf entries pointing to credentials config files 2026-09-14T20:12:45.3173234Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-14T20:12:45.3205639Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-14T20:12:45.3407073Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-197ae633-64b2-4b2c-bc7f-9267ade149d1.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-14T20:12:45.3444671Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-197ae633-64b2-4b2c-bc7f-9267ade149d1.config 2026-09-14T20:12:45.3474965Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-197ae633-64b2-4b2c-bc7f-9267ade149d1.config 2026-09-14T20:12:45.3508479Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-197ae633-64b2-4b2c-bc7f-9267ade149d1.config 2026-09-14T20:12:45.3538456Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-197ae633-64b2-4b2c-bc7f-9267ade149d1.config
Fetching the repository
2026-09-14T20:12:45.3599780Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4d96a8b57c4f0d95cef9cb9ee0ab067925180e8f:refs/remotes/origin/main 2026-09-14T20:12:48.5490778Z From https://github.com/pypy/pypy 2026-09-14T20:12:48.5492155Z * [new ref] 4d96a8b57c4f0d95cef9cb9ee0ab067925180e8f -> origin/main 2026-09-14T20:12:48.5500628Z [command]/usr/bin/git branch --list --remote origin/main 2026-09-14T20:12:48.5527493Z origin/main 2026-09-14T20:12:48.5542763Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-09-14T20:12:48.5559666Z 4d96a8b57c4f0d95cef9cb9ee0ab067925180e8f
Determining the checkout info
2026-09-14T20:12:48.5572591Z [command]/usr/bin/git sparse-checkout disable 2026-09-14T20:12:48.5619254Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-14T20:12:48.5652579Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-14T20:12:48.9543744Z Switched to a new branch 'main' 2026-09-14T20:12:48.9547632Z branch 'main' set up to track 'origin/main'.
2026-09-14T20:12:48.9611392Z [command]/usr/bin/git log -1 --format=%H 2026-09-14T20:12:48.9638375Z 4d96a8b57c4f0d95cef9cb9ee0ab067925180e8f