Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T07:06:09.0783615Z with: 2026-08-23T07:06:09.0783855Z repository: pypy/pypy 2026-08-23T07:06:09.0786337Z token: *** 2026-08-23T07:06:09.0786572Z ssh-strict: true 2026-08-23T07:06:09.0786814Z ssh-user: git 2026-08-23T07:06:09.0787061Z persist-credentials: true 2026-08-23T07:06:09.0787329Z clean: true 2026-08-23T07:06:09.0787577Z sparse-checkout-cone-mode: true 2026-08-23T07:06:09.0787859Z fetch-depth: 1 2026-08-23T07:06:09.0788098Z fetch-tags: false 2026-08-23T07:06:09.0788345Z show-progress: true 2026-08-23T07:06:09.0788592Z lfs: false 2026-08-23T07:06:09.0788818Z submodules: false 2026-08-23T07:06:09.0789064Z set-safe-directory: true
2026-08-23T07:06:09.1495048Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T07:06:09.1497252Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-23T07:06:09.1498163Z [command]/usr/bin/git version 2026-08-23T07:06:09.2192358Z git version 2.55.0
2026-08-23T07:06:09.2253987Z Temporarily overriding HOME='/home/runner/work/_temp/7bc97523-53b8-4fb2-a677-02da91d6226e' before making global git config changes 2026-08-23T07:06:09.2255361Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T07:06:09.2258526Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-23T07:06:09.2316797Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T07:06:09.2323735Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-23T07:06:09.2425761Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T07:06:09.2426867Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T07:06:09.2427676Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T07:06:09.2428307Z hint: call: 2026-08-23T07:06:09.2428638Z hint: 2026-08-23T07:06:09.2429063Z hint: git config --global init.defaultBranch <name> 2026-08-23T07:06:09.2429574Z hint: 2026-08-23T07:06:09.2429976Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T07:06:09.2430725Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T07:06:09.2431128Z hint: 2026-08-23T07:06:09.2431444Z hint: git branch -m <name> 2026-08-23T07:06:09.2431853Z hint: 2026-08-23T07:06:09.2432276Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T07:06:09.2432877Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-23T07:06:09.2438410Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T07:06:09.2486210Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T07:06:09.2517248Z Removing SSH command configuration 2026-08-23T07:06:09.2522736Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T07:06:09.2554870Z [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-23T07:06:09.2939021Z Removing HTTP extra header 2026-08-23T07:06:09.2943385Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T07:06:09.2973531Z [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-23T07:06:09.3149951Z Removing includeIf entries pointing to credentials config files 2026-08-23T07:06:09.3155629Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T07:06:09.3185968Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T07:06:09.3373146Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-7618be8a-19ae-45ec-aa9f-591b4c1f5b60.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T07:06:09.3406326Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-7618be8a-19ae-45ec-aa9f-591b4c1f5b60.config 2026-08-23T07:06:09.3434418Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-7618be8a-19ae-45ec-aa9f-591b4c1f5b60.config 2026-08-23T07:06:09.3465482Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-7618be8a-19ae-45ec-aa9f-591b4c1f5b60.config 2026-08-23T07:06:09.3562802Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-7618be8a-19ae-45ec-aa9f-591b4c1f5b60.config
Fetching the repository
2026-08-23T07:06:09.3596864Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f263e9d0df1ef9f3a97608bff8c737783c65c744:refs/remotes/origin/main 2026-08-23T07:06:11.2046247Z From https://github.com/pypy/pypy 2026-08-23T07:06:11.2047641Z * [new ref] f263e9d0df1ef9f3a97608bff8c737783c65c744 -> origin/main 2026-08-23T07:06:11.2053844Z [command]/usr/bin/git branch --list --remote origin/main 2026-08-23T07:06:11.2078297Z origin/main 2026-08-23T07:06:11.2085400Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-08-23T07:06:11.2106436Z f263e9d0df1ef9f3a97608bff8c737783c65c744
Determining the checkout info
2026-08-23T07:06:11.2113315Z [command]/usr/bin/git sparse-checkout disable 2026-08-23T07:06:11.2153824Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T07:06:11.2180449Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-23T07:06:11.6088357Z Switched to a new branch 'main' 2026-08-23T07:06:11.6094912Z branch 'main' set up to track 'origin/main'.
2026-08-23T07:06:11.6152155Z [command]/usr/bin/git log -1 --format=%H 2026-08-23T07:06:11.6176938Z f263e9d0df1ef9f3a97608bff8c737783c65c744