Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-22T15:15:49.7660248Z with: 2026-07-22T15:15:49.7660679Z repository: pypy/pypy 2026-07-22T15:15:49.7664642Z token: *** 2026-07-22T15:15:49.7665087Z ssh-strict: true 2026-07-22T15:15:49.7665527Z ssh-user: git 2026-07-22T15:15:49.7665966Z persist-credentials: true 2026-07-22T15:15:49.7666628Z clean: true 2026-07-22T15:15:49.7667125Z sparse-checkout-cone-mode: true 2026-07-22T15:15:49.7667633Z fetch-depth: 1 2026-07-22T15:15:49.7668056Z fetch-tags: false 2026-07-22T15:15:49.7668485Z show-progress: true 2026-07-22T15:15:49.7668915Z lfs: false 2026-07-22T15:15:49.7669317Z submodules: false 2026-07-22T15:15:49.7669747Z set-safe-directory: true
2026-07-22T15:15:49.8700467Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-22T15:15:49.8704030Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-22T15:15:49.8705570Z [command]/usr/bin/git version 2026-07-22T15:15:49.8800011Z git version 2.54.0
2026-07-22T15:15:49.8840097Z Temporarily overriding HOME='/home/runner/work/_temp/59c28217-fc18-41d1-973f-b3375a66efd6' before making global git config changes 2026-07-22T15:15:49.8842322Z Adding repository directory to the temporary git global config as a safe directory 2026-07-22T15:15:49.8844304Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-22T15:15:49.8901461Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-22T15:15:49.8912181Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-22T15:15:49.9029338Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-22T15:15:49.9031260Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-22T15:15:49.9032196Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-22T15:15:49.9033187Z hint: call: 2026-07-22T15:15:49.9033854Z hint: 2026-07-22T15:15:49.9035149Z hint: git config --global init.defaultBranch <name> 2026-07-22T15:15:49.9036081Z hint: 2026-07-22T15:15:49.9036969Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-22T15:15:49.9038355Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-22T15:15:49.9039235Z hint: 2026-07-22T15:15:49.9039867Z hint: git branch -m <name> 2026-07-22T15:15:49.9040479Z hint: 2026-07-22T15:15:49.9041237Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-22T15:15:49.9042269Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-22T15:15:49.9048867Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-22T15:15:49.9139762Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-22T15:15:49.9182854Z Removing SSH command configuration 2026-07-22T15:15:49.9190244Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-22T15:15:49.9232040Z [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-22T15:15:49.9653806Z Removing HTTP extra header 2026-07-22T15:15:49.9658632Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-22T15:15:49.9694527Z [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-22T15:15:49.9950856Z Removing includeIf entries pointing to credentials config files 2026-07-22T15:15:49.9959159Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-22T15:15:50.0004152Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-22T15:15:50.0281588Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-7f6d9cb8-95be-4a9c-ad64-2bb355ccf809.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-22T15:15:50.0345352Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-7f6d9cb8-95be-4a9c-ad64-2bb355ccf809.config 2026-07-22T15:15:50.0387034Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-7f6d9cb8-95be-4a9c-ad64-2bb355ccf809.config 2026-07-22T15:15:50.0429566Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-7f6d9cb8-95be-4a9c-ad64-2bb355ccf809.config 2026-07-22T15:15:50.0468171Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-7f6d9cb8-95be-4a9c-ad64-2bb355ccf809.config
Fetching the repository
2026-07-22T15:15:50.0513119Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f5520da9f8f16848a20ef78e8f82f73e64c291b0:refs/remotes/origin/main 2026-07-22T15:15:52.9064225Z From https://github.com/pypy/pypy 2026-07-22T15:15:52.9066023Z * [new ref] f5520da9f8f16848a20ef78e8f82f73e64c291b0 -> origin/main 2026-07-22T15:15:52.9121456Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-22T15:15:52.9170221Z origin/main 2026-07-22T15:15:52.9190484Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-22T15:15:52.9223902Z f5520da9f8f16848a20ef78e8f82f73e64c291b0
Determining the checkout info
2026-07-22T15:15:52.9230521Z [command]/usr/bin/git sparse-checkout disable 2026-07-22T15:15:52.9283053Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-22T15:15:52.9325252Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-22T15:15:53.4977076Z Switched to a new branch 'main' 2026-07-22T15:15:53.4978309Z branch 'main' set up to track 'origin/main'.
2026-07-22T15:15:53.5057662Z [command]/usr/bin/git log -1 --format=%H 2026-07-22T15:15:53.5088519Z f5520da9f8f16848a20ef78e8f82f73e64c291b0