nodejs / build

Better build and test infra for Node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`remote: fatal: bad object` breaking rebase/fanned jobs

richardlau opened this issue · comments

Refs: nodejs/node#48740 (comment)

e.g. https://ci.nodejs.org/job/git-rebase/103263/console

04:23:54 remote: fatal: bad object refs/heads/jenkins-node-test-commit-windows-fanned-7c8137bee077c13a8e4bba42e88a511b2664ddd8-bin-win-vs2022-x86
04:23:54 fatal: bad object refs/heads/jenkins-node-test-commit-windows-fanned-7c8137bee077c13a8e4bba42e88a511b2664ddd8-bin-win-vs2022-x86

I don't think that's due to this PR -- 7c8137b is from #50460. Somehow the temporary binary git repository used in our fanned jobs (Windows and armv7l) has a corrupted reference that build will need to fix.

Maybe this has fixed itself?
https://ci.nodejs.org/job/git-rebase/ shows a run of broken builds but has been green since 4:38am this morning:

image