Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T02:54:37.3492665Z with: 2026-07-31T02:54:37.3493109Z repository: pypy/pypy 2026-07-31T02:54:37.3497376Z token: *** 2026-07-31T02:54:37.3497814Z ssh-strict: true 2026-07-31T02:54:37.3498294Z ssh-user: git 2026-07-31T02:54:37.3498726Z persist-credentials: true 2026-07-31T02:54:37.3499209Z clean: true 2026-07-31T02:54:37.3499646Z sparse-checkout-cone-mode: true 2026-07-31T02:54:37.3500151Z fetch-depth: 1 2026-07-31T02:54:37.3500564Z fetch-tags: false 2026-07-31T02:54:37.3500984Z show-progress: true 2026-07-31T02:54:37.3501411Z lfs: false 2026-07-31T02:54:37.3501813Z submodules: false 2026-07-31T02:54:37.3502247Z set-safe-directory: true
2026-07-31T02:54:37.4625864Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T02:54:37.4629987Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-31T02:54:37.4631228Z [command]/usr/bin/git version 2026-07-31T02:54:37.4685368Z git version 2.54.0
2026-07-31T02:54:37.4738521Z Temporarily overriding HOME='/home/runner/work/_temp/e6ce7ba3-6894-47ef-8108-bdec5b3193e5' before making global git config changes 2026-07-31T02:54:37.4740837Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T02:54:37.4744869Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-31T02:54:37.4801970Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T02:54:37.4814771Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-31T02:54:37.4930588Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T02:54:37.4932432Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T02:54:37.4934838Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T02:54:37.4936023Z hint: call: 2026-07-31T02:54:37.4936660Z hint: 2026-07-31T02:54:37.4937922Z hint: git config --global init.defaultBranch <name> 2026-07-31T02:54:37.4938907Z hint: 2026-07-31T02:54:37.4939806Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T02:54:37.4941288Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T02:54:37.4942558Z hint: 2026-07-31T02:54:37.4943227Z hint: git branch -m <name> 2026-07-31T02:54:37.4944205Z hint: 2026-07-31T02:54:37.4945191Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T02:54:37.4946769Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-31T02:54:37.4951302Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T02:54:37.5009843Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T02:54:37.5055733Z Removing SSH command configuration 2026-07-31T02:54:37.5061642Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T02:54:37.5110068Z [command]/usr/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-31T02:54:37.5551456Z Removing HTTP extra header 2026-07-31T02:54:37.5560713Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T02:54:37.5643304Z [command]/usr/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-31T02:54:37.5922671Z Removing includeIf entries pointing to credentials config files 2026-07-31T02:54:37.5931729Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T02:54:37.5978871Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T02:54:37.6282339Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-2bcd83d3-8be2-484e-a7b1-252650cbc9ca.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T02:54:37.6347090Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-2bcd83d3-8be2-484e-a7b1-252650cbc9ca.config 2026-07-31T02:54:37.6402022Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-2bcd83d3-8be2-484e-a7b1-252650cbc9ca.config 2026-07-31T02:54:37.6453971Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-2bcd83d3-8be2-484e-a7b1-252650cbc9ca.config 2026-07-31T02:54:37.6505494Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-2bcd83d3-8be2-484e-a7b1-252650cbc9ca.config
Fetching the repository
2026-07-31T02:54:37.6575389Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +553b2b7de6373d275cf9f74cb82f30784254fd90:refs/remotes/pull/5541/merge 2026-07-31T02:54:38.6531354Z From https://github.com/pypy/pypy 2026-07-31T02:54:38.6533338Z * [new ref] 553b2b7de6373d275cf9f74cb82f30784254fd90 -> pull/5541/merge
Determining the checkout info
2026-07-31T02:54:38.6585928Z [command]/usr/bin/git sparse-checkout disable 2026-07-31T02:54:38.6645510Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T02:54:38.6693054Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5541/merge 2026-07-31T02:54:39.2195252Z Note: switching to 'refs/remotes/pull/5541/merge'. 2026-07-31T02:54:39.2195864Z 2026-07-31T02:54:39.2196183Z You are in 'detached HEAD' state. You can look around, make experimental 2026-07-31T02:54:39.2196845Z changes and commit them, and you can discard any commits you make in this 2026-07-31T02:54:39.2197506Z state without impacting any branches by switching back to a branch. 2026-07-31T02:54:39.2197890Z 2026-07-31T02:54:39.2198192Z If you want to create a new branch to retain commits you create, you may 2026-07-31T02:54:39.2198795Z do so (now or later) by using -c with the switch command. Example: 2026-07-31T02:54:39.2199187Z 2026-07-31T02:54:39.2199367Z git switch -c <new-branch-name> 2026-07-31T02:54:39.2199618Z 2026-07-31T02:54:39.2199781Z Or undo this operation with: 2026-07-31T02:54:39.2199998Z 2026-07-31T02:54:39.2200130Z git switch - 2026-07-31T02:54:39.2200387Z 2026-07-31T02:54:39.2200672Z Turn off this advice by setting config variable advice.detachedHead to false 2026-07-31T02:54:39.2201093Z 2026-07-31T02:54:39.2201522Z HEAD is now at 553b2b7 Merge 8dda6246ab8851992ed379076448c91386242f2a into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-31T02:54:39.2278075Z [command]/usr/bin/git log -1 --format=%H 2026-07-31T02:54:39.2310510Z 553b2b7de6373d275cf9f74cb82f30784254fd90