timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
MIT License
1.26k stars 297 forks source link

Dependency issue building latest tsbs #170

Open olebowle opened 3 years ago

olebowle commented 3 years ago

It seems building tsbs latest fails due to a missing / deleted tag of the dependency blagojts/viper:

$ go get github.com/timescale/tsbs
package github.com/timescale/tsbs: no Go files in /home/user/go/src/github.com/timescale/tsbs

$ cd ~/go/src/github.com/timescale/tsbs/

$ make
GO111MODULE=on go get ./cmd/tsbs_generate_data
go: github.com/blagojts/viper@v1.6.3-0.20200313094124-068f44cf5e69: invalid pseudo-version: git fetch --unshallow -f origin in /home/user/go/pkg/mod/cache/vcs/16d0bac366e51d6014eaecdfff68e32694d92fd593e195f3958efe74d9f002d7: exit status 128:
    fatal: git fetch-pack: expected shallow list
make: *** [tsbs_generate_data] Error 1
schmto commented 3 years ago

please propose a solution asap

ntua-el17897 commented 2 years ago

we have the same problem with go at version 1.6, but not in version 1.13. Maybe it is a version compatability issue. Try updating to newer version of go. This is what we are trying because we are trying to run this in a remote machine and not our own.

adrian-carrio commented 1 year ago

It works with 1.17