On Mon, Apr 24, 2023 at 4:17 PM Mario Marietto <marietto2...@gmail.com> wrote:


> root@marietto-nano:/home/marietto/Scaricati/go_git/src# bash all.bash

Running all.bash builds the Go toolchain and standard library and runs
all the tests.


> I think that these errors :
>
>
> FATAL: ThreadSanitizer: unsupported VMA range FATAL: Found 39 - Supported 48 
> go: downloading github.com/docker/docker v23.0.4+incompatible go: added 
> github.com/docker/docker v23.0.4+incompatible

This is a test failure, but not a very interesting one.  It means that
the race detector isn't working for some reason, but the race detector
is a nice feature, not an essential one.

I suggest that instead of running all.bash that you run make.bash.
That will build the toolchain but not bother running the tests.  The
tests mostly pass already.



> prevents the creation of this directory :
>
>
> "/home/marietto/docker_build/src/github.com/docker/docker/hack/dockerfile"

I don't know how that is connected to the error message.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcXcOb3cuGcKxWRxyVr0nOwcDL1REa-xM3CbE_9ick92Sw%40mail.gmail.com.

Reply via email to