Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1979065 Details for
Bug 2226225
python-kombu: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 19:25:05 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 19:25:05 UTC
Size:
32.00 KB
patch
obsolete
>xtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Channel::test_get_message_priority is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Channel::test_get_message_priority > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Channel::test_get_message_priority is using nose-specific method: `teardown(self)` > To remove this warning, rename it to `teardown_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > next(it) >t/unit/transport/virtual/test_base.py::test_Transport::test_state_is_transport_specific > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test_state_is_transport_specific is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test_custom_polling_interval > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test_custom_polling_interval is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test_timeout_over_polling_interval > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test_timeout_over_polling_interval is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test_close_connection > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test_close_connection is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test_create_channel > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test_create_channel is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test_close_channel > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test_close_channel is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test_drain_channel > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test_drain_channel is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test__deliver__no_queue > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test__deliver__no_queue is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test__reject_inbound_message > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test__reject_inbound_message is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test_on_message_ready > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test_on_message_ready is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test_on_message_ready__no_queue > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test_on_message_ready__no_queue is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_base.py::test_Transport::test_on_message_ready__no_callback > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_base.py::test_Transport::test_on_message_ready__no_callback is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Direct::test_lookup[eFoo-rFoo-None-expected0] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Direct::test_lookup[eFoo-rFoo-None-expected0] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Direct::test_lookup[eMoz-rMoz-DEFAULT-expected1] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Direct::test_lookup[eMoz-rMoz-DEFAULT-expected1] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Direct::test_lookup[eBar-rBar-None-expected2] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Direct::test_lookup[eBar-rBar-None-expected2] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Fanout::test_lookup > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Fanout::test_lookup is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Fanout::test_deliver_when_fanout_supported > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Fanout::test_deliver_when_fanout_supported is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Fanout::test_deliver_when_fanout_unsupported > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Fanout::test_deliver_when_fanout_unsupported is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Topic::test_prepare_bind > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Topic::test_prepare_bind is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Topic::test_lookup[eFoo-stock.us.nasdaq-None-expected0] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Topic::test_lookup[eFoo-stock.us.nasdaq-None-expected0] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Topic::test_lookup[eFoo-stock.europe.OSE-None-expected1] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Topic::test_lookup[eFoo-stock.europe.OSE-None-expected1] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Topic::test_lookup[eFoo-stockxeuropexOSE-None-expected2] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Topic::test_lookup[eFoo-stockxeuropexOSE-None-expected2] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Topic::test_lookup[eFoo-candy.schleckpulver.snap_crackle-None-expected3] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Topic::test_lookup[eFoo-candy.schleckpulver.snap_crackle-None-expected3] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_Topic::test_deliver > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_Topic::test_deliver is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_TopicMultibind::test_lookup[eFoo-stock.us.nasdaq-None-expected0] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_TopicMultibind::test_lookup[eFoo-stock.us.nasdaq-None-expected0] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_TopicMultibind::test_lookup[eFoo-stock.europe.OSE-None-expected1] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_TopicMultibind::test_lookup[eFoo-stock.europe.OSE-None-expected1] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_TopicMultibind::test_lookup[eFoo-stockxeuropexOSE-None-expected2] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_TopicMultibind::test_lookup[eFoo-stockxeuropexOSE-None-expected2] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_TopicMultibind::test_lookup[eFoo-candy.schleckpulver.snap_crackle-None-expected3] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_TopicMultibind::test_lookup[eFoo-candy.schleckpulver.snap_crackle-None-expected3] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_lookup > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_lookup is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_prepare_bind > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_prepare_bind is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex0-True-eFoo-direct-True-True-arguments0] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex0-True-eFoo-direct-True-True-arguments0] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex1-False-eFoo-topic-True-True-arguments1] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex1-False-eFoo-topic-True-True-arguments1] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex2-False-eFoo-direct-False-True-arguments2] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex2-False-eFoo-direct-False-True-arguments2] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex3-False-eFoo-direct-True-False-arguments3] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex3-False-eFoo-direct-True-False-arguments3] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex4-False-eFoo-direct-True-True-arguments4] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex4-False-eFoo-direct-True-True-arguments4] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex5-True-eFoo-direct-True-True-arguments5] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex5-True-eFoo-direct-True-True-arguments5] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex6-False-eFoo-direct-True-True-arguments6] > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/transport/virtual/test_exchange.py::test_ExchangeType::test_equivalent[ex6-False-eFoo-direct-True-True-arguments6] is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_encoding.py::test_safe_str::test_when_bytes > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_encoding.py::test_safe_str::test_when_bytes is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_encoding.py::test_safe_str::test_when_newstr > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_encoding.py::test_safe_str::test_when_newstr is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_encoding.py::test_safe_str::test_when_unicode > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_encoding.py::test_safe_str::test_when_unicode is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_encoding.py::test_safe_str::test_when_encoding_utf8 > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_encoding.py::test_safe_str::test_when_encoding_utf8 is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_encoding.py::test_safe_str::test_when_containing_high_chars > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_encoding.py::test_safe_str::test_when_containing_high_chars is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_encoding.py::test_safe_str::test_when_not_string > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_encoding.py::test_safe_str::test_when_not_string is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_encoding.py::test_safe_str::test_when_unrepresentable > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_encoding.py::test_safe_str::test_when_unrepresentable is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_functional.py::test_retry_over_time::test_simple > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_functional.py::test_retry_over_time::test_simple is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_functional.py::test_retry_over_time::test_retry_timeout > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_functional.py::test_retry_over_time::test_retry_timeout is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_functional.py::test_retry_over_time::test_retry_zero > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_functional.py::test_retry_over_time::test_retry_zero is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_functional.py::test_retry_over_time::test_retry_once > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_functional.py::test_retry_over_time::test_retry_once is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >t/unit/utils/test_functional.py::test_retry_over_time::test_retry_always > /usr/lib/python3.12/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. > t/unit/utils/test_functional.py::test_retry_over_time::test_retry_always is using nose-specific method: `setup(self)` > To remove this warning, rename it to `setup_method(self)` > See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose > fixture_result = next(generator) >-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html >=========================== short test summary info ============================ >FAILED t/unit/asynchronous/test_hub.py::test_Hub::test_fire_timers - Attribut... >FAILED t/unit/asynchronous/test_hub.py::test_Hub::test_fire_timers_raises - A... >FAILED t/unit/utils/test_objects.py::test_cached_property::test_deleting - At... >FAILED t/unit/utils/test_objects.py::test_cached_property::test_when_access_from_class >=== 4 failed, 964 passed, 182 skipped, 3 deselected, 3072 warnings in 25.92s === >Restoring 1 unacknowledged message(s) >error: Bad exit status from /var/tmp/rpm-tmp.O6bklX (%check) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.O6bklX (%check) >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 93ee27f4de764cf6bddc8f33e0cdec36 -D /var/lib/mock/f39-build-44337557-5276481/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.v_qg12pv:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-kombu.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M 93ee27f4de764cf6bddc8f33e0cdec36 -D /var/lib/mock/f39-build-44337557-5276481/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.v_qg12pv:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-kombu.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2226225
: 1979065 |
1979066
|
1979067