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

runtime/cgo: unrecognized failures #62580

Closed
gopherbot opened this issue Sep 11, 2023 · 3 comments
Closed

runtime/cgo: unrecognized failures #62580

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

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "runtime/cgo" && test == ""

Issue created automatically to collect these failures.

Example (log):

_cgo_export.c:9:32: error: unknown warning group '-Wunaligned-access', ignored [-Werror,-Wunknown-warning-option]
go tool dist: FAILED: /tmp/workdir-host-freebsd-arm-paulzhol/go/pkg/tool/freebsd_arm/go_bootstrap install std: exit status 1

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 Sep 11, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime/cgo" && test == ""
2023-09-08 18:06 freebsd-arm-paulzhol sys@4848eb04 go@2fe2f085 runtime/cgo [build] (log)
_cgo_export.c:9:32: error: unknown warning group '-Wunaligned-access', ignored [-Werror,-Wunknown-warning-option]
go tool dist: FAILED: /tmp/workdir-host-freebsd-arm-paulzhol/go/pkg/tool/freebsd_arm/go_bootstrap install std: exit status 1
2023-09-08 18:06 openbsd-arm64-jsing sys@4848eb04 go@2fe2f085 runtime/cgo [build] (log)
_cgo_export.c:9:32: error: unknown warning group '-Wunaligned-access', ignored [-Werror,-Wunknown-warning-option]
go tool dist: FAILED: /home/gopher/build/go/pkg/tool/openbsd_arm64/go_bootstrap install std: exit status 1

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Sep 11, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime/cgo" && test == ""
2023-09-08 20:44 openbsd-arm64-jsing net@217377b6 go@2fe2f085 runtime/cgo [build] (log)
_cgo_export.c:9:32: error: unknown warning group '-Wunaligned-access', ignored [-Werror,-Wunknown-warning-option]
go tool dist: FAILED: /home/gopher/build/go/pkg/tool/openbsd_arm64/go_bootstrap install std: exit status 1

watchflakes

@ianlancetaylor
Copy link
Contributor

The problem was introduced by CL 526915 and reverted in CL 526978.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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