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/cgo/internal/test.test: build errors due to new C warnings on openbsd builders #63737

Open
gopherbot opened this issue Oct 25, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-OpenBSD

Comments

@gopherbot
Copy link

gopherbot commented Oct 25, 2023

#!watchflakes
post <- goos == "openbsd" && `warning: rand\(\) may return deterministic values`

Issue created automatically to collect these failures.

Example (log):

test.go:251 (/_/GOROOT/src/cmd/cgo/internal/test/test.go:251)(/home/gopher/build/tmp/go-link-3434848293/000011.o:(testSendSIG)): warning: rand() may return deterministic values, is that what you want?
test.go:633 (/_/GOROOT/src/cmd/cgo/internal/test/test.go:633)(/home/gopher/build/tmp/go-link-3434848293/000011.o:(issue12030conv)): warning: sprintf() is often misused, please use snprintf()

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 Oct 25, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/cgo/internal/test.test" && test == ""
2023-10-18 14:06 openbsd-arm64-jsing go@045ce51b cmd/cgo/internal/test.test [build] (log)
test.go:251 (/_/GOROOT/src/cmd/cgo/internal/test/test.go:251)(/home/gopher/build/tmp/go-link-3434848293/000011.o:(testSendSIG)): warning: rand() may return deterministic values, is that what you want?
test.go:633 (/_/GOROOT/src/cmd/cgo/internal/test/test.go:633)(/home/gopher/build/tmp/go-link-3434848293/000011.o:(issue12030conv)): warning: sprintf() is often misused, please use snprintf()

watchflakes

@bcmills bcmills changed the title cmd/cgo/internal/test.test: unrecognized failures cmd/cgo/internal/test.test: build errors due to new C warnings on openbsd builders Oct 25, 2023
@bcmills
Copy link
Contributor

bcmills commented Oct 25, 2023

(attn @4a6f656c @golang/openbsd)

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. OS-OpenBSD
Projects
Status: No status
Development

No branches or pull requests

2 participants