Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.15k stars 540 forks source link

glide install hangs after fetching 16 items #742

Open dokterbob opened 7 years ago

dokterbob commented 7 years ago

In glide 0.12.3 and 0.12.2 (downloaded binaries from GIT) on an amd64 machine, Glide stops fetching after the first 16 items.

Any help/tips/suggestions are greatly appreciated.

Example output of 'clean' install (no cache):

$ glide install
[INFO]  Downloading dependencies. Please wait...
[INFO]  --> Fetching github.com/DATA-DOG/go-sqlmock.
[INFO]  --> Fetching golang.org/x/text.
[INFO]  --> Fetching github.com/spf13/afero.
[INFO]  --> Fetching github.com/spf13/cast.
[INFO]  --> Fetching gopkg.in/yaml.v2.
[INFO]  --> Fetching github.com/spf13/viper.
[INFO]  --> Fetching github.com/spf13/pflag.
[INFO]  --> Fetching github.com/pelletier/go-buffruneio.
[INFO]  --> Fetching github.com/spf13/jwalterweatherman.
[INFO]  --> Fetching github.com/lib/pq.
[INFO]  --> Fetching github.com/mitchellh/mapstructure.
[INFO]  --> Fetching github.com/hashicorp/hcl.
[INFO]  --> Fetching github.com/fsnotify/fsnotify.
[INFO]  --> Fetching github.com/pelletier/go-toml.
[INFO]  --> Fetching github.com/magiconair/properties.
[INFO]  --> Fetching golang.org/x/sys.
[INFO]  --> Fetching golang.org/x/crypto.

And then, nothing happens.

After running glide install again, the output is:

[INFO]  Downloading dependencies. Please wait...
[INFO]  --> Found desired version locally github.com/DATA-DOG/go-sqlmock d4cd2ca2ad1cc2130bba385aab072218f131f636!
[INFO]  --> Found desired version locally github.com/fsnotify/fsnotify fd9ec7deca8bf46ecd2a795baaacf2b3a9be1197!
[INFO]  --> Found desired version locally github.com/hashicorp/hcl eb6f65b2d77ed5078887f960ff570fbddbbeb49d!
[INFO]  --> Found desired version locally github.com/lib/pq 8df6253d1317616f36b0c3740eb30c239a7372cb!
[INFO]  --> Found desired version locally github.com/magiconair/properties 9c47895dc1ce54302908ab8a43385d1f5df2c11c!
[INFO]  --> Found desired version locally github.com/mitchellh/mapstructure bfdb1a85537d60bc7e954e600c250219ea497417!
[INFO]  --> Found desired version locally github.com/pelletier/go-buffruneio df1e16fde7fc330a0ca68167c23bf7ed6ac31d6d!
[INFO]  --> Found desired version locally github.com/pelletier/go-toml 439fbba1f887c286024370cb4f281ba815c4c7d7!
[INFO]  --> Found desired version locally github.com/spf13/afero 72b31426848c6ef12a7a8e216708cb0d1530f074!
[INFO]  --> Found desired version locally github.com/spf13/cast 56a7ecbeb18dde53c6db4bd96b541fd9741b8d44!
[INFO]  --> Found desired version locally github.com/spf13/jwalterweatherman fa7ca7e836cf3a8bb4ebf799f472c12d7e903d66!
[INFO]  --> Found desired version locally github.com/spf13/pflag 25f8b5b07aece3207895bf19f7ab517eb3b22a40!
[INFO]  --> Found desired version locally github.com/spf13/viper 5ed0fc31f7f453625df314d8e66b9791e8d13003!
[INFO]  --> Found desired version locally golang.org/x/crypto 5b4074c2c416448b5d06e287167144493aabda43!
[INFO]  --> Found desired version locally golang.org/x/sys d75a52659825e75fff6158388dddc6a5b04f9ba5!
[INFO]  --> Found desired version locally golang.org/x/text 44f4f658a783b0cee41fe0a23b8fc91d9c120558!
[INFO]  --> Fetching gopkg.in/yaml.v2.

Running with GOMAXPROCS=1 yields identical output.

System info

$ uname -a
Linux inspired2 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC 2014 x86_64 GNU/Linux

OS: Debian 6.0.10

djensen47 commented 6 years ago

I occasionally see the same issue.

continuum-alok-sinha commented 5 years ago

if this is on ubuntu, enter your git id an password when it appears to be stuck