Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928671 - dev-ruby/minitest-around-0.5.0-r1 fails tests: kernel_require.rb:127:in require: cannot load such file spec (LoadError)
Summary: dev-ruby/minitest-around-0.5.0-r1 fails tests: kernel_require.rb:127:in requi...
Status: RESOLVED TEST-REQUEST
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: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-04-06 08:15 UTC by Agostino Sarubbo
Modified: 2024-06-06 05:26 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,53.77 KB, text/plain)
2024-04-06 08:15 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-04-06 08:15:33 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-06 08:15:34 UTC
Created attachment 889560 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-06 08:15:35 UTC
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)
Comment 3 Larry the Git Cow gentoo-dev 2024-06-06 05:25:16 UTC
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(+)
Comment 4 Hans de Graaff gentoo-dev Security 2024-06-06 05:26:11 UTC
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.