Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T02:54:31.9689943Z with: 2026-07-31T02:54:31.9690497Z repository: pypy/pypy 2026-07-31T02:54:31.9695499Z token: *** 2026-07-31T02:54:31.9695984Z ssh-strict: true 2026-07-31T02:54:31.9696470Z ssh-user: git 2026-07-31T02:54:31.9696973Z persist-credentials: true 2026-07-31T02:54:31.9697538Z clean: true 2026-07-31T02:54:31.9698229Z sparse-checkout-cone-mode: true 2026-07-31T02:54:31.9698832Z fetch-depth: 1 2026-07-31T02:54:31.9699316Z fetch-tags: false 2026-07-31T02:54:31.9699800Z show-progress: true 2026-07-31T02:54:31.9700286Z lfs: false 2026-07-31T02:54:31.9700742Z submodules: false 2026-07-31T02:54:31.9701233Z set-safe-directory: true
2026-07-31T02:54:32.0813395Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T02:54:32.0816969Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-31T02:54:32.0819244Z [command]/usr/bin/git version 2026-07-31T02:54:32.0875734Z git version 2.54.0
2026-07-31T02:54:32.0918608Z Temporarily overriding HOME='/home/runner/work/_temp/c21be383-6125-4ea6-909e-ce41ebd27efd' before making global git config changes 2026-07-31T02:54:32.0920995Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T02:54:32.0925669Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-31T02:54:32.0988609Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T02:54:32.1000887Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-31T02:54:32.1174696Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T02:54:32.1197336Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T02:54:32.1201551Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T02:54:32.1203818Z hint: call: 2026-07-31T02:54:32.1204935Z hint: 2026-07-31T02:54:32.1206184Z hint: git config --global init.defaultBranch <name> 2026-07-31T02:54:32.1207956Z hint: 2026-07-31T02:54:32.1209584Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T02:54:32.1212400Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T02:54:32.1214079Z hint: 2026-07-31T02:54:32.1214767Z hint: git branch -m <name> 2026-07-31T02:54:32.1215558Z hint: 2026-07-31T02:54:32.1216539Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T02:54:32.1218976Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-31T02:54:32.1223583Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T02:54:32.1326196Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T02:54:32.1433578Z Removing SSH command configuration 2026-07-31T02:54:32.1435539Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T02:54:32.1461151Z [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:32.1981388Z Removing HTTP extra header 2026-07-31T02:54:32.1996674Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T02:54:32.2032509Z [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:32.2288310Z Removing includeIf entries pointing to credentials config files 2026-07-31T02:54:32.2296128Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T02:54:32.2336221Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T02:54:32.2575204Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-135a3bfc-b6ea-43b3-88e3-8fdbd06cf0d1.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T02:54:32.2617478Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-135a3bfc-b6ea-43b3-88e3-8fdbd06cf0d1.config 2026-07-31T02:54:32.2654276Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-135a3bfc-b6ea-43b3-88e3-8fdbd06cf0d1.config 2026-07-31T02:54:32.2693910Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-135a3bfc-b6ea-43b3-88e3-8fdbd06cf0d1.config 2026-07-31T02:54:32.2736708Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-135a3bfc-b6ea-43b3-88e3-8fdbd06cf0d1.config
Fetching the repository
2026-07-31T02:54:32.2785770Z [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:35.2465891Z From https://github.com/pypy/pypy 2026-07-31T02:54:35.2466603Z * [new ref] 553b2b7de6373d275cf9f74cb82f30784254fd90 -> pull/5541/merge
Determining the checkout info
2026-07-31T02:54:35.2512546Z [command]/usr/bin/git sparse-checkout disable 2026-07-31T02:54:35.2563119Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T02:54:35.2600748Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5541/merge 2026-07-31T02:54:35.9193430Z Note: switching to 'refs/remotes/pull/5541/merge'. 2026-07-31T02:54:35.9213004Z 2026-07-31T02:54:35.9218002Z You are in 'detached HEAD' state. You can look around, make experimental 2026-07-31T02:54:35.9219472Z changes and commit them, and you can discard any commits you make in this 2026-07-31T02:54:35.9248697Z state without impacting any branches by switching back to a branch. 2026-07-31T02:54:35.9278101Z 2026-07-31T02:54:35.9278850Z If you want to create a new branch to retain commits you create, you may 2026-07-31T02:54:35.9300788Z do so (now or later) by using -c with the switch command. Example: 2026-07-31T02:54:35.9301894Z 2026-07-31T02:54:35.9302412Z git switch -c <new-branch-name> 2026-07-31T02:54:35.9303057Z 2026-07-31T02:54:35.9303355Z Or undo this operation with: 2026-07-31T02:54:35.9303725Z 2026-07-31T02:54:35.9303886Z git switch - 2026-07-31T02:54:35.9304151Z 2026-07-31T02:54:35.9304528Z Turn off this advice by setting config variable advice.detachedHead to false 2026-07-31T02:54:35.9305066Z 2026-07-31T02:54:35.9305676Z HEAD is now at 553b2b7 Merge 8dda6246ab8851992ed379076448c91386242f2a into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-31T02:54:35.9308726Z [command]/usr/bin/git log -1 --format=%H 2026-07-31T02:54:35.9315858Z 553b2b7de6373d275cf9f74cb82f30784254fd90