Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-23T06:29:30.5944350Z with: 2026-07-23T06:29:30.5944785Z repository: pypy/pypy 2026-07-23T06:29:30.5948556Z token: *** 2026-07-23T06:29:30.5948997Z ssh-strict: true 2026-07-23T06:29:30.5949431Z ssh-user: git 2026-07-23T06:29:30.5949870Z persist-credentials: true 2026-07-23T06:29:30.5950366Z clean: true 2026-07-23T06:29:30.5950803Z sparse-checkout-cone-mode: true 2026-07-23T06:29:30.5951323Z fetch-depth: 1 2026-07-23T06:29:30.5951745Z fetch-tags: false 2026-07-23T06:29:30.5952182Z show-progress: true 2026-07-23T06:29:30.5952617Z lfs: false 2026-07-23T06:29:30.5953016Z submodules: false 2026-07-23T06:29:30.5953448Z set-safe-directory: true
2026-07-23T06:29:30.6964781Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-23T06:29:30.6968538Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-23T06:29:30.6970208Z [command]/usr/bin/git version 2026-07-23T06:29:30.6993091Z git version 2.54.0
2026-07-23T06:29:30.7028909Z Temporarily overriding HOME='/home/runner/work/_temp/ffd2fab4-4393-45c8-9477-a12bee48533e' before making global git config changes 2026-07-23T06:29:30.7031108Z Adding repository directory to the temporary git global config as a safe directory 2026-07-23T06:29:30.7034418Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-23T06:29:30.7078856Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-23T06:29:30.7087648Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-23T06:29:30.7166877Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-23T06:29:30.7168838Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-23T06:29:30.7170340Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-23T06:29:30.7171484Z hint: call: 2026-07-23T06:29:30.7172075Z hint: 2026-07-23T06:29:30.7173060Z hint: git config --global init.defaultBranch <name> 2026-07-23T06:29:30.7174139Z hint: 2026-07-23T06:29:30.7175035Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-23T06:29:30.7176484Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-23T06:29:30.7177626Z hint: 2026-07-23T06:29:30.7178234Z hint: git branch -m <name> 2026-07-23T06:29:30.7178933Z hint: 2026-07-23T06:29:30.7179879Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-23T06:29:30.7181388Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-23T06:29:30.7183889Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-23T06:29:30.7239522Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-23T06:29:30.7273419Z Removing SSH command configuration 2026-07-23T06:29:30.7279027Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-23T06:29:30.7334304Z [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-23T06:29:30.7665977Z Removing HTTP extra header 2026-07-23T06:29:30.7672604Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-23T06:29:30.7714523Z [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-23T06:29:30.7987060Z Removing includeIf entries pointing to credentials config files 2026-07-23T06:29:30.7988765Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-23T06:29:30.8027964Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-23T06:29:30.8291046Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-f27fde0d-f5d5-4f59-8019-2a5e7cf17a2a.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-23T06:29:30.8335470Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-f27fde0d-f5d5-4f59-8019-2a5e7cf17a2a.config 2026-07-23T06:29:30.8373067Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-f27fde0d-f5d5-4f59-8019-2a5e7cf17a2a.config 2026-07-23T06:29:30.8414345Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-f27fde0d-f5d5-4f59-8019-2a5e7cf17a2a.config 2026-07-23T06:29:30.8454274Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-f27fde0d-f5d5-4f59-8019-2a5e7cf17a2a.config
Fetching the repository
2026-07-23T06:29:30.8500940Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +957a1668020efd831bb1ff17660a0e80e9cb02e1:refs/remotes/origin/main 2026-07-23T06:29:33.8542116Z From https://github.com/pypy/pypy 2026-07-23T06:29:33.8544240Z * [new ref] 957a1668020efd831bb1ff17660a0e80e9cb02e1 -> origin/main 2026-07-23T06:29:33.8586591Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-23T06:29:33.8619262Z origin/main 2026-07-23T06:29:33.8629031Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-23T06:29:33.8658494Z 957a1668020efd831bb1ff17660a0e80e9cb02e1
Determining the checkout info
2026-07-23T06:29:33.8669696Z [command]/usr/bin/git sparse-checkout disable 2026-07-23T06:29:33.8722483Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-23T06:29:33.8762213Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-23T06:29:34.4358393Z Switched to a new branch 'main' 2026-07-23T06:29:34.4360739Z branch 'main' set up to track 'origin/main'.
2026-07-23T06:29:34.4440338Z [command]/usr/bin/git log -1 --format=%H 2026-07-23T06:29:34.4469976Z 957a1668020efd831bb1ff17660a0e80e9cb02e1