Go in poudriere : can't assign requested address

From: Alexis Praga <alexis.praga_at_proton.me>
Date: Wed, 01 Feb 2023 19:15:05 UTC
Hi,

I've added go as a dependency for the next update of x11/kitty. It builds fine but poudriere fails with :

go: downloading github.com/disintegration/imaging v1.6.2
tools/utils/short-uuid.go:10:2: github.com/ALTree/bigfloat@v0.0.0-20220102081255-38c8b72a9924: Get "https://proxy.golang.org/github.com/%21a%21l%21tree/bigfloat/@v/v0.0.0-20220102081255-38c8b72a9924.zip": dial tcp: lookup proxy.golang.org on 192.168.1.254:53: write udp 127.0.0.1:21347->192.168.1.254:53: write: can't assign requested addresstools/cmd/icat/native.go:14:2: github.com/disintegration/imaging@v1.6.2: Get "https://proxy.golang.org/github.com/disintegration/imaging/@v/v1.6.2.zip": dial tcp: lookup proxy.golang.org on 192.168.1.254:53: write udp 127.0.0.1:65047->192.168.1.254:53: write: can't assign requested address

Any idea how to solve that ?

Thanks,