dgraph-io / ristretto

A high performance memory-bound Go cache

Home Page:https://dgraph.io/blog/post/introducing-ristretto-high-perf-go-cache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go get ristretto fails with error downloading bench/trace/ds1.arc.gz on windows

jarifibrahim opened this issue · comments

Ensure you do not have ristretto on your system and run go get -v github.com/dgraph-io/ristretto

$ go get -v github.com/dgraph-io/ristretto
go get: warning: modules disabled by GO111MODULE=auto in GOPATH/src;
        ignoring go.mod;
        see 'go help modules'
github.com/dgraph-io/ristretto (download)
# cd .; git clone https://github.com/dgraph-io/ristretto C:\Users\Ibrahim\go\src\github.com\dgraph-io\ristretto
Cloning into 'C:\Users\Ibrahim\go\src\github.com\dgraph-io\ristretto'...
Downloading bench/trace/ds1.arc.gz (7.4 MB)
Error downloading object: bench/trace/ds1.arc.gz (1c4eb88): Smudge error: Error downloading bench/trace/ds1.arc.gz (1c4eb8811b9840a6a006b5c6560e0a93e2dc978fae274378fb48ce2969e78366): batch response: This repository is over its data quota. Purchase more data packs to restore access.

Errors logged to C:\Users\Ibrahim\go\src\github.com\dgraph-io\ristretto\.git\lfs\logs\20190906T074835.9821484.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: bench/trace/ds1.arc.gz: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

package github.com/dgraph-io/ristretto: exit status 128

A similar failure was seen on https://ci.appveyor.com/project/manishrjain/badger/builds/27224437

It should not be downloading the traces and such. But, I purchased a data pack for git lfs, so it should work now.