Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T17:36:07.1845973Z with: 2026-08-02T17:36:07.1846533Z repository: pypy/pypy 2026-08-02T17:36:07.1850570Z token: *** 2026-08-02T17:36:07.1851121Z ssh-strict: true 2026-08-02T17:36:07.1851759Z ssh-user: git 2026-08-02T17:36:07.1852342Z persist-credentials: true 2026-08-02T17:36:07.1852932Z clean: true 2026-08-02T17:36:07.1853825Z sparse-checkout-cone-mode: true 2026-08-02T17:36:07.1854456Z fetch-depth: 1 2026-08-02T17:36:07.1855020Z fetch-tags: false 2026-08-02T17:36:07.1855697Z show-progress: true 2026-08-02T17:36:07.1856246Z lfs: false 2026-08-02T17:36:07.1856825Z submodules: false 2026-08-02T17:36:07.1857408Z set-safe-directory: true
2026-08-02T17:36:07.2736473Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T17:36:07.2739660Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-02T17:36:07.2741062Z [command]/usr/bin/git version 2026-08-02T17:36:07.2771876Z git version 2.54.0
2026-08-02T17:36:07.2805417Z Temporarily overriding HOME='/home/runner/work/_temp/4e4a8cae-b09b-4af4-a111-5aeea3f61755' before making global git config changes 2026-08-02T17:36:07.2807150Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T17:36:07.2809462Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-02T17:36:07.2843557Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T17:36:07.2852002Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-02T17:36:07.2925357Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T17:36:07.2927025Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T17:36:07.2928538Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T17:36:07.2929566Z hint: call: 2026-08-02T17:36:07.2930339Z hint: 2026-08-02T17:36:07.2931527Z hint: git config --global init.defaultBranch <name> 2026-08-02T17:36:07.2932405Z hint: 2026-08-02T17:36:07.2933528Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T17:36:07.2934750Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T17:36:07.2935800Z hint: 2026-08-02T17:36:07.2936573Z hint: git branch -m <name> 2026-08-02T17:36:07.2937323Z hint: 2026-08-02T17:36:07.2938336Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T17:36:07.2939576Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-02T17:36:07.2945820Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T17:36:07.2970706Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T17:36:07.3000541Z Removing SSH command configuration 2026-08-02T17:36:07.3006663Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T17:36:07.3041416Z [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-08-02T17:36:07.3342478Z Removing HTTP extra header 2026-08-02T17:36:07.3343772Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T17:36:07.3375071Z [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-08-02T17:36:07.3556904Z Removing includeIf entries pointing to credentials config files 2026-08-02T17:36:07.3561229Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T17:36:07.3590468Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T17:36:07.3779208Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-73c0816b-2e2e-45ed-a11b-de57d39ac244.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T17:36:07.3814798Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-73c0816b-2e2e-45ed-a11b-de57d39ac244.config 2026-08-02T17:36:07.3842076Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-73c0816b-2e2e-45ed-a11b-de57d39ac244.config 2026-08-02T17:36:07.3870062Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-73c0816b-2e2e-45ed-a11b-de57d39ac244.config 2026-08-02T17:36:07.3897143Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-73c0816b-2e2e-45ed-a11b-de57d39ac244.config
Fetching the repository
2026-08-02T17:36:07.3935689Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +54ea128db87021b2f607bafa2874929febe3c9cb:refs/remotes/pull/5537/merge 2026-08-02T17:36:10.1882933Z From https://github.com/pypy/pypy 2026-08-02T17:36:10.1884431Z * [new ref] 54ea128db87021b2f607bafa2874929febe3c9cb -> pull/5537/merge
Determining the checkout info
2026-08-02T17:36:10.1918675Z [command]/usr/bin/git sparse-checkout disable 2026-08-02T17:36:10.1949243Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T17:36:10.1981454Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-08-02T17:36:10.5295855Z Note: switching to 'refs/remotes/pull/5537/merge'. 2026-08-02T17:36:10.5296964Z 2026-08-02T17:36:10.5297563Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-02T17:36:10.5298923Z changes and commit them, and you can discard any commits you make in this 2026-08-02T17:36:10.5300341Z state without impacting any branches by switching back to a branch. 2026-08-02T17:36:10.5301189Z 2026-08-02T17:36:10.5301764Z If you want to create a new branch to retain commits you create, you may 2026-08-02T17:36:10.5302992Z do so (now or later) by using -c with the switch command. Example: 2026-08-02T17:36:10.5304118Z 2026-08-02T17:36:10.5304421Z git switch -c <new-branch-name> 2026-08-02T17:36:10.5304943Z 2026-08-02T17:36:10.5305193Z Or undo this operation with: 2026-08-02T17:36:10.5305646Z 2026-08-02T17:36:10.5305847Z git switch - 2026-08-02T17:36:10.5306293Z 2026-08-02T17:36:10.5306865Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-02T17:36:10.5307818Z 2026-08-02T17:36:10.5308801Z HEAD is now at 54ea128 Merge a60442a4745554511c1a22d439e616e87b762a1a into a2f7356d28f19f023e46e58443ec5988fd525899
2026-08-02T17:36:10.5348652Z [command]/usr/bin/git log -1 --format=%H 2026-08-02T17:36:10.5370193Z 54ea128db87021b2f607bafa2874929febe3c9cb