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

Install via 'go install' fails: "module source tree too large" #699

Closed
dannycjones opened this issue May 23, 2022 · 1 comment
Closed

Install via 'go install' fails: "module source tree too large" #699

dannycjones opened this issue May 23, 2022 · 1 comment

Comments

@dannycjones
Copy link

I'm trying to test installing goofys@latest (currently 829d8e5) via go install. I'm getting errors when pulling down packages via the Go Proxy.

I see that golang/go#25470 (comment) showed a similar issue in the Azure SDK in the past, and Azure/azure-sdk-for-go#18209 just opened - coincidence?

Below is what it looks like on my end.

$ go install github.com/kahing/goofys@latest
go: downloading github.com/kahing/goofys v0.24.0
go: finding module for package github.com/jacobsa/fuse
go: finding module for package github.com/jacobsa/fuse/fuseutil
go: finding module for package github.com/urfave/cli
...
... [DROPPED PROBABLY USELESS OUTPUT]
...
go: downloading github.com/tklauser/go-sysconf v0.3.10
go: found github.com/tklauser/go-sysconf in github.com/tklauser/go-sysconf v0.3.10
go: finding module for package github.com/Azure/azure-sdk-for-go/services/storage/datalake/2018-11-09/storagedatalake
go: finding module for package github.com/Azure/azure-sdk-for-go/services/datalake/store/2016-11-01/filesystem
go: finding module for package github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-04-01/storage
../../go/pkg/mod/github.com/kahing/goofys@v0.24.0/internal/backend_adlv1.go:34:2: create zip: module source tree too large (max size is 524288000 bytes)
../../go/pkg/mod/github.com/kahing/goofys@v0.24.0/internal/backend_adlv2.go:38:2: create zip: module source tree too large (max size is 524288000 bytes)
../../go/pkg/mod/github.com/kahing/goofys@v0.24.0/api/common/conf_azure.go:33:2: create zip: module source tree too large (max size is 524288000 bytes)

I will track Azure/azure-sdk-for-go#18209 on my end, although I wonder if there is an action we should be taking in goofys here.

@dannycjones
Copy link
Author

dannycjones commented May 24, 2022

A new release of the Azure SDK (v65) was made available in Azure/azure-sdk-for-go#18209, and this issue is now resolved. That being said, it is not clear to me why Goofys is not pinned to v24 as in go.mod.

I cannot currently install Goofys using go install, the error I am facing is the same as that in #527. I will close this issue and track that instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant