On Tue, 17 Mar 2026, Thomas Klausner wrote:
I suspect in the middle of building all the go modules there are some error lines that are not obvious.
Exactly. Search for lines like # path/to/packageUsually, the error messages are below such a header. The build continues for the bits that do not depend on the code that produced the error. If there are more problems, it might also give up with "too many errors".
-- Benny