On Sat, Apr 20, 2024 at 7:34 PM Ron Hermsen <ronherm...@gmail.com> wrote:
>
> compiling go-1.22.2 and go-1.21.9 fail due to timeout during test of net/http 
> package
>
> I tried a number of earlier releases but looks only the latest two fail.
> (each build takes about 40min, so didn't try more options)
>
> <all earler tests are ok>
> ok      net     8.598s
> panic: test timed out after 9m0s
> running tests:
> <about 15k of lines>
> FAIL    net/http        540.260s
> <all furhter test are ok>
> FAIL
> go tool dist: Failed: exit status 1
>
>
> system details:
> TinyCoreLinux, CorePlus64-15.0
>
> $ uname -a
> Linux testapps 6.6.8-tinycore64 #666 SMP Sat Dec 23 16:41:21 UTC 2023 x86_64 
> GNU/Linux
>
> Both source version and the bootstrap are 1.22.2 (or both are 1.21.9).
>
> Tried source version 1.22.2 and bootstrap version 1.22.0 which failed the 
> net/http package the same way.


I don't know why the tests are taking so long on your system, but your
Go distribution is installed and working.  It is only failing during
the testing phase.

To explore what is happening with net/http, try running "go test
-test.short -test.v net/http".  On my laptop it takes just a few
seconds.  Using -test.v may show which test is hanging.

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/CAOyqgcWhdXE%3DhC5RHyTfsnJ3PqPwpqqjetwDrKZKpTE%3DptjruA%40mail.gmail.com.

Reply via email to