timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-05T12:23:06.3785300Z with:
2026-08-05T12:23:06.3787270Z repository: pypy/pypy
2026-08-05T12:23:06.3816850Z token: ***
2026-08-05T12:23:06.3818800Z ssh-strict: true
2026-08-05T12:23:06.3820850Z ssh-user: git
2026-08-05T12:23:06.3822780Z persist-credentials: true
2026-08-05T12:23:06.3825090Z clean: true
2026-08-05T12:23:06.3827080Z sparse-checkout-cone-mode: true
2026-08-05T12:23:06.3829560Z fetch-depth: 1
2026-08-05T12:23:06.3831490Z fetch-tags: false
2026-08-05T12:23:06.3833420Z show-progress: true
2026-08-05T12:23:06.3835580Z lfs: false
2026-08-05T12:23:06.3837420Z submodules: false
2026-08-05T12:23:06.3839400Z set-safe-directory: true
2026-08-05T12:23:07.3372510Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-05T12:23:07.3383090Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-05T12:23:07.3388550Z [command]/usr/local/bin/git version
2026-08-05T12:23:07.3892640Z git version 2.55.0
2026-08-05T12:23:07.3947220Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/3b5c090b-72c2-4840-aa05-6ae85a84ab22/.gitconfig'
2026-08-05T12:23:07.3967630Z Temporarily overriding HOME='/Users/runner/work/_temp/3b5c090b-72c2-4840-aa05-6ae85a84ab22' before making global git config changes
2026-08-05T12:23:07.3974770Z Adding repository directory to the temporary git global config as a safe directory
2026-08-05T12:23:07.3980470Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-05T12:23:07.4150950Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-05T12:23:07.4166920Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-05T12:23:07.4601350Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-05T12:23:07.4607140Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-05T12:23:07.4611890Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-05T12:23:07.4615590Z hint: call:
2026-08-05T12:23:07.4617280Z hint:
2026-08-05T12:23:07.4619430Z hint: git config --global init.defaultBranch <name>
2026-08-05T12:23:07.4622340Z hint:
2026-08-05T12:23:07.4625290Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-05T12:23:07.4629930Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-05T12:23:07.4633590Z hint:
2026-08-05T12:23:07.4635300Z hint: git branch -m <name>
2026-08-05T12:23:07.4637380Z hint:
2026-08-05T12:23:07.4640420Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-05T12:23:07.4645400Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-05T12:23:07.4652820Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-05T12:23:07.4774790Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-05T12:23:07.4898140Z Removing SSH command configuration
2026-08-05T12:23:07.4903700Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-05T12:23:07.5044080Z [command]/usr/local/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-05T12:23:07.6781990Z Removing HTTP extra header
2026-08-05T12:23:07.6790520Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-05T12:23:07.6905480Z [command]/usr/local/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-05T12:23:07.8417750Z Removing includeIf entries pointing to credentials config files
2026-08-05T12:23:07.8424980Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-05T12:23:07.8546250Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-05T12:23:08.1058600Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-e7587e4b-ecd6-4d7f-bb93-8c897fbbc6ef.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-05T12:23:08.1088570Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e7587e4b-ecd6-4d7f-bb93-8c897fbbc6ef.config
2026-08-05T12:23:08.1138140Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e7587e4b-ecd6-4d7f-bb93-8c897fbbc6ef.config
2026-08-05T12:23:08.1261980Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e7587e4b-ecd6-4d7f-bb93-8c897fbbc6ef.config
2026-08-05T12:23:08.1379810Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e7587e4b-ecd6-4d7f-bb93-8c897fbbc6ef.config
Fetching the repository
2026-08-05T12:23:08.1505490Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4eeb73ca9598d4743be0c8e452bf7850b7a17630:refs/remotes/origin/main
2026-08-05T12:23:11.9413390Z From https://github.com/pypy/pypy
2026-08-05T12:23:11.9417030Z * [new ref] 4eeb73ca9598d4743be0c8e452bf7850b7a17630 -> origin/main
2026-08-05T12:23:11.9425440Z [command]/usr/local/bin/git branch --list --remote origin/main
2026-08-05T12:23:11.9552840Z origin/main
2026-08-05T12:23:11.9565150Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main
2026-08-05T12:23:11.9670310Z 4eeb73ca9598d4743be0c8e452bf7850b7a17630
Determining the checkout info
2026-08-05T12:23:11.9685920Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-05T12:23:11.9856050Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-05T12:23:11.9983390Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-05T12:23:13.0379980Z Updating files: 33% (2017/6014)
2026-08-05T12:23:13.0575270Z Updating files: 34% (2045/6014)
2026-08-05T12:23:13.0847300Z Updating files: 35% (2105/6014)
2026-08-05T12:23:13.1066840Z Updating files: 36% (2166/6014)
2026-08-05T12:23:13.1274090Z Updating files: 37% (2226/6014)
2026-08-05T12:23:13.1479070Z Updating files: 38% (2286/6014)
2026-08-05T12:23:13.1709740Z Updating files: 39% (2346/6014)
2026-08-05T12:23:13.1900540Z Updating files: 40% (2406/6014)
2026-08-05T12:23:13.2099850Z Updating files: 41% (2466/6014)
2026-08-05T12:23:13.2279580Z Updating files: 42% (2526/6014)
2026-08-05T12:23:13.2469130Z Updating files: 43% (2587/6014)
2026-08-05T12:23:13.2623500Z Updating files: 44% (2647/6014)
2026-08-05T12:23:13.3668010Z Updating files: 45% (2707/6014)
2026-08-05T12:23:13.3896070Z Updating files: 46% (2767/6014)
2026-08-05T12:23:13.4129980Z Updating files: 47% (2827/6014)
2026-08-05T12:23:13.4333530Z Updating files: 48% (2887/6014)
2026-08-05T12:23:13.4537530Z Updating files: 49% (2947/6014)
2026-08-05T12:23:13.4776320Z Updating files: 50% (3007/6014)
2026-08-05T12:23:13.4950530Z Updating files: 51% (3068/6014)
2026-08-05T12:23:13.5156020Z Updating files: 52% (3128/6014)
2026-08-05T12:23:13.5372450Z Updating files: 53% (3188/6014)
2026-08-05T12:23:13.5574870Z Updating files: 54% (3248/6014)
2026-08-05T12:23:13.5809420Z Updating files: 55% (3308/6014)
2026-08-05T12:23:13.5997940Z Updating files: 56% (3368/6014)
2026-08-05T12:23:13.6183620Z Updating files: 57% (3428/6014)
2026-08-05T12:23:13.6387580Z Updating files: 58% (3489/6014)
2026-08-05T12:23:13.6571100Z Updating files: 59% (3549/6014)
2026-08-05T12:23:13.6768520Z Updating files: 60% (3609/6014)
2026-08-05T12:23:13.6997610Z Updating files: 61% (3669/6014)
2026-08-05T12:23:13.7193010Z Updating files: 62% (3729/6014)
2026-08-05T12:23:13.8508790Z Updating files: 63% (3789/6014)
2026-08-05T12:23:13.8618030Z Updating files: 64% (3849/6014)
2026-08-05T12:23:13.8626940Z Updating files: 65% (3910/6014)
2026-08-05T12:23:13.8638040Z Updating files: 66% (3970/6014)
2026-08-05T12:23:13.8794170Z Updating files: 67% (4030/6014)
2026-08-05T12:23:13.9023410Z Updating files: 68% (4090/6014)
2026-08-05T12:23:13.9225930Z Updating files: 69% (4150/6014)
2026-08-05T12:23:13.9479140Z Updating files: 70% (4210/6014)
2026-08-05T12:23:13.9724740Z Updating files: 71% (4270/6014)
2026-08-05T12:23:13.9944850Z Updating files: 72% (4331/6014)
2026-08-05T12:23:14.0143940Z Updating files: 73% (4391/6014)
2026-08-05T12:23:14.0219990Z Updating files: 74% (4451/6014)
2026-08-05T12:23:14.1165430Z Updating files: 74% (4473/6014)
2026-08-05T12:23:14.1369440Z Updating files: 75% (4511/6014)
2026-08-05T12:23:14.1760000Z Updating files: 76% (4571/6014)
2026-08-05T12:23:14.1943550Z Updating files: 77% (4631/6014)
2026-08-05T12:23:14.2038440Z Updating files: 78% (4691/6014)
2026-08-05T12:23:14.2246170Z Updating files: 79% (4752/6014)
2026-08-05T12:23:14.2465430Z Updating files: 80% (4812/6014)
2026-08-05T12:23:14.2712900Z Updating files: 81% (4872/6014)
2026-08-05T12:23:14.2984740Z Updating files: 82% (4932/6014)
2026-08-05T12:23:14.3223270Z Updating files: 83% (4992/6014)
2026-08-05T12:23:14.3464120Z Updating files: 84% (5052/6014)
2026-08-05T12:23:14.3967000Z Updating files: 85% (5112/6014)
2026-08-05T12:23:14.4812320Z Updating files: 86% (5173/6014)
2026-08-05T12:23:14.4819300Z Updating files: 87% (5233/6014)
2026-08-05T12:23:14.4823990Z Updating files: 88% (5293/6014)
2026-08-05T12:23:14.5826180Z Updating files: 89% (5353/6014)
2026-08-05T12:23:14.6258060Z Updating files: 90% (5413/6014)
2026-08-05T12:23:14.6778530Z Updating files: 91% (5473/6014)
2026-08-05T12:23:14.8175550Z Updating files: 92% (5533/6014)
2026-08-05T12:23:14.8743280Z Updating files: 93% (5594/6014)
2026-08-05T12:23:14.9357340Z Updating files: 94% (5654/6014)
2026-08-05T12:23:14.9406880Z Updating files: 95% (5714/6014)
2026-08-05T12:23:14.9509850Z Updating files: 96% (5774/6014)
2026-08-05T12:23:14.9538270Z Updating files: 97% (5834/6014)
2026-08-05T12:23:14.9570670Z Updating files: 98% (5894/6014)
2026-08-05T12:23:14.9577550Z Updating files: 99% (5954/6014)
2026-08-05T12:23:14.9594890Z Updating files: 100% (6014/6014)
2026-08-05T12:23:14.9608010Z Updating files: 100% (6014/6014), done.
2026-08-05T12:23:14.9617110Z Switched to a new branch 'main'
2026-08-05T12:23:14.9621400Z branch 'main' set up to track 'origin/main'.
2026-08-05T12:23:14.9712110Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-05T12:23:14.9719080Z 4eeb73ca9598d4743be0c8e452bf7850b7a17630