Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928615 - dev-python/vine-5.1.0 fails tests: FAILED test_synchronization.py::test_barrier::test_evaluate - AttributeError: test_barrier object has no attribute ps
Summary: dev-python/vine-5.1.0 fails tests: FAILED test_synchronization.py::test_barri...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-04-05 02:55 UTC by Agostino Sarubbo
Modified: 2024-04-05 16:22 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,83.37 KB, text/plain)
2024-04-05 02:55 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-05 02:55:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/vine-5.1.0 fails tests.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-05 02:55:54 UTC
Created attachment 889485 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-05 02:55:55 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       AttributeError: 'test_barrier' object has no attribute 'ps'
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
FAILED t/unit/test_synchronization.py::test_barrier::test_cancel - AttributeError: 'test_barrier' object has no attribute 'ps'
FAILED t/unit/test_synchronization.py::test_barrier::test_evaluate - AttributeError: 'test_barrier' object has no attribute 'ps'
FAILED t/unit/test_synchronization.py::test_barrier::test_reverse - AttributeError: 'test_barrier' object has no attribute 'ps'
FAILED t/unit/test_synchronization.py::test_barrier::test_throw - AttributeError: 'test_barrier' object has no attribute 'ps'
t/unit/test_synchronization.py::test_barrier::test_cancel FAILED        [41/42]
t/unit/test_synchronization.py::test_barrier::test_evaluate FAILED      [39/42]
t/unit/test_synchronization.py::test_barrier::test_reverse FAILED       [40/42]
t/unit/test_synchronization.py::test_barrier::test_throw FAILED         [42/42]
Comment 3 Larry the Git Cow gentoo-dev 2024-04-05 16:22:25 UTC
The bug has been closed via the following commit(s):

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

commit 6d0a403ee18ef047fb3e5c2958363120e98a30d1
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-04-05 16:17:29 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-04-05 16:17:29 +0000

    dev-python/vine: Backport a pytest-8 fix
    
    Closes: https://bugs.gentoo.org/928615
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/vine/files/vine-5.1.0-pytest-8.patch | 29 +++++++++++++++++++++++++
 dev-python/vine/vine-5.1.0.ebuild               |  7 +++++-
 2 files changed, 35 insertions(+), 1 deletion(-)