Skip to content

x/tools: Windows build OOM crash #70556

Open
@gopherbot

Description

@gopherbot
#!watchflakes
default <- pkg == "golang.org/x/tools/go/callgraph/vta" && test == "" && goos == "windows"

Issue created automatically to collect these failures.

Example (log):

PASS
ok  	golang.org/x/tools/go/callgraph/vta	14.936s

watchflakes

Activity

added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Nov 25, 2024
gopherbot

gopherbot commented on Nov 25, 2024

@gopherbot
ContributorAuthor

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/go/callgraph/vta" && test == ""
2024-11-22 23:40 x_tools-gotip-windows-arm64 tools@51e54e89 go@c1a0ee37 x/tools/go/callgraph/vta [ABORT] (log)
PASS
ok  	golang.org/x/tools/go/callgraph/vta	14.936s

watchflakes

added
ToolsThis label describes issues relating to any tools in the x/tools repository.
on Nov 25, 2024
added this to the Unreleased milestone on Nov 25, 2024
changed the title [-]x/tools/go/callgraph/vta: unrecognized failures[/-] [+]x/tools: Windows build OOM crash[/+] on Nov 25, 2024
adonovan

adonovan commented on Nov 25, 2024

@adonovan
Member

The Windows build ran out of memory and go test crashed (see #70558), but the real problem is likely that our tests (VTA, SSA, etc) use too much memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    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.

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      x/tools: Windows build OOM crash · Issue #70556 · golang/go