Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T06:28:31.2182866Z with: 2026-07-26T06:28:31.2183313Z repository: pypy/pypy 2026-07-26T06:28:31.2187586Z token: *** 2026-07-26T06:28:31.2188035Z ssh-strict: true 2026-07-26T06:28:31.2188463Z ssh-user: git 2026-07-26T06:28:31.2188901Z persist-credentials: true 2026-07-26T06:28:31.2189385Z clean: true 2026-07-26T06:28:31.2189823Z sparse-checkout-cone-mode: true 2026-07-26T06:28:31.2190340Z fetch-depth: 1 2026-07-26T06:28:31.2190763Z fetch-tags: false 2026-07-26T06:28:31.2191270Z show-progress: true 2026-07-26T06:28:31.2191717Z lfs: false 2026-07-26T06:28:31.2192129Z submodules: false 2026-07-26T06:28:31.2192567Z set-safe-directory: true
2026-07-26T06:28:31.3305885Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T06:28:31.3310495Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-26T06:28:31.3315692Z [command]/usr/bin/git version 2026-07-26T06:28:31.3445540Z git version 2.54.0
2026-07-26T06:28:31.3499843Z Temporarily overriding HOME='/home/runner/work/_temp/2798f636-b124-4e1c-ac4a-7ce00ce6687b' before making global git config changes 2026-07-26T06:28:31.3502714Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T06:28:31.3504677Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-26T06:28:31.3576081Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T06:28:31.3589661Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-26T06:28:31.3713370Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T06:28:31.3720870Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T06:28:31.3722655Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T06:28:31.3724044Z hint: call: 2026-07-26T06:28:31.3724828Z hint: 2026-07-26T06:28:31.3725873Z hint: git config --global init.defaultBranch <name> 2026-07-26T06:28:31.3727232Z hint: 2026-07-26T06:28:31.3728427Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T06:28:31.3730119Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T06:28:31.3731488Z hint: 2026-07-26T06:28:31.3732338Z hint: git branch -m <name> 2026-07-26T06:28:31.3733609Z hint: 2026-07-26T06:28:31.3734773Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T06:28:31.3737248Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-26T06:28:31.3740614Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T06:28:31.3806182Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T06:28:31.3865739Z Removing SSH command configuration 2026-07-26T06:28:31.3875766Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T06:28:31.3921925Z [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-26T06:28:31.4283910Z Removing HTTP extra header 2026-07-26T06:28:31.4291970Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T06:28:31.4336535Z [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-26T06:28:31.4578586Z Removing includeIf entries pointing to credentials config files 2026-07-26T06:28:31.4585451Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T06:28:31.4626264Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T06:28:31.4870616Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-cd89c793-d4c6-4fa0-9e02-ab36e276af77.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T06:28:31.4918403Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-cd89c793-d4c6-4fa0-9e02-ab36e276af77.config 2026-07-26T06:28:31.4958756Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-cd89c793-d4c6-4fa0-9e02-ab36e276af77.config 2026-07-26T06:28:31.5001589Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-cd89c793-d4c6-4fa0-9e02-ab36e276af77.config 2026-07-26T06:28:31.5043372Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-cd89c793-d4c6-4fa0-9e02-ab36e276af77.config
Fetching the repository
2026-07-26T06:28:31.5089766Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6b0115782e5fffc1a8dedc09fcc62c4500514691:refs/remotes/origin/main 2026-07-26T06:28:32.8529274Z From https://github.com/pypy/pypy 2026-07-26T06:28:32.8532102Z * [new ref] 6b0115782e5fffc1a8dedc09fcc62c4500514691 -> origin/main 2026-07-26T06:28:32.8579180Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-26T06:28:32.8628611Z origin/main 2026-07-26T06:28:32.8648478Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-26T06:28:32.8673937Z 6b0115782e5fffc1a8dedc09fcc62c4500514691
Determining the checkout info
2026-07-26T06:28:32.8688703Z [command]/usr/bin/git sparse-checkout disable 2026-07-26T06:28:32.8746580Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T06:28:32.8789171Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-26T06:28:33.4279191Z Switched to a new branch 'main' 2026-07-26T06:28:33.4284948Z branch 'main' set up to track 'origin/main'.
2026-07-26T06:28:33.4361733Z [command]/usr/bin/git log -1 --format=%H 2026-07-26T06:28:33.4391731Z 6b0115782e5fffc1a8dedc09fcc62c4500514691