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/tools/cmd/getgo: Test killed on windows-arm64-10 builder #56201

Closed
gopherbot opened this issue Oct 13, 2022 · 3 comments
Closed

x/tools/cmd/getgo: Test killed on windows-arm64-10 builder #56201

gopherbot opened this issue Oct 13, 2022 · 3 comments
Labels
arch-arm64 NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Oct 13, 2022

#!watchflakes
post <- pkg == "golang.org/x/tools/cmd/getgo" && test == "" && `Test killed: ran too long`

Issue created automatically to collect these failures.

Example (log):

*** Test killed: ran too long (11m0s).

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 13, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/cmd/getgo" && test == ""
2022-10-10 13:22 windows-arm64-10 tools@f90d8ad4 go@213504e5 x/tools/cmd/getgo (log)
*** Test killed: ran too long (11m0s).

watchflakes

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Oct 13, 2022
@gopherbot gopherbot added this to the Unreleased milestone Oct 13, 2022
@bcmills
Copy link
Contributor

bcmills commented Oct 13, 2022

This looks like either a runtime bug or a platform bug on the builder (CC @golang/windows).

This test is supposed to exit immediately if an environment variable isn't set, and from what I can tell it's not set on the builders:
https://cs.opensource.google/go/x/tools/+/master:cmd/getgo/main_test.go;drc=e155b03a0eccab1a0a9b476adc674d9b5034b6f5

@bcmills bcmills changed the title x/tools/cmd/getgo: unrecognized failures x/tools/cmd/getgo: Test killed on windows-arm64-10 Oct 13, 2022
@bcmills bcmills changed the title x/tools/cmd/getgo: Test killed on windows-arm64-10 x/tools/cmd/getgo: Test killed on windows-arm64-10 builder Oct 13, 2022
@hyangah
Copy link
Contributor

hyangah commented Feb 16, 2024

Closing - getgo is deprecated. #60951

@hyangah hyangah closed this as not planned Won't fix, can't repro, duplicate, stale Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Status: Done
Development

No branches or pull requests

3 participants