Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931334 - dev-python/oslo-log-5.5.1 fails tests: ERROR test_logging_error.py::TestLoggingFixture - AttributeError: TestLoggingFixture object has no attribute runTest Did you mean: subTest?
Summary: dev-python/oslo-log-5.5.1 fails tests: ERROR test_logging_error.py::TestLoggi...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-05-07 07:03 UTC by Agostino Sarubbo
Modified: 2024-05-08 22:07 UTC (History)
2 users (show)

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


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

Issue: dev-python/oslo-log-5.5.1 fails tests.
Discovered on: amd64 (internal ref: lto_tinderbox)
System: LTO-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#LTO)

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

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


E   AttributeError: 'BaseTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'ContextFormatterTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'ConvertJsonTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'CustomLogHandlerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'DeprecatedTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'DomainTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'ExceptionLoggingTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'FancyRecordTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'FastWatchedFileHandlerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'FluentFormatterTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'FormatUnhashableExceptionTest' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'FormatterTest' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'InstanceRecordTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'IsDebugEnabledTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'JSONFormatterTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'KeywordArgumentAdapterTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'LogConfigOptsTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'LogConfigTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'LogHandlerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'LogHelpersTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'LogLevelTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'LogRateLimitTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'LogTestBase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'LoggerNameTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'LoggerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'MutateTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'OSJournalHandlerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'OSSysLogHandlerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'SetDefaultsTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'SysLogHandlersTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'TestLoggingFixture' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'TestSetLevelFixture' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'TraceLevelTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
E   AttributeError: 'UnicodeConversionTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/fixture/test_logging_error.py::TestLoggingFixture - AttributeError: 'TestLoggingFixture' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/fixture/test_setlevel.py::TestSetLevelFixture - AttributeError: 'TestSetLevelFixture' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_convert_json.py::ConvertJsonTestCase - AttributeError: 'ConvertJsonTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_custom_loghandler.py::CustomLogHandlerTestCase - AttributeError: 'CustomLogHandlerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_custom_loghandler.py::LogTestBase - AttributeError: 'LogTestBase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_formatters.py::FormatUnhashableExceptionTest - AttributeError: 'FormatUnhashableExceptionTest' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_formatters.py::FormatterTest - AttributeError: 'FormatterTest' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_helpers.py::LogHelpersTestCase - AttributeError: 'LogHelpersTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::BaseTestCase - AttributeError: 'BaseTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::ContextFormatterTestCase - AttributeError: 'ContextFormatterTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::DomainTestCase - AttributeError: 'DomainTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::ExceptionLoggingTestCase - AttributeError: 'ExceptionLoggingTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::FancyRecordTestCase - AttributeError: 'FancyRecordTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::FastWatchedFileHandlerTestCase - AttributeError: 'FastWatchedFileHandlerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::FluentFormatterTestCase - AttributeError: 'FluentFormatterTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::InstanceRecordTestCase - AttributeError: 'InstanceRecordTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::IsDebugEnabledTestCase - AttributeError: 'IsDebugEnabledTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::JSONFormatterTestCase - AttributeError: 'JSONFormatterTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::KeywordArgumentAdapterTestCase - AttributeError: 'KeywordArgumentAdapterTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::LogConfigOptsTestCase - AttributeError: 'LogConfigOptsTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::LogConfigTestCase - AttributeError: 'LogConfigTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::LogHandlerTestCase - AttributeError: 'LogHandlerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::LogLevelTestCase - AttributeError: 'LogLevelTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::LogTestBase - AttributeError: 'LogTestBase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::LoggerNameTestCase - AttributeError: 'LoggerNameTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::LoggerTestCase - AttributeError: 'LoggerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::MutateTestCase - AttributeError: 'MutateTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::OSJournalHandlerTestCase - AttributeError: 'OSJournalHandlerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::OSSysLogHandlerTestCase - AttributeError: 'OSSysLogHandlerTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::SetDefaultsTestCase - AttributeError: 'SetDefaultsTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::SysLogHandlersTestCase - AttributeError: 'SysLogHandlersTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::TraceLevelTestCase - AttributeError: 'TraceLevelTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_log.py::UnicodeConversionTestCase - AttributeError: 'UnicodeConversionTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_rate_limit.py::LogRateLimitTestCase - AttributeError: 'LogRateLimitTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
ERROR oslo_log/tests/unit/test_versionutils.py::DeprecatedTestCase - AttributeError: 'DeprecatedTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?