Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 921893

Summary: [guru] dev-python/manhole-1.8.0-r1 fails tests (GCC-14-SYSTEM): AttributeError: TestProcess object has no attribute reset
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: GURU project <guru-bugs>
Status: CONFIRMED ---    
Severity: normal CC: guru-bugs
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-01-12 08:13:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/manhole-1.8.0-r1 fails tests (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-12 08:13:45 UTC
Created attachment 882047 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-12 08:13:45 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E   AttributeError: 'TestProcess' object has no attribute 'reset'
FAILED tests/test_manhole.py::test_locals_after_fork - AttributeError: 'TestProcess' object has no attribute 'reset'
FAILED tests/test_manhole.py::test_oneshot_on_usr2_error - AttributeError: 'TestProcess' object has no attribute 'reset'
FAILED tests/test_manhole.py::test_simple - AttributeError: 'TestProcess' object has no attribute 'reset'
FAILED tests/test_manhole.py::test_socket_path - AttributeError: 'TestProcess' object has no attribute 'reset'
FAILED tests/test_manhole.py::test_with_fork - AttributeError: 'TestProcess' object has no attribute 'reset'
FAILED tests/test_manhole.py::test_with_forkpty - AttributeError: 'TestProcess' object has no attribute 'reset'