The aix-ppc64 builder has started to fail on build.golang.org continuously since b1a48af or 55ec518. The errors look like:
fatal error: addr range base and limit are not in the same memory segment
It's unclear to me if one of the CLs has started to cause this, or if the builder has a problem. Needs investigation.
Edit: @mknyszek has narrowed it down, see comment below.
Previously, a flaky failure in net/http made it harder to tell where the problem was:
--- FAIL: TestServerSetKeepAlivesEnabledClosesConns (2.08s)
serve_test.go:5513: idle count after SetKeepAlivesEnabled called = 1; want 0
FAIL
FAIL net/http 8.191s
/cc @trex58 @mknyszek @mvdan
The
aix-ppc64builder has started to fail on build.golang.org continuously sinceb1a48af or55ec518. The errors look like:It's unclear to me if one of the CLs has started to cause this, or if the builder has a problem. Needs investigation.Edit: @mknyszek has narrowed it down, see comment below.
Previously, a flaky failure in net/http made it harder to tell where the problem was:
/cc @trex58 @mknyszek @mvdan