Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T15:28:20.0465870Z with: 2026-08-31T15:28:20.0466438Z repository: pypy/pypy 2026-08-31T15:28:20.0470639Z token: *** 2026-08-31T15:28:20.0471188Z ssh-strict: true 2026-08-31T15:28:20.0471762Z ssh-user: git 2026-08-31T15:28:20.0472437Z persist-credentials: true 2026-08-31T15:28:20.0472993Z clean: true 2026-08-31T15:28:20.0473613Z sparse-checkout-cone-mode: true 2026-08-31T15:28:20.0474247Z fetch-depth: 1 2026-08-31T15:28:20.0474773Z fetch-tags: false 2026-08-31T15:28:20.0475432Z show-progress: true 2026-08-31T15:28:20.0476016Z lfs: false 2026-08-31T15:28:20.0476623Z submodules: false 2026-08-31T15:28:20.0477491Z set-safe-directory: true
2026-08-31T15:28:20.1339416Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T15:28:20.1343180Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-31T15:28:20.1345044Z [command]/usr/bin/git version 2026-08-31T15:28:20.1410249Z git version 2.55.0
2026-08-31T15:28:20.1446137Z Temporarily overriding HOME='/home/runner/work/_temp/e023e964-b127-4d0c-b6fd-d80c0e36af98' before making global git config changes 2026-08-31T15:28:20.1447915Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T15:28:20.1450875Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-31T15:28:20.1484006Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T15:28:20.1494546Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-31T15:28:20.1609433Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T15:28:20.1611617Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T15:28:20.1613545Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T15:28:20.1614488Z hint: call: 2026-08-31T15:28:20.1614994Z hint: 2026-08-31T15:28:20.1616122Z hint: git config --global init.defaultBranch <name> 2026-08-31T15:28:20.1617094Z hint: 2026-08-31T15:28:20.1617910Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T15:28:20.1618962Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T15:28:20.1619825Z hint: 2026-08-31T15:28:20.1620442Z hint: git branch -m <name> 2026-08-31T15:28:20.1621061Z hint: 2026-08-31T15:28:20.1621779Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T15:28:20.1622914Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-31T15:28:20.1624912Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T15:28:20.1657285Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T15:28:20.1687055Z Removing SSH command configuration 2026-08-31T15:28:20.1690918Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T15:28:20.1724090Z [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-31T15:28:20.2028489Z Removing HTTP extra header 2026-08-31T15:28:20.2034499Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T15:28:20.2064695Z [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-31T15:28:20.2267150Z Removing includeIf entries pointing to credentials config files 2026-08-31T15:28:20.2272934Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T15:28:20.2304895Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T15:28:20.2507613Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-5a14d424-51b0-4fc0-8d2c-17bc07d44263.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T15:28:20.2546603Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-5a14d424-51b0-4fc0-8d2c-17bc07d44263.config 2026-08-31T15:28:20.2577893Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-5a14d424-51b0-4fc0-8d2c-17bc07d44263.config 2026-08-31T15:28:20.2607525Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-5a14d424-51b0-4fc0-8d2c-17bc07d44263.config 2026-08-31T15:28:20.2635331Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-5a14d424-51b0-4fc0-8d2c-17bc07d44263.config
Fetching the repository
2026-08-31T15:28:20.2672675Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6be8d8ec93e0c3813b114980806dea35a8ebc3df:refs/remotes/origin/main 2026-08-31T15:28:21.2295583Z From https://github.com/pypy/pypy 2026-08-31T15:28:21.2296646Z * [new ref] 6be8d8ec93e0c3813b114980806dea35a8ebc3df -> origin/main 2026-08-31T15:28:21.2305853Z [command]/usr/bin/git branch --list --remote origin/main 2026-08-31T15:28:21.2333164Z origin/main 2026-08-31T15:28:21.2340495Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-08-31T15:28:21.2361871Z 6be8d8ec93e0c3813b114980806dea35a8ebc3df
Determining the checkout info
2026-08-31T15:28:21.2369632Z [command]/usr/bin/git sparse-checkout disable 2026-08-31T15:28:21.2407593Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T15:28:21.2437774Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-31T15:28:21.5764095Z Switched to a new branch 'main' 2026-08-31T15:28:21.5765278Z branch 'main' set up to track 'origin/main'.
2026-08-31T15:28:21.5817279Z [command]/usr/bin/git log -1 --format=%H 2026-08-31T15:28:21.5840473Z 6be8d8ec93e0c3813b114980806dea35a8ebc3df