Closed
Description
Since July 22, the runtime/trace tests are regularly failing on the Plan 9 builder.
http://build.golang.org/log/15f2a83855da9c8c7f55b590a285dc483f0fb986
Failed to schedule "go_test:runtime/trace" test after 3 tries.
It seems the Plan 9 builder runs out of memory when running the runtime/trace tests.
Moving the Plan 9 builder from a n1-highcpu-2 (1.8 GB) to a n1-highcpu-4 (3.8 GB)
machine seems to work around the issue.
We should figure out why the runtime/trace tests are using so much memory on Plan 9.