-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error on try compiler #10
Comments
Thanks for the report. I tried to reproduce your output by following the instructions in https://k6.io/docs/results-output/real-time/elasticsearch/. Here's what I did:
That's the complete output that I got:
The output that you pasted seems to indicate to me that you've built a different extension as it mentions Can you please retry the two commands that I pasted above and retry? If it does not work, can you please paste the full output? |
Hello, thanks for you anwser. I've executed the instruccions again with the same result. I forgot to say than i'm on Window 10 to build. The complete logs are:
execution with error Thank you so much. |
Hmm, that's really odd. I can't point my finger to it but it seems somewhere is still an outdated version left around. Would the workaround mentioned in grafana/k6#3252 work for you?
This changes the URL from where two dependencies are fetched from |
Thanks. With this solution I had can compile and get a k6 client with elastic search output |
Trying compile this extension following the instructions on this web https://k6.io/docs/results-output/real-time/elasticsearch/
get the next error:
go: downloading go.buf.build/grpc/go/prometheus/prometheus v1.4.4
go: k6 imports
go.k6.io/k6/cmd imports
github.com/grafana/xk6-output-prometheus-remote/pkg/remotewrite imports
go.buf.build/grpc/go/prometheus/prometheus: unrecognized import path "go.buf.build/grpc/go/prometheus/prometheus": https fetch: Get "https://go.buf.build/grpc/go/prometheus/prometheus?go-get=1": dial tcp: lookup go.buf.build: no such host
2023/09/06 13:08:24 [INFO] Cleaning up temporary folder: C:\Users\agfierro\AppData\Local\Temp\buildenv_2023-09-06-1308.10199663
2023/09/06 13:08:24 [FATAL] exit status 1
The text was updated successfully, but these errors were encountered: