Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-22T22:21:11.4974430Z with: 2026-08-22T22:21:11.4975060Z repository: pypy/pypy 2026-08-22T22:21:11.4981520Z token: *** 2026-08-22T22:21:11.4982180Z ssh-strict: true 2026-08-22T22:21:11.4982820Z ssh-user: git 2026-08-22T22:21:11.4983460Z persist-credentials: true 2026-08-22T22:21:11.4984170Z clean: true 2026-08-22T22:21:11.4984820Z sparse-checkout-cone-mode: true 2026-08-22T22:21:11.4985700Z fetch-depth: 1 2026-08-22T22:21:11.4986500Z fetch-tags: false 2026-08-22T22:21:11.4987250Z show-progress: true 2026-08-22T22:21:11.4988010Z lfs: false 2026-08-22T22:21:11.4988730Z submodules: false 2026-08-22T22:21:11.4989480Z set-safe-directory: true
2026-08-22T22:21:11.7414700Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T22:21:11.7418230Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-22T22:21:11.7419790Z [command]/usr/local/bin/git version 2026-08-22T22:21:11.7873140Z git version 2.55.0
2026-08-22T22:21:11.8030390Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/dd139992-21a3-468d-89ac-35c241e3b4bb/.gitconfig' 2026-08-22T22:21:11.8077630Z Temporarily overriding HOME='/Users/runner/work/_temp/dd139992-21a3-468d-89ac-35c241e3b4bb' before making global git config changes 2026-08-22T22:21:11.8162530Z Adding repository directory to the temporary git global config as a safe directory 2026-08-22T22:21:11.8165370Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-22T22:21:11.8175340Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T22:21:11.8189040Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-22T22:21:11.8417870Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-22T22:21:11.8419900Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-22T22:21:11.8421400Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-22T22:21:11.8422580Z hint: call: 2026-08-22T22:21:11.8423230Z hint: 2026-08-22T22:21:11.8424120Z hint: git config --global init.defaultBranch <name> 2026-08-22T22:21:11.8425100Z hint: 2026-08-22T22:21:11.8426120Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-22T22:21:11.8427670Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-22T22:21:11.8428860Z hint: 2026-08-22T22:21:11.8429530Z hint: git branch -m <name> 2026-08-22T22:21:11.8430300Z hint: 2026-08-22T22:21:11.8431310Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-22T22:21:11.8432860Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-22T22:21:11.8435420Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-22T22:21:11.8554720Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-22T22:21:11.8649580Z Removing SSH command configuration 2026-08-22T22:21:11.8655240Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-22T22:21:11.8740620Z [command]/usr/local/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-22T22:21:11.9979260Z Removing HTTP extra header 2026-08-22T22:21:11.9983390Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-22T22:21:12.0073530Z [command]/usr/local/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-22T22:21:12.1116730Z Removing includeIf entries pointing to credentials config files 2026-08-22T22:21:12.1119480Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-22T22:21:12.1200310Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-22T22:21:12.2784740Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-e781cb88-3105-4cb6-b1ab-174e15583b9d.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-22T22:21:12.2793110Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e781cb88-3105-4cb6-b1ab-174e15583b9d.config 2026-08-22T22:21:12.2798260Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e781cb88-3105-4cb6-b1ab-174e15583b9d.config 2026-08-22T22:21:12.2881000Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e781cb88-3105-4cb6-b1ab-174e15583b9d.config 2026-08-22T22:21:12.2967920Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e781cb88-3105-4cb6-b1ab-174e15583b9d.config
Fetching the repository
2026-08-22T22:21:12.3062910Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1f9c4f79bef2fcb781e5d1b8927c551117cb4ca0:refs/remotes/origin/main 2026-08-22T22:21:15.6145690Z From https://github.com/pypy/pypy 2026-08-22T22:21:15.6148220Z * [new ref] 1f9c4f79bef2fcb781e5d1b8927c551117cb4ca0 -> origin/main 2026-08-22T22:21:15.6156670Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-08-22T22:21:15.6246600Z origin/main 2026-08-22T22:21:15.6257150Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-08-22T22:21:15.6330870Z 1f9c4f79bef2fcb781e5d1b8927c551117cb4ca0
Determining the checkout info
2026-08-22T22:21:15.6340650Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-22T22:21:15.6457550Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-22T22:21:15.6544850Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-22T22:21:16.8424600Z Updating files: 51% (3110/6014) 2026-08-22T22:21:16.8623590Z Updating files: 52% (3128/6014) 2026-08-22T22:21:16.8823050Z Updating files: 53% (3188/6014) 2026-08-22T22:21:16.9052620Z Updating files: 54% (3248/6014) 2026-08-22T22:21:16.9282420Z Updating files: 55% (3308/6014) 2026-08-22T22:21:16.9469000Z Updating files: 56% (3368/6014) 2026-08-22T22:21:16.9655290Z Updating files: 57% (3428/6014) 2026-08-22T22:21:16.9825380Z Updating files: 58% (3489/6014) 2026-08-22T22:21:16.9979810Z Updating files: 59% (3549/6014) 2026-08-22T22:21:17.0162220Z Updating files: 60% (3609/6014) 2026-08-22T22:21:17.0361800Z Updating files: 61% (3669/6014) 2026-08-22T22:21:17.0534500Z Updating files: 62% (3729/6014) 2026-08-22T22:21:17.0698790Z Updating files: 63% (3789/6014) 2026-08-22T22:21:17.0885660Z Updating files: 64% (3849/6014) 2026-08-22T22:21:17.1061080Z Updating files: 65% (3910/6014) 2026-08-22T22:21:17.1240670Z Updating files: 66% (3970/6014) 2026-08-22T22:21:17.1427760Z Updating files: 67% (4030/6014) 2026-08-22T22:21:17.1628610Z Updating files: 68% (4090/6014) 2026-08-22T22:21:17.1817400Z Updating files: 69% (4150/6014) 2026-08-22T22:21:17.2047100Z Updating files: 70% (4210/6014) 2026-08-22T22:21:17.3486310Z Updating files: 71% (4270/6014) 2026-08-22T22:21:17.3507340Z Updating files: 72% (4331/6014) 2026-08-22T22:21:17.3727130Z Updating files: 73% (4391/6014) 2026-08-22T22:21:17.3777160Z Updating files: 74% (4451/6014) 2026-08-22T22:21:17.3789800Z Updating files: 75% (4511/6014) 2026-08-22T22:21:17.3888180Z Updating files: 76% (4571/6014) 2026-08-22T22:21:17.4055940Z Updating files: 77% (4631/6014) 2026-08-22T22:21:17.4791560Z Updating files: 78% (4691/6014) 2026-08-22T22:21:17.4962460Z Updating files: 79% (4752/6014) 2026-08-22T22:21:17.5146470Z Updating files: 80% (4812/6014) 2026-08-22T22:21:17.5381870Z Updating files: 81% (4872/6014) 2026-08-22T22:21:17.5634530Z Updating files: 82% (4932/6014) 2026-08-22T22:21:17.5852280Z Updating files: 83% (4992/6014) 2026-08-22T22:21:17.6014170Z Updating files: 84% (5052/6014) 2026-08-22T22:21:17.6245150Z Updating files: 85% (5112/6014) 2026-08-22T22:21:17.7124470Z Updating files: 86% (5173/6014) 2026-08-22T22:21:17.7155300Z Updating files: 87% (5233/6014) 2026-08-22T22:21:17.7169700Z Updating files: 88% (5293/6014) 2026-08-22T22:21:17.7173160Z Updating files: 88% (5309/6014) 2026-08-22T22:21:17.7233540Z Updating files: 89% (5353/6014) 2026-08-22T22:21:17.7361250Z Updating files: 90% (5413/6014) 2026-08-22T22:21:17.8862750Z Updating files: 91% (5473/6014) 2026-08-22T22:21:17.9640100Z Updating files: 92% (5533/6014) 2026-08-22T22:21:17.9660350Z Updating files: 93% (5594/6014) 2026-08-22T22:21:18.0000760Z Updating files: 94% (5654/6014) 2026-08-22T22:21:18.0163860Z Updating files: 95% (5714/6014) 2026-08-22T22:21:18.2113010Z Updating files: 96% (5774/6014) 2026-08-22T22:21:18.2134300Z Updating files: 97% (5834/6014) 2026-08-22T22:21:18.2169810Z Updating files: 98% (5894/6014) 2026-08-22T22:21:18.3480650Z Updating files: 99% (5954/6014) 2026-08-22T22:21:18.3635780Z Updating files: 100% (6014/6014) 2026-08-22T22:21:18.3654270Z Updating files: 100% (6014/6014), done. 2026-08-22T22:21:18.3715340Z Switched to a new branch 'main' 2026-08-22T22:21:18.3734310Z branch 'main' set up to track 'origin/main'.
2026-08-22T22:21:18.4059100Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-22T22:21:18.4062000Z 1f9c4f79bef2fcb781e5d1b8927c551117cb4ca0