:0: UserWarning: You do not have a working installation of the service_identity module: 'No module named 'service_identity''. Please install it from and make sure all of its dependencies are satisfied. Without the service_identity module, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected. Unhandled Error Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/scripts/trial.py", line 513, in postOptions _BasicOptions.postOptions(self) File "/usr/lib/python3.10/site-packages/twisted/scripts/trial.py", line 413, in postOptions self["reporter"] = self._loadReporterByName(self["reporter"]) File "/usr/lib/python3.10/site-packages/twisted/scripts/trial.py", line 399, in _loadReporterByName for p in plugin.getPlugins(itrial.IReporter): File "/usr/lib/python3.10/site-packages/twisted/plugin.py", line 215, in getPlugins allDropins = getCache(package) --- --- File "/usr/lib/python3.10/site-packages/twisted/plugin.py", line 160, in getCache provider = pluginModule.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/twisted/plugins/txtorcon_endpoint_parser.py", line 1, in import txtorcon File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_addrmap AddrMapTests test_8596_cached_1 ... [OK] test_8596_cached_2 ... [OK] test_8596_cached_3 ... [OK] test_double_add_listener ... [OK] test_expires ... [OK] test_expires_never ... [OK] test_expires_old ... [OK] test_expires_with_update ... [OK] test_listeners ... [OK] test_parse ... [OK] test test_attacher ... [ERROR] test_circuit ... [ERROR] test_controller ... [ERROR] test_endpoints ... [ERROR] test_fsm ... [ERROR] test_log ... [ERROR] test.test_microdesc ParserTests test_bad_line ... [OK] test_single_ipv6 ... [OK] test_two ... [OK] test_two_no_w ... [OK] test test_onion ... [ERROR] test.test_router OnionOOTests test_onionoo_get_fails ... [OK] test_onionoo_success ... [OK] test_onionoo_too_many_answers ... [OK] test_onionoo_wrong_fingerprint ... [OK] RouterTests test_countrycode ... [OK] test_ctor ... [OK] test_flags ... [OK] test_flags_from_string ... [OK] test_get_location_private ... [OK] test_get_location_something ... [OK] test_get_location_unknown ... [OK] test_policy_accept ... [OK] test_policy_error ... [OK] test_policy_not_set_error ... [OK] test_policy_reject ... [OK] test_repr ... [OK] test_repr_no_update ... [OK] test_unique_name ... [OK] UtilityTests test_hex_converters ... [OK] test test_socks ... [ERROR] test_stream ... [ERROR] test_torconfig ... [ERROR] test_torcontrolprotocol ... [ERROR] test_torinfo ... [ERROR] test_torstate ... [ERROR] test_util ... [ERROR] test.test_util_imports TestImports test_no_GeoIP ... [SKIPPED] test test_web ... [ERROR] =============================================================================== [SKIPPED] Doesn't work in PYPY, Py3 test.test_util_imports.TestImports.test_no_GeoIP =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_attacher.py", line 6, in from txtorcon.attacher import PriorityAttacher File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_attacher =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_circuit.py", line 11, in from txtorcon import Circuit File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_circuit =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_controller.py", line 17, in from txtorcon import TorConfig File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_controller =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_endpoints.py", line 31, in from txtorcon import TorControlProtocol File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_endpoints =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_fsm.py", line 3, in import txtorcon.spaghetti File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_fsm =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_log.py", line 3, in from txtorcon import log File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_log =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_onion.py", line 12, in from txtorcon import TorConfig File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_onion =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_socks.py", line 14, in from txtorcon import socks File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_socks =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_stream.py", line 8, in from txtorcon import Stream File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_stream =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_torconfig.py", line 19, in from txtorcon import TorProtocolError File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_torconfig =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_torcontrolprotocol.py", line 11, in from txtorcon import TorControlProtocol, TorProtocolFactory, TorState File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_torcontrolprotocol =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_torinfo.py", line 6, in from txtorcon import ITorControlProtocol, TorInfo, TorControlProtocol File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_torinfo =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_torstate.py", line 17, in from txtorcon import TorControlProtocol File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_torstate =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_util.py", line 25, in from txtorcon.testutil import FakeControlProtocol File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_util =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/twisted/trial/runner.py", line 598, in loadPackage module = modinfo.load() File "/usr/lib/python3.10/site-packages/twisted/python/modules.py", line 390, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 298, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/usr/lib/python3.10/site-packages/twisted/python/reflect.py", line 245, in _importAndCheckStack raise excValue.with_traceback(excTraceback) File "/build/python-txtorcon/src/txtorcon-21.1.0/test/test_web.py", line 13, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/__init__.py", line 16, in from txtorcon.controller import connect File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/controller.py", line 37, in from txtorcon.endpoints import TorClientEndpoint, _create_socks_endpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/endpoints.py", line 15, in from txtorcon.socks import TorSocksEndpoint File "/build/python-txtorcon/src/txtorcon-21.1.0/txtorcon/socks.py", line 22, in import automat builtins.ModuleNotFoundError: No module named 'automat' test.test_web ------------------------------------------------------------------------------- Ran 49 tests in 0.236s FAILED (skips=1, errors=15, successes=33) ==> ERROR: A failure occurred in check().  Aborting...