x/build: misc-vet-vetall builder is fetching modules with a firewall and no module proxy? #31890
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
The misc-vet-vetall builder logs suggest it's downloading modules. That's fine, but it looks like it's firewalled off from making outbound connections (GO_DISABLE_OUTBOUND_NETWORK=1) but it doesn't have GOPROXY set to the 10.0.0.0/8 whitelisted range (it has nothing set instead, since we only do that for subrepos, and vetall is special).
I don't know how this is working today. Maybe the firewall stuff stopped working?
Or maybe the vetall container lacks the iptables binary? (the firewall is self-imposed)
Investigate the firewall, and also give the vetall builder a GOPROXY.
The text was updated successfully, but these errors were encountered: