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

internal/goos: unrecognized failures #58257

Closed
gopherbot opened this issue Feb 2, 2023 · 2 comments
Closed

internal/goos: unrecognized failures #58257

gopherbot opened this issue Feb 2, 2023 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

gopherbot commented Feb 2, 2023

#!watchflakes
post <- builder ==  "linux-amd64-ssacheck" && `unknown debug key dclstack`

Issue created automatically to collect these failures.

Example (log):

invalid value "ssa/check/on,dclstack" for flag -d: unknown debug key dclstack

usage: compile [options] file.go...
  -%	debug non-static initializers
  -+	compiling runtime
  -B	disable bounds checking
  -C	disable printing of columns in error messages
  -D path
    	set relative path for local imports
  -E	debug symbol export
...
    	read symbol ABIs from file
  -t	enable tracing for debugging the compiler
  -traceprofile file
    	write an execution trace to file
  -trimpath prefix
    	remove prefix from recorded source file paths
  -v	increase debug verbosity
  -w	debug type checking
  -wb
    	enable write barrier (default true)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Feb 2, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "internal/goos" && test == ""
2023-01-26 21:56 linux-amd64-ssacheck go@13c70b12 internal/goos [build] (log)
invalid value "ssa/check/on,dclstack" for flag -d: unknown debug key dclstack

usage: compile [options] file.go...
  -%	debug non-static initializers
  -+	compiling runtime
  -B	disable bounds checking
  -C	disable printing of columns in error messages
  -D path
    	set relative path for local imports
  -E	debug symbol export
...
    	read symbol ABIs from file
  -t	enable tracing for debugging the compiler
  -traceprofile file
    	write an execution trace to file
  -trimpath prefix
    	remove prefix from recorded source file paths
  -v	increase debug verbosity
  -w	debug type checking
  -wb
    	enable write barrier (default true)

watchflakes

@cherrymui
Copy link
Member

Dup of #58104. Fixed now.

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2023
@golang golang locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge 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

2 participants