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

x/build: build failures due to printf(var) mistakes #69271

Closed
gopherbot opened this issue Sep 4, 2024 · 4 comments
Closed

x/build: build failures due to printf(var) mistakes #69271

gopherbot opened this issue Sep 4, 2024 · 4 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@gopherbot
Copy link
Contributor

gopherbot commented Sep 4, 2024

#!watchflakes
default <- pkg ~ `golang.org/x/build/(dashboard|internal/buildgo|internal/cloud|internal/relui)` && test == ""

Issue created automatically to collect these failures.

Example (log):

FAIL	golang.org/x/build/dashboard [build failed]

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 4, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/build/dashboard" && test == ""
2024-09-04 18:19 x_build-gotip-darwin-amd64-longtest build@79051a06 go@de0aafa3 x/build/dashboard (log)
FAIL	golang.org/x/build/dashboard [build failed]

watchflakes

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Sep 4, 2024
@gopherbot gopherbot added this to the Unreleased milestone Sep 4, 2024
@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Sep 5, 2024
@dmitshur
Copy link
Contributor

dmitshur commented Sep 5, 2024

Fixed in CL 610816.

@dmitshur dmitshur closed this as completed Sep 5, 2024
@dmitshur dmitshur changed the title x/build/dashboard: unrecognized failures x/build: build failures due to printf(var) mistakes Sep 5, 2024
@gopherbot

This comment was marked as resolved.

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg ~ `golang.org/x/build/(dashboard|internal/buildgo|internal/cloud|internal/relui)` && test == ""
2024-09-04 18:19 x_build-gotip-darwin-amd64-longtest build@79051a06 go@2707d429 x/build/dashboard (log)
FAIL	golang.org/x/build/dashboard [build failed]
2024-09-04 18:19 x_build-gotip-darwin-amd64-longtest build@79051a06 go@2707d429 x/build/internal/buildgo (log)
FAIL	golang.org/x/build/internal/buildgo [build failed]
2024-09-04 18:19 x_build-gotip-darwin-amd64-longtest build@79051a06 go@2707d429 x/build/internal/cloud (log)
FAIL	golang.org/x/build/internal/cloud [build failed]
2024-09-04 18:19 x_build-gotip-darwin-amd64_14 build@79051a06 go@2707d429 x/build/dashboard (log)
FAIL	golang.org/x/build/dashboard [build failed]
2024-09-04 18:19 x_build-gotip-darwin-amd64_14 build@79051a06 go@2707d429 x/build/internal/buildgo (log)
FAIL	golang.org/x/build/internal/buildgo [build failed]
2024-09-04 18:19 x_build-gotip-darwin-amd64_14 build@79051a06 go@2707d429 x/build/internal/cloud (log)
FAIL	golang.org/x/build/internal/cloud [build failed]

watchflakes

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) NeedsFix The path to resolution is known, but the work has not been done.
Projects
Archived in project
Development

No branches or pull requests

2 participants