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

Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.: unrecognized failures #64158

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

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- repo == "benchmarks" && section == "Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1." && test == ""

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}, {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()
...
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/noder/unified.go:172 +0xc8
bootstrap/cmd/compile/internal/noder.LoadPackage({0x880c6090, 0x12, 0x13})
	/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-3599303170/internal/goexperiment/_go_.a -p internal/goexperiment -importcfg /tmp/workdir-host-freebsd-riscv64-unmatched/tmp/go-tool-dist-3599303170/internal/goexperiment/importcfg /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_allocheaders_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_arenas_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_boringcrypto_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_cacheprog_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_cgocheck2_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_coverageredesign_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_exectracer2_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_fieldtrack_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_heapminimum512kib_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_loopvar_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_newinliner_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_pagetrace_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_preemptibleloops_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_rangefunc_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_regabiargs_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_regabiwrappers_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_staticlockranking_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/flags.go: exit status 2

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
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "benchmarks" && section == "Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1." && test == ""
2023-11-08 21:52 freebsd-riscv64-unmatched benchmarks@444331c9 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}, {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()
...
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/noder/unified.go:172 +0xc8
bootstrap/cmd/compile/internal/noder.LoadPackage({0x880c6090, 0x12, 0x13})
	/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-3599303170/internal/goexperiment/_go_.a -p internal/goexperiment -importcfg /tmp/workdir-host-freebsd-riscv64-unmatched/tmp/go-tool-dist-3599303170/internal/goexperiment/importcfg /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_allocheaders_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_arenas_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_boringcrypto_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_cacheprog_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_cgocheck2_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_coverageredesign_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_exectracer2_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_fieldtrack_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_heapminimum512kib_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_loopvar_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_newinliner_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_pagetrace_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_preemptibleloops_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_rangefunc_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_regabiargs_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_regabiwrappers_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/exp_staticlockranking_off.go /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/goexperiment/flags.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-08 21:52 freebsd-riscv64-unmatched benchmarks@444331c9 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}, {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()
...
<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()
...
	/tmp/workdir-host-freebsd-riscv64-unmatched/go/src/cmd/compile/internal/noder/unified.go:172 +0xc8
bootstrap/cmd/compile/internal/noder.LoadPackage({0x8801c1d0, 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-1279729543/internal/godebugs/_go_.a -p internal/godebugs -importcfg /tmp/workdir-host-freebsd-riscv64-unmatched/tmp/go-tool-dist-1279729543/internal/godebugs/importcfg /tmp/workdir-host-freebsd-riscv64-unmatched/go/src/internal/godebugs/table.go: exit status 2

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Nov 15, 2023

Duplicate of #64177

@bcmills bcmills marked this as a duplicate of #64177 Nov 15, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2023
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
None yet
Development

No branches or pull requests

2 participants