-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Extensions build process fails due to go.buf.build #3252
Comments
@codebien Thank you for reporting this and suggesting a fix. Would appreciate if you are able to clarify the following:
|
No - we have nothing to do with the project, apart from using it.
The replacement is permanent and we do not know what caused it to suddenly stop working today exactly. |
What timing! v0.45.0 was affected and patched due to grafana/k6#3252. Signed-off-by: Paul Balogh <javaducky@gmail.com>
@mstoykov Thanks for clarification. I suspect is is possible that either the cache on the mirros served via cloudflare expired or TTL on the subdomain expired. Cheers! |
A transitive dependency from v0.45.0 was removed v0.45.0 was affected and patched due to removal of a dependency. See grafana/k6#3252. Signed-off-by: Paul Balogh <javaducky@gmail.com>
A transitive dependency from v0.45.0 was removed v0.45.0 was affected and patched due to removal of a dependency. See grafana/k6#3252. Signed-off-by: Paul Balogh <javaducky@gmail.com>
A new k6 release v0.45.1 with a patch has been released. We are accordingly updating extensions for restoring the build processes. |
Why and details explained on grafana/k6#3252
Why and details explained on grafana/k6#3252
A transitive dependency from v0.45.0 was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252. Signed-off-by: Paul Balogh <javaducky@gmail.com>
Why and details explained on grafana/k6#3252
A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252. Signed-off-by: Paul Balogh <javaducky@gmail.com>
A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252. Signed-off-by: Paul Balogh <javaducky@gmail.com>
A transitive dependency from v0.45.0 was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252. Signed-off-by: Paul Balogh <javaducky@gmail.com>
A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252.
A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252.
A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252.
A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252.
A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252.
A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252. Signed-off-by: Paul Balogh <javaducky@gmail.com>
Closing as all the extensions in the Grafana organization have been fixed. |
A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252.
* Change k6 dependency to v0.45.1 A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252. * feat: up go veriosn 19 --------- Co-authored-by: Max Rogozhnikov <maksimall89@gmail.com>
A transitive dependency was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252.
A transitive dependency from v0.45.0 was removed. v0.45.0 was patched to address the issue. See grafana/k6#3252. Signed-off-by: Paul Balogh <javaducky@gmail.com>
It is not possible to build extensions that are not based on the latest commit of the k6 master branch.
The issue is generated by
go.buf.build
that has been removed so it isn't able to serve the expected Prometheus remote write dependencies.For example, following the steps for building the InfluxDB output will generate a failure: https://github.com/grafana/xk6-output-influxdb#install
We are working on a patch for hot fixing v0.45.0 and release a new v0.45.1 patch. This is a high-priority issue and we are actively working on this.
A work around is to run the
xk6
command using the-replace
directive as following:The text was updated successfully, but these errors were encountered: