Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 818226 - dev-python/txAMQP-0.8.2 fails tests
Summary: dev-python/txAMQP-0.8.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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-15 06:08 UTC by Agostino Sarubbo
Modified: 2021-10-15 06:29 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,65.77 KB, text/plain)
2021-10-15 06:08 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 2021-10-15 06:08:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/txAMQP-0.8.2 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-15 06:08:40 UTC
Created attachment 745005 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-10-15 06:09:30 UTC
Atm I don't understand why it is missing the usually log from portage at the end
Comment 3 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2021-10-15 06:15:06 UTC
@ago - Thanks for the report, and no extra log is needed - the current one is enough.
Sadly, it looks like my setup for running local instance of rabbitmq is failing.
Comment 4 Larry the Git Cow gentoo-dev 2021-10-15 06:29:02 UTC
The bug has been closed via the following commit(s):

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

commit d7875a310c1b61eb2a139a567b422eeccedaea9a
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-10-15 06:27:12 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-10-15 06:28:52 +0000

    dev-python/txAMQP: fix timeout issue in testing
    
    My previous variant, of using 10 second timeout, wasn't long enough
    for tinderbox. Changed to use a while loop checking when
    localhost:5672 port is openned, and only then advance the testing.
    
    Closes: https://bugs.gentoo.org/818226
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/txAMQP/txAMQP-0.8.2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)