Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/compile: panic due to undocumented gotypesalias GODEBUG in types2 #64177

Open
gopherbot opened this issue Nov 15, 2023 · 9 comments
Open
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Nov 15, 2023

#!watchflakes
post <- log ~ `Value of name not listed in godebugs.All: gotypesalias`

Issue created automatically to collect these failures.

Example (log):

<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x881d0db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x882f6db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 15, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "oauth2" && section == "Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1." && test == ""
2023-11-08 20:28 freebsd-riscv64-unmatched oauth2@e067960a go@30de0b5e (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x881d0db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x882f6db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Nov 15, 2023

Fixed by https://go.dev/cl/542135

@bcmills bcmills closed this as completed Nov 15, 2023
@bcmills bcmills removed OS-FreeBSD arch-riscv Issues solely affecting the riscv64 architecture. labels Nov 15, 2023
@bcmills bcmills added this to the Go1.22 milestone Nov 15, 2023
@bcmills bcmills changed the title Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.: unrecognized failures cmd/compile: panic due to undocumented gotypesalias GODEBUG in types2 Nov 15, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- log ~ `Value of name not listed in godebugs.All: gotypesalias`
2023-10-11 14:13 freebsd-riscv64-unmatched arch@a6bdeed4 go@31f0af1e (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88444db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x882f6db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/noder/unified.go:172 +0xc8
bootstrap/cmd/compile/internal/noder.LoadPackage({0x880b8130, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/noder/noder.go:77 +0x3fc
bootstrap/cmd/compile/internal/gc.Main(0x763b70)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/gc/main.go:197 +0xacc
main.main()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/main.go:57 +0x118


go tool dist: FAILED: /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/tool/freebsd_riscv64/compile -std -pack -o /tmp/workdir-host-freebsd-riscv64-unmatched/tmp/go-tool-dist-1938960574/internal/coverage/rtcov/_go_.a -p internal/coverage/rtcov -importcfg /tmp/workdir-host-freebsd-riscv64-unmatched/tmp/go-tool-dist-1938960574/internal/coverage/rtcov/importcfg /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/coverage/rtcov/rtcov.go: exit status 2
2023-10-18 12:53 freebsd-riscv64-unmatched review@8be3abfe go@30de0b5e (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x882f6db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x881d0db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
2023-10-18 12:53 freebsd-riscv64-unmatched review@8be3abfe go@773039ed (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x881c2db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x881c0db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
2023-10-18 12:53 freebsd-riscv64-unmatched review@8be3abfe go@7a6ddbb4 (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88376db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88152db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
2023-10-18 12:53 freebsd-riscv64-unmatched review@8be3abfe go@50034e9f (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x881d2db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88376db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
2023-11-07 19:04 freebsd-riscv64-unmatched image@445ab0e7 go@30de0b5e (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88232db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88376db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
2023-11-08 19:35 openbsd-riscv64-jsing net@fbaf4127 go@31f0af1e (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/gopher/build/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x4a00c?, 0x1000000?}, {0x72bbc9, 0x9}, {0xec1b8e28, 0x1, 0x1})
	/home/gopher/build/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/gopher/build/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/gopher/build/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x4a00c?, 0x1000000?}, {0x72bbc9, 0x9}, {0xb03f0e28, 0x1, 0x1})
	/home/gopher/build/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/gopher/build/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/home/gopher/build/go/src/cmd/compile/internal/noder/unified.go:172 +0xc8
bootstrap/cmd/compile/internal/noder.LoadPackage({0xa801c1d0, 0x1, 0x1})
	/home/gopher/build/go/src/cmd/compile/internal/noder/noder.go:77 +0x3fc
bootstrap/cmd/compile/internal/gc.Main(0x763ea0)
	/home/gopher/build/go/src/cmd/compile/internal/gc/main.go:197 +0xacc
main.main()
	/home/gopher/build/go/src/cmd/compile/main.go:57 +0x118


go tool dist: FAILED: /home/gopher/build/go/pkg/tool/openbsd_riscv64/compile -std -pack -o /home/gopher/build/tmp/go-tool-dist-4226701140/internal/godebugs/_go_.a -p internal/godebugs -importcfg /home/gopher/build/tmp/go-tool-dist-4226701140/internal/godebugs/importcfg /home/gopher/build/go/src/internal/godebugs/table.go: exit status 2
2023-11-08 21:52 freebsd-riscv64-unmatched benchmarks@444331c9 go@773039ed (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88376db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88376db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
2023-11-10 18:40 freebsd-riscv64-unmatched debug@a36bd794 go@30de0b5e (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88376db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x882f6db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
2023-11-10 18:40 freebsd-riscv64-unmatched debug@a36bd794 go@773039ed (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x881d0db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88150db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
2023-11-10 18:40 freebsd-riscv64-unmatched debug@a36bd794 go@dd88f23a (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x880f4db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88376db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- log ~ `Value of name not listed in godebugs.All: gotypesalias`
2023-11-10 21:13 freebsd-riscv64-unmatched pkgsite@545ce2ad go@30de0b5e (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88150db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea74?, 0x0?}, {0x72baa9, 0x9}, {0x88376db8, 0x1, 0x1})
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory
go tool dist: open /tmp/workdir-host-freebsd-riscv64-unmatched/go/pkg/freebsd_riscv64: no such file or directory

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- log ~ `Value of name not listed in godebugs.All: gotypesalias`
2024-04-11 16:37 linux-loong64-3a5000 sys@27dc90bc go@15cec430 (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/usr/lib/go-linux-loong64-bootstrap/src/runtime/debug/stack.go:24 +0x98
bootstrap/cmd/compile/internal/base.FatalfAt({0x0, 0x0}, {0x84ee0e, 0x9}, {0xc0001dee60, 0x1, 0x1})
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:225 +0x2c4
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/usr/lib/go-linux-loong64-bootstrap/src/runtime/debug/stack.go:24 +0x98
bootstrap/cmd/compile/internal/base.FatalfAt({0x0, 0x0}, {0x84ee0e, 0x9}, {0xc00015ee60, 0x1, 0x1})
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:225 +0x2c4
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...

go tool dist: FAILED: /tmp/workdir-host-linux-loong64-3a5000/go/pkg/tool/linux_loong64/compile -std -pack -o /tmp/workdir-host-linux-loong64-3a5000/tmp/go-tool-dist-4191417993/internal/goos/_go_.a -p internal/goos -importcfg /tmp/workdir-host-linux-loong64-3a5000/tmp/go-tool-dist-4191417993/internal/goos/importcfg /tmp/workdir-host-linux-loong64-3a5000/go/src/internal/goos/goos.go /tmp/workdir-host-linux-loong64-3a5000/go/src/internal/goos/unix.go /tmp/workdir-host-linux-loong64-3a5000/go/src/internal/goos/zgoos_linux.go: exit status 2
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
2024-04-16 22:18 linux-loong64-3a5000 sys@9a285247 go@15cec430 (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/usr/lib/go-linux-loong64-bootstrap/src/runtime/debug/stack.go:24 +0x98
bootstrap/cmd/compile/internal/base.FatalfAt({0x0, 0x0}, {0x84ee0e, 0x9}, {0xc000316e60, 0x1, 0x1})
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:225 +0x2c4
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/usr/lib/go-linux-loong64-bootstrap/src/runtime/debug/stack.go:24 +0x98
bootstrap/cmd/compile/internal/base.FatalfAt({0x0, 0x0}, {0x84ee0e, 0x9}, {0xc0001cee60, 0x1, 0x1})
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:225 +0x2c4
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/noder/unified.go:180 +0xc0
bootstrap/cmd/compile/internal/noder.LoadPackage({0xc0000ba130, 0x1, 0x1})
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/noder/noder.go:77 +0x4c0
bootstrap/cmd/compile/internal/gc.Main(0x887940)
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/gc/main.go:197 +0xc4c
main.main()
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/main.go:57 +0x174


go tool dist: FAILED: /tmp/workdir-host-linux-loong64-3a5000/go/pkg/tool/linux_loong64/compile -std -pack -o /tmp/workdir-host-linux-loong64-3a5000/tmp/go-tool-dist-2523872667/internal/godebugs/_go_.a -p internal/godebugs -importcfg /tmp/workdir-host-linux-loong64-3a5000/tmp/go-tool-dist-2523872667/internal/godebugs/importcfg /tmp/workdir-host-linux-loong64-3a5000/go/src/internal/godebugs/table.go: exit status 2

watchflakes

@gopherbot gopherbot reopened this Apr 16, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- log ~ `Value of name not listed in godebugs.All: gotypesalias`
2024-04-05 22:25 x_oauth2-gotip-linux-ppc64_power10 oauth2@e11eea88 go@5bb4f494 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/ppc64)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x0?, 0x20cbc?}, {0x7aefdc, 0x9}, {0xc0000e2c78, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x250
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x0?, 0x20cbc?}, {0x7aefdc, 0x9}, {0xc0000e2c78, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x250
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
bootstrap/cmd/compile/internal/noder.LoadPackage({0xc000134090, 0x3, 0x3})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/noder.go:77 +0x434
bootstrap/cmd/compile/internal/gc.Main(0x7e81f0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/gc/main.go:197 +0xc38
main.main()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/main.go:57 +0x124


go tool dist: FAILED: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_ppc64/compile -std -pack -o /home/swarming/.swarming/w/ir/x/t/go-tool-dist-3940849232/internal/goarch/_go_.a -p internal/goarch -importcfg /home/swarming/.swarming/w/ir/x/t/go-tool-dist-3940849232/internal/goarch/importcfg /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goarch/goarch.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goarch/goarch_ppc64.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goarch/zgoarch_ppc64.go: exit status 2
fatal error: 
2024-04-05 22:25 x_oauth2-gotip-linux-ppc64le_power10 oauth2@e11eea88 go@5bb4f494 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/ppc64le)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x210fc?, 0x0?}, {0x79efc3, 0x9}, {0xc0000e2c88, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x250
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x210fc?, 0x0?}, {0x79efc3, 0x9}, {0xc0000e2c88, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x250
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_ppc64le: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_ppc64le: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_ppc64le: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_ppc64le: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_ppc64le: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_ppc64le: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_ppc64le: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_ppc64le: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_ppc64le: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_ppc64le: no such file or directory
2024-04-05 22:25 x_oauth2-gotip-linux-ppc64le_power8 oauth2@e11eea88 go@5bb4f494 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/ppc64le)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x2133c?, 0x0?}, {0x79efbb, 0x9}, {0xc0000aec80, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x270
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x2133c?, 0x0?}, {0x79efbb, 0x9}, {0xc0000ecc80, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x270
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/unified.go:180 +0xf4
bootstrap/cmd/compile/internal/noder.LoadPackage({0xc00001e150, 0x3, 0x3})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/noder.go:77 +0x468
bootstrap/cmd/compile/internal/gc.Main(0x7d7ff0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/gc/main.go:197 +0xce0
main.main()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/main.go:57 +0x134


go tool dist: FAILED: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_ppc64le/compile -std -pack -o /home/swarming/.swarming/w/ir/x/t/go-tool-dist-220802526/internal/goos/_go_.a -p internal/goos -importcfg /home/swarming/.swarming/w/ir/x/t/go-tool-dist-220802526/internal/goos/importcfg /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goos/goos.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goos/unix.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goos/zgoos_linux.go: exit status 2
2024-04-05 22:25 x_oauth2-gotip-linux-ppc64le_power9 oauth2@e11eea88 go@5bb4f494 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/ppc64le)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x212ec?, 0x0?}, {0x78efbb, 0x9}, {0xc0000eac80, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x270
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x212ec?, 0x0?}, {0x78efbb, 0x9}, {0xc0000aec80, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x270
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/unified.go:180 +0xf4
bootstrap/cmd/compile/internal/noder.LoadPackage({0xc00001e150, 0x3, 0x3})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/noder.go:77 +0x458
bootstrap/cmd/compile/internal/gc.Main(0x7c7fe8)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/gc/main.go:197 +0xcbc
main.main()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/main.go:57 +0x134


go tool dist: FAILED: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_ppc64le/compile -std -pack -o /home/swarming/.swarming/w/ir/x/t/go-tool-dist-468023985/internal/goos/_go_.a -p internal/goos -importcfg /home/swarming/.swarming/w/ir/x/t/go-tool-dist-468023985/internal/goos/importcfg /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goos/goos.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goos/unix.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goos/zgoos_linux.go: exit status 2
2024-04-05 22:25 x_oauth2-gotip-solaris-amd64 oauth2@e11eea88 go@c51f6c62 [build] (log)
Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x44ae80?, 0xc0?}, {0xbc21c8, 0x9}, {0xc00044ae58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x1b4e80?, 0xc0?}, {0xbc21c8, 0x9}, {0xc0001b4e58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
2024-04-11 16:37 x_sys-gotip-linux-ppc64_power10 sys@27dc90bc go@15cec430 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/ppc64)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x0?, 0x20cbc?}, {0x7aefdc, 0x9}, {0xc00012ec78, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x250
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x0?, 0x20cbc?}, {0x7aefdc, 0x9}, {0xc00012ec78, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x250
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/unified.go:180 +0xd4
bootstrap/cmd/compile/internal/noder.LoadPackage({0xc0000c4090, 0x3, 0x3})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/noder.go:77 +0x434
bootstrap/cmd/compile/internal/gc.Main(0x7e81f0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/gc/main.go:197 +0xc38
main.main()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/main.go:57 +0x124


go tool dist: FAILED: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_ppc64/compile -std -pack -o /home/swarming/.swarming/w/ir/x/t/go-tool-dist-3437664821/internal/goos/_go_.a -p internal/goos -importcfg /home/swarming/.swarming/w/ir/x/t/go-tool-dist-3437664821/internal/goos/importcfg /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goos/goos.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goos/unix.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goos/zgoos_linux.go: exit status 2
2024-04-11 16:37 x_sys-gotip-linux-ppc64_power8 sys@27dc90bc go@15cec430 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/ppc64)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x0?, 0x20ddc?}, {0x79efdc, 0x9}, {0xc000154c70, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x270
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x0?, 0x20ddc?}, {0x79efdc, 0x9}, {0xc0001dac70, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x270
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/unified.go:180 +0xf4
bootstrap/cmd/compile/internal/noder.LoadPackage({0xc0000a6130, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/noder.go:77 +0x468
bootstrap/cmd/compile/internal/gc.Main(0x7d81f0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/gc/main.go:197 +0xce0
main.main()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/main.go:57 +0x134


go tool dist: FAILED: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_ppc64/compile -std -pack -o /home/swarming/.swarming/w/ir/x/t/go-tool-dist-3813165041/internal/godebugs/_go_.a -p internal/godebugs -importcfg /home/swarming/.swarming/w/ir/x/t/go-tool-dist-3813165041/internal/godebugs/importcfg /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/godebugs/table.go: exit status 2
2024-04-11 16:37 x_sys-gotip-linux-ppc64le_power10 sys@27dc90bc go@15cec430 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/ppc64le)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x210fc?, 0x0?}, {0x79efc3, 0x9}, {0xc000138c88, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x250
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x210fc?, 0x0?}, {0x79efc3, 0x9}, {0xc0000bec88, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x250
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/unified.go:180 +0xd4
bootstrap/cmd/compile/internal/noder.LoadPackage({0xc0000ba130, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/noder.go:77 +0x434
bootstrap/cmd/compile/internal/gc.Main(0x7d7ff0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/gc/main.go:197 +0xc38
main.main()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/main.go:57 +0x124


go tool dist: FAILED: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_ppc64le/compile -std -pack -o /home/swarming/.swarming/w/ir/x/t/go-tool-dist-3009439908/internal/coverage/rtcov/_go_.a -p internal/coverage/rtcov -importcfg /home/swarming/.swarming/w/ir/x/t/go-tool-dist-3009439908/internal/coverage/rtcov/importcfg /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/coverage/rtcov/rtcov.go: exit status 2
2024-04-11 16:37 x_sys-gotip-linux-ppc64le_power8 sys@27dc90bc go@15cec430 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/ppc64le)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x2133c?, 0x0?}, {0x79efbb, 0x9}, {0xc00015cc80, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x270
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x2133c?, 0x0?}, {0x79efbb, 0x9}, {0xc00015ac80, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x270
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/unified.go:180 +0xf4
bootstrap/cmd/compile/internal/noder.LoadPackage({0xc00001e1d0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/noder.go:77 +0x468
bootstrap/cmd/compile/internal/gc.Main(0x7d7ff0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/gc/main.go:197 +0xce0
main.main()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/main.go:57 +0x134


go tool dist: FAILED: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_ppc64le/compile -std -pack -o /home/swarming/.swarming/w/ir/x/t/go-tool-dist-521609782/internal/coverage/rtcov/_go_.a -p internal/coverage/rtcov -importcfg /home/swarming/.swarming/w/ir/x/t/go-tool-dist-521609782/internal/coverage/rtcov/importcfg /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/coverage/rtcov/rtcov.go: exit status 2
2024-04-11 16:37 x_sys-gotip-linux-ppc64le_power9 sys@27dc90bc go@15cec430 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/ppc64le)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x212ec?, 0x0?}, {0x78efbb, 0x9}, {0xc0000bec80, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x270
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x212ec?, 0x0?}, {0x78efbb, 0x9}, {0xc0000c0c80, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x270
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/unified.go:180 +0xf4
bootstrap/cmd/compile/internal/noder.LoadPackage({0xc00001e150, 0x3, 0x3})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/noder.go:77 +0x458
bootstrap/cmd/compile/internal/gc.Main(0x7c7fe8)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/gc/main.go:197 +0xcbc
main.main()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/main.go:57 +0x134


go tool dist: FAILED: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_ppc64le/compile -std -pack -o /home/swarming/.swarming/w/ir/x/t/go-tool-dist-4127956576/internal/goarch/_go_.a -p internal/goarch -importcfg /home/swarming/.swarming/w/ir/x/t/go-tool-dist-4127956576/internal/goarch/importcfg /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goarch/goarch.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goarch/goarch_ppc64le.go /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/goarch/zgoarch_ppc64le.go: exit status 2
2024-04-11 16:37 x_sys-gotip-solaris-amd64 sys@27dc90bc go@15cec430 [build] (log)
Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x160e80?, 0xc0?}, {0xbc1148, 0x9}, {0xc000160e58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x426e80?, 0xc0?}, {0xbc1148, 0x9}, {0xc000426e58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
2024-04-16 19:53 x_tools-gotip-solaris-amd64 tools@3f74dc58 go@5bb4f494 [build] (log)
Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x2b2e80?, 0xc0?}, {0xbc1148, 0x9}, {0xc0002b2e58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x1b6e80?, 0xc0?}, {0xbc1148, 0x9}, {0xc0001b6e58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
2024-04-16 21:06 gotip-solaris-amd64 go@15cec430 [build] (log)
Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x426e80?, 0xc0?}, {0xbc1148, 0x9}, {0xc000426e58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x2b2e80?, 0xc0?}, {0xbc1148, 0x9}, {0xc0002b2e58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
fatal error: internal error: exit hook invoked exit
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
2024-04-16 22:41 gotip-solaris-amd64 go@c51f6c62 [build] (log)
Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x44ae80?, 0xc0?}, {0xbc21c8, 0x9}, {0xc00044ae58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x234e80?, 0xc0?}, {0xbc21c8, 0x9}, {0xc000234e58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
2024-04-17 14:04 gotip-solaris-amd64 go@5bb4f494 [build] (log)
Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x234e80?, 0xc0?}, {0xbc1148, 0x9}, {0xc000234e58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x5e
bootstrap/cmd/compile/internal/base.FatalfAt({0x446e80?, 0xc0?}, {0xbc1148, 0x9}, {0xc000446e58, 0x1, 0x1})
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x1d7
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory
go tool dist: open /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/solaris_amd64: no such file or directory

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- log ~ `Value of name not listed in godebugs.All: gotypesalias`
2024-04-16 21:06 linux-loong64-3a5000 go@15cec430 (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/usr/lib/go-linux-loong64-bootstrap/src/runtime/debug/stack.go:24 +0x98
bootstrap/cmd/compile/internal/base.FatalfAt({0x0, 0x0}, {0x84ee0e, 0x9}, {0xc000386e60, 0x1, 0x1})
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:225 +0x2c4
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/usr/lib/go-linux-loong64-bootstrap/src/runtime/debug/stack.go:24 +0x98
bootstrap/cmd/compile/internal/base.FatalfAt({0x0, 0x0}, {0x84ee0e, 0x9}, {0xc000306e60, 0x1, 0x1})
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:225 +0x2c4
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
main.main()
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/main.go:57 +0x174


go tool dist: FAILED: /tmp/workdir-host-linux-loong64-3a5000/go/pkg/tool/linux_loong64/compile -std -pack -o /tmp/workdir-host-linux-loong64-3a5000/tmp/go-tool-dist-638724717/internal/goarch/_go_.a -p internal/goarch -importcfg /tmp/workdir-host-linux-loong64-3a5000/tmp/go-tool-dist-638724717/internal/goarch/importcfg /tmp/workdir-host-linux-loong64-3a5000/go/src/internal/goarch/goarch.go /tmp/workdir-host-linux-loong64-3a5000/go/src/internal/goarch/goarch_loong64.go /tmp/workdir-host-linux-loong64-3a5000/go/src/internal/goarch/zgoarch_loong64.go: exit status 2
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
2024-04-16 22:41 linux-loong64-3a5000 go@c51f6c62 (log)
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/usr/lib/go-linux-loong64-bootstrap/src/runtime/debug/stack.go:24 +0x98
bootstrap/cmd/compile/internal/base.FatalfAt({0x0, 0x0}, {0x84ee8e, 0x9}, {0xc000386e60, 0x1, 0x1})
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:225 +0x2c4
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/usr/lib/go-linux-loong64-bootstrap/src/runtime/debug/stack.go:24 +0x98
bootstrap/cmd/compile/internal/base.FatalfAt({0x0, 0x0}, {0x84ee8e, 0x9}, {0xc000306e60, 0x1, 0x1})
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:225 +0x2c4
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/tmp/workdir-host-linux-loong64-3a5000/go/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory
go tool dist: open /tmp/workdir-host-linux-loong64-3a5000/go/pkg/linux_loong64: no such file or directory

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- log ~ `Value of name not listed in godebugs.All: gotypesalias`
2024-04-05 22:25 x_oauth2-gotip-linux-riscv64 oauth2@e11eea88 go@5bb4f494 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/riscv64)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f541d4dd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f64386dd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/unified.go:180 +0xc8
bootstrap/cmd/compile/internal/noder.LoadPackage({0x3f380ba130, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/noder/noder.go:77 +0x3fc
bootstrap/cmd/compile/internal/gc.Main(0x777ec8)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/gc/main.go:197 +0xacc
main.main()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/main.go:57 +0x118


go tool dist: FAILED: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_riscv64/compile -std -pack -o /home/swarming/.swarming/w/ir/x/t/go-tool-dist-2578595457/internal/godebugs/_go_.a -p internal/godebugs -importcfg /home/swarming/.swarming/w/ir/x/t/go-tool-dist-2578595457/internal/godebugs/importcfg /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/godebugs/table.go: exit status 2
2024-04-16 16:00 x_debug-gotip-linux-riscv64 debug@598fefaa go@4742c52e [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/riscv64)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f70386dd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f40154dd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
2024-04-17 15:14 x_tools-gotip-linux-riscv64 tools@f4888c51 go@5bb4f494 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/riscv64)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f5c390dd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f70386dd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
2024-04-17 15:37 x_tools-gotip-linux-riscv64 tools@37355859 go@f367fea8 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/riscv64)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f441ccdd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f68316dd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
2024-04-17 18:10 x_tools-gotip-linux-riscv64 tools@c17402c8 go@334ce510 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/riscv64)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f4c1d4dd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f6c41cdd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- log ~ `Value of name not listed in godebugs.All: gotypesalias`
2024-04-15 20:43 x_net-gotip-linux-riscv64 net@0a24555f go@334ce510 [build] (log)
Building Go cmd/dist using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 linux/riscv64)
Building Go toolchain1 using /home/swarming/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f50386dd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
...
<unknown line number>: internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias

goroutine 1 [running]:
runtime/debug.Stack()
	/home/swarming/.swarming/w/ir/cache/tools/go_bootstrap/src/runtime/debug/stack.go:24 +0x6c
bootstrap/cmd/compile/internal/base.FatalfAt({0x1ea0c?, 0x0?}, {0x73ed84, 0x9}, {0x3f3815cdd0, 0x1, 0x1})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:225 +0x23c
bootstrap/cmd/compile/internal/base.Fatalf(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/compile/internal/base/print.go:194
bootstrap/cmd/compile/internal/gc.handlePanic()
...
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory
go tool dist: open /home/swarming/.swarming/w/ir/x/w/goroot/pkg/linux_riscv64: no such file or directory

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

3 participants