Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T19:51:47.2895485Z with: 2026-07-31T19:51:47.2895892Z repository: pypy/pypy 2026-07-31T19:51:47.2902906Z token: *** 2026-07-31T19:51:47.2903299Z ssh-strict: true 2026-07-31T19:51:47.2903702Z ssh-user: git 2026-07-31T19:51:47.2904112Z persist-credentials: true 2026-07-31T19:51:47.2904574Z clean: true 2026-07-31T19:51:47.2904987Z sparse-checkout-cone-mode: true 2026-07-31T19:51:47.2905502Z fetch-depth: 1 2026-07-31T19:51:47.2905896Z fetch-tags: false 2026-07-31T19:51:47.2906304Z show-progress: true 2026-07-31T19:51:47.2906712Z lfs: false 2026-07-31T19:51:47.2907083Z submodules: false 2026-07-31T19:51:47.2907494Z set-safe-directory: true
2026-07-31T19:51:47.3759887Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T19:51:47.3763097Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-31T19:51:47.3764173Z [command]/usr/bin/git version 2026-07-31T19:51:47.4274103Z git version 2.54.0
2026-07-31T19:51:47.4306171Z Temporarily overriding HOME='/home/runner/work/_temp/538b6628-6a2c-4c86-8f30-0e0be540e606' before making global git config changes 2026-07-31T19:51:47.4308946Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T19:51:47.4311525Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-31T19:51:47.4350305Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T19:51:47.4358451Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-31T19:51:47.4432176Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T19:51:47.4434211Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T19:51:47.4435527Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T19:51:47.4436809Z hint: call: 2026-07-31T19:51:47.4437170Z hint: 2026-07-31T19:51:47.4437689Z hint: git config --global init.defaultBranch <name> 2026-07-31T19:51:47.4438349Z hint: 2026-07-31T19:51:47.4438945Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T19:51:47.4440323Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T19:51:47.4441367Z hint: 2026-07-31T19:51:47.4441735Z hint: git branch -m <name> 2026-07-31T19:51:47.4442187Z hint: 2026-07-31T19:51:47.4442897Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T19:51:47.4444502Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-31T19:51:47.4446595Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T19:51:47.4509268Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T19:51:47.4539754Z Removing SSH command configuration 2026-07-31T19:51:47.4545223Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T19:51:47.4575132Z [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-07-31T19:51:47.4828628Z Removing HTTP extra header 2026-07-31T19:51:47.4833907Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T19:51:47.4866611Z [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-07-31T19:51:47.5054575Z Removing includeIf entries pointing to credentials config files 2026-07-31T19:51:47.5059107Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T19:51:47.5091090Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T19:51:47.5286986Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-8d7fb367-0727-43a7-858c-1e4c027c5e7f.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T19:51:47.5323262Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-8d7fb367-0727-43a7-858c-1e4c027c5e7f.config 2026-07-31T19:51:47.5352824Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-8d7fb367-0727-43a7-858c-1e4c027c5e7f.config 2026-07-31T19:51:47.5380762Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-8d7fb367-0727-43a7-858c-1e4c027c5e7f.config 2026-07-31T19:51:47.5409572Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-8d7fb367-0727-43a7-858c-1e4c027c5e7f.config
Fetching the repository
2026-07-31T19:51:47.5442529Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fe58333c4102f75f7d2e8bf620b0a1c9ef68404b:refs/remotes/origin/main 2026-07-31T19:51:51.2801380Z From https://github.com/pypy/pypy 2026-07-31T19:51:51.2801897Z * [new ref] fe58333c4102f75f7d2e8bf620b0a1c9ef68404b -> origin/main 2026-07-31T19:51:51.2832855Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-31T19:51:51.2857945Z origin/main 2026-07-31T19:51:51.2866173Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-31T19:51:51.2891234Z fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
Determining the checkout info
2026-07-31T19:51:51.2900723Z [command]/usr/bin/git sparse-checkout disable 2026-07-31T19:51:51.2938181Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T19:51:51.2968437Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-31T19:51:51.7382034Z Switched to a new branch 'main' 2026-07-31T19:51:51.7382673Z branch 'main' set up to track 'origin/main'.
2026-07-31T19:51:51.7445297Z [command]/usr/bin/git log -1 --format=%H 2026-07-31T19:51:51.7472055Z fe58333c4102f75f7d2e8bf620b0a1c9ef68404b