go: x/build: "fatal error: out of memory" on windows-arm64-11

#!watchflakes
post <- builder ~ `^windows-arm64.*` && `fatal error: .*(?:out of memory|cannot allocate memory|The paging file is too small|Insufficient system resources)`

greplogs --dashboard -md -l -e '(?ms)\Awindows-arm64.*^fatal error: out of memory' --since=2021-01-01

2022-02-04T14:02:15-25d2ab2-4afcc9f/windows-arm64-11

We may need to reconfigure the builder to either turn down the build/test parallelism or have more RAM available.

There is only one of these failures in the logs, but OTOH this builder has only ever run x/tools 12 times — so that’s an 8% failure rate for this repo so far. 😅

(attn @golang/release)

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Reactions: 2
  • Comments: 31 (25 by maintainers)

Commits related to this issue

Most upvoted comments

Tracking the new Microsoft-provided windows/arm64 builder in #53541, which will hopefully fix this issue.

I’m no longer sure this is a builder issue. I’m facing some OOM errors like this one runtime: VirtualAlloc of 274879168512 bytes failed with errno=1455 while running a test that shouldn’t need 274GB to run… There could be a problem in the runtime, will give it a try.

Tracking the new Microsoft-provided windows/arm64 builder in #53541, which will hopefully fix this issue.