*** This log is abridged to its last 1000 lines: klass.timeout = 300 klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 pyftpdlib.handlers.ThrottledDTPHandler.read_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.write_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.auto_sized_buffers = True # Acceptors. ls = [pyftpdlib.servers.FTPServer, pyftpdlib.servers.ThreadedFTPServer] if POSIX: > ls.append(pyftpdlib.servers.MultiprocessFTPServer) E AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' pyftpdlib/test/__init__.py:439: AttributeError ____________________________________________________________________________________________________________________________ TestCornerCasesThreadMixin.test_port_race_condition _____________________________________________________________________________________________________________________________ self = def tearDown(self): close_client(self.client) > self.server.stop() pyftpdlib/test/test_functional.py:2434: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pyftpdlib/test/__init__.py:483: in stop reset_server_opts() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ def reset_server_opts(): # Since all pyftpdlib configurable "options" are class attributes # we reset them at module.class level. import pyftpdlib.handlers import pyftpdlib.servers # Control handlers. tls_handler = getattr( pyftpdlib.handlers, "TLS_FTPHandler", pyftpdlib.handlers.FTPHandler ) for klass in (pyftpdlib.handlers.FTPHandler, tls_handler): klass.auth_failed_timeout = 0.001 klass.authorizer = DummyAuthorizer() klass.banner = "pyftpdlib ready." klass.masquerade_address = None klass.masquerade_address_map = {} klass.max_login_attempts = 3 klass.passive_ports = None klass.permit_foreign_addresses = False klass.permit_privileged_ports = False klass.tcp_no_delay = hasattr(socket, 'TCP_NODELAY') klass.timeout = 300 klass.unicode_errors = "replace" klass.use_gmt_times = True klass.use_sendfile = _import_sendfile() is not None klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 if klass.__name__ == 'TLS_FTPHandler': klass.tls_control_required = False klass.tls_data_required = False # Data handlers. tls_handler = getattr( pyftpdlib.handlers, "TLS_DTPHandler", pyftpdlib.handlers.DTPHandler ) for klass in (pyftpdlib.handlers.DTPHandler, tls_handler): klass.timeout = 300 klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 pyftpdlib.handlers.ThrottledDTPHandler.read_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.write_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.auto_sized_buffers = True # Acceptors. ls = [pyftpdlib.servers.FTPServer, pyftpdlib.servers.ThreadedFTPServer] if POSIX: > ls.append(pyftpdlib.servers.MultiprocessFTPServer) E AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' pyftpdlib/test/__init__.py:439: AttributeError _______________________________________________________________________________________________________________________________ TestCornerCasesThreadMixin.test_quick_connect ________________________________________________________________________________________________________________________________ self = def tearDown(self): close_client(self.client) > self.server.stop() pyftpdlib/test/test_functional.py:2434: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pyftpdlib/test/__init__.py:483: in stop reset_server_opts() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ def reset_server_opts(): # Since all pyftpdlib configurable "options" are class attributes # we reset them at module.class level. import pyftpdlib.handlers import pyftpdlib.servers # Control handlers. tls_handler = getattr( pyftpdlib.handlers, "TLS_FTPHandler", pyftpdlib.handlers.FTPHandler ) for klass in (pyftpdlib.handlers.FTPHandler, tls_handler): klass.auth_failed_timeout = 0.001 klass.authorizer = DummyAuthorizer() klass.banner = "pyftpdlib ready." klass.masquerade_address = None klass.masquerade_address_map = {} klass.max_login_attempts = 3 klass.passive_ports = None klass.permit_foreign_addresses = False klass.permit_privileged_ports = False klass.tcp_no_delay = hasattr(socket, 'TCP_NODELAY') klass.timeout = 300 klass.unicode_errors = "replace" klass.use_gmt_times = True klass.use_sendfile = _import_sendfile() is not None klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 if klass.__name__ == 'TLS_FTPHandler': klass.tls_control_required = False klass.tls_data_required = False # Data handlers. tls_handler = getattr( pyftpdlib.handlers, "TLS_DTPHandler", pyftpdlib.handlers.DTPHandler ) for klass in (pyftpdlib.handlers.DTPHandler, tls_handler): klass.timeout = 300 klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 pyftpdlib.handlers.ThrottledDTPHandler.read_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.write_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.auto_sized_buffers = True # Acceptors. ls = [pyftpdlib.servers.FTPServer, pyftpdlib.servers.ThreadedFTPServer] if POSIX: > ls.append(pyftpdlib.servers.MultiprocessFTPServer) E AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' pyftpdlib/test/__init__.py:439: AttributeError ____________________________________________________________________________________________________________________________________ TestCornerCasesThreadMixin.test_repr ____________________________________________________________________________________________________________________________________ self = def tearDown(self): close_client(self.client) > self.server.stop() pyftpdlib/test/test_functional.py:2434: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pyftpdlib/test/__init__.py:483: in stop reset_server_opts() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ def reset_server_opts(): # Since all pyftpdlib configurable "options" are class attributes # we reset them at module.class level. import pyftpdlib.handlers import pyftpdlib.servers # Control handlers. tls_handler = getattr( pyftpdlib.handlers, "TLS_FTPHandler", pyftpdlib.handlers.FTPHandler ) for klass in (pyftpdlib.handlers.FTPHandler, tls_handler): klass.auth_failed_timeout = 0.001 klass.authorizer = DummyAuthorizer() klass.banner = "pyftpdlib ready." klass.masquerade_address = None klass.masquerade_address_map = {} klass.max_login_attempts = 3 klass.passive_ports = None klass.permit_foreign_addresses = False klass.permit_privileged_ports = False klass.tcp_no_delay = hasattr(socket, 'TCP_NODELAY') klass.timeout = 300 klass.unicode_errors = "replace" klass.use_gmt_times = True klass.use_sendfile = _import_sendfile() is not None klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 if klass.__name__ == 'TLS_FTPHandler': klass.tls_control_required = False klass.tls_data_required = False # Data handlers. tls_handler = getattr( pyftpdlib.handlers, "TLS_DTPHandler", pyftpdlib.handlers.DTPHandler ) for klass in (pyftpdlib.handlers.DTPHandler, tls_handler): klass.timeout = 300 klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 pyftpdlib.handlers.ThrottledDTPHandler.read_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.write_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.auto_sized_buffers = True # Acceptors. ls = [pyftpdlib.servers.FTPServer, pyftpdlib.servers.ThreadedFTPServer] if POSIX: > ls.append(pyftpdlib.servers.MultiprocessFTPServer) E AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' pyftpdlib/test/__init__.py:439: AttributeError __________________________________________________________________________________________________________________________________ TestCornerCasesThreadMixin.test_sendfile __________________________________________________________________________________________________________________________________ self = def tearDown(self): close_client(self.client) > self.server.stop() pyftpdlib/test/test_functional.py:2434: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pyftpdlib/test/__init__.py:483: in stop reset_server_opts() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ def reset_server_opts(): # Since all pyftpdlib configurable "options" are class attributes # we reset them at module.class level. import pyftpdlib.handlers import pyftpdlib.servers # Control handlers. tls_handler = getattr( pyftpdlib.handlers, "TLS_FTPHandler", pyftpdlib.handlers.FTPHandler ) for klass in (pyftpdlib.handlers.FTPHandler, tls_handler): klass.auth_failed_timeout = 0.001 klass.authorizer = DummyAuthorizer() klass.banner = "pyftpdlib ready." klass.masquerade_address = None klass.masquerade_address_map = {} klass.max_login_attempts = 3 klass.passive_ports = None klass.permit_foreign_addresses = False klass.permit_privileged_ports = False klass.tcp_no_delay = hasattr(socket, 'TCP_NODELAY') klass.timeout = 300 klass.unicode_errors = "replace" klass.use_gmt_times = True klass.use_sendfile = _import_sendfile() is not None klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 if klass.__name__ == 'TLS_FTPHandler': klass.tls_control_required = False klass.tls_data_required = False # Data handlers. tls_handler = getattr( pyftpdlib.handlers, "TLS_DTPHandler", pyftpdlib.handlers.DTPHandler ) for klass in (pyftpdlib.handlers.DTPHandler, tls_handler): klass.timeout = 300 klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 pyftpdlib.handlers.ThrottledDTPHandler.read_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.write_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.auto_sized_buffers = True # Acceptors. ls = [pyftpdlib.servers.FTPServer, pyftpdlib.servers.ThreadedFTPServer] if POSIX: > ls.append(pyftpdlib.servers.MultiprocessFTPServer) E AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' pyftpdlib/test/__init__.py:439: AttributeError ______________________________________________________________________________________________________________________________ TestCornerCasesThreadMixin.test_sendfile_enabled ______________________________________________________________________________________________________________________________ self = def tearDown(self): close_client(self.client) > self.server.stop() pyftpdlib/test/test_functional.py:2434: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pyftpdlib/test/__init__.py:483: in stop reset_server_opts() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ def reset_server_opts(): # Since all pyftpdlib configurable "options" are class attributes # we reset them at module.class level. import pyftpdlib.handlers import pyftpdlib.servers # Control handlers. tls_handler = getattr( pyftpdlib.handlers, "TLS_FTPHandler", pyftpdlib.handlers.FTPHandler ) for klass in (pyftpdlib.handlers.FTPHandler, tls_handler): klass.auth_failed_timeout = 0.001 klass.authorizer = DummyAuthorizer() klass.banner = "pyftpdlib ready." klass.masquerade_address = None klass.masquerade_address_map = {} klass.max_login_attempts = 3 klass.passive_ports = None klass.permit_foreign_addresses = False klass.permit_privileged_ports = False klass.tcp_no_delay = hasattr(socket, 'TCP_NODELAY') klass.timeout = 300 klass.unicode_errors = "replace" klass.use_gmt_times = True klass.use_sendfile = _import_sendfile() is not None klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 if klass.__name__ == 'TLS_FTPHandler': klass.tls_control_required = False klass.tls_data_required = False # Data handlers. tls_handler = getattr( pyftpdlib.handlers, "TLS_DTPHandler", pyftpdlib.handlers.DTPHandler ) for klass in (pyftpdlib.handlers.DTPHandler, tls_handler): klass.timeout = 300 klass.ac_in_buffer_size = 4096 klass.ac_out_buffer_size = 4096 pyftpdlib.handlers.ThrottledDTPHandler.read_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.write_limit = 0 pyftpdlib.handlers.ThrottledDTPHandler.auto_sized_buffers = True # Acceptors. ls = [pyftpdlib.servers.FTPServer, pyftpdlib.servers.ThreadedFTPServer] if POSIX: > ls.append(pyftpdlib.servers.MultiprocessFTPServer) E AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' pyftpdlib/test/__init__.py:439: AttributeError ============================================================================================================================================== warnings summary ============================================================================================================================================== pyftpdlib/authorizers.py:408 /home/udu/aports/community/py3-pyftpdlib/src/pyftpdlib-1.5.10/pyftpdlib/authorizers.py:408: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 import crypt pyftpdlib/authorizers.py:410 /home/udu/aports/community/py3-pyftpdlib/src/pyftpdlib-1.5.10/pyftpdlib/authorizers.py:410: DeprecationWarning: 'spwd' is deprecated and slated for removal in Python 3.13 import spwd pyftpdlib/test/test_ioloop.py::DefaultIOLoopTestCase::test_register /usr/lib/python3.12/unittest/case.py:690: DeprecationWarning: It is deprecated to return a value that is not None from a test case (>) return self.run(*args, **kwds) pyftpdlib/test/test_ioloop.py::SelectIOLoopTestCase::test_register /usr/lib/python3.12/unittest/case.py:690: DeprecationWarning: It is deprecated to return a value that is not None from a test case (>) return self.run(*args, **kwds) pyftpdlib/test/test_ioloop.py::PollIOLoopTestCase::test_register /usr/lib/python3.12/unittest/case.py:690: DeprecationWarning: It is deprecated to return a value that is not None from a test case (>) return self.run(*args, **kwds) pyftpdlib/test/test_ioloop.py::EpollIOLoopTestCase::test_register /usr/lib/python3.12/unittest/case.py:690: DeprecationWarning: It is deprecated to return a value that is not None from a test case (>) return self.run(*args, **kwds) pyftpdlib/test/test_servers.py::TestFTPServer::test_sock_instead_of_addr /usr/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread test-ftpd Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/home/udu/aports/community/py3-pyftpdlib/src/pyftpdlib-1.5.10/pyftpdlib/test/__init__.py", line 472, in run self.server.serve_forever( File "/home/udu/aports/community/py3-pyftpdlib/src/pyftpdlib-1.5.10/pyftpdlib/servers.py", line 249, in serve_forever % (proto, self.address[0], self.address[1], os.getpid()) ^^^^^^^^^^^^ File "/home/udu/aports/community/py3-pyftpdlib/src/pyftpdlib-1.5.10/pyftpdlib/servers.py", line 130, in address return self.socket.getsockname()[:2] ^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 9] Bad file descriptor warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_invalid_mfmt_timeval pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_mfmt /home/udu/aports/community/py3-pyftpdlib/src/pyftpdlib-1.5.10/pyftpdlib/handlers.py:2977: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC). epoch = datetime.utcfromtimestamp(0) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ========================================================================================================================================== short test summary info =========================================================================================================================================== FAILED pyftpdlib/test/test_functional.py::TestFtpAuthentication::test_anon_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAuthentication::test_auth_failed - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAuthentication::test_auth_ok - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAuthentication::test_max_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAuthentication::test_rein - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAuthentication::test_rein_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAuthentication::test_user - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAuthentication::test_user_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAuthentication::test_wrong_cmds_order - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_allo - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_help - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_mode - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_noop - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_opts_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_quit - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_site - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_site_help - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_stru - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_syst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpDummyCmds::test_type - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpCmdsSemantic::test_arg_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpCmdsSemantic::test_auth_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpCmdsSemantic::test_no_arg_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpCmdsSemantic::test_no_auth_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_cdup - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_cwd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_dele - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_invalid_mfmt_timeval - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_mdtm - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_mfmt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_missing_mfmt_timeval_arg - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_mkd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_pwd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_rmd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_rnfr_rnto - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_site_chmod - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpFsOperations::test_size - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_appe - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_appe_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_failing_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_quit_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_stor_active - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_stor_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_stor_ascii_2 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_stor_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_stou - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_stou_orphaned_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreData::test_stou_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_appe - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_appe_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_failing_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_quit_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_stor_active - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_stor_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_stor_ascii_2 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_stor_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_stou - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_stou_orphaned_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataNoSendfile::test_stou_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_appe - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_appe_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_failing_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_quit_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_stor_active - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_stor_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_stor_ascii_2 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_stor_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_stou - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_stou_orphaned_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpStoreDataWithCustomIO::test_stou_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveData::test_restore_on_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveData::test_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveData::test_retr_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveData::test_retr_ascii_already_crlf - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveData::test_retr_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveDataNoSendfile::test_restore_on_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveDataNoSendfile::test_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveDataNoSendfile::test_retr_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveDataNoSendfile::test_retr_ascii_already_crlf - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveDataNoSendfile::test_retr_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveDataCustomIO::test_restore_on_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveDataCustomIO::test_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveDataCustomIO::test_retr_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveDataCustomIO::test_retr_ascii_already_crlf - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpRetrieveDataCustomIO::test_retr_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpListingCmds::test_list - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpListingCmds::test_mlsd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpListingCmds::test_mlsd_all_facts - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpListingCmds::test_mlst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpListingCmds::test_nlst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpListingCmds::test_stat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpListingCmds::test_unforeseen_time_event - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAbort::test_abor_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAbort::test_abor_no_data - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAbort::test_abor_pasv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAbort::test_abor_port - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestFtpAbort::test_oob_abor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestThrottleBandwidth::test_throttle_recv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestThrottleBandwidth::test_throttle_send - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestTimeouts::test_data_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestTimeouts::test_data_timeout_not_reached - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestTimeouts::test_disabled_data_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestTimeouts::test_disabled_idle_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestTimeouts::test_disabled_pasv_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestTimeouts::test_disabled_port_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestTimeouts::test_idle_data_timeout1 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestTimeouts::test_idle_data_timeout2 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestTimeouts::test_pasv_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_banner - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_masquerade_address - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_masquerade_address_map - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_max_connections - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_max_connections_per_ip - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_max_login_attempts - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_passive_ports - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_passive_ports_busy - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_use_gmt_times - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCallbacks::test_on_disconnect - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCallbacks::test_on_file_received - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCallbacks::test_on_file_sent - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCallbacks::test_on_incomplete_file_received - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCallbacks::test_on_incomplete_file_sent - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCallbacks::test_on_login_failed - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCallbacks::test_on_logout_no_pass - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCallbacks::test_on_logout_quit - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCallbacks::test_on_logout_rein - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCallbacks::test_on_logout_user_issued_twice - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv4Environment::test_eprt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv4Environment::test_eprt_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv4Environment::test_epsv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv4Environment::test_epsv_all - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv4Environment::test_pasv_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv4Environment::test_port_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv6Environment::test_eprt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv6Environment::test_eprt_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv6Environment::test_epsv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv6Environment::test_epsv_all - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv6Environment::test_pasv_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv6Environment::test_port_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv6MixedEnvironment::test_eprt_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv6MixedEnvironment::test_epsv_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv6MixedEnvironment::test_pasv_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestIPv6MixedEnvironment::test_port_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCornerCases::test_active_conn_error - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCornerCases::test_error_on_callback - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCornerCases::test_ioloop_fileno - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCornerCases::test_port_race_condition - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCornerCases::test_quick_connect - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCornerCases::test_repr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCornerCases::test_sendfile - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::TestCornerCases::test_sendfile_enabled - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_idle_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_permit_foreign_address_false - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_permit_foreign_address_true - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_permit_privileged_ports - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_sendfile_fails - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_stou_max_tries - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_banner - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_masquerade_address - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_masquerade_address_map - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_max_connections - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_max_connections_per_ip - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_max_login_attempts - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_passive_ports - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_passive_ports_busy - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_use_gmt_times - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCases::test_active_conn_error - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCases::test_error_on_callback - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCases::test_ioloop_fileno - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCases::test_port_race_condition - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCases::test_quick_connect - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCases::test_repr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCases::test_sendfile - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCases::test_sendfile_enabled - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAbort::test_abor_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAbort::test_abor_no_data - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAbort::test_abor_pasv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAbort::test_abor_port - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAbort::test_oob_abor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthentication::test_anon_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthentication::test_auth_failed - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthentication::test_auth_ok - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthentication::test_max_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthentication::test_rein - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthentication::test_rein_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthentication::test_user - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthentication::test_user_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthentication::test_wrong_cmds_order - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpCmdsSemantic::test_arg_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpCmdsSemantic::test_auth_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpCmdsSemantic::test_no_arg_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpCmdsSemantic::test_no_auth_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_allo - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_help - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_mode - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_noop - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_opts_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_quit - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_site - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_site_help - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_stru - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_syst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpDummyCmds::test_type - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_cdup - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_cwd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_dele - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_invalid_mfmt_timeval - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_mdtm - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_mfmt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_missing_mfmt_timeval_arg - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_mkd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_pwd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_rmd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_rnfr_rnto - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_site_chmod - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperations::test_size - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmds::test_list - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmds::test_mlsd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmds::test_mlsd_all_facts - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmds::test_mlst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmds::test_nlst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmds::test_stat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmds::test_unforeseen_time_event - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpRetrieveData::test_restore_on_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpRetrieveData::test_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpRetrieveData::test_retr_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpRetrieveData::test_retr_ascii_already_crlf - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpRetrieveData::test_retr_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_appe - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_appe_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_failing_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_quit_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_stor_active - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_stor_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_stor_ascii_2 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_stor_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_stou - ftplib.error_temp: 450 No usable unique file name found. FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_stou_orphaned_file - ftplib.error_temp: 450 No usable unique file name found. FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_stou_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4Environment::test_eprt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4Environment::test_eprt_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4Environment::test_epsv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4Environment::test_epsv_all - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4Environment::test_pasv_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4Environment::test_port_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6Environment::test_eprt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6Environment::test_eprt_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6Environment::test_epsv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6Environment::test_epsv_all - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6Environment::test_pasv_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6Environment::test_port_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeouts::test_data_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeouts::test_data_timeout_not_reached - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeouts::test_disabled_data_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeouts::test_disabled_idle_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeouts::test_disabled_pasv_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeouts::test_disabled_port_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeouts::test_idle_data_timeout1 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeouts::test_idle_data_timeout2 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeouts::test_pasv_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthenticationTLSMixin::test_anon_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthenticationTLSMixin::test_auth_failed - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthenticationTLSMixin::test_auth_ok - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthenticationTLSMixin::test_max_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthenticationTLSMixin::test_rein - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthenticationTLSMixin::test_rein_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthenticationTLSMixin::test_user - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthenticationTLSMixin::test_user_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAuthenticationTLSMixin::test_wrong_cmds_order - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_allo - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_help - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_mode - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_noop - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_opts_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_quit - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_site - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_site_help - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_stru - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_syst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTFtpDummyCmdsTLSMixin::test_type - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpCmdsSemanticTLSMixin::test_arg_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpCmdsSemanticTLSMixin::test_auth_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpCmdsSemanticTLSMixin::test_no_arg_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpCmdsSemanticTLSMixin::test_no_auth_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_cdup - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_cwd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_dele - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_invalid_mfmt_timeval - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_mdtm - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_mfmt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_missing_mfmt_timeval_arg - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_mkd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_pwd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_rmd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_rnfr_rnto - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_site_chmod - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpFsOperationsTLSMixin::test_size - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_appe - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_appe_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_failing_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_quit_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_stor_active - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_stor_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_stor_ascii_2 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_stor_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_stou_orphaned_file - ftplib.error_temp: 450 No usable unique file name found. FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_stou_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpRetrieveDataTLSMixin::test_restore_on_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpRetrieveDataTLSMixin::test_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpRetrieveDataTLSMixin::test_retr_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpRetrieveDataTLSMixin::test_retr_ascii_already_crlf - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpRetrieveDataTLSMixin::test_retr_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmdsTLSMixin::test_list - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmdsTLSMixin::test_mlsd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmdsTLSMixin::test_mlsd_all_facts - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmdsTLSMixin::test_mlst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmdsTLSMixin::test_nlst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmdsTLSMixin::test_stat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpListingCmdsTLSMixin::test_unforeseen_time_event - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAbortTLSMixin::test_abor_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAbortTLSMixin::test_abor_no_data - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAbortTLSMixin::test_abor_pasv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFtpAbortTLSMixin::test_abor_port - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeoutsTLSMixin::test_data_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeoutsTLSMixin::test_disabled_data_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeoutsTLSMixin::test_disabled_idle_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeoutsTLSMixin::test_disabled_pasv_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeoutsTLSMixin::test_disabled_port_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeoutsTLSMixin::test_idle_data_timeout1 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeoutsTLSMixin::test_idle_data_timeout2 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestTimeoutsTLSMixin::test_pasv_timeout - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_banner - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_masquerade_address - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_masquerade_address_map - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_max_connections - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_max_connections_per_ip - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_max_login_attempts - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_passive_ports - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_passive_ports_busy - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_use_gmt_times - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4EnvironmentTLSMixin::test_eprt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4EnvironmentTLSMixin::test_eprt_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4EnvironmentTLSMixin::test_epsv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4EnvironmentTLSMixin::test_epsv_all - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4EnvironmentTLSMixin::test_pasv_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv4EnvironmentTLSMixin::test_port_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6EnvironmentTLSMixin::test_eprt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6EnvironmentTLSMixin::test_eprt_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6EnvironmentTLSMixin::test_epsv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6EnvironmentTLSMixin::test_epsv_all - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6EnvironmentTLSMixin::test_pasv_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestIPv6EnvironmentTLSMixin::test_port_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCasesTLSMixin::test_active_conn_error - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCasesTLSMixin::test_error_on_callback - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCasesTLSMixin::test_ioloop_fileno - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCasesTLSMixin::test_port_race_condition - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCasesTLSMixin::test_quick_connect - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCasesTLSMixin::test_repr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCasesTLSMixin::test_sendfile - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestCornerCasesTLSMixin::test_sendfile_enabled - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFTPS::test_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFTPS::test_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFTPS::test_pbsz - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFTPS::test_prot - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFTPS::test_tls_control_required - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFTPS::test_tls_data_required - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_functional_ssl.py::TestFTPS::test_unforseen_ssl_shutdown - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCases::test_active_conn_error - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCases::test_error_on_callback - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCases::test_ioloop_fileno - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCases::test_port_race_condition - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCases::test_quick_connect - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCases::test_repr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCases::test_sendfile - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCases::test_sendfile_enabled - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAbort::test_abor_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAbort::test_abor_no_data - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAbort::test_abor_pasv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAbort::test_abor_port - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAbort::test_oob_abor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_anon_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_auth_failed - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_auth_ok - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_max_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_rein - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_rein_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_user - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_user_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthentication::test_wrong_cmds_order - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpCmdsSemantic::test_arg_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpCmdsSemantic::test_auth_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpCmdsSemantic::test_no_arg_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpCmdsSemantic::test_no_auth_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_allo - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_help - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_mode - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_noop - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_opts_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_quit - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_site - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_site_help - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_stru - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_syst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpDummyCmds::test_type - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_cdup - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_cwd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_dele - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_invalid_mfmt_timeval - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_mdtm - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_mfmt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_missing_mfmt_timeval_arg - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_mkd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_pwd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_rmd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_rnfr_rnto - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_site_chmod - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperations::test_size - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmds::test_list - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmds::test_mlsd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmds::test_mlsd_all_facts - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmds::test_mlst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmds::test_nlst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmds::test_stat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmds::test_unforeseen_time_event - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpRetrieveData::test_restore_on_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpRetrieveData::test_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpRetrieveData::test_retr_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpRetrieveData::test_retr_ascii_already_crlf - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpRetrieveData::test_retr_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_appe - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_appe_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_failing_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_quit_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_stor_active - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_stor_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_stor_ascii_2 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_stor_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_stou - ftplib.error_temp: 450 No usable unique file name found. FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_stou_orphaned_file - ftplib.error_temp: 450 No usable unique file name found. FAILED pyftpdlib/test/test_servers.py::TestFtpStoreData::test_stou_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4Environment::test_eprt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4Environment::test_eprt_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4Environment::test_epsv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4Environment::test_epsv_all - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4Environment::test_pasv_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4Environment::test_port_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6Environment::test_eprt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6Environment::test_eprt_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6Environment::test_epsv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6Environment::test_epsv_all - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6Environment::test_pasv_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6Environment::test_port_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFTPServer::test_sock_instead_of_addr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthenticationThreadMixin::test_anon_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthenticationThreadMixin::test_auth_failed - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthenticationThreadMixin::test_auth_ok - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthenticationThreadMixin::test_max_auth - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthenticationThreadMixin::test_rein - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthenticationThreadMixin::test_rein_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthenticationThreadMixin::test_user - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthenticationThreadMixin::test_user_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAuthenticationThreadMixin::test_wrong_cmds_order - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_allo - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_help - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_mode - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_noop - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_opts_feat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_quit - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_site - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_site_help - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_stru - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_syst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestTFtpDummyCmdsThreadMixin::test_type - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpCmdsSemanticThreadMixin::test_arg_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpCmdsSemanticThreadMixin::test_auth_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpCmdsSemanticThreadMixin::test_no_arg_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpCmdsSemanticThreadMixin::test_no_auth_cmds - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_cdup - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_cwd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_dele - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_invalid_mfmt_timeval - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_mdtm - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_mfmt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_missing_mfmt_timeval_arg - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_mkd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_pwd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_rmd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_rnfr_rnto - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_site_chmod - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpFsOperationsThreadMixin::test_size - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_appe - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_appe_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_failing_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_quit_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_rest_on_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_stor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_stor_active - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_stor_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_stor_ascii_2 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_stor_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_stou - ftplib.error_temp: 450 No usable unique file name found. FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_stou_orphaned_file - ftplib.error_temp: 450 No usable unique file name found. FAILED pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_stou_rest - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpRetrieveDataThreadMixin::test_restore_on_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpRetrieveDataThreadMixin::test_retr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpRetrieveDataThreadMixin::test_retr_ascii - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpRetrieveDataThreadMixin::test_retr_ascii_already_crlf - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpRetrieveDataThreadMixin::test_retr_empty_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmdsThreadMixin::test_list - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmdsThreadMixin::test_mlsd - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmdsThreadMixin::test_mlsd_all_facts - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmdsThreadMixin::test_mlst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmdsThreadMixin::test_nlst - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmdsThreadMixin::test_stat - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpListingCmdsThreadMixin::test_unforeseen_time_event - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAbortThreadMixin::test_abor_during_transfer - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAbortThreadMixin::test_abor_no_data - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAbortThreadMixin::test_abor_pasv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAbortThreadMixin::test_abor_port - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestFtpAbortThreadMixin::test_oob_abor - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4EnvironmentThreadMixin::test_eprt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4EnvironmentThreadMixin::test_eprt_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4EnvironmentThreadMixin::test_epsv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4EnvironmentThreadMixin::test_epsv_all - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4EnvironmentThreadMixin::test_pasv_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv4EnvironmentThreadMixin::test_port_v4 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6EnvironmentThreadMixin::test_eprt - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6EnvironmentThreadMixin::test_eprt_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6EnvironmentThreadMixin::test_epsv - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6EnvironmentThreadMixin::test_epsv_all - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6EnvironmentThreadMixin::test_pasv_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestIPv6EnvironmentThreadMixin::test_port_v6 - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCasesThreadMixin::test_active_conn_error - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCasesThreadMixin::test_error_on_callback - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCasesThreadMixin::test_ioloop_fileno - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCasesThreadMixin::test_port_race_condition - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCasesThreadMixin::test_quick_connect - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCasesThreadMixin::test_repr - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCasesThreadMixin::test_sendfile - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' FAILED pyftpdlib/test/test_servers.py::TestCornerCasesThreadMixin::test_sendfile_enabled - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_use_gmt_times - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_functional.py::TestCornerCases::test_error_on_callback - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_use_gmt_times - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_functional_ssl.py::TestCornerCases::test_error_on_callback - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_stou - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_functional_ssl.py::TestFtpStoreData::test_stou_orphaned_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_functional_ssl.py::TestFtpStoreDataTLSMixin::test_stou_orphaned_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_use_gmt_times - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_functional_ssl.py::TestCornerCasesTLSMixin::test_error_on_callback - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_servers.py::TestCornerCases::test_error_on_callback - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_servers.py::TestFtpStoreData::test_stou - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_servers.py::TestFtpStoreData::test_stou_orphaned_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_stou - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_servers.py::TestFtpStoreDataThreadMixin::test_stou_orphaned_file - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ERROR pyftpdlib/test/test_servers.py::TestCornerCasesThreadMixin::test_error_on_callback - AttributeError: module 'pyftpdlib.servers' has no attribute 'MultiprocessFTPServer' ==================================================================================================================== 562 failed, 89 passed, 145 skipped, 9 warnings, 15 errors in 34.11s ===================================================================================================================== >>> ERROR: py3-pyftpdlib: check failed >>> py3-pyftpdlib: Uninstalling dependencies... (1/34) Purging .makedepends-py3-pyftpdlib (20251013.021407) (2/34) Purging py3-openssl-pyc (25.0.0-r0) (3/34) Purging py3-openssl (25.0.0-r0) (4/34) Purging py3-cryptography-pyc (44.0.3-r0) (5/34) Purging py3-cryptography (44.0.3-r0) (6/34) Purging py3-cffi-pyc (1.17.1-r1) (7/34) Purging py3-cffi (1.17.1-r1) (8/34) Purging py3-cparser-pyc (2.22-r1) (9/34) Purging py3-cparser (2.22-r1) (10/34) Purging py3-typing-extensions-pyc (4.13.2-r0) (11/34) Purging py3-typing-extensions (4.13.2-r0) (12/34) Purging py3-pysendfile (2.0.1-r7) (13/34) Purging py3-gpep517-pyc (19-r0) (14/34) Purging py3-gpep517 (19-r0) (15/34) Purging py3-installer-pyc (0.7.0-r2) (16/34) Purging py3-installer (0.7.0-r2) (17/34) Purging py3-setuptools-pyc (80.9.0-r0) (18/34) Purging py3-setuptools (80.9.0-r0) (19/34) Purging py3-wheel-pyc (0.46.1-r0) (20/34) Purging py3-wheel (0.46.1-r0) (21/34) Purging py3-psutil-pyc (7.0.0-r0) (22/34) Purging py3-psutil (7.0.0-r0) (23/34) Purging py3-pytest-pyc (8.3.5-r0) (24/34) Purging py3-pytest (8.3.5-r0) (25/34) Purging py3-iniconfig-pyc (2.1.0-r0) (26/34) Purging py3-iniconfig (2.1.0-r0) (27/34) Purging py3-packaging-pyc (25.0-r0) (28/34) Purging py3-packaging (25.0-r0) (29/34) Purging py3-parsing-pyc (3.2.3-r0) (30/34) Purging py3-parsing (3.2.3-r0) (31/34) Purging py3-pluggy-pyc (1.5.0-r0) (32/34) Purging py3-pluggy (1.5.0-r0) (33/34) Purging py3-py-pyc (1.11.0-r4) (34/34) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages