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

build: build failure on x_tools-go1.22-darwin-amd64-longtest #65979

Open
gopherbot opened this issue Feb 27, 2024 · 3 comments
Open

build: build failure on x_tools-go1.22-darwin-amd64-longtest #65979

gopherbot opened this issue Feb 27, 2024 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) 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 <- builder == "x_tools-go1.22-darwin-amd64-longtest" && repo == "tools" && mode == "build"

Issue created automatically to collect these failures.

Example (log):

ERROR: rpc error: code = NotFound desc = stream path not found

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 Feb 27, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "x_tools-go1.22-darwin-amd64-longtest" && repo == "tools" && mode == "build"
2024-02-26 21:13 x_tools-go1.22-darwin-amd64-longtest tools@9b589093 release-branch.go1.22@6cbe522f [build] (log)
ERROR: rpc error: code = NotFound desc = stream path not found

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Feb 28, 2024

Looks like a LUCI infrastructure problem?
(attn @mknyszek @dmitshur)

@bcmills bcmills added compiler/runtime Issues related to the Go compiler and/or runtime. Builders x/build issues (builders, bots, dashboards) and removed compiler/runtime Issues related to the Go compiler and/or runtime. labels Feb 28, 2024
@mknyszek
Copy link
Contributor

I think watchflakes is reporting this issue incorrectly, it should be mentioning the "signal: killed" error instead.

It's not really clear to me what went wrong here. It looks like the command failed immediately (8 ms of execution time before failure) which suggests that it's not go test failing but a tool that's part of the infrastructure (possibly rdb or result_adapter, though I suppose it could get to go test in 8 ms). I've been meaning to break out the tool invocations from the test invocation, which would allow us to mark this correctly as an infra failure, but it's annoying to do so because it's all structured as wrapper commands.

Anyway, it seems the subprocess got so forcefully killed that it's hard to say what went wrong. Out of memory perhaps? Or a Darwin bug?

Lastly, I'll point out that this ran on a canary version of LUCI, which might be interesting, but I think a subprocess getting killed like this seems unlikely to occur from that. Specifically, we fetch the tools we wrap tests with ourselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

3 participants