Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935912 - dev-ruby/dalli-3.2.5 fails tests when rebuilding in new profile
Summary: dev-ruby/dalli-3.2.5 fails tests when rebuilding in new profile
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-12 21:51 UTC by Jonathan Lovelace
Modified: 2024-07-30 02:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-ruby:dalli-3.2.5:20240712-175003.log (dev-ruby:dalli-3.2.5:20240712-175003.log,134.32 KB, text/plain; charset=utf-8)
2024-07-12 21:52 UTC, Jonathan Lovelace
Details
emerge-info.txt (emerge-info.txt,9.51 KB, text/plain; charset=utf-8)
2024-07-12 21:53 UTC, Jonathan Lovelace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Lovelace 2024-07-12 21:51:57 UTC
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)>'
Comment 1 Jonathan Lovelace 2024-07-12 21:52:18 UTC
Created attachment 897508 [details]
dev-ruby:dalli-3.2.5:20240712-175003.log
Comment 2 Jonathan Lovelace 2024-07-12 21:53:42 UTC
Created attachment 897509 [details]
emerge-info.txt
Comment 3 Hans de Graaff gentoo-dev Security 2024-07-21 06:18:00 UTC
Does this also happen with dalli 3.2.8 (the current stable version)?
Comment 4 Jonathan Lovelace 2024-07-30 02:31:44 UTC
No, I don't see any test failures with dalli-3.2.8. Thanks!