Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T13:56:22.0986600Z with: 2026-08-02T13:56:22.0986920Z repository: pypy/pypy 2026-08-02T13:56:22.0989840Z token: *** 2026-08-02T13:56:22.0990150Z ssh-strict: true 2026-08-02T13:56:22.0990460Z ssh-user: git 2026-08-02T13:56:22.0990770Z persist-credentials: true 2026-08-02T13:56:22.0991110Z clean: true 2026-08-02T13:56:22.0991430Z sparse-checkout-cone-mode: true 2026-08-02T13:56:22.0991800Z fetch-depth: 1 2026-08-02T13:56:22.0992110Z fetch-tags: false 2026-08-02T13:56:22.0992420Z show-progress: true 2026-08-02T13:56:22.0992740Z lfs: false 2026-08-02T13:56:22.0993030Z submodules: false 2026-08-02T13:56:22.0993350Z set-safe-directory: true
2026-08-02T13:56:22.7163480Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T13:56:22.7166300Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-02T13:56:22.7167510Z [command]/opt/homebrew/bin/git version 2026-08-02T13:56:22.7443300Z git version 2.55.0
2026-08-02T13:56:22.7469760Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/585924e4-c8ef-4800-9454-db57801b78c1/.gitconfig' 2026-08-02T13:56:22.7476940Z Temporarily overriding HOME='/Users/runner/work/_temp/585924e4-c8ef-4800-9454-db57801b78c1' before making global git config changes 2026-08-02T13:56:22.7478140Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T13:56:22.7480360Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-02T13:56:22.7627580Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T13:56:22.7634310Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-02T13:56:22.7869890Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T13:56:22.7873150Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T13:56:22.7874570Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T13:56:22.7875470Z hint: call: 2026-08-02T13:56:22.7875990Z hint: 2026-08-02T13:56:22.7876790Z hint: git config --global init.defaultBranch <name> 2026-08-02T13:56:22.7877410Z hint: 2026-08-02T13:56:22.7877920Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T13:56:22.7878750Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T13:56:22.7879350Z hint: 2026-08-02T13:56:22.7879690Z hint: git branch -m <name> 2026-08-02T13:56:22.7880140Z hint: 2026-08-02T13:56:22.7880670Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T13:56:22.7881470Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-02T13:56:22.7883240Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T13:56:22.7971640Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T13:56:22.8043780Z Removing SSH command configuration 2026-08-02T13:56:22.8047960Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T13:56:22.8122140Z [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-08-02T13:56:22.9351010Z Removing HTTP extra header 2026-08-02T13:56:22.9355270Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T13:56:22.9420580Z [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-08-02T13:56:23.0337730Z Removing includeIf entries pointing to credentials config files 2026-08-02T13:56:23.0341040Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T13:56:23.0441990Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T13:56:23.2412270Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-11c28c51-96b7-4ffa-8e1b-4cf13d7140a0.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T13:56:23.2415810Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-11c28c51-96b7-4ffa-8e1b-4cf13d7140a0.config 2026-08-02T13:56:23.2440870Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-11c28c51-96b7-4ffa-8e1b-4cf13d7140a0.config 2026-08-02T13:56:23.2530540Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-11c28c51-96b7-4ffa-8e1b-4cf13d7140a0.config 2026-08-02T13:56:23.2897800Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-11c28c51-96b7-4ffa-8e1b-4cf13d7140a0.config
Fetching the repository
2026-08-02T13:56:23.2938490Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a2f7356d28f19f023e46e58443ec5988fd525899:refs/remotes/origin/main 2026-08-02T13:56:24.8026160Z From https://github.com/pypy/pypy 2026-08-02T13:56:24.8027800Z * [new ref] a2f7356d28f19f023e46e58443ec5988fd525899 -> origin/main 2026-08-02T13:56:24.8034080Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-08-02T13:56:24.8122750Z origin/main 2026-08-02T13:56:24.8129280Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-08-02T13:56:24.8196370Z a2f7356d28f19f023e46e58443ec5988fd525899
Determining the checkout info
2026-08-02T13:56:24.8204140Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-02T13:56:24.8314900Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T13:56:24.8419480Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-02T13:56:25.9648360Z Updating files: 91% (5492/6014) 2026-08-02T13:56:25.9948570Z Updating files: 92% (5533/6014) 2026-08-02T13:56:26.0055050Z Updating files: 93% (5594/6014) 2026-08-02T13:56:26.0125150Z Updating files: 94% (5654/6014) 2026-08-02T13:56:26.0192940Z Updating files: 95% (5714/6014) 2026-08-02T13:56:26.0248360Z Updating files: 96% (5774/6014) 2026-08-02T13:56:26.0304400Z Updating files: 97% (5834/6014) 2026-08-02T13:56:26.0361420Z Updating files: 98% (5894/6014) 2026-08-02T13:56:26.0427980Z Updating files: 99% (5954/6014) 2026-08-02T13:56:26.0428680Z Updating files: 100% (6014/6014) 2026-08-02T13:56:26.0429000Z Updating files: 100% (6014/6014), done. 2026-08-02T13:56:26.0514560Z Switched to a new branch 'main' 2026-08-02T13:56:26.0518740Z branch 'main' set up to track 'origin/main'.
2026-08-02T13:56:26.0630110Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-02T13:56:26.0728160Z a2f7356d28f19f023e46e58443ec5988fd525899