Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T09:13:34.4300858Z with: 2026-07-31T09:13:34.4301281Z repository: pypy/pypy 2026-07-31T09:13:34.4305049Z token: *** 2026-07-31T09:13:34.4305708Z ssh-strict: true 2026-07-31T09:13:34.4306185Z ssh-user: git 2026-07-31T09:13:34.4306608Z persist-credentials: true 2026-07-31T09:13:34.4307079Z clean: true 2026-07-31T09:13:34.4307510Z sparse-checkout-cone-mode: true 2026-07-31T09:13:34.4308010Z fetch-depth: 1 2026-07-31T09:13:34.4308423Z fetch-tags: false 2026-07-31T09:13:34.4308845Z show-progress: true 2026-07-31T09:13:34.4309273Z lfs: false 2026-07-31T09:13:34.4309661Z submodules: false 2026-07-31T09:13:34.4310086Z set-safe-directory: true
2026-07-31T09:13:34.5334994Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T09:13:34.5339060Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-31T09:13:34.5340848Z [command]/usr/bin/git version 2026-07-31T09:13:34.5522182Z git version 2.54.0
2026-07-31T09:13:34.5581159Z Temporarily overriding HOME='/home/runner/work/_temp/f953dbca-b3f7-49dc-b542-e3921270c57a' before making global git config changes 2026-07-31T09:13:34.5590919Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T09:13:34.5593169Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-31T09:13:34.5662869Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T09:13:34.5675642Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-31T09:13:34.5828221Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T09:13:34.5832017Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T09:13:34.5833731Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T09:13:34.5835348Z hint: call: 2026-07-31T09:13:34.5836179Z hint: 2026-07-31T09:13:34.5837189Z hint: git config --global init.defaultBranch <name> 2026-07-31T09:13:34.5838314Z hint: 2026-07-31T09:13:34.5839322Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T09:13:34.5840912Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T09:13:34.5849559Z hint: 2026-07-31T09:13:34.5850779Z hint: git branch -m <name> 2026-07-31T09:13:34.5852267Z hint: 2026-07-31T09:13:34.5853588Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T09:13:34.5856078Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-31T09:13:34.5860214Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T09:13:34.5954357Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T09:13:34.5984444Z Removing SSH command configuration 2026-07-31T09:13:34.5991373Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T09:13:34.6029176Z [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-31T09:13:34.6482725Z Removing HTTP extra header 2026-07-31T09:13:34.6488921Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T09:13:34.6526525Z [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-31T09:13:34.6747753Z Removing includeIf entries pointing to credentials config files 2026-07-31T09:13:34.6754637Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T09:13:34.6791503Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T09:13:34.7053342Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-68b61eed-a07a-4a64-b9c5-3ac8430c7909.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T09:13:34.7096678Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-68b61eed-a07a-4a64-b9c5-3ac8430c7909.config 2026-07-31T09:13:34.7131525Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-68b61eed-a07a-4a64-b9c5-3ac8430c7909.config 2026-07-31T09:13:34.7171031Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-68b61eed-a07a-4a64-b9c5-3ac8430c7909.config 2026-07-31T09:13:34.7206646Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-68b61eed-a07a-4a64-b9c5-3ac8430c7909.config
Fetching the repository
2026-07-31T09:13:34.7248234Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9e66abb983c5d9197301caf3e81e3ed737ba1bfe:refs/remotes/origin/main 2026-07-31T09:13:37.7371112Z From https://github.com/pypy/pypy 2026-07-31T09:13:37.7373075Z * [new ref] 9e66abb983c5d9197301caf3e81e3ed737ba1bfe -> origin/main 2026-07-31T09:13:37.7421933Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-31T09:13:37.7455316Z origin/main 2026-07-31T09:13:37.7473657Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-31T09:13:37.7492746Z 9e66abb983c5d9197301caf3e81e3ed737ba1bfe
Determining the checkout info
2026-07-31T09:13:37.7506672Z [command]/usr/bin/git sparse-checkout disable 2026-07-31T09:13:37.7580337Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T09:13:37.7616934Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-31T09:13:38.3036709Z Switched to a new branch 'main' 2026-07-31T09:13:38.3047326Z branch 'main' set up to track 'origin/main'.
2026-07-31T09:13:38.3115485Z [command]/usr/bin/git log -1 --format=%H 2026-07-31T09:13:38.3142856Z 9e66abb983c5d9197301caf3e81e3ed737ba1bfe