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

all: test failures with EBADF from fork/exec on NetBSD #63444

Open
gopherbot opened this issue Oct 8, 2023 · 4 comments
Open

all: test failures with EBADF from fork/exec on NetBSD #63444

gopherbot opened this issue Oct 8, 2023 · 4 comments
Labels
arch-arm Issues solely affecting the 32-bit arm architecture. 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. OS-NetBSD
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Oct 8, 2023

#!watchflakes
post <- goos == "netbsd" && log ~ `fork/exec .*: bad file descriptor`

Issue created automatically to collect these failures.

Example (log):

fork/exec /var/gobuilder/buildlet/tmp/go-build1315313087/b144/syntax.test: bad file descriptor

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/syntax" && test == ""
2023-10-05 18:31 netbsd-arm-bsiegert go@31d5b604 cmd/compile/internal/syntax (log)
fork/exec /var/gobuilder/buildlet/tmp/go-build1315313087/b144/syntax.test: bad file descriptor

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Oct 9, 2023
@mknyszek mknyszek added OS-NetBSD arch-arm Issues solely affecting the 32-bit arm architecture. labels Oct 11, 2023
@mknyszek mknyszek added this to the Backlog milestone Oct 11, 2023
@mknyszek
Copy link
Contributor

This seems like a NetBSD-specific problem at face value, just given that it's a file descriptor issue at fork/exec time. Leaving the issue open to gather more data.

CC @golang/netbsd

@bcmills
Copy link
Contributor

bcmills commented Oct 13, 2023

Leaving the issue open to gather more data.

I've updated the watchflakes pattern to match failures of this form. (The default pattern filed by the tool is almost certainly not right for collecting this failure mode.)

@bcmills bcmills changed the title cmd/compile/internal/syntax: unrecognized failures all: test failures with EBADF from fork/exec Oct 13, 2023
@bcmills bcmills changed the title all: test failures with EBADF from fork/exec all: test failures with EBADF from fork/exec on NetBSD Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm Issues solely affecting the 32-bit arm architecture. 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. OS-NetBSD
Projects
Status: No status
Development

No branches or pull requests

3 participants