
``` SHIBATA Hiroshi via ruby-core <ruby-core@ml.ruby-lang.org> wrote:
35136e1e9c232ad7a03407b992b2e86b6df43f63 is broken with `gcc-11 annocheck`.
Its configuration is here: https://git.ruby-lang.org/ruby.git/tree/.github/workflows/compilers.yml#n82
default_cc: 'gcc-11 -fcf-protection -Wa,--generate-missing-build-notes=yes' optflags: '-O2' LDFLAGS: '-Wl,-z,now' OK, only gcc11-available system I have is a FreeBSD VM and I couldn't reproduce it with those flags, (no podman/docker on FreeBSD).
69 1) An exception occurred during: Kernel#require_relative with a relative path (file extensions) does not load a C-extension file if a complex-extensioned .rb file is already loaded 70 /__w/ruby/ruby/src/spec/ruby/core/kernel/require_relative_spec.rb:197 71 Kernel#require_relative with a relative path (file extensions) does not load a C-extension file if a complex-extensioned .rb file is already loaded ERROR 72 LeakError: Leaked file descriptor: 8 : #<File:/__w/ruby/ruby/src/spec/ruby/fixtures/code/load_fixture.ext.rb>
I saw similar errors in development, but thought I fixed them all. Where there other CI instances which failed or just the annocheck one? I can't find failures for 35136e1e9 in http://ci.rvm.jp/failure_results Is there a machine/VM I can ssh/mosh into which reproduces that issue? Thanks. ```