Source: python-hbmqtt
Version: 0.9.6-1.2
Severity: serious
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
User: debian-pyt...@lists.debian.org
Usertags: python3.10
Control: affects -1 src:python3-defaults

Dear maintainer(s),

We are in the transition of making python3.10 the default Python versions [0]. With a recent upload of python3-defaults the autopkgtest of python-hbmqtt fails in testing when that autopkgtest is run with the binary packages of python3-defaults from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
python3-defaults       from testing    3.10.4-1
python-hbmqtt          from testing    0.9.6-1.2
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python3-defaults to testing [1]. https://docs.python.org/3/whatsnew/3.10.html lists what's new in Python3.10, it may help to identify what needs to be updated.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[0] https://bugs.debian.org/1006836
[1] https://qa.debian.org/excuses.php?package=python3-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-hbmqtt/20664028/log.gz

EEEEEEEEEE...................................EEEEEEEE.E.E.EEEEEEEEEEEEEEEEEEEEEEEEEEEE....
======================================================================
ERROR: test_init_handler (tests.mqtt.protocol.test_handler.ProtocolHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 42, in test_init_handler
    Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
passlib.utils.compat: DEBUG: loaded lazy attr 'SafeConfigParser': <class 'configparser.ConfigParser'> passlib.utils.compat: DEBUG: loaded lazy attr 'NativeStringIO': <class '_io.StringIO'> passlib.utils.compat: DEBUG: loaded lazy attr 'BytesIO': <class '_io.BytesIO'>
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_publish_qos0 (tests.mqtt.protocol.test_handler.ProtocolHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 110, in test_publish_qos0
    server = self.loop.run_until_complete(coro)
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
  File "/usr/lib/python3.10/asyncio/streams.py", line 84, in start_server
    return await loop.create_server(factory, host, port, **kwds)
TypeError: BaseEventLoop.create_server() got an unexpected keyword argument 'loop'
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_publish_qos1 (tests.mqtt.protocol.test_handler.ProtocolHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 153, in test_publish_qos1
    self.session = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_publish_qos1_retry (tests.mqtt.protocol.test_handler.ProtocolHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 400, in test_publish_qos1_retry
    self.session = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_publish_qos2 (tests.mqtt.protocol.test_handler.ProtocolHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 205, in test_publish_qos2
    self.session = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_publish_qos2_retry (tests.mqtt.protocol.test_handler.ProtocolHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 448, in test_publish_qos2_retry
    self.session = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_receive_qos0 (tests.mqtt.protocol.test_handler.ProtocolHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 243, in test_receive_qos0
    self.session = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_receive_qos1 (tests.mqtt.protocol.test_handler.ProtocolHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 287, in test_receive_qos1
    self.session = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_receive_qos2 (tests.mqtt.protocol.test_handler.ProtocolHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 337, in test_receive_qos2
    self.session = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_start_stop (tests.mqtt.protocol.test_handler.ProtocolHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 74, in test_start_stop
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/mqtt/protocol/test_handler.py", line 56, in test_coro
    s = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_allow_anonymous (tests.plugins.test_authentication.TestAnonymousAuthPlugin)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_authentication.py", line 29, in test_allow_anonymous
    s = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_allow_nonanonymous (tests.plugins.test_authentication.TestAnonymousAuthPlugin)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_authentication.py", line 57, in test_allow_nonanonymous
    s = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_disallow_anonymous (tests.plugins.test_authentication.TestAnonymousAuthPlugin)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_authentication.py", line 43, in test_disallow_anonymous
    s = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_allow (tests.plugins.test_authentication.TestFileAuthPlugin)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_authentication.py", line 76, in test_allow
    s = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_unknown_password (tests.plugins.test_authentication.TestFileAuthPlugin)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_authentication.py", line 106, in test_unknown_password
    s = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_wrong_password (tests.plugins.test_authentication.TestFileAuthPlugin)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_authentication.py", line 91, in test_wrong_password
    s = Session()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/session.py", line 132, in __init__
    self.retained_messages = Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_fire_event (tests.plugins.test_manager.TestPluginManager)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_manager.py", line 54, in test_fire_event
    self.loop.run_until_complete(fire_event())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_manager.py", line 50, in fire_event
    yield from asyncio.sleep(1, loop=self.loop)
TypeError: sleep() got an unexpected keyword argument 'loop'
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
hbmqtt.test.plugins.event_plugin: INFO: on_test
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_fire_event_wait (tests.plugins.test_manager.TestPluginManager)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_manager.py", line 65, in test_fire_event_wait
    self.loop.run_until_complete(fire_event())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_manager.py", line 61, in fire_event
    yield from manager.fire_event("test", wait=True)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/plugins/manager.py", line 151, in fire_event
    yield from asyncio.wait(tasks, loop=self._loop)
TypeError: wait() got an unexpected keyword argument 'loop'
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
hbmqtt.test.plugins.event_plugin: INFO: on_test
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_map_coro (tests.plugins.test_manager.TestPluginManager)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_manager.py", line 75, in test_map_coro
    self.loop.run_until_complete(call_coro())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_manager.py", line 72, in call_coro
    yield from manager.map_plugin_coro('test_coro')
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/plugins/manager.py", line 207, in map_plugin_coro return (yield from self.map(self._call_coro, coro_name, *args, **kwargs)) File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/plugins/manager.py", line 181, in map
    ret_list = yield from asyncio.gather(*tasks, loop=self._loop)
TypeError: gather() got an unexpected keyword argument 'loop'
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_map_coro_return (tests.plugins.test_manager.TestPluginManager)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_manager.py", line 85, in test_map_coro_return
    ret = self.loop.run_until_complete(call_coro())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/plugins/test_manager.py", line 82, in call_coro
    return (yield from manager.map_plugin_coro('ret_coro'))
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/plugins/manager.py", line 207, in map_plugin_coro return (yield from self.map(self._call_coro, coro_name, *args, **kwargs)) File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/plugins/manager.py", line 181, in map
    ret_list = yield from asyncio.gather(*tasks, loop=self._loop)
TypeError: gather() got an unexpected keyword argument 'loop'
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.test.plugins: DEBUG: Loading plugins for namespace hbmqtt.test.plugins hbmqtt.test.plugins: DEBUG: Loading plugin event_plugin = tests.plugins.test_manager:EventTestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin event_plugin = tests.plugins.test_manager:EventTestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin event_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin packet_logger_plugin = hbmqtt.plugins.logging:PacketLoggerPlugin
hbmqtt.test.plugins: DEBUG:  Plugin packet_logger_plugin ready
hbmqtt.test.plugins: DEBUG: Loading plugin test_plugin = tests.plugins.test_manager:TestPlugin hbmqtt.test.plugins: DEBUG: Initializing plugin test_plugin = tests.plugins.test_manager:TestPlugin
hbmqtt.test.plugins: DEBUG:  Plugin test_plugin ready
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_connect (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 119, in test_client_connect
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 96, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_connect_clean_session_false (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 194, in test_client_connect_clean_session_false
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 173, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_connect_will_flag (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 166, in test_client_connect_will_flag
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 126, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_publish (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 356, in test_client_publish
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 329, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_publish_big (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 470, in test_client_publish_big
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 443, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_publish_dup (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 408, in test_client_publish_dup
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 363, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_publish_invalid_topic (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 436, in test_client_publish_invalid_topic
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 415, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_publish_retain (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 502, in test_client_publish_retain
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 477, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_publish_retain_delete (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 529, in test_client_publish_retain_delete
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 509, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_publish_retain_subscribe (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 709, in test_client_publish_retain_subscribe
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 676, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_subscribe (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 232, in test_client_subscribe
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 201, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_subscribe_invalid (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 593, in test_client_subscribe_invalid
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 572, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_subscribe_publish (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 565, in test_client_subscribe_publish
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 536, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_subscribe_publish_dollar_topic_1 (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 631, in test_client_subscribe_publish_dollar_topic_1
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 600, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_subscribe_publish_dollar_topic_2 (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 669, in test_client_subscribe_publish_dollar_topic_2
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 638, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_subscribe_twice (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 276, in test_client_subscribe_twice
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 239, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_client_unsubscribe (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 322, in test_client_unsubscribe
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 283, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_start_stop (tests.test_broker.BrokerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
    return func(*newargs, **newkeywargs)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 89, in test_start_stop
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_broker.py", line 68, in test_coro
    broker = Broker(test_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_connect_tcp (tests.test_client.MQTTClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 64, in test_connect_tcp
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 53, in test_coro
    client = MQTTClient()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/client.py", line 109, in __init__
    self._connected_state = asyncio.Event(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/locks.py", line 168, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Event() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.client: DEBUG: Using generated client ID : hbmqtt/ClXj58]1TgMBQLle
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_connect_tcp_failure (tests.test_client.MQTTClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 95, in test_connect_tcp_failure
    self.loop.run_until_complete(test_coro())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 89, in test_coro
    client = MQTTClient(config=config)
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/client.py", line 109, in __init__
    self._connected_state = asyncio.Event(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/locks.py", line 168, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Event() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
hbmqtt.client: DEBUG: Using generated client ID : hbmqtt/7RXO>Nc=6v@Q2gTJ
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_connect_ws (tests.test_client.MQTTClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 117, in test_connect_ws
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 103, in test_coro
    broker = Broker(broker_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_connect_ws_secure (tests.test_client.MQTTClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 163, in test_connect_ws_secure
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 148, in test_coro
    broker = Broker(broker_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_deliver (tests.test_client.MQTTClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 272, in test_deliver
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 245, in test_coro
    broker = Broker(broker_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_deliver_timeout (tests.test_client.MQTTClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 299, in test_deliver_timeout
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 278, in test_coro
    broker = Broker(broker_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_ping (tests.test_client.MQTTClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 184, in test_ping
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 169, in test_coro
    broker = Broker(broker_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_reconnect_ws_retain_username_password (tests.test_client.MQTTClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 142, in test_reconnect_ws_retain_username_password
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 124, in test_coro
    broker = Broker(broker_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_subscribe (tests.test_client.MQTTClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 212, in test_subscribe
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 190, in test_coro
    broker = Broker(broker_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_unsubscribe (tests.test_client.MQTTClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 237, in test_unsubscribe
    raise future.exception()
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/tests/test_client.py", line 218, in test_coro
    broker = Broker(broker_config, plugin_namespace="hbmqtt.test.plugins")
File "/tmp/autopkgtest-lxc.86erqpai/downtmp/build.Dj7/src/hbmqtt/broker.py", line 169, in __init__
    self._broadcast_queue = asyncio.Queue(loop=self._loop)
  File "/usr/lib/python3.10/asyncio/queues.py", line 34, in __init__
    super().__init__(loop=loop)
  File "/usr/lib/python3.10/asyncio/mixins.py", line 17, in __init__
    raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: EpollSelector
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 90 tests in 0.222s

FAILED (errors=48)
autopkgtest [17:25:08]: test command1

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to