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/refactor/importgraph: frequent failures of TestBuild on linux-amd64-wsl #47173

Closed
findleyr opened this issue Jul 13, 2021 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@findleyr
Copy link
Contributor

x/tools/refactor/importgraph.TestBuild is failing with high frequency on the linux-amd64-wsl builder.

Sample failure:
https://build.golang.org/log/738996dc665e3959c7d92a3bdf1a4424c5d5ce4c

--- FAIL: TestBuild (7.72s)
    graph_test.go:52: forward[importgraph][go/build] not found
    graph_test.go:55: reverse[go/build][importgraph] not found
    graph_test.go:52: forward[importgraph][testing] not found
    graph_test.go:55: reverse[testing][importgraph] not found
    graph_test.go:52: forward[importgraph][crypto/hmac] not found
    graph_test.go:55: reverse[crypto/hmac][importgraph] not found
    graph_test.go:80: intransitive: forward.Search(importgraph)[errors] not found
    graph_test.go:83: intransitive: reverse.Search(errors)[importgraph] not found
    graph_test.go:80: intransitive: forward.Search(importgraph)[reflect] not found
    graph_test.go:83: intransitive: reverse.Search(reflect)[importgraph] not found
    graph_test.go:80: intransitive: forward.Search(importgraph)[unsafe] not found
    graph_test.go:83: intransitive: reverse.Search(unsafe)[importgraph] not found
FAIL
FAIL	golang.org/x/tools/refactor/importgraph	7.762s

CC @golang/tools-team per OWNERS (I'm not sure who has context)

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Jul 13, 2021
@gopherbot gopherbot added this to the Unreleased milestone Jul 13, 2021
@cherrymui cherrymui added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jul 13, 2021
@bcmills
Copy link
Contributor

bcmills commented Nov 30, 2021

Duplicate of #37823

@bcmills bcmills marked this as a duplicate of #37823 Nov 30, 2021
@bcmills bcmills closed this as completed Nov 30, 2021
@golang golang locked and limited conversation to collaborators Nov 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

4 participants