Closed
Description
The test log at https://build.golang.org/log/5f3ee279eff750a1e1fbb46a5866d993c36ca7a0 ends with the following output:
#####
Test "go_test:net" ran over 20m0s limit (20m0.036448368s)
That seems to imply that the test has deadlocked, but in order to diagnose the deadlock we need the goroutine dump, which is not present.
It is not obvious to me whether the lack of goroutine dump is a bug in the builder/buildlet sharding and logging path, in cmd/dist
, or in the runtime.
Probably we should start the investigation with the builders.