Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-25T18:59:58.6538572Z with: 2026-07-25T18:59:58.6539196Z repository: pypy/pypy 2026-07-25T18:59:58.6543461Z token: *** 2026-07-25T18:59:58.6544116Z ssh-strict: true 2026-07-25T18:59:58.6544647Z ssh-user: git 2026-07-25T18:59:58.6545217Z persist-credentials: true 2026-07-25T18:59:58.6545826Z clean: true 2026-07-25T18:59:58.6546377Z sparse-checkout-cone-mode: true 2026-07-25T18:59:58.6547024Z fetch-depth: 1 2026-07-25T18:59:58.6547561Z fetch-tags: false 2026-07-25T18:59:58.6548092Z show-progress: true 2026-07-25T18:59:58.6548750Z lfs: false 2026-07-25T18:59:58.6549256Z submodules: false 2026-07-25T18:59:58.6549836Z set-safe-directory: true
2026-07-25T18:59:58.7391482Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-25T18:59:58.7394580Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-25T18:59:58.7395990Z [command]/usr/bin/git version 2026-07-25T18:59:58.7443848Z git version 2.54.0
2026-07-25T18:59:58.7481730Z Temporarily overriding HOME='/home/runner/work/_temp/3aad04da-85ae-4994-b7cc-9a744f640444' before making global git config changes 2026-07-25T18:59:58.7483374Z Adding repository directory to the temporary git global config as a safe directory 2026-07-25T18:59:58.7484494Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-25T18:59:58.7534805Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-25T18:59:58.7539215Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-25T18:59:58.7612149Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-25T18:59:58.7614046Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-25T18:59:58.7615459Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-25T18:59:58.7616576Z hint: call: 2026-07-25T18:59:58.7617366Z hint: 2026-07-25T18:59:58.7618460Z hint: git config --global init.defaultBranch <name> 2026-07-25T18:59:58.7619440Z hint: 2026-07-25T18:59:58.7620523Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-25T18:59:58.7621781Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-25T18:59:58.7622926Z hint: 2026-07-25T18:59:58.7623707Z hint: git branch -m <name> 2026-07-25T18:59:58.7624492Z hint: 2026-07-25T18:59:58.7625428Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-25T18:59:58.7626813Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-25T18:59:58.7629404Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-25T18:59:58.7656119Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-25T18:59:58.7684345Z Removing SSH command configuration 2026-07-25T18:59:58.7689138Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-25T18:59:58.7727145Z [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-25T18:59:58.7989444Z Removing HTTP extra header 2026-07-25T18:59:58.7994311Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-25T18:59:58.8023748Z [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-25T18:59:58.8204963Z Removing includeIf entries pointing to credentials config files 2026-07-25T18:59:58.8208001Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-25T18:59:58.8238975Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-25T18:59:58.8424664Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-fdd2204a-cc2a-4e55-84b9-a3a54896ee20.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-25T18:59:58.8459597Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-fdd2204a-cc2a-4e55-84b9-a3a54896ee20.config 2026-07-25T18:59:58.8488946Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-fdd2204a-cc2a-4e55-84b9-a3a54896ee20.config 2026-07-25T18:59:58.8517275Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-fdd2204a-cc2a-4e55-84b9-a3a54896ee20.config 2026-07-25T18:59:58.8545139Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-fdd2204a-cc2a-4e55-84b9-a3a54896ee20.config
Fetching the repository
2026-07-25T18:59:58.8578558Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e28f9c0fbc90bedddd9ecccb9cf78eb1ecc1b342:refs/remotes/origin/main 2026-07-25T19:00:01.6462072Z From https://github.com/pypy/pypy 2026-07-25T19:00:01.6464041Z * [new ref] e28f9c0fbc90bedddd9ecccb9cf78eb1ecc1b342 -> origin/main 2026-07-25T19:00:01.6491640Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-25T19:00:01.6525872Z origin/main 2026-07-25T19:00:01.6533705Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-25T19:00:01.6552849Z e28f9c0fbc90bedddd9ecccb9cf78eb1ecc1b342
Determining the checkout info
2026-07-25T19:00:01.6568344Z [command]/usr/bin/git sparse-checkout disable 2026-07-25T19:00:01.6596484Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-25T19:00:01.6626655Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-25T19:00:01.9906744Z Switched to a new branch 'main' 2026-07-25T19:00:01.9907670Z branch 'main' set up to track 'origin/main'.
2026-07-25T19:00:01.9961294Z [command]/usr/bin/git log -1 --format=%H 2026-07-25T19:00:01.9984230Z e28f9c0fbc90bedddd9ecccb9cf78eb1ecc1b342