Skip to content

all: umbrella issue for OOM on windows/arm64 builder #75417

@gopherbot

Description

@gopherbot
#!watchflakes
post <- goos == "windows" && goarch == "arm64" &&
  (`cannot allocate memory` || `VirtualAlloc` || `out of memory` ||
   `The paging file is too small for this operation to complete` ||
   `failed to create new OS thread` ||
    log ~ `cannot allocate memory` || log ~ `VirtualAlloc` || log ~ `out of memory` ||
    log ~ `The paging file is too small for this operation to complete` ||
    log ~ `failed to create new OS thread`)

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestPrepareRename
=== PAUSE TestPrepareRename
=== CONT  TestPrepareRename
    integration_test.go:728: gopls prepare_rename a.go:1:9: stderr does not match [can't rename package]; got <<fatal error: runtime: cannot allocate memory
        
        runtime stack:
        runtime.throw({0x7ff7fba95c60?, 0xffffffffffffee00?})
        	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:1094 +0x34 fp=0x13f7ff870 sp=0x13f7ff840 pc=0x7ff7facf9e34
        runtime.persistentalloc1(0x800, 0x7ff7fc6c90a0?, 0x7ff7fc710620)
        	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/malloc.go:1969 +0x28c fp=0x13f7ff8d0 sp=0x13f7ff870 pc=0x7ff7fac9948c
...
        honnef.co/go/tools/pattern.(*lexer).run(...)
        	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/honnef.co/go/tools@v0.7.0-0.dev.0.20250523013057-bbc2f4dd71ea/pattern/lexer.go:80
        honnef.co/go/tools/pattern.(*Parser).Parse.gowrap1()
        	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/honnef.co/go/tools@v0.7.0-0.dev.0.20250523013057-bbc2f4dd71ea/pattern/parser.go:373 +0x40 fp=0x4000279fd0 sp=0x4000279fb0 pc=0x7ff7fb1b2860
        runtime.goexit({})
        	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1268 +0x4 fp=0x4000279fd0 sp=0x4000279fd0 pc=0x7ff7fad02794
        created by honnef.co/go/tools/pattern.(*Parser).Parse in goroutine 1
        	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/honnef.co/go/tools@v0.7.0-0.dev.0.20250523013057-bbc2f4dd71ea/pattern/parser.go:373 +0x168
        >>
--- FAIL: TestPrepareRename (6.33s)

watchflakes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Buildersx/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-WindowsToolsThis label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions