Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-26T03:22:15.9135974Z with: 2026-08-26T03:22:15.9136424Z repository: pypy/pypy 2026-08-26T03:22:15.9140196Z token: *** 2026-08-26T03:22:15.9140631Z ssh-strict: true 2026-08-26T03:22:15.9141074Z ssh-user: git 2026-08-26T03:22:15.9141524Z persist-credentials: true 2026-08-26T03:22:15.9142018Z clean: true 2026-08-26T03:22:15.9142466Z sparse-checkout-cone-mode: true 2026-08-26T03:22:15.9142983Z fetch-depth: 1 2026-08-26T03:22:15.9143421Z fetch-tags: false 2026-08-26T03:22:15.9143867Z show-progress: true 2026-08-26T03:22:15.9144328Z lfs: false 2026-08-26T03:22:15.9144975Z submodules: false 2026-08-26T03:22:15.9145429Z set-safe-directory: true
2026-08-26T03:22:16.0156498Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T03:22:16.0160321Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-26T03:22:16.0161994Z [command]/usr/bin/git version 2026-08-26T03:22:16.0238572Z git version 2.55.0
2026-08-26T03:22:16.0289486Z Temporarily overriding HOME='/home/runner/work/_temp/172c0ab5-4343-4689-84bd-c391b86c5837' before making global git config changes 2026-08-26T03:22:16.0295535Z Adding repository directory to the temporary git global config as a safe directory 2026-08-26T03:22:16.0297426Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-26T03:22:16.0363240Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T03:22:16.0372899Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-26T03:22:16.0505737Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-26T03:22:16.0507955Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-26T03:22:16.0509700Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-26T03:22:16.0511128Z hint: call: 2026-08-26T03:22:16.0512353Z hint: 2026-08-26T03:22:16.0513308Z hint: git config --global init.defaultBranch <name> 2026-08-26T03:22:16.0514411Z hint: 2026-08-26T03:22:16.0515766Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-26T03:22:16.0517403Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-26T03:22:16.0518679Z hint: 2026-08-26T03:22:16.0520333Z hint: git branch -m <name> 2026-08-26T03:22:16.0521238Z hint: 2026-08-26T03:22:16.0522376Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-26T03:22:16.0524179Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-26T03:22:16.0528892Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-26T03:22:16.0621496Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-26T03:22:16.0657374Z Removing SSH command configuration 2026-08-26T03:22:16.0665971Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-26T03:22:16.0736986Z [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-26T03:22:16.1225030Z Removing HTTP extra header 2026-08-26T03:22:16.1238656Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-26T03:22:16.1299250Z [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-26T03:22:16.1581320Z Removing includeIf entries pointing to credentials config files 2026-08-26T03:22:16.1591746Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-26T03:22:16.1632886Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-26T03:22:16.1884227Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-412ccd06-5776-4da3-b469-8679eb5b782b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-26T03:22:16.1931674Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-412ccd06-5776-4da3-b469-8679eb5b782b.config 2026-08-26T03:22:16.1968482Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-412ccd06-5776-4da3-b469-8679eb5b782b.config 2026-08-26T03:22:16.2008779Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-412ccd06-5776-4da3-b469-8679eb5b782b.config 2026-08-26T03:22:16.2045370Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-412ccd06-5776-4da3-b469-8679eb5b782b.config
Fetching the repository
2026-08-26T03:22:16.2086440Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4264ac893dff953a1d6e39b952d33889c4790fdc:refs/remotes/origin/py3.11 2026-08-26T03:22:20.4377458Z From https://github.com/pypy/pypy 2026-08-26T03:22:20.4379461Z * [new ref] 4264ac893dff953a1d6e39b952d33889c4790fdc -> origin/py3.11 2026-08-26T03:22:20.4388562Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-08-26T03:22:20.4419128Z origin/py3.11 2026-08-26T03:22:20.4429177Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-26T03:22:20.4458384Z 4264ac893dff953a1d6e39b952d33889c4790fdc
Determining the checkout info
2026-08-26T03:22:20.4471759Z [command]/usr/bin/git sparse-checkout disable 2026-08-26T03:22:20.4532777Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T03:22:20.4568776Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-26T03:22:21.1037336Z Switched to a new branch 'py3.11' 2026-08-26T03:22:21.1043262Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-26T03:22:21.1118676Z [command]/usr/bin/git log -1 --format=%H 2026-08-26T03:22:21.1148484Z 4264ac893dff953a1d6e39b952d33889c4790fdc