Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-22T03:47:48.3087840Z with: 2026-07-22T03:47:48.3088280Z repository: pypy/pypy 2026-07-22T03:47:48.3092226Z token: *** 2026-07-22T03:47:48.3092832Z ssh-strict: true 2026-07-22T03:47:48.3093271Z ssh-user: git 2026-07-22T03:47:48.3093708Z persist-credentials: true 2026-07-22T03:47:48.3094188Z clean: true 2026-07-22T03:47:48.3094626Z sparse-checkout-cone-mode: true 2026-07-22T03:47:48.3095132Z fetch-depth: 1 2026-07-22T03:47:48.3095545Z fetch-tags: false 2026-07-22T03:47:48.3095988Z show-progress: true 2026-07-22T03:47:48.3096422Z lfs: false 2026-07-22T03:47:48.3096818Z submodules: false 2026-07-22T03:47:48.3097257Z set-safe-directory: true
2026-07-22T03:47:48.4108437Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-22T03:47:48.4111109Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-22T03:47:48.4112187Z [command]/usr/bin/git version 2026-07-22T03:47:48.4149631Z git version 2.54.0
2026-07-22T03:47:48.4230639Z Temporarily overriding HOME='/home/runner/work/_temp/a6b54644-3c9d-4947-bcdb-22d6bc036585' before making global git config changes 2026-07-22T03:47:48.4232619Z Adding repository directory to the temporary git global config as a safe directory 2026-07-22T03:47:48.4238948Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-22T03:47:48.4296896Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-22T03:47:48.4306164Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-22T03:47:48.4384649Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-22T03:47:48.4386106Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-22T03:47:48.4387087Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-22T03:47:48.4387832Z hint: call: 2026-07-22T03:47:48.4388237Z hint: 2026-07-22T03:47:48.4389208Z hint: git config --global init.defaultBranch <name> 2026-07-22T03:47:48.4389829Z hint: 2026-07-22T03:47:48.4390403Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-22T03:47:48.4391530Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-22T03:47:48.4392252Z hint: 2026-07-22T03:47:48.4393030Z hint: git branch -m <name> 2026-07-22T03:47:48.4393741Z hint: 2026-07-22T03:47:48.4394658Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-22T03:47:48.4396553Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-22T03:47:48.4408370Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-22T03:47:48.4456754Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-22T03:47:48.4491340Z Removing SSH command configuration 2026-07-22T03:47:48.4497790Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-22T03:47:48.4535291Z [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-22T03:47:48.4889432Z Removing HTTP extra header 2026-07-22T03:47:48.4901029Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-22T03:47:48.4954436Z [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-22T03:47:48.5212758Z Removing includeIf entries pointing to credentials config files 2026-07-22T03:47:48.5219169Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-22T03:47:48.5261011Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-22T03:47:48.5527706Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-2b54d276-430d-4da5-99f3-078f85309edc.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-22T03:47:48.5581194Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-2b54d276-430d-4da5-99f3-078f85309edc.config 2026-07-22T03:47:48.5625823Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-2b54d276-430d-4da5-99f3-078f85309edc.config 2026-07-22T03:47:48.5679512Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-2b54d276-430d-4da5-99f3-078f85309edc.config 2026-07-22T03:47:48.5724102Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-2b54d276-430d-4da5-99f3-078f85309edc.config
Fetching the repository
2026-07-22T03:47:48.5769835Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3ca3cb9c4e84d028c06742e269da20077fd6f6cc:refs/remotes/origin/py3.11 2026-07-22T03:47:52.4994857Z From https://github.com/pypy/pypy 2026-07-22T03:47:52.4996271Z * [new ref] 3ca3cb9c4e84d028c06742e269da20077fd6f6cc -> origin/py3.11 2026-07-22T03:47:52.5041945Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-07-22T03:47:52.5065072Z origin/py3.11 2026-07-22T03:47:52.5074923Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-07-22T03:47:52.5103646Z 3ca3cb9c4e84d028c06742e269da20077fd6f6cc
Determining the checkout info
2026-07-22T03:47:52.5113332Z [command]/usr/bin/git sparse-checkout disable 2026-07-22T03:47:52.5161745Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-22T03:47:52.5199160Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-07-22T03:47:53.1747925Z Switched to a new branch 'py3.11' 2026-07-22T03:47:53.1754124Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-07-22T03:47:53.1833898Z [command]/usr/bin/git log -1 --format=%H 2026-07-22T03:47:53.1868290Z 3ca3cb9c4e84d028c06742e269da20077fd6f6cc