Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-05T12:18:16.2559012Z with: 2026-08-05T12:18:16.2559449Z repository: pypy/pypy 2026-08-05T12:18:16.2563432Z token: *** 2026-08-05T12:18:16.2563868Z ssh-strict: true 2026-08-05T12:18:16.2564311Z ssh-user: git 2026-08-05T12:18:16.2564803Z persist-credentials: true 2026-08-05T12:18:16.2565285Z clean: true 2026-08-05T12:18:16.2565717Z sparse-checkout-cone-mode: true 2026-08-05T12:18:16.2566227Z fetch-depth: 1 2026-08-05T12:18:16.2566648Z fetch-tags: false 2026-08-05T12:18:16.2567087Z show-progress: true 2026-08-05T12:18:16.2567527Z lfs: false 2026-08-05T12:18:16.2567922Z submodules: false 2026-08-05T12:18:16.2568357Z set-safe-directory: true
2026-08-05T12:18:16.3579064Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-05T12:18:16.3582482Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-05T12:18:16.3584260Z [command]/usr/bin/git version 2026-08-05T12:18:16.3647810Z git version 2.54.0
2026-08-05T12:18:16.3697291Z Temporarily overriding HOME='/home/runner/work/_temp/b253534b-6c7f-452a-9a85-a61d734c6225' before making global git config changes 2026-08-05T12:18:16.3699262Z Adding repository directory to the temporary git global config as a safe directory 2026-08-05T12:18:16.3703896Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-05T12:18:16.3758256Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-05T12:18:16.3768140Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-05T12:18:16.3874977Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-05T12:18:16.3877151Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-05T12:18:16.3878633Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-05T12:18:16.3879800Z hint: call: 2026-08-05T12:18:16.3880299Z hint: 2026-08-05T12:18:16.3881525Z hint: git config --global init.defaultBranch <name> 2026-08-05T12:18:16.3882159Z hint: 2026-08-05T12:18:16.3882725Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-05T12:18:16.3884162Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-05T12:18:16.3884889Z hint: 2026-08-05T12:18:16.3885293Z hint: git branch -m <name> 2026-08-05T12:18:16.3885744Z hint: 2026-08-05T12:18:16.3886354Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-05T12:18:16.3887285Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-05T12:18:16.3899800Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-05T12:18:16.3947405Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-05T12:18:16.3982616Z Removing SSH command configuration 2026-08-05T12:18:16.3990651Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-05T12:18:16.4026725Z [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-05T12:18:16.4397578Z Removing HTTP extra header 2026-08-05T12:18:16.4404607Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-05T12:18:16.4447258Z [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-05T12:18:16.4687842Z Removing includeIf entries pointing to credentials config files 2026-08-05T12:18:16.4694800Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-05T12:18:16.4734145Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-05T12:18:16.4976996Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-d5a6230d-0c08-4c9f-948b-cd35dfc6acae.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-05T12:18:16.5025353Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-d5a6230d-0c08-4c9f-948b-cd35dfc6acae.config 2026-08-05T12:18:16.5063308Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-d5a6230d-0c08-4c9f-948b-cd35dfc6acae.config 2026-08-05T12:18:16.5104921Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-d5a6230d-0c08-4c9f-948b-cd35dfc6acae.config 2026-08-05T12:18:16.5142351Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-d5a6230d-0c08-4c9f-948b-cd35dfc6acae.config
Fetching the repository
2026-08-05T12:18:16.5186731Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4eeb73ca9598d4743be0c8e452bf7850b7a17630:refs/remotes/origin/main 2026-08-05T12:18:19.6134000Z From https://github.com/pypy/pypy 2026-08-05T12:18:19.6135499Z * [new ref] 4eeb73ca9598d4743be0c8e452bf7850b7a17630 -> origin/main 2026-08-05T12:18:19.6156822Z [command]/usr/bin/git branch --list --remote origin/main 2026-08-05T12:18:19.6187107Z origin/main 2026-08-05T12:18:19.6195414Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-08-05T12:18:19.6223098Z 4eeb73ca9598d4743be0c8e452bf7850b7a17630
Determining the checkout info
2026-08-05T12:18:19.6236180Z [command]/usr/bin/git sparse-checkout disable 2026-08-05T12:18:19.6284221Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-05T12:18:19.6320656Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-05T12:18:20.1695544Z Switched to a new branch 'main' 2026-08-05T12:18:20.1696384Z branch 'main' set up to track 'origin/main'.
2026-08-05T12:18:20.1800895Z [command]/usr/bin/git log -1 --format=%H 2026-08-05T12:18:20.1829722Z 4eeb73ca9598d4743be0c8e452bf7850b7a17630