Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 736224 - dev-python/sabyenc-4.x fails test_empty_size_pickles test
Summary: dev-python/sabyenc-4.x fails test_empty_size_pickles test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Deutschmann (RETIRED)
URL: https://github.com/sabnzbd/sabyenc/is...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-08-07 08:02 UTC by Agostino Sarubbo
Modified: 2021-09-18 18:15 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,13.65 KB, text/plain)
2020-08-07 08:02 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-08-07 08:02:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/sabyenc-4.0.2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-07 08:02:36 UTC
Created attachment 653474 [details]
build.log

build log and emerge --info
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2020-08-07 11:16:32 UTC
This is known and reported upstream but upstream cannot reproduce and I can't help.
Comment 3 Thomas Deutschmann (RETIRED) gentoo-dev 2020-08-07 11:39:13 UTC
CC'ing python for help request.

I manually downgrade packages (pytest, py) in chroot to

> platform linux -- Python 3.7.8, pytest-5.2.2, py-1.7.0, pluggy-0.13.1 -- /usr/bin/python3.7

to match upstream's test environment (https://travis-ci.org/github/sabnzbd/sabyenc/jobs/609620002)

but test is still failing (same crash like shown in upstream bug).
Comment 4 Agostino Sarubbo gentoo-dev 2020-08-07 11:45:31 UTC
I'm thinking if it's worth suggest upstream to launch a test on our docker and check if it is reproducible
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-08-07 12:14:22 UTC
Explained the problem on the upstream bug.  I'm going to update Python guide to indicate this as well.
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-08-07 12:28:54 UTC
(In reply to Michał Górny from comment #5)
> Explained the problem on the upstream bug.  I'm going to update Python guide
> to indicate this as well.

https://dev.gentoo.org/~mgorny/python-guide/test.html#tests-aborting-due-to-assertions

Hopefully this will help in the future.
Comment 7 Larry the Git Cow gentoo-dev 2021-09-18 18:15:05 UTC
The bug has been closed via the following commit(s):

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

commit 57ea44b8b8fdc2c57c3f8e0e328d12d2cecb3add
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-09-18 18:14:45 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-09-18 18:14:45 +0000

    dev-python/sabyenc: fix segfault, enable py3.10
    
    Closes: https://bugs.gentoo.org/736224
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 .../sabyenc/files/sabyenc-4.0.2-fix-segfault.patch | 28 ++++++++++++++++++++++
 dev-python/sabyenc/sabyenc-4.0.2.ebuild            | 17 +++++++------
 2 files changed, 38 insertions(+), 7 deletions(-)