-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Can't install etcd/tools/benchmark via go get #11532
Comments
This command does work however on |
@Cjen1 can you also please try the latest supported go 1.13 and see how that goes? Thanks! |
Hi trying on |
@Cjen1 thanks for verifying. I think the error is due to the vendor directory is missing the referenced internal packages. I am digging into it more and will work on fix. Thanks! |
/cc @YoyinZyc |
go get go.etcd.io/etcd/tools/benchmark go.etcd.io/etcd/clientv3/balancer/picker../go/src/go.etcd.io/etcd/clientv3/balancer/picker/err.go:25:9: cannot use &errPicker literal (type *errPicker) as type Picker in return argument: I am getting this error on: |
@brunobcfum did you solved? I am stuck with same issue |
Try downloading the whole etcd repository and in the main folder run: The benchmark executable will be compiled in the main folder. |
I just did it, and it worked.
Thank you
…On Jan 5 2021, at 5:56 pm, Bruno Chianca Ferreira ***@***.***> wrote:
> @brunobcfum ***@***.***/0?redirect=https%3A%2F%2Fgithub.com%2Fbrunobcfum&recipient=cmVwbHkrQUhEQVpDQzVHRlBaSUVXTUVVUUNONU42QUI1VE5FVkJOSEhDQlZGQ0NRQHJlcGx5LmdpdGh1Yi5jb20%3D) did you solved? I am stuck with same issue
Try downloading the whole etcd repository and in the main folder run:
go build -v ./tools/benchmark
The benchmark executable will be compiled in the main folder.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub ***@***.***/1?redirect=https%3A%2F%2Fgithub.com%2Fetcd-io%2Fetcd%2Fissues%2F11532%23issuecomment-754760920&recipient=cmVwbHkrQUhEQVpDQzVHRlBaSUVXTUVVUUNONU42QUI1VE5FVkJOSEhDQlZGQ0NRQHJlcGx5LmdpdGh1Yi5jb20%3D), or unsubscribe ***@***.***/2?redirect=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAHDAZCGZSERTU7L3KPNPXVDSYNADNANCNFSM4KHT7KAA&recipient=cmVwbHkrQUhEQVpDQzVHRlBaSUVXTUVVUUNONU42QUI1VE5FVkJOSEhDQlZGQ0NRQHJlcGx5LmdpdGh1Yi5jb20%3D).
|
Using
go get go.etcd.io/etcd/tools/benchmark
results in:This has worked previously and is running on
go version go1.11.5 linux/amd64
The text was updated successfully, but these errors were encountered: