Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-25T17:29:21.8848263Z with: 2026-08-25T17:29:21.8848718Z repository: pypy/pypy 2026-08-25T17:29:21.8852622Z token: *** 2026-08-25T17:29:21.8853078Z ssh-strict: true 2026-08-25T17:29:21.8853516Z ssh-user: git 2026-08-25T17:29:21.8853967Z persist-credentials: true 2026-08-25T17:29:21.8854457Z clean: true 2026-08-25T17:29:21.8854907Z sparse-checkout-cone-mode: true 2026-08-25T17:29:21.8855439Z fetch-depth: 1 2026-08-25T17:29:21.8855872Z fetch-tags: false 2026-08-25T17:29:21.8856312Z show-progress: true 2026-08-25T17:29:21.8856755Z lfs: false 2026-08-25T17:29:21.8857158Z submodules: false 2026-08-25T17:29:21.8857594Z set-safe-directory: true
2026-08-25T17:29:21.9872869Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T17:29:21.9876769Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-25T17:29:21.9877834Z [command]/usr/bin/git version 2026-08-25T17:29:21.9994356Z git version 2.55.0
2026-08-25T17:29:22.0038284Z Temporarily overriding HOME='/home/runner/work/_temp/4c5370f6-225f-41cd-afc0-9dc3f194ef35' before making global git config changes 2026-08-25T17:29:22.0040039Z Adding repository directory to the temporary git global config as a safe directory 2026-08-25T17:29:22.0043537Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-25T17:29:22.0104328Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T17:29:22.0117182Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-25T17:29:22.0249345Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-25T17:29:22.0251893Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-25T17:29:22.0253567Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-25T17:29:22.0254803Z hint: call: 2026-08-25T17:29:22.0255623Z hint: 2026-08-25T17:29:22.0256443Z hint: git config --global init.defaultBranch <name> 2026-08-25T17:29:22.0257177Z hint: 2026-08-25T17:29:22.0258184Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-25T17:29:22.0259665Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-25T17:29:22.0260463Z hint: 2026-08-25T17:29:22.0260890Z hint: git branch -m <name> 2026-08-25T17:29:22.0261695Z hint: 2026-08-25T17:29:22.0262434Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-25T17:29:22.0263425Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-25T17:29:22.0275383Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-25T17:29:22.0345082Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-25T17:29:22.0370085Z Removing SSH command configuration 2026-08-25T17:29:22.0378108Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-25T17:29:22.0411985Z [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-25T17:29:22.0840180Z Removing HTTP extra header 2026-08-25T17:29:22.0853318Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-25T17:29:22.0897502Z [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-25T17:29:22.1143127Z Removing includeIf entries pointing to credentials config files 2026-08-25T17:29:22.1149281Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-25T17:29:22.1189327Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-25T17:29:22.1438530Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-c40ec105-a580-4f1f-9ecd-49ff3cf0801c.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-25T17:29:22.1479858Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-c40ec105-a580-4f1f-9ecd-49ff3cf0801c.config 2026-08-25T17:29:22.1513408Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-c40ec105-a580-4f1f-9ecd-49ff3cf0801c.config 2026-08-25T17:29:22.1553563Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c40ec105-a580-4f1f-9ecd-49ff3cf0801c.config 2026-08-25T17:29:22.1589661Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c40ec105-a580-4f1f-9ecd-49ff3cf0801c.config
Fetching the repository
2026-08-25T17:29:22.1634782Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a5c274cd6d69e7b6feb4d473b54f22436c88bb23:refs/remotes/origin/main 2026-08-25T17:29:25.2847171Z From https://github.com/pypy/pypy 2026-08-25T17:29:25.2849318Z * [new ref] a5c274cd6d69e7b6feb4d473b54f22436c88bb23 -> origin/main 2026-08-25T17:29:25.2862729Z [command]/usr/bin/git branch --list --remote origin/main 2026-08-25T17:29:25.2893925Z origin/main 2026-08-25T17:29:25.2901675Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-08-25T17:29:25.2929802Z a5c274cd6d69e7b6feb4d473b54f22436c88bb23
Determining the checkout info
2026-08-25T17:29:25.2946896Z [command]/usr/bin/git sparse-checkout disable 2026-08-25T17:29:25.3002278Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T17:29:25.3044203Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-25T17:29:25.8503877Z Switched to a new branch 'main' 2026-08-25T17:29:25.8509558Z branch 'main' set up to track 'origin/main'.
2026-08-25T17:29:25.8582083Z [command]/usr/bin/git log -1 --format=%H 2026-08-25T17:29:25.8610944Z a5c274cd6d69e7b6feb4d473b54f22436c88bb23