-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: mod tidy stuck finding dependencies #32421
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
Comments
Can you provide us with a sample repo to reproduce this issue ? |
That stack trace is helpful, thanks for including it. This particular block is interesting:
That indicates that the I'd like to rule out a lock-ordering bug or other deadlock within the |
To workaround the problem I ran I'll try to run the same command on the environment where I had other dependencies downloaded on the |
Thanks for the update. Keep us posted on what you find with |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran
GO111MODULE=on go mod tidy -v
What did you expect to see?
Expected go.mod and go.sum files to be populated with the project's dependencies.
What did you see instead?
The command would run for ~15s and get stuck at
go: finding ...
Ran the same command a few times and got stuck finding different dependencies.
Below follows the stack trace;
Stack trace
Please advise if there are other ways to get more insights on why the command is not completing.
The text was updated successfully, but these errors were encountered: