Stan Hu
Stan Hu
The path in the seg fault suggests you are using precompiled gems (`rpc-1.63.2-aarch64-linux`). I think you need `force_ruby_platform: true` in the `Gemfile`.
Yeah, let's close this issue. It seems https://rubygems.org/gems/grpc/versions shows that there are pre-release versions for musl available now.
I think this gem just calls `::OpenIDConnect::Client.new(client_options)`, which ends up creating `Rack::OAuth2.http_client`: https://github.com/nov/rack-oauth2/blob/2aedad5d7bfd6b28d29075f3a1a7d411d11a378a/lib/rack/oauth2.rb#L44-L52 I'm not sure how `https_proxy` would be bypassed here.
There are actually two problems here: 1. Instead of setting `CFLAGS` directly, `append_cflags` should be used. Related change in the io-event gem: https://github.com/socketry/io-event/pull/137. I see that https://github.com/cabo/cbor-ruby/pull/28 drops the `std=c99`...
Actually it seems that `autoconf` should have defined `HAVE_STDBOOL_H`: https://github.com/autotools-mirror/autoconf/blob/1f38316f6af7bf63e5e7dd187ff6456e07ad743e/lib/autoconf/headers.m4#L651-L659 Yet if I install `ruby 3.4.4` via `mise` on `fedora:42`, I see this in the build logs: ``` configure:13530: checking...
I see that https://bugs.ruby-lang.org/issues/21340 already fixed the `stdbool` issue a month ago.
Thanks, that is helpful. I think https://github.com/cabo/cbor-ruby/pull/29 is still useful because not only because it will ensue older Ruby versions won't have an issue, but it also ensures other C...
We ran into this error with Kaniko v1.3.0 and Google COS [cos-105-17412-101-24](https://cloud.google.com/container-optimized-os/docs/release-notes/m105#cos-105-17412-101-24_). Updating to Kaniko v1.11.0 fixed the problem.
I saw this error message again today: ``` 2024-10-15 16:50:28 +0000 [error]: #0 unexpected error error="closed stream" 2024-10-15 16:50:28 +0000 [error]: #0 /var/lib/fluent/vendor/bundle/ruby/3.2.0/gems/fluentd-1.16.5/lib/fluent/plugin/buffer/file_chunk.rb:170:in `seek' 2024-10-15 16:50:28 +0000 [error]: #0 /var/lib/fluent/vendor/bundle/ruby/3.2.0/gems/fluentd-1.16.5/lib/fluent/plugin/buffer/file_chunk.rb:170:in...
It seems this intermittent `closed stream` error was reported a while ago: https://github.com/fluent/fluentd/issues/2391