Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730434 - net-libs/tox fails tests
Summary: net-libs/tox fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: JoMull01
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-02 07:10 UTC by Agostino Sarubbo
Modified: 2020-09-04 20:53 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,76.66 KB, text/plain)
2020-07-02 07:10 UTC, Agostino Sarubbo
Details
other.tar.bz2 (other.tar.bz2,11.06 KB, application/x-bzip-compressed-tar)
2020-07-02 07:10 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 2020-07-02 07:10:25 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: net-libs/tox fails tests.
Discovered on: amd64

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-02 07:10:30 UTC
Created attachment 647346 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-07-02 07:10:33 UTC
Created attachment 647348 [details]
other.tar.bz2

other logs
Comment 3 JoMull01 2020-07-14 21:56:46 UTC
My apologies for my delay. This package has some buggy tests and I have manually disabled them. Before I add this one to the list, could you let me know if the test fails if the build is done with MAKEOPTS="-j1"? If the build succeeds then I will add cmake_src_test -j1 to src_test() instead of blacklisting the test "conference". Thanks for your assistance.
Comment 4 Agostino Sarubbo gentoo-dev 2020-07-24 07:19:38 UTC
It looks like I'm unable to reproduce anymore. If nothing was changed then it can be a parallel issue as supposed by you.
Comment 5 JoMull01 2020-07-24 20:32:46 UTC
Thank you for your help. I will add cmake_src_test -j1 to the ebuild soon.
Comment 6 Larry the Git Cow gentoo-dev 2020-09-04 20:53:55 UTC
The bug has been closed via the following commit(s):

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

commit cdd9fdf8b17e722370f3b10daa5193ab1dd70625
Author:     Josiah Mullins <JoMull01@protonmail.com>
AuthorDate: 2020-07-25 02:14:43 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-09-04 20:53:51 +0000

    net-libs/tox: set tests to run with only one thread
    
    It seems that the bug occurs from the tests being run
    in parallel. This commit prevents that.
    
    Closes: https://bugs.gentoo.org/730434
    
    Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 net-libs/tox/tox-0.2.11.ebuild | 4 ++++
 net-libs/tox/tox-0.2.12.ebuild | 4 ++++
 2 files changed, 8 insertions(+)