Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T08:24:27.4311161Z with: 2026-07-26T08:24:27.4311880Z repository: pypy/pypy 2026-07-26T08:24:27.4315428Z token: *** 2026-07-26T08:24:27.4315963Z ssh-strict: true 2026-07-26T08:24:27.4316574Z ssh-user: git 2026-07-26T08:24:27.4317096Z persist-credentials: true 2026-07-26T08:24:27.4318079Z clean: true 2026-07-26T08:24:27.4318808Z sparse-checkout-cone-mode: true 2026-07-26T08:24:27.4319434Z fetch-depth: 1 2026-07-26T08:24:27.4319995Z fetch-tags: false 2026-07-26T08:24:27.4320558Z show-progress: true 2026-07-26T08:24:27.4321129Z lfs: false 2026-07-26T08:24:27.4321701Z submodules: false 2026-07-26T08:24:27.4322269Z set-safe-directory: true
2026-07-26T08:24:27.5225365Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T08:24:27.5228969Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-26T08:24:27.5230384Z [command]/usr/bin/git version 2026-07-26T08:24:27.5260328Z git version 2.54.0
2026-07-26T08:24:27.5295352Z Temporarily overriding HOME='/home/runner/work/_temp/8d2646f3-64d2-46e9-bdce-adc04b942092' before making global git config changes 2026-07-26T08:24:27.5297186Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T08:24:27.5300267Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-26T08:24:27.5334285Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T08:24:27.5343420Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-26T08:24:27.5419771Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T08:24:27.5430515Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T08:24:27.5431900Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T08:24:27.5432911Z hint: call: 2026-07-26T08:24:27.5434094Z hint: 2026-07-26T08:24:27.5434984Z hint: git config --global init.defaultBranch <name> 2026-07-26T08:24:27.5435904Z hint: 2026-07-26T08:24:27.5436867Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T08:24:27.5438528Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T08:24:27.5439696Z hint: 2026-07-26T08:24:27.5440503Z hint: git branch -m <name> 2026-07-26T08:24:27.5441324Z hint: 2026-07-26T08:24:27.5442345Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T08:24:27.5443590Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-26T08:24:27.5446356Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T08:24:27.5469805Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T08:24:27.5499957Z Removing SSH command configuration 2026-07-26T08:24:27.5505472Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T08:24:27.5533803Z [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-26T08:24:27.5821666Z Removing HTTP extra header 2026-07-26T08:24:27.5829025Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T08:24:27.5863471Z [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-26T08:24:27.6066714Z Removing includeIf entries pointing to credentials config files 2026-07-26T08:24:27.6073289Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T08:24:27.6105607Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T08:24:27.6314101Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-c0de131a-c288-4562-9482-76e6b24b2e24.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T08:24:27.6342758Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-c0de131a-c288-4562-9482-76e6b24b2e24.config 2026-07-26T08:24:27.6370366Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-c0de131a-c288-4562-9482-76e6b24b2e24.config 2026-07-26T08:24:27.6398649Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c0de131a-c288-4562-9482-76e6b24b2e24.config 2026-07-26T08:24:27.6425697Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c0de131a-c288-4562-9482-76e6b24b2e24.config
Fetching the repository
2026-07-26T08:24:27.6459321Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a3cf6b15393dc453b8b336347fcf80bca1f27ae8:refs/remotes/origin/main 2026-07-26T08:24:30.5028705Z From https://github.com/pypy/pypy 2026-07-26T08:24:30.5030118Z * [new ref] a3cf6b15393dc453b8b336347fcf80bca1f27ae8 -> origin/main 2026-07-26T08:24:30.5056787Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-26T08:24:30.5088010Z origin/main 2026-07-26T08:24:30.5106782Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-26T08:24:30.5117272Z a3cf6b15393dc453b8b336347fcf80bca1f27ae8
Determining the checkout info
2026-07-26T08:24:30.5129451Z [command]/usr/bin/git sparse-checkout disable 2026-07-26T08:24:30.5161414Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T08:24:30.5192019Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-26T08:24:30.8501804Z Switched to a new branch 'main' 2026-07-26T08:24:30.8503048Z branch 'main' set up to track 'origin/main'.
2026-07-26T08:24:30.8559383Z [command]/usr/bin/git log -1 --format=%H 2026-07-26T08:24:30.8583389Z a3cf6b15393dc453b8b336347fcf80bca1f27ae8