Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-24T12:05:23.3874100Z with: 2026-07-24T12:05:23.3874440Z repository: pypy/pypy 2026-07-24T12:05:23.3877360Z token: *** 2026-07-24T12:05:23.3877690Z ssh-strict: true 2026-07-24T12:05:23.3878030Z ssh-user: git 2026-07-24T12:05:23.3878390Z persist-credentials: true 2026-07-24T12:05:23.3879500Z clean: true 2026-07-24T12:05:23.3879890Z sparse-checkout-cone-mode: true 2026-07-24T12:05:23.3880310Z fetch-depth: 1 2026-07-24T12:05:23.3880660Z fetch-tags: false 2026-07-24T12:05:23.3881010Z show-progress: true 2026-07-24T12:05:23.3881360Z lfs: false 2026-07-24T12:05:23.3881690Z submodules: false 2026-07-24T12:05:23.3883180Z set-safe-directory: true
2026-07-24T12:05:24.0517490Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-24T12:05:24.0519960Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-24T12:05:24.0521280Z [command]/opt/homebrew/bin/git version 2026-07-24T12:05:24.0837090Z git version 2.55.0
2026-07-24T12:05:24.0861920Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/4eb3b347-6421-42be-a4c6-9e022e1709ea/.gitconfig' 2026-07-24T12:05:24.0869860Z Temporarily overriding HOME='/Users/runner/work/_temp/4eb3b347-6421-42be-a4c6-9e022e1709ea' before making global git config changes 2026-07-24T12:05:24.0872030Z Adding repository directory to the temporary git global config as a safe directory 2026-07-24T12:05:24.0873860Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-24T12:05:24.0979330Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-24T12:05:24.0985270Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-24T12:05:24.1217520Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-24T12:05:24.1219290Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-24T12:05:24.1221020Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-24T12:05:24.1222370Z hint: call: 2026-07-24T12:05:24.1223010Z hint: 2026-07-24T12:05:24.1224000Z hint: git config --global init.defaultBranch <name> 2026-07-24T12:05:24.1225260Z hint: 2026-07-24T12:05:24.1226310Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-24T12:05:24.1228080Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-24T12:05:24.1229690Z hint: 2026-07-24T12:05:24.1230500Z hint: git branch -m <name> 2026-07-24T12:05:24.1231320Z hint: 2026-07-24T12:05:24.1232420Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-24T12:05:24.1234450Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-24T12:05:24.1237880Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-24T12:05:24.1326220Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-24T12:05:24.1412840Z Removing SSH command configuration 2026-07-24T12:05:24.1414430Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-24T12:05:24.1500960Z [command]/opt/homebrew/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-24T12:05:24.2772010Z Removing HTTP extra header 2026-07-24T12:05:24.2776230Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-24T12:05:24.2864150Z [command]/opt/homebrew/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-24T12:05:24.4048130Z Removing includeIf entries pointing to credentials config files 2026-07-24T12:05:24.4154110Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-24T12:05:24.4465970Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-24T12:05:24.5729280Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-d4146e92-f32b-4969-bd52-458bbbcadf72.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-24T12:05:24.5807340Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-d4146e92-f32b-4969-bd52-458bbbcadf72.config 2026-07-24T12:05:24.5881530Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-d4146e92-f32b-4969-bd52-458bbbcadf72.config 2026-07-24T12:05:24.5958620Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-d4146e92-f32b-4969-bd52-458bbbcadf72.config 2026-07-24T12:05:24.6043120Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-d4146e92-f32b-4969-bd52-458bbbcadf72.config
Fetching the repository
2026-07-24T12:05:24.6130080Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5d812b903b7a75500e371b0bdd19538d2713597e:refs/remotes/origin/py3.11 2026-07-24T12:05:28.8970400Z From https://github.com/pypy/pypy 2026-07-24T12:05:28.8971390Z * [new ref] 5d812b903b7a75500e371b0bdd19538d2713597e -> origin/py3.11 2026-07-24T12:05:28.8977330Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-07-24T12:05:28.9060850Z origin/py3.11 2026-07-24T12:05:28.9067330Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-07-24T12:05:28.9131400Z 5d812b903b7a75500e371b0bdd19538d2713597e
Determining the checkout info
2026-07-24T12:05:28.9137720Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-24T12:05:28.9275630Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-24T12:05:28.9364180Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-07-24T12:05:30.0667370Z Updating files: 93% (6529/7004) 2026-07-24T12:05:30.0796940Z Updating files: 94% (6584/7004) 2026-07-24T12:05:30.0877590Z Updating files: 95% (6654/7004) 2026-07-24T12:05:30.1029100Z Updating files: 96% (6724/7004) 2026-07-24T12:05:30.1100180Z Updating files: 97% (6794/7004) 2026-07-24T12:05:30.1166880Z Updating files: 98% (6864/7004) 2026-07-24T12:05:30.1252510Z Updating files: 99% (6934/7004) 2026-07-24T12:05:30.1253150Z Updating files: 100% (7004/7004) 2026-07-24T12:05:30.1253640Z Updating files: 100% (7004/7004), done. 2026-07-24T12:05:30.1357940Z Switched to a new branch 'py3.11' 2026-07-24T12:05:30.1387970Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-07-24T12:05:30.1991630Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-24T12:05:30.2093220Z 5d812b903b7a75500e371b0bdd19538d2713597e