Skip to content

cmd/compile: ICE: unexpected types2.Invalid in noder.unified #79337

Description

@gopherbot
#!watchflakes
default <- pkg == "golang.org/x/tools/go/analysis/unitchecker" && test == "TestVetStdlib"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestVetStdlib
    vet_std_test.go:112: go vet std failed (exit status 1):
        # syscall [internal/cpu.test]
        <unknown line number>: internal compiler error: unexpected types2.Invalid
        
        goroutine 1 [running]:
        runtime/debug.Stack()
        	runtime/debug/stack.go:26 +0x5e
        cmd/compile/internal/base.FatalfAt({0xc193b040?, 0x1656?}, {0xe79c3cb, 0x19}, {0x0, 0x0, 0x0})
        	cmd/compile/internal/base/print.go:232 +0x18b
...
        cmd/compile/internal/noder.unified({0x0?, {0x0?, 0x0?}}, {0x1656c1298000?, 0xefe6708?, 0xf1a8678?})
        	cmd/compile/internal/noder/unified.go:204 +0xb6
        cmd/compile/internal/noder.LoadPackage({0x1656c0f444f8, 0x1e, 0x20})
        	cmd/compile/internal/noder/noder.go:76 +0x509
        cmd/compile/internal/gc.Main(0xf0e8300)
        	cmd/compile/internal/gc/main.go:217 +0xcca
        main.main()
        	cmd/compile/main.go:57 +0xf9
        
--- FAIL: TestVetStdlib (480.74s)

watchflakes

Metadata

Metadata

Assignees

Labels

AutomationIssues created by gopherbot or watchflakes automation.ToolsThis label describes issues relating to any tools in the x/tools repository.compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
In Progress
Status
Active

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions