<headius>
the issue is this message showing up thousands of times in logs, sometimes:
<headius>
/home/runner/work/jruby/jruby/test/mri/ruby/test_thread_queue.rb:553: warning: deprecated Object#=~ is called on FalseClass; it always returns nil
<headius>
this test does not do anything to ensure that the threads have not started and run to completion before performing this check; with threads running in parallel on JRuby I think it's possible for us to see one of the producer threads run to completion before we start the status checks
<headius>
ok MRI tests are just down to this weird encoding failure