Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936005 - dev-python/pygccxml-2.5.0 fails tests: FAILED test_cpp_standards.py::Test::test - Exception: Unable to find out actual class definition: type
Summary: dev-python/pygccxml-2.5.0 fails tests: FAILED test_cpp_standards.py::Test::te...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-07-13 13:57 UTC by Agostino Sarubbo
Modified: 2024-08-26 20:07 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,177.04 KB, application/x-xz)
2024-07-13 13:57 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-07-13 13:57:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pygccxml-2.5.0 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-13 13:57:58 UTC
Created attachment 897532 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-13 13:57:59 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


        RuntimeError: maximum recursion depth exceeded while
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
FAILED unittests/test_cpp_standards.py::Test::test - Exception: Unable to find out actual class definition: 'type'.
FAILED unittests/test_non_copyable_recursive.py::Test::test_infinite_recursion_base_classes - Exception: Unable to find out actual class definition: 'type'.
FAILED unittests/test_non_copyable_recursive.py::Test::test_infinite_recursion_sstream - Exception: Unable to find out actual class definition: 'type'.
FAILED unittests/test_null_comparison.py::Test::test_argument_null_comparison - Exception: Unable to find out actual class definition: 'type'.
FAILED unittests/test_pattern_parser.py::Test::test_matcher - Exception: Unable to find out actual class definition: 'type'.
FAILED unittests/test_pattern_parser.py::Test::test_template_split_std_vector - Exception: Unable to find out actual class definition: 'type'.
FAILED unittests/test_smart_pointer.py::Test::test_auto_pointer_value_type - Exception: Unable to find out actual class definition: 'type'.
FAILED unittests/test_smart_pointer.py::Test::test_is_auto_pointer - Exception: Unable to find out actual class definition: 'type'.
FAILED unittests/test_smart_pointer.py::Test::test_is_smart_pointer - Exception: Unable to find out actual class definition: 'type'.
FAILED unittests/test_smart_pointer.py::Test::test_smart_pointer_value_type - Exception: Unable to find out actual class definition: 'type'.
unittests/test_cpp_standards.py::Test::test FAILED                      [ 7/38]
unittests/test_non_copyable_recursive.py::Test::test_infinite_recursion_base_classes FAILED [21/38]
unittests/test_non_copyable_recursive.py::Test::test_infinite_recursion_sstream FAILED [22/38]
unittests/test_null_comparison.py::Test::test_argument_null_comparison FAILED [23/38]
unittests/test_pattern_parser.py::Test::test_matcher FAILED             [25/38]
unittests/test_pattern_parser.py::Test::test_template_split_std_vector FAILED [27/38]
unittests/test_smart_pointer.py::Test::test_auto_pointer_value_type FAILED [28/38]
unittests/test_smart_pointer.py::Test::test_is_auto_pointer FAILED      [29/38]
unittests/test_smart_pointer.py::Test::test_is_smart_pointer FAILED     [30/38]
unittests/test_smart_pointer.py::Test::test_smart_pointer_value_type FAILED [31/38]
Comment 3 Larry the Git Cow gentoo-dev 2024-08-26 20:07:01 UTC
The bug has been closed via the following commit(s):

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

commit 221b27ca6002eaccdd6a9bd30fab9eee8894c7e1
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2024-08-26 20:05:26 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2024-08-26 20:06:31 +0000

    dev-python/pygccxml: Fix tests
    
    Closes: https://bugs.gentoo.org/936005
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 .../pygccxml/files/pygccxml-2.5.0-fix-tests.patch  | 107 +++++++++++++++++++++
 dev-python/pygccxml/pygccxml-2.5.0.ebuild          |   1 +
 2 files changed, 108 insertions(+)