Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-03T09:55:30.2228180Z with: 2026-08-03T09:55:30.2229270Z repository: pypy/pypy 2026-08-03T09:55:30.2238790Z token: *** 2026-08-03T09:55:30.2239610Z ssh-strict: true 2026-08-03T09:55:30.2240330Z ssh-user: git 2026-08-03T09:55:30.2241290Z persist-credentials: true 2026-08-03T09:55:30.2242090Z clean: true 2026-08-03T09:55:30.2242950Z sparse-checkout-cone-mode: true 2026-08-03T09:55:30.2243910Z fetch-depth: 1 2026-08-03T09:55:30.2244650Z fetch-tags: false 2026-08-03T09:55:30.2245460Z show-progress: true 2026-08-03T09:55:30.2246430Z lfs: false 2026-08-03T09:55:30.2247160Z submodules: false 2026-08-03T09:55:30.2248080Z set-safe-directory: true
2026-08-03T09:55:30.8959280Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-03T09:55:30.8964840Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-03T09:55:30.8966860Z [command]/usr/local/bin/git version 2026-08-03T09:55:30.9739560Z git version 2.55.0
2026-08-03T09:55:30.9798460Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/2481f7ba-3cf6-4055-ac11-b13c4d6f329a/.gitconfig' 2026-08-03T09:55:30.9819780Z Temporarily overriding HOME='/Users/runner/work/_temp/2481f7ba-3cf6-4055-ac11-b13c4d6f329a' before making global git config changes 2026-08-03T09:55:30.9822720Z Adding repository directory to the temporary git global config as a safe directory 2026-08-03T09:55:30.9826960Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-03T09:55:30.9986250Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-03T09:55:31.0001660Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-03T09:55:31.0380080Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-03T09:55:31.0383620Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-03T09:55:31.0387770Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-03T09:55:31.0394560Z hint: call: 2026-08-03T09:55:31.0396190Z hint: 2026-08-03T09:55:31.0397940Z hint: git config --global init.defaultBranch <name> 2026-08-03T09:55:31.0401170Z hint: 2026-08-03T09:55:31.0403160Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-03T09:55:31.0405820Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-03T09:55:31.0407960Z hint: 2026-08-03T09:55:31.0409750Z hint: git branch -m <name> 2026-08-03T09:55:31.0413560Z hint: 2026-08-03T09:55:31.0415640Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-03T09:55:31.0418490Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-03T09:55:31.0423090Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-03T09:55:31.0618610Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-03T09:55:31.0689180Z Removing SSH command configuration 2026-08-03T09:55:31.0693780Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-03T09:55:31.0804300Z [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-03T09:55:31.2571410Z Removing HTTP extra header 2026-08-03T09:55:31.2580970Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-03T09:55:31.2691230Z [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-03T09:55:31.5079210Z Removing includeIf entries pointing to credentials config files 2026-08-03T09:55:31.5121240Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-03T09:55:31.5961760Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-03T09:55:31.7182850Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-dc0bfc69-282c-4c26-9b52-bc5fc996e982.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-03T09:55:31.7318220Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-dc0bfc69-282c-4c26-9b52-bc5fc996e982.config 2026-08-03T09:55:31.7433160Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-dc0bfc69-282c-4c26-9b52-bc5fc996e982.config 2026-08-03T09:55:31.7552560Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-dc0bfc69-282c-4c26-9b52-bc5fc996e982.config 2026-08-03T09:55:31.7677940Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-dc0bfc69-282c-4c26-9b52-bc5fc996e982.config
Fetching the repository
2026-08-03T09:55:31.7809840Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +39f186bda46c5f656f8e496bbd4c13a517d6627d:refs/remotes/origin/py3.11 2026-08-03T09:55:36.0200170Z From https://github.com/pypy/pypy 2026-08-03T09:55:36.0203590Z * [new ref] 39f186bda46c5f656f8e496bbd4c13a517d6627d -> origin/py3.11 2026-08-03T09:55:36.0226060Z [command]/usr/local/bin/git branch --list --remote origin/py3.11 2026-08-03T09:55:36.0375670Z origin/py3.11 2026-08-03T09:55:36.0392720Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-03T09:55:36.0501990Z 39f186bda46c5f656f8e496bbd4c13a517d6627d
Determining the checkout info
2026-08-03T09:55:36.0519040Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-03T09:55:36.0698770Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-03T09:55:36.0874690Z [command]/usr/local/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-03T09:55:37.2585360Z Updating files: 28% (2025/7021) 2026-08-03T09:55:37.2885870Z Updating files: 29% (2037/7021) 2026-08-03T09:55:37.3208380Z Updating files: 30% (2107/7021) 2026-08-03T09:55:37.3571800Z Updating files: 31% (2177/7021) 2026-08-03T09:55:37.3861390Z Updating files: 32% (2247/7021) 2026-08-03T09:55:37.4107630Z Updating files: 33% (2317/7021) 2026-08-03T09:55:37.4399970Z Updating files: 34% (2388/7021) 2026-08-03T09:55:37.4714770Z Updating files: 35% (2458/7021) 2026-08-03T09:55:37.4965060Z Updating files: 36% (2528/7021) 2026-08-03T09:55:37.5244180Z Updating files: 37% (2598/7021) 2026-08-03T09:55:37.5571060Z Updating files: 38% (2668/7021) 2026-08-03T09:55:37.6536050Z Updating files: 39% (2739/7021) 2026-08-03T09:55:37.6783070Z Updating files: 40% (2809/7021) 2026-08-03T09:55:37.7067850Z Updating files: 41% (2879/7021) 2026-08-03T09:55:37.7364560Z Updating files: 42% (2949/7021) 2026-08-03T09:55:37.7619310Z Updating files: 43% (3020/7021) 2026-08-03T09:55:37.7893910Z Updating files: 44% (3090/7021) 2026-08-03T09:55:37.8119190Z Updating files: 45% (3160/7021) 2026-08-03T09:55:37.8657300Z Updating files: 46% (3230/7021) 2026-08-03T09:55:37.9657390Z Updating files: 47% (3300/7021) 2026-08-03T09:55:38.0662220Z Updating files: 48% (3371/7021) 2026-08-03T09:55:38.1126190Z Updating files: 49% (3441/7021) 2026-08-03T09:55:38.1130630Z Updating files: 50% (3511/7021) 2026-08-03T09:55:38.1141810Z Updating files: 51% (3581/7021) 2026-08-03T09:55:38.1145630Z Updating files: 52% (3651/7021) 2026-08-03T09:55:38.1149250Z Updating files: 53% (3722/7021) 2026-08-03T09:55:38.1156300Z Updating files: 54% (3792/7021) 2026-08-03T09:55:38.1165430Z Updating files: 55% (3862/7021) 2026-08-03T09:55:38.1494890Z Updating files: 55% (3890/7021) 2026-08-03T09:55:38.2151980Z Updating files: 56% (3932/7021) 2026-08-03T09:55:38.3384140Z Updating files: 57% (4002/7021) 2026-08-03T09:55:38.3387410Z Updating files: 58% (4073/7021) 2026-08-03T09:55:38.3389380Z Updating files: 59% (4143/7021) 2026-08-03T09:55:38.4421320Z Updating files: 60% (4213/7021) 2026-08-03T09:55:38.4423400Z Updating files: 61% (4283/7021) 2026-08-03T09:55:38.4430620Z Updating files: 62% (4354/7021) 2026-08-03T09:55:38.4891720Z Updating files: 63% (4424/7021) 2026-08-03T09:55:38.5895960Z Updating files: 64% (4494/7021) 2026-08-03T09:55:38.6734040Z Updating files: 65% (4564/7021) 2026-08-03T09:55:38.6781230Z Updating files: 66% (4634/7021) 2026-08-03T09:55:38.6811650Z Updating files: 67% (4705/7021) 2026-08-03T09:55:38.6819550Z Updating files: 68% (4775/7021) 2026-08-03T09:55:38.6876840Z Updating files: 69% (4845/7021) 2026-08-03T09:55:38.6941910Z Updating files: 70% (4915/7021) 2026-08-03T09:55:38.7023880Z Updating files: 71% (4985/7021) 2026-08-03T09:55:38.7031230Z Updating files: 72% (5056/7021) 2026-08-03T09:55:38.7103900Z Updating files: 73% (5126/7021) 2026-08-03T09:55:38.7582090Z Updating files: 74% (5196/7021) 2026-08-03T09:55:38.7688730Z Updating files: 75% (5266/7021) 2026-08-03T09:55:38.8018090Z Updating files: 76% (5336/7021) 2026-08-03T09:55:38.8241760Z Updating files: 77% (5407/7021) 2026-08-03T09:55:38.8496710Z Updating files: 78% (5477/7021) 2026-08-03T09:55:38.8784560Z Updating files: 79% (5547/7021) 2026-08-03T09:55:38.9840820Z Updating files: 80% (5617/7021) 2026-08-03T09:55:38.9889620Z Updating files: 81% (5688/7021) 2026-08-03T09:55:38.9947950Z Updating files: 82% (5758/7021) 2026-08-03T09:55:39.0030480Z Updating files: 83% (5828/7021) 2026-08-03T09:55:39.0782860Z Updating files: 84% (5898/7021) 2026-08-03T09:55:39.1079190Z Updating files: 85% (5968/7021) 2026-08-03T09:55:39.1155820Z Updating files: 86% (6039/7021) 2026-08-03T09:55:39.1349290Z Updating files: 86% (6065/7021) 2026-08-03T09:55:39.1749100Z Updating files: 87% (6109/7021) 2026-08-03T09:55:39.2025800Z Updating files: 88% (6179/7021) 2026-08-03T09:55:39.2205450Z Updating files: 89% (6249/7021) 2026-08-03T09:55:39.2488400Z Updating files: 90% (6319/7021) 2026-08-03T09:55:39.2957990Z Updating files: 91% (6390/7021) 2026-08-03T09:55:39.3873300Z Updating files: 92% (6460/7021) 2026-08-03T09:55:39.4859080Z Updating files: 93% (6530/7021) 2026-08-03T09:55:39.5189610Z Updating files: 94% (6600/7021) 2026-08-03T09:55:39.5455620Z Updating files: 95% (6670/7021) 2026-08-03T09:55:39.5736070Z Updating files: 96% (6741/7021) 2026-08-03T09:55:39.5888270Z Updating files: 97% (6811/7021) 2026-08-03T09:55:39.6107530Z Updating files: 98% (6881/7021) 2026-08-03T09:55:39.6750950Z Updating files: 99% (6951/7021) 2026-08-03T09:55:39.6807980Z Updating files: 100% (7021/7021) 2026-08-03T09:55:39.6892630Z Updating files: 100% (7021/7021), done. 2026-08-03T09:55:39.6978430Z Switched to a new branch 'py3.11' 2026-08-03T09:55:39.7009980Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-03T09:55:39.7177820Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-03T09:55:39.7236160Z 39f186bda46c5f656f8e496bbd4c13a517d6627d