Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T20:05:38.2830760Z with: 2026-07-31T20:05:38.2831220Z repository: pypy/pypy 2026-07-31T20:05:38.2835330Z token: *** 2026-07-31T20:05:38.2835860Z ssh-strict: true 2026-07-31T20:05:38.2836230Z ssh-user: git 2026-07-31T20:05:38.2836680Z persist-credentials: true 2026-07-31T20:05:38.2837100Z clean: true 2026-07-31T20:05:38.2837520Z sparse-checkout-cone-mode: true 2026-07-31T20:05:38.2837970Z fetch-depth: 1 2026-07-31T20:05:38.2838360Z fetch-tags: false 2026-07-31T20:05:38.2838820Z show-progress: true 2026-07-31T20:05:38.2839230Z lfs: false 2026-07-31T20:05:38.2839610Z submodules: false 2026-07-31T20:05:38.2840000Z set-safe-directory: true
2026-07-31T20:05:38.8370150Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T20:05:38.8373000Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-31T20:05:38.8374150Z [command]/opt/homebrew/bin/git version 2026-07-31T20:05:38.8629230Z git version 2.55.0
2026-07-31T20:05:38.8651830Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/85c8df02-0e43-4aa0-a139-ff0028f78f65/.gitconfig' 2026-07-31T20:05:38.8659010Z Temporarily overriding HOME='/Users/runner/work/_temp/85c8df02-0e43-4aa0-a139-ff0028f78f65' before making global git config changes 2026-07-31T20:05:38.8660130Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T20:05:38.8662740Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-31T20:05:38.8778100Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T20:05:38.8785040Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-31T20:05:38.9026000Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T20:05:38.9030530Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T20:05:38.9033450Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T20:05:38.9035850Z hint: call: 2026-07-31T20:05:38.9036450Z hint: 2026-07-31T20:05:38.9037050Z hint: git config --global init.defaultBranch <name> 2026-07-31T20:05:38.9037600Z hint: 2026-07-31T20:05:38.9038150Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T20:05:38.9039110Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T20:05:38.9039720Z hint: 2026-07-31T20:05:38.9040160Z hint: git branch -m <name> 2026-07-31T20:05:38.9040630Z hint: 2026-07-31T20:05:38.9041290Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T20:05:38.9042250Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-31T20:05:38.9044440Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T20:05:38.9134290Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T20:05:38.9215390Z Removing SSH command configuration 2026-07-31T20:05:38.9218360Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T20:05:38.9297650Z [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-31T20:05:39.0380640Z Removing HTTP extra header 2026-07-31T20:05:39.0384050Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T20:05:39.0455800Z [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-31T20:05:39.1327080Z Removing includeIf entries pointing to credentials config files 2026-07-31T20:05:39.1330840Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T20:05:39.1398320Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T20:05:39.3342200Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-d401f5e9-24b1-41c7-8ec4-a852cd2b592c.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T20:05:39.3345570Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-d401f5e9-24b1-41c7-8ec4-a852cd2b592c.config 2026-07-31T20:05:39.3348870Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-d401f5e9-24b1-41c7-8ec4-a852cd2b592c.config 2026-07-31T20:05:39.3385360Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-d401f5e9-24b1-41c7-8ec4-a852cd2b592c.config 2026-07-31T20:05:39.3483080Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-d401f5e9-24b1-41c7-8ec4-a852cd2b592c.config
Fetching the repository
2026-07-31T20:05:39.3550650Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fe58333c4102f75f7d2e8bf620b0a1c9ef68404b:refs/remotes/origin/main 2026-07-31T20:05:42.6070090Z From https://github.com/pypy/pypy 2026-07-31T20:05:42.6071790Z * [new ref] fe58333c4102f75f7d2e8bf620b0a1c9ef68404b -> origin/main 2026-07-31T20:05:42.6076120Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-07-31T20:05:42.6185030Z origin/main 2026-07-31T20:05:42.6194150Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-07-31T20:05:42.6266450Z fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
Determining the checkout info
2026-07-31T20:05:42.6286650Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-31T20:05:42.6406530Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T20:05:42.6491940Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-31T20:05:43.7660700Z Updating files: 92% (5540/6014) 2026-07-31T20:05:43.7762990Z Updating files: 93% (5594/6014) 2026-07-31T20:05:43.7867670Z Updating files: 94% (5654/6014) 2026-07-31T20:05:43.7970640Z Updating files: 95% (5714/6014) 2026-07-31T20:05:43.8172680Z Updating files: 96% (5774/6014) 2026-07-31T20:05:43.8273020Z Updating files: 97% (5834/6014) 2026-07-31T20:05:43.8283570Z Updating files: 98% (5894/6014) 2026-07-31T20:05:43.8364750Z Updating files: 99% (5954/6014) 2026-07-31T20:05:43.8408860Z Updating files: 100% (6014/6014) 2026-07-31T20:05:43.8409910Z Updating files: 100% (6014/6014), done. 2026-07-31T20:05:43.8452950Z Switched to a new branch 'main' 2026-07-31T20:05:43.8457790Z branch 'main' set up to track 'origin/main'.
2026-07-31T20:05:43.8601400Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-31T20:05:43.8701350Z fe58333c4102f75f7d2e8bf620b0a1c9ef68404b