Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T08:32:40.0700918Z with: 2026-08-23T08:32:40.0701238Z repository: pypy/pypy 2026-08-23T08:32:40.0703379Z token: *** 2026-08-23T08:32:40.0703675Z ssh-strict: true 2026-08-23T08:32:40.0704054Z ssh-user: git 2026-08-23T08:32:40.0704362Z persist-credentials: true 2026-08-23T08:32:40.0704683Z clean: true 2026-08-23T08:32:40.0704994Z sparse-checkout-cone-mode: true 2026-08-23T08:32:40.0705330Z fetch-depth: 1 2026-08-23T08:32:40.0705657Z fetch-tags: false 2026-08-23T08:32:40.0705953Z show-progress: true 2026-08-23T08:32:40.0706244Z lfs: false 2026-08-23T08:32:40.0706555Z submodules: false 2026-08-23T08:32:40.0706950Z set-safe-directory: true
2026-08-23T08:32:40.1575442Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T08:32:40.1577269Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-23T08:32:40.1578329Z [command]/usr/bin/git version 2026-08-23T08:32:40.2472422Z git version 2.55.0
2026-08-23T08:32:40.2503621Z Temporarily overriding HOME='/home/runner/work/_temp/e08b4fbb-b2cb-4c6d-a6a7-8eedadc12f29' before making global git config changes 2026-08-23T08:32:40.2504877Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T08:32:40.2507364Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-23T08:32:40.2548863Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T08:32:40.2556234Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-23T08:32:40.2642899Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T08:32:40.2644249Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T08:32:40.2645305Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T08:32:40.2646000Z hint: call: 2026-08-23T08:32:40.2646516Z hint: 2026-08-23T08:32:40.2647157Z hint: git config --global init.defaultBranch <name> 2026-08-23T08:32:40.2647876Z hint: 2026-08-23T08:32:40.2648436Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T08:32:40.2649121Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T08:32:40.2649774Z hint: 2026-08-23T08:32:40.2650175Z hint: git branch -m <name> 2026-08-23T08:32:40.2650661Z hint: 2026-08-23T08:32:40.2651264Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T08:32:40.2652096Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-23T08:32:40.2654096Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T08:32:40.2695358Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T08:32:40.2719339Z Removing SSH command configuration 2026-08-23T08:32:40.2724249Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T08:32:40.2749155Z [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-23T08:32:40.3780120Z Removing HTTP extra header 2026-08-23T08:32:40.3785188Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T08:32:40.3811540Z [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-23T08:32:40.3967385Z Removing includeIf entries pointing to credentials config files 2026-08-23T08:32:40.3972328Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T08:32:40.3998461Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T08:32:40.4159048Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-833d007b-6f03-4a55-ac3c-96df8daf646d.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T08:32:40.4189251Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-833d007b-6f03-4a55-ac3c-96df8daf646d.config 2026-08-23T08:32:40.4214943Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-833d007b-6f03-4a55-ac3c-96df8daf646d.config 2026-08-23T08:32:40.4242348Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-833d007b-6f03-4a55-ac3c-96df8daf646d.config 2026-08-23T08:32:40.4267420Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-833d007b-6f03-4a55-ac3c-96df8daf646d.config
Fetching the repository
2026-08-23T08:32:40.4298918Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +433692af8423dc07878148fc116240cf418f51ed:refs/remotes/origin/main 2026-08-23T08:32:42.8390486Z From https://github.com/pypy/pypy 2026-08-23T08:32:42.8391210Z * [new ref] 433692af8423dc07878148fc116240cf418f51ed -> origin/main 2026-08-23T08:32:42.8401164Z [command]/usr/bin/git branch --list --remote origin/main 2026-08-23T08:32:42.8425751Z origin/main 2026-08-23T08:32:42.8432326Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-08-23T08:32:42.8454306Z 433692af8423dc07878148fc116240cf418f51ed
Determining the checkout info
2026-08-23T08:32:42.8463834Z [command]/usr/bin/git sparse-checkout disable 2026-08-23T08:32:42.8501013Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T08:32:42.8525571Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-23T08:32:43.2874406Z Switched to a new branch 'main' 2026-08-23T08:32:43.2878546Z branch 'main' set up to track 'origin/main'.
2026-08-23T08:32:43.2933933Z [command]/usr/bin/git log -1 --format=%H 2026-08-23T08:32:43.2956621Z 433692af8423dc07878148fc116240cf418f51ed