Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 838946 - dev-ruby/excon-0.92.2 fails tests
Summary: dev-ruby/excon-0.92.2 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Guillaume Seren
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-17 15:47 UTC by Agostino Sarubbo
Modified: 2022-04-23 05:14 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,54.75 KB, text/plain)
2022-04-17 15:47 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 2022-04-17 15:47:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/excon-0.92.2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-17 15:47:55 UTC
Created attachment 771113 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-17 15:47:56 UTC
Error(s) that match a know pattern:


     Failure/Error: raise process_stderr if line.nil?
     RuntimeError:
Comment 3 Larry the Git Cow gentoo-dev 2022-04-23 05:14:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b5ef985fbf6d73e8b8d5743901d73d75da4e5e

commit 50b5ef985fbf6d73e8b8d5743901d73d75da4e5e
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2022-04-22 07:53:04 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2022-04-23 05:14:52 +0000

    dev-ruby/excon: avoid dependency on eventmachine for tests
    
    The test servers using eventmachine were using the eselected ruby
    version rather than the version being tested, hiding their dependency on
    eventmachine. All tests and specs using eventmachine are now ignored.
    
    Closes: https://bugs.gentoo.org/838946
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/excon/excon-0.92.2.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)