Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-27T04:12:54.4018220Z with: 2026-07-27T04:12:54.4018600Z repository: pypy/pypy 2026-07-27T04:12:54.4021900Z token: *** 2026-07-27T04:12:54.4022280Z ssh-strict: true 2026-07-27T04:12:54.4022640Z ssh-user: git 2026-07-27T04:12:54.4022960Z persist-credentials: true 2026-07-27T04:12:54.4023340Z clean: true 2026-07-27T04:12:54.4023660Z sparse-checkout-cone-mode: true 2026-07-27T04:12:54.4024080Z fetch-depth: 1 2026-07-27T04:12:54.4024400Z fetch-tags: false 2026-07-27T04:12:54.4024720Z show-progress: true 2026-07-27T04:12:54.4025050Z lfs: false 2026-07-27T04:12:54.4025370Z submodules: false 2026-07-27T04:12:54.4025700Z set-safe-directory: true
2026-07-27T04:12:55.0794300Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T04:12:55.0802170Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-27T04:12:55.0805160Z [command]/opt/homebrew/bin/git version 2026-07-27T04:12:55.1176090Z git version 2.55.0
2026-07-27T04:12:55.1214370Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/9d545764-97bf-4a01-8cc8-93a08454eba9/.gitconfig' 2026-07-27T04:12:55.1223710Z Temporarily overriding HOME='/Users/runner/work/_temp/9d545764-97bf-4a01-8cc8-93a08454eba9' before making global git config changes 2026-07-27T04:12:55.1225150Z Adding repository directory to the temporary git global config as a safe directory 2026-07-27T04:12:55.1230610Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-27T04:12:55.1433530Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T04:12:55.1447130Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-27T04:12:55.1755280Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-27T04:12:55.1758080Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-27T04:12:55.1760250Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-27T04:12:55.1761790Z hint: call: 2026-07-27T04:12:55.1762210Z hint: 2026-07-27T04:12:55.1762660Z hint: git config --global init.defaultBranch <name> 2026-07-27T04:12:55.1763140Z hint: 2026-07-27T04:12:55.1763700Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-27T04:12:55.1764440Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-27T04:12:55.1765060Z hint: 2026-07-27T04:12:55.1765400Z hint: git branch -m <name> 2026-07-27T04:12:55.1765790Z hint: 2026-07-27T04:12:55.1766280Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-27T04:12:55.1767280Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-27T04:12:55.1771170Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-27T04:12:55.1872830Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-27T04:12:55.1977640Z Removing SSH command configuration 2026-07-27T04:12:55.1985440Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-27T04:12:55.2069620Z [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-27T04:12:55.3687600Z Removing HTTP extra header 2026-07-27T04:12:55.3692630Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-27T04:12:55.3769790Z [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-27T04:12:55.5112420Z Removing includeIf entries pointing to credentials config files 2026-07-27T04:12:55.5115290Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-27T04:12:55.5185730Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-27T04:12:55.6555830Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-32a9ae58-8d8e-47de-a38a-66650ff3ecc0.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-27T04:12:55.6561520Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-32a9ae58-8d8e-47de-a38a-66650ff3ecc0.config 2026-07-27T04:12:55.6673940Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-32a9ae58-8d8e-47de-a38a-66650ff3ecc0.config 2026-07-27T04:12:55.6746840Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-32a9ae58-8d8e-47de-a38a-66650ff3ecc0.config 2026-07-27T04:12:55.6865980Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-32a9ae58-8d8e-47de-a38a-66650ff3ecc0.config
Fetching the repository
2026-07-27T04:12:55.6943870Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +64cc81eacfd9bbc5fd2187fa4fc00e7bde871052:refs/remotes/origin/main 2026-07-27T04:12:59.1878660Z From https://github.com/pypy/pypy 2026-07-27T04:12:59.1879480Z * [new ref] 64cc81eacfd9bbc5fd2187fa4fc00e7bde871052 -> origin/main 2026-07-27T04:12:59.1887170Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-07-27T04:12:59.1991340Z origin/main 2026-07-27T04:12:59.2004850Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-07-27T04:12:59.2071510Z 64cc81eacfd9bbc5fd2187fa4fc00e7bde871052
Determining the checkout info
2026-07-27T04:12:59.2081550Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-27T04:12:59.2177740Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-27T04:12:59.2256080Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-27T04:13:00.3176460Z Updating files: 79% (4793/6014) 2026-07-27T04:13:00.3278490Z Updating files: 80% (4812/6014) 2026-07-27T04:13:00.3434560Z Updating files: 81% (4872/6014) 2026-07-27T04:13:00.3587390Z Updating files: 82% (4932/6014) 2026-07-27T04:13:00.3655400Z Updating files: 83% (4992/6014) 2026-07-27T04:13:00.3856530Z Updating files: 84% (5052/6014) 2026-07-27T04:13:00.3999980Z Updating files: 85% (5112/6014) 2026-07-27T04:13:00.4149600Z Updating files: 86% (5173/6014) 2026-07-27T04:13:00.4260560Z Updating files: 87% (5233/6014) 2026-07-27T04:13:00.4345030Z Updating files: 88% (5293/6014) 2026-07-27T04:13:00.4478730Z Updating files: 89% (5353/6014) 2026-07-27T04:13:00.4950420Z Updating files: 90% (5413/6014) 2026-07-27T04:13:00.6015480Z Updating files: 91% (5473/6014) 2026-07-27T04:13:00.6509700Z Updating files: 92% (5533/6014) 2026-07-27T04:13:00.6613950Z Updating files: 93% (5594/6014) 2026-07-27T04:13:00.6716790Z Updating files: 94% (5654/6014) 2026-07-27T04:13:00.6819240Z Updating files: 95% (5714/6014) 2026-07-27T04:13:00.6922590Z Updating files: 96% (5774/6014) 2026-07-27T04:13:00.7017310Z Updating files: 97% (5834/6014) 2026-07-27T04:13:00.7176250Z Updating files: 98% (5894/6014) 2026-07-27T04:13:00.7231440Z Updating files: 99% (5954/6014) 2026-07-27T04:13:00.7232750Z Updating files: 100% (6014/6014) 2026-07-27T04:13:00.7241700Z Updating files: 100% (6014/6014), done. 2026-07-27T04:13:00.7474160Z Switched to a new branch 'main' 2026-07-27T04:13:00.7508110Z branch 'main' set up to track 'origin/main'.
2026-07-27T04:13:00.7750320Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-27T04:13:00.7853320Z 64cc81eacfd9bbc5fd2187fa4fc00e7bde871052