On Friday, 10 July 2020 14:24:54 UTC-4, Ian Lance Taylor wrote: > > On Fri, Jul 10, 2020 at 11:17 AM <ajn...@gmail.com <javascript:>> wrote: > > > > I am attempting to build go v 1.14.4 from the git repo. I first built > version 1.4 without issue and the build itself seems fine however many of > the tests fail, see the attached log. > > > > The OS is latest CentOS 7, and go-1.4 was built using gcc 8.3.1 > > > > any pointers gratefully received > > The failures seem to be timeouts, and the reported times seem > unusually long. Are you running on an unusually slow system? > > If so, you could try setting the environment variable > GO_TEST_TIMEOUT_SCALE=4 (or some other values) to tell the tests that > your system is slow. > > Ian >
Thanks Ian that resulted in a considerable improvement however still failing tin the time test --- FAIL: TestTicker (3.40s) tick_test.go:79: saw 5 errors tick_test.go:37: 10 20ms ticks took 800.863193ms, expected [240ms,360ms] tick_test.go:37: 10 20ms ticks took 796.845457ms, expected [240ms,360ms] tick_test.go:37: 10 20ms ticks took 700.044069ms, expected [240ms,360ms] tick_test.go:37: 10 20ms ticks took 599.839176ms, expected [240ms,360ms] tick_test.go:37: 10 20ms ticks took 499.717239ms, expected [240ms,360ms] FAIL FAIL time 15.827s -- 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/c051abb7-3719-46e3-b647-9747378a88b3o%40googlegroups.com.