Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-27T09:36:16.8510443Z with: 2026-07-27T09:36:16.8510902Z repository: pypy/pypy 2026-07-27T09:36:16.8514520Z token: *** 2026-07-27T09:36:16.8514959Z ssh-strict: true 2026-07-27T09:36:16.8515402Z ssh-user: git 2026-07-27T09:36:16.8515850Z persist-credentials: true 2026-07-27T09:36:16.8516342Z clean: true 2026-07-27T09:36:16.8516788Z sparse-checkout-cone-mode: true 2026-07-27T09:36:16.8517312Z fetch-depth: 1 2026-07-27T09:36:16.8518002Z fetch-tags: false 2026-07-27T09:36:16.8518468Z show-progress: true 2026-07-27T09:36:16.8518922Z lfs: false 2026-07-27T09:36:16.8519334Z submodules: false 2026-07-27T09:36:16.8519768Z set-safe-directory: true
2026-07-27T09:36:16.9542155Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T09:36:16.9545684Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-27T09:36:16.9547233Z [command]/usr/bin/git version 2026-07-27T09:36:16.9622669Z git version 2.54.0
2026-07-27T09:36:16.9669554Z Temporarily overriding HOME='/home/runner/work/_temp/74c9c6f1-eb61-44e8-82de-752036f2ada0' before making global git config changes 2026-07-27T09:36:16.9672262Z Adding repository directory to the temporary git global config as a safe directory 2026-07-27T09:36:16.9679078Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-27T09:36:16.9718124Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T09:36:16.9726509Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-27T09:36:16.9842144Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-27T09:36:16.9844310Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-27T09:36:16.9846301Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-27T09:36:16.9847528Z hint: call: 2026-07-27T09:36:16.9848376Z hint: 2026-07-27T09:36:16.9849388Z hint: git config --global init.defaultBranch <name> 2026-07-27T09:36:16.9850357Z hint: 2026-07-27T09:36:16.9851261Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-27T09:36:16.9852740Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-27T09:36:16.9853911Z hint: 2026-07-27T09:36:16.9854539Z hint: git branch -m <name> 2026-07-27T09:36:16.9855262Z hint: 2026-07-27T09:36:16.9857132Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-27T09:36:16.9859012Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-27T09:36:16.9861450Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-27T09:36:16.9962263Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-27T09:36:17.0015298Z Removing SSH command configuration 2026-07-27T09:36:17.0016720Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-27T09:36:17.0052666Z [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-27T09:36:17.0469517Z Removing HTTP extra header 2026-07-27T09:36:17.0480201Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-27T09:36:17.0517104Z [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-27T09:36:17.0781777Z Removing includeIf entries pointing to credentials config files 2026-07-27T09:36:17.0788915Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-27T09:36:17.0828436Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-27T09:36:17.1056045Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-16e00f0e-7a31-44d3-8728-b7acb4ab4cbc.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-27T09:36:17.1095717Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-16e00f0e-7a31-44d3-8728-b7acb4ab4cbc.config 2026-07-27T09:36:17.1129136Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-16e00f0e-7a31-44d3-8728-b7acb4ab4cbc.config 2026-07-27T09:36:17.1166336Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-16e00f0e-7a31-44d3-8728-b7acb4ab4cbc.config 2026-07-27T09:36:17.1200782Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-16e00f0e-7a31-44d3-8728-b7acb4ab4cbc.config
Fetching the repository
2026-07-27T09:36:17.1240468Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1118b727b9787232f32278a337750d3aa3e676c4:refs/remotes/origin/main 2026-07-27T09:36:20.0669956Z From https://github.com/pypy/pypy 2026-07-27T09:36:20.0671665Z * [new ref] 1118b727b9787232f32278a337750d3aa3e676c4 -> origin/main 2026-07-27T09:36:20.0721831Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-27T09:36:20.0753708Z origin/main 2026-07-27T09:36:20.0763333Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-27T09:36:20.0789638Z 1118b727b9787232f32278a337750d3aa3e676c4
Determining the checkout info
2026-07-27T09:36:20.0799476Z [command]/usr/bin/git sparse-checkout disable 2026-07-27T09:36:20.0849272Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-27T09:36:20.0884721Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-27T09:36:20.6268024Z Switched to a new branch 'main' 2026-07-27T09:36:20.6270965Z branch 'main' set up to track 'origin/main'.
2026-07-27T09:36:20.6345386Z [command]/usr/bin/git log -1 --format=%H 2026-07-27T09:36:20.6372726Z 1118b727b9787232f32278a337750d3aa3e676c4