https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-ruby/minitest-around-0.5.0-r1 fails tests. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 889560 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: Expected "" to include "ArgumentError: ArgumentError". .<internal:/usr/lib64/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:127:in `require': cannot load such file -- minitest/around/spec (LoadError)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c215fe5f9fe605695e496e3556d96b94163cd6 commit 97c215fe5f9fe605695e496e3556d96b94163cd6 Author: Hans de Graaff <graaff@gentoo.org> AuthorDate: 2024-06-06 05:24:33 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2024-06-06 05:25:07 +0000 dev-ruby/minitest-around: call the ruby version being tested Bug: https://bugs.gentoo.org/928671 Signed-off-by: Hans de Graaff <graaff@gentoo.org> dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+)
I can't reproduce this, but I did notice that this test calls out to the eselected ruby rather than the version being tested. That is now fixed, and may also fix this test failure.