Your C compilation system is messed up. Make sure you can compile C and C++ programs first. You might need to install gcc, for example.
On Wednesday, October 15, 2025 at 8:01:04 PM UTC+1 Abdullah wrote: > using* (go1.25.3 linux/amd64) *for building > when running *./all.bash *from *src *many tests are failing due to being > *timed out.*I didn't change anything in code > Source Code <https://go.googlesource.com/go> > > ##### Test execution environment. > # GOARCH: amd64 > # CPU: Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz > # GOOS: linux > # OS Version: Linux 6.14.0-33-generic #33~24.04.1-Ubuntu SMP > PREEMPT_DYNAMIC Fri Sep 19 17:02:30 UTC 2 x86_64 > > > *Failed Tests:*panic: test timed out after 9m0s > running tests: > TestCgoPprofThread (20s) > TestCgoPprofThreadNoTraceback (20s) > TestFakeTime (2m49s) > TestMemmoveOverflow (22s) > > FAIL runtime 542.646s > FAIL cmd/cgo/internal/testsanitizers 532.495s > FAIL cmd/compile/internal/ssa 534.101s > > -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/0b6328f6-6169-41a1-bb15-c763af4eefc9n%40googlegroups.com.
