Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T08:07:48.6860988Z with: 2026-07-26T08:07:48.6861427Z repository: pypy/pypy 2026-07-26T08:07:48.6865437Z token: *** 2026-07-26T08:07:48.6865856Z ssh-strict: true 2026-07-26T08:07:48.6866284Z ssh-user: git 2026-07-26T08:07:48.6866726Z persist-credentials: true 2026-07-26T08:07:48.6867193Z clean: true 2026-07-26T08:07:48.6867629Z sparse-checkout-cone-mode: true 2026-07-26T08:07:48.6868497Z fetch-depth: 1 2026-07-26T08:07:48.6868974Z fetch-tags: false 2026-07-26T08:07:48.6869413Z show-progress: true 2026-07-26T08:07:48.6869855Z lfs: false 2026-07-26T08:07:48.6870262Z submodules: false 2026-07-26T08:07:48.6870701Z set-safe-directory: true
2026-07-26T08:07:48.7922318Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T08:07:48.7926533Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-26T08:07:48.7961664Z [command]/usr/bin/git version 2026-07-26T08:07:48.8055861Z git version 2.54.0
2026-07-26T08:07:48.8112282Z Temporarily overriding HOME='/home/runner/work/_temp/9d19ed43-cc5b-4f05-b0fe-778a5374e0d3' before making global git config changes 2026-07-26T08:07:48.8114870Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T08:07:48.8116763Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-26T08:07:48.8180804Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T08:07:48.8187562Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-26T08:07:48.8289840Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T08:07:48.8293471Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T08:07:48.8307718Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T08:07:48.8316613Z hint: call: 2026-07-26T08:07:48.8317579Z hint: 2026-07-26T08:07:48.8318640Z hint: git config --global init.defaultBranch <name> 2026-07-26T08:07:48.8319297Z hint: 2026-07-26T08:07:48.8319890Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T08:07:48.8320820Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T08:07:48.8321548Z hint: 2026-07-26T08:07:48.8321949Z hint: git branch -m <name> 2026-07-26T08:07:48.8322408Z hint: 2026-07-26T08:07:48.8323023Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T08:07:48.8324071Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-26T08:07:48.8327278Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T08:07:48.8390193Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T08:07:48.8451323Z Removing SSH command configuration 2026-07-26T08:07:48.8452727Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T08:07:48.8496832Z [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:07:48.8860086Z Removing HTTP extra header 2026-07-26T08:07:48.8866812Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T08:07:48.8905403Z [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:07:48.9150979Z Removing includeIf entries pointing to credentials config files 2026-07-26T08:07:48.9157834Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T08:07:48.9196402Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T08:07:48.9423355Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-922d0258-f65d-4bc9-9503-c19a2b6ca467.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T08:07:48.9464805Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-922d0258-f65d-4bc9-9503-c19a2b6ca467.config 2026-07-26T08:07:48.9497602Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-922d0258-f65d-4bc9-9503-c19a2b6ca467.config 2026-07-26T08:07:48.9537183Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-922d0258-f65d-4bc9-9503-c19a2b6ca467.config 2026-07-26T08:07:48.9573156Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-922d0258-f65d-4bc9-9503-c19a2b6ca467.config
Fetching the repository
2026-07-26T08:07:48.9614721Z [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:07:51.4432261Z From https://github.com/pypy/pypy 2026-07-26T08:07:51.4433629Z * [new ref] a3cf6b15393dc453b8b336347fcf80bca1f27ae8 -> origin/main 2026-07-26T08:07:51.4474107Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-26T08:07:51.4540666Z origin/main 2026-07-26T08:07:51.4549602Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-26T08:07:51.4577251Z a3cf6b15393dc453b8b336347fcf80bca1f27ae8
Determining the checkout info
2026-07-26T08:07:51.4586924Z [command]/usr/bin/git sparse-checkout disable 2026-07-26T08:07:51.4635027Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T08:07:51.4670519Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-26T08:07:52.0055303Z Switched to a new branch 'main' 2026-07-26T08:07:52.0059986Z branch 'main' set up to track 'origin/main'.
2026-07-26T08:07:52.0127653Z [command]/usr/bin/git log -1 --format=%H 2026-07-26T08:07:52.0155103Z a3cf6b15393dc453b8b336347fcf80bca1f27ae8