-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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/gopls/internal/cache: TestZeroConfigAlgorithm/basic_GOPATH_workspace failed in my ubuntu #70196
Comments
Change https://go.dev/cl/625415 mentions this issue: |
Hi @rfindley, this is the log after i try
|
Add an additional log message to help diagnose the problem encountered by a user in golang/go#70196. For golang/go#70196 Change-Id: I8347d842d5a9327fa6797229bf64dc4407f7aa61 Reviewed-on: https://go-review.googlesource.com/c/tools/+/625415 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> Auto-Submit: Robert Findley <rfindley@google.com>
Thanks @xieyuschen. I added a new log message that can help debug. Can you sync to master and rerun this test, sharing the new log ("FetchGoEnv...") |
hi @findleyr , this is the failure log in
|
Change https://go.dev/cl/625515 mentions this issue: |
Perfect, thank you. I see that you have GO111MODULE set, which is causing the test to fail as GO111MODULE=on disables GOPATH. CL incoming to fix the test environment. |
Go version
gotip
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
What did you expect to see?
The test should pass.
The text was updated successfully, but these errors were encountered: