When rebuilding as part of the final "emerge --emptytree @world" step of upgrading to the 23.0 profile, =dev-ruby/dalli-3.2.5 fails its test phase with "438 runs, 648 assertions, 1 failures, 229 errors, 0 skips". All of the errors (and the failure---it's a test case that's expecting the code to throw a *different* error) have an error message like the following: 230) Error: Quiet behavior::using the binary protocol::quiet? method#test_0002_has protocol instances that respond to multi?: NoMethodError: undefined method `memcached_persistent' for #<#<Class:0x00007f0e7566cf80>:0x00007f0e741f2258 @NAME="test_0002_has protocol instances that respond to multi?", @fa ilures=[#<Minitest::UnexpectedError: Unexpected exception>], @assertions=0, @time=8.300691843032837e-05> memcached_persistent(p) do |dc| ^^^^^^^^^^^^^^^^^^^^ test/integration/test_quiet.rb:274:in `block (5 levels) in <top (required)>'
Created attachment 897508 [details] dev-ruby:dalli-3.2.5:20240712-175003.log
Created attachment 897509 [details] emerge-info.txt
Does this also happen with dalli 3.2.8 (the current stable version)?
No, I don't see any test failures with dalli-3.2.8. Thanks!