[Python-apps-team] Bug#966940: supervisor: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p 3.8 returned exit code 13

Lucas Nussbaum lucas at debian.org
Mon Aug 3 09:34:24 BST 2020


Source: supervisor
Version: 4.2.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> mkdir -p .build/html .build/doctrees
> sphinx-build -b html -d .build/doctrees   . .build/html
> Running Sphinx v2.4.3
> running test
> WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
> running egg_info
> writing supervisor.egg-info/PKG-INFO
> writing dependency_links to supervisor.egg-info/dependency_links.txt
> writing entry points to supervisor.egg-info/entry_points.txt
> writing requirements to supervisor.egg-info/requires.txt
> writing top-level names to supervisor.egg-info/top_level.txt
> reading manifest file 'supervisor.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*' found under directory 'docs/.build'
> writing manifest file 'supervisor.egg-info/SOURCES.txt'
> running build_ext
> ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../<<PKGBUILDDIR>>/supervisor/xmlrpc.py:489: DeprecationWarning: urllib.parse.splittype() is deprecated as of 3.8, use urllib.parse.urlparse() instead
>   type, uri = urllib.splittype(serverurl)
> /<<PKGBUILDDIR>>/supervisor/xmlrpc.py:490: DeprecationWarning: urllib.parse.splithost() is deprecated as of 3.8, use urllib.parse.urlparse() instead
>   host, path = urllib.splithost(uri)
> /<<PKGBUILDDIR>>/supervisor/xmlrpc.py:491: DeprecationWarning: urllib.parse.splitport() is deprecated as of 3.8, use urllib.parse.urlparse() instead
>   host, port = urllib.splitport(host)
> .................................................................................................................................................................................................................................................................................................................................................................................F.........................................................................................................................................................................................................................................................................................................................................................................
> ======================================================================
> FAIL: test_prepare_socket (supervisor.tests.test_socket_manager.SocketManagerTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/supervisor/tests/test_socket_manager.py", line 207, in test_prepare_socket
>     self.assertEqual(sock.listen_backlog, socket.SOMAXCONN)
> AssertionError: 128 != 4096
> 
> ----------------------------------------------------------------------
> Ran 1345 tests in 9.241s
> 
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=1345 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=1345 errors=0 failures=1>
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 15 source files that are out of date
> updating environment: [new config] 15 added, 0 changed, 0 removed
> reading sources... [  6%] api
> reading sources... [ 13%] configuration
> reading sources... [ 20%] development
> reading sources... [ 26%] events
> reading sources... [ 33%] faq
> reading sources... [ 40%] glossary
> reading sources... [ 46%] index
> reading sources... [ 53%] installing
> reading sources... [ 60%] introduction
> reading sources... [ 66%] logging
> reading sources... [ 73%] plugins
> reading sources... [ 80%] running
> reading sources... [ 86%] subprocess
> reading sources... [ 93%] upgrading
> reading sources... [100%] xmlrpc
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  6%] api
> writing output... [ 13%] configuration
> writing output... [ 20%] development
> writing output... [ 26%] events
> writing output... [ 33%] faq
> writing output... [ 40%] glossary
> writing output... [ 46%] index
> writing output... [ 53%] installing
> writing output... [ 60%] introduction
> writing output... [ 66%] logging
> writing output... [ 73%] plugins
> writing output... [ 80%] running
> writing output... [ 86%] subprocess
> writing output... [ 93%] upgrading
> writing output... [100%] xmlrpc
> 
> generating indices...  genindex py-modindexdone
> writing additional pages...  searchdone
> copying images... [100%] subprocess-transitions.png
> 
> copying static files... ... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in .build/html.
> 
> Build finished. The HTML pages are in .build/html.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> dh_auto_build
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/xmlrpc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/http_client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/process.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/poller.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/options.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/events.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/dispatchers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/datatypes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/supervisorctl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/pidproxy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/loggers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/childutils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/confecho.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/states.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/rpcinterface.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/web.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/supervisord.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/socket_manager.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> copying supervisor/templating.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_events.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_states.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_datatypes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_templating.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_options.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_loggers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_dispatchers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_end_to_end.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_childutils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_poller.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_supervisorctl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_confecho.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_rpcinterfaces.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_socket_manager.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_supervisord.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_http_client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_xmlrpc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_process.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> copying supervisor/tests/test_web.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/asynchat_25.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/http_server.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/counter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/asyncore_25.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/http_date.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/producers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/util.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/xmlrpc_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/filesys.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/default_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> copying supervisor/medusa/auth_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/medusa
> running egg_info
> writing supervisor.egg-info/PKG-INFO
> writing dependency_links to supervisor.egg-info/dependency_links.txt
> writing entry points to supervisor.egg-info/entry_points.txt
> writing requirements to supervisor.egg-info/requires.txt
> writing top-level names to supervisor.egg-info/top_level.txt
> reading manifest file 'supervisor.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'supervisor.egg-info/SOURCES.txt'
> copying supervisor/version.txt -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/scripts
> copying supervisor/scripts/loop_eventgen.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/scripts
> copying supervisor/scripts/loop_listener.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/scripts
> copying supervisor/scripts/sample_commevent.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/scripts
> copying supervisor/scripts/sample_eventlistener.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/scripts
> copying supervisor/scripts/sample_exiting_eventlistener.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/scripts
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/skel
> copying supervisor/skel/sample.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/skel
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui
> copying supervisor/ui/status.html -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui
> copying supervisor/ui/tail.html -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui/images
> copying supervisor/ui/images/icon.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui/images
> copying supervisor/ui/images/rule.gif -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui/images
> copying supervisor/ui/images/state0.gif -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui/images
> copying supervisor/ui/images/state1.gif -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui/images
> copying supervisor/ui/images/state2.gif -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui/images
> copying supervisor/ui/images/state3.gif -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui/images
> copying supervisor/ui/images/supervisor.gif -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui/images
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui/stylesheets
> copying supervisor/ui/stylesheets/supervisor.css -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/ui/stylesheets
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/donothing.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/include.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-1054.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-1224.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-1231a.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-1231b.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-1231c.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-1298.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-565.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-638.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-663.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-664.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-835.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/issue-836.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/listener.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/spew.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/test_1231.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> copying supervisor/tests/fixtures/unkillable_spew.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures/example
> copying supervisor/tests/fixtures/example/included.conf -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/supervisor/tests/fixtures/example
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: python3.8 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
> running egg_info
> writing supervisor.egg-info/PKG-INFO
> writing dependency_links to supervisor.egg-info/dependency_links.txt
> writing entry points to supervisor.egg-info/entry_points.txt
> writing requirements to supervisor.egg-info/requires.txt
> writing top-level names to supervisor.egg-info/top_level.txt
> reading manifest file 'supervisor.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'supervisor.egg-info/SOURCES.txt'
> running build_ext
> test_clear (supervisor.tests.test_events.EventSubscriptionNotificationTests) ... ok
> test_notify_false (supervisor.tests.test_events.EventSubscriptionNotificationTests) ... ok
> test_notify_true (supervisor.tests.test_events.EventSubscriptionNotificationTests) ... ok
> test_notify_via_subclass (supervisor.tests.test_events.EventSubscriptionNotificationTests) ... ok
> test_subscribe (supervisor.tests.test_events.EventSubscriptionNotificationTests) ... ok
> test_unsubscribe (supervisor.tests.test_events.EventSubscriptionNotificationTests) ... ok
> test_EventRejectedEvent_attributes (supervisor.tests.test_events.TestEventTypes) ... ok
> test_EventRejectedEvent_does_not_inherit_from_event (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessCommunicationEvent_attributes (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessCommunicationEvent_inheritence (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessCommunicationStderrEvent_attributes (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessCommunicationStderrEvent_inheritence (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessCommunicationStdoutEvent_attributes (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessCommunicationStdoutEvent_inheritence (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessGroupAddedEvent_attributes (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessGroupRemovedEvent_attributes (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessLogEvent_attributes (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessLogEvent_inheritence (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessLogStderrEvent_attributes (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessLogStderrEvent_inheritence (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessLogStdoutEvent_attributes (supervisor.tests.test_events.TestEventTypes) ... ok
> test_ProcessLogStdoutEvent_inheritence (supervisor.tests.test_events.TestEventTypes) ... ok
> test_RemoteCommunicationEvent_attributes (supervisor.tests.test_events.TestEventTypes) ... ok
> test_RemoteCommunicationEvent_inheritence (supervisor.tests.test_events.TestEventTypes) ... ok
> test_all_ProcessStateEvents (supervisor.tests.test_events.TestEventTypes) ... ok
> test_all_SupervisorStateChangeEvents (supervisor.tests.test_events.TestEventTypes) ... ok
> test_all_TickEvents (supervisor.tests.test_events.TestEventTypes) ... ok
> test_pcomm_stderr_event (supervisor.tests.test_events.TestSerializations) ... ok
> test_pcomm_stdout_event (supervisor.tests.test_events.TestSerializations) ... ok
> test_plog_stderr_event (supervisor.tests.test_events.TestSerializations) ... ok
> test_plog_stdout_event (supervisor.tests.test_events.TestSerializations) ... ok
> test_process_group_added_event (supervisor.tests.test_events.TestSerializations) ... ok
> test_process_group_removed_event (supervisor.tests.test_events.TestSerializations) ... ok
> test_process_state_events_starting_and_backoff (supervisor.tests.test_events.TestSerializations) ... ok
> test_process_state_events_with_pid (supervisor.tests.test_events.TestSerializations) ... ok
> test_process_state_events_without_extra_values (supervisor.tests.test_events.TestSerializations) ... ok
> test_process_state_exited_event_expected (supervisor.tests.test_events.TestSerializations) ... ok
> test_process_state_exited_event_unexpected (supervisor.tests.test_events.TestSerializations) ... ok
> test_remote_comm_event (supervisor.tests.test_events.TestSerializations) ... ok
> test_supervisor_sc_event (supervisor.tests.test_events.TestSerializations) ... ok
> test_tick_events (supervisor.tests.test_events.TestSerializations) ... ok
> test_getEventNameByType (supervisor.tests.test_events.TestUtilityFunctions) ... ok
> test_register (supervisor.tests.test_events.TestUtilityFunctions) ... ok
> test_getEventListenerStateDescription_returns_None_when_not_found (supervisor.tests.test_states.TopLevelEventListenerStateTests) ... ok
> test_getEventListenerStateDescription_returns_string_when_found (supervisor.tests.test_states.TopLevelEventListenerStateTests) ... ok
> test_module_has_eventlistener_states (supervisor.tests.test_states.TopLevelEventListenerStateTests) ... ok
> test_getProcessStateDescription_returns_None_when_not_found (supervisor.tests.test_states.TopLevelProcessStateTests) ... ok
> test_getProcessStateDescription_returns_string_when_found (supervisor.tests.test_states.TopLevelProcessStateTests) ... ok
> test_module_has_process_states (supervisor.tests.test_states.TopLevelProcessStateTests) ... ok
> test_running_states_do_not_overlap_with_stopped_states (supervisor.tests.test_states.TopLevelProcessStateTests) ... ok
> test_stopped_states_do_not_overlap_with_running_states (supervisor.tests.test_states.TopLevelProcessStateTests) ... ok
> test_getSupervisorStateDescription_returns_None_when_not_found (supervisor.tests.test_states.TopLevelSupervisorStateTests) ... ok
> test_getSupervisorStateDescription_returns_string_when_found (supervisor.tests.test_states.TopLevelSupervisorStateTests) ... ok
> test_module_has_supervisor_states (supervisor.tests.test_states.TopLevelSupervisorStateTests) ... ok
> test_converts_falsy (supervisor.tests.test_datatypes.AutoRestartTests) ... ok
> test_converts_truthy (supervisor.tests.test_datatypes.AutoRestartTests) ... ok
> test_converts_unexpected (supervisor.tests.test_datatypes.AutoRestartTests) ... ok
> test_raises_for_bad_value (supervisor.tests.test_datatypes.AutoRestartTests) ... ok
> test_braises_value_error_for_bad_value (supervisor.tests.test_datatypes.BooleanTests) ... ok
> test_returns_false_for_falsy_values (supervisor.tests.test_datatypes.BooleanTests) ... ok
> test_returns_false_for_upper_falsy_values (supervisor.tests.test_datatypes.BooleanTests) ... ok
> test_returns_true_for_truthy_values (supervisor.tests.test_datatypes.BooleanTests) ... ok
> test_returns_true_for_upper_truthy_values (supervisor.tests.test_datatypes.BooleanTests) ... ok
> test_missinguser_username (supervisor.tests.test_datatypes.ColonSeparatedUserGroupTests) ... ok
> test_missinguser_username_and_groupname (supervisor.tests.test_datatypes.ColonSeparatedUserGroupTests) ... ok
> test_ok_username (supervisor.tests.test_datatypes.ColonSeparatedUserGroupTests) ... ok
> test_separated_user_group_returns_both (supervisor.tests.test_datatypes.ColonSeparatedUserGroupTests) ... ok
> test_separated_user_group_returns_user_only (supervisor.tests.test_datatypes.ColonSeparatedUserGroupTests) ... ok
> test_allows_trailing_comma (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_handles_commas_inside_apostrophes (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_handles_commas_inside_quotes (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_handles_empty_inside_quotes (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_handles_empty_inside_quotes_with_second_unquoted_pair (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_handles_newlines_inside_quotes (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_handles_unquoted_non_alphanum (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_raises_value_error_on_too_short (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_raises_when_comma_is_missing (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_returns_dict_even_if_newlines (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_returns_dict_even_if_whitespace (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_returns_dict_from_multi_pair_str (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_returns_dict_from_single_pair_str (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_returns_empty_dict_for_empty_str (supervisor.tests.test_datatypes.DictOfKeyValuePairsTests) ... ok
> test_dir_does_not_exist (supervisor.tests.test_datatypes.ExistingDirectoryTests) ... ok
> test_dir_exists (supervisor.tests.test_datatypes.ExistingDirectoryTests) ... ok
> test_expands_home (supervisor.tests.test_datatypes.ExistingDirectoryTests) ... ok
> test_not_a_directory (supervisor.tests.test_datatypes.ExistingDirectoryTests) ... ok
> test_expands_home (supervisor.tests.test_datatypes.ExistingDirpathTests) ... ok
> test_raises_if_dir_does_not_exist (supervisor.tests.test_datatypes.ExistingDirpathTests) ... ok
> test_raises_if_exists_but_not_a_dir (supervisor.tests.test_datatypes.ExistingDirpathTests) ... ok
> test_returns_dirpath_if_relative (supervisor.tests.test_datatypes.ExistingDirpathTests) ... ok
> test_returns_existing_dirpath (supervisor.tests.test_datatypes.ExistingDirpathTests) ... ok
> test_bad_port_number (supervisor.tests.test_datatypes.InetAddressTests) ... ok
> test_boring (supervisor.tests.test_datatypes.InetAddressTests) ... ok
> test_default_host (supervisor.tests.test_datatypes.InetAddressTests) ... ok
> test_no_port_number (supervisor.tests.test_datatypes.InetAddressTests) ... ok
> test___str__ (supervisor.tests.test_datatypes.InetStreamSocketConfigTests) ... ok
> test_addr (supervisor.tests.test_datatypes.InetStreamSocketConfigTests) ... ok
> test_create_and_bind (supervisor.tests.test_datatypes.InetStreamSocketConfigTests) ... ok
> test_diff_objs_are_not_equal (supervisor.tests.test_datatypes.InetStreamSocketConfigTests) ... ok
> test_diff_urls_are_not_equal (supervisor.tests.test_datatypes.InetStreamSocketConfigTests) ... ok
> test_port_as_string (supervisor.tests.test_datatypes.InetStreamSocketConfigTests) ... ok
> test_repr (supervisor.tests.test_datatypes.InetStreamSocketConfigTests) ... ok
> test_same_urls_are_equal (supervisor.tests.test_datatypes.InetStreamSocketConfigTests) ... ok
> test_url (supervisor.tests.test_datatypes.InetStreamSocketConfigTests) ... ok
> test_converts_numeric (supervisor.tests.test_datatypes.IntegerTests) ... ok
> test_converts_numeric_overflowing_int (supervisor.tests.test_datatypes.IntegerTests) ... ok
> test_raises_for_non_numeric (supervisor.tests.test_datatypes.IntegerTests) ... ok
> test_raises_for_invalid_exitcode_values (supervisor.tests.test_datatypes.ListOfExitcodesTests) ... ok
> test_returns_list_of_ints_from_csv (supervisor.tests.test_datatypes.ListOfExitcodesTests) ... ok
> test_returns_list_of_ints_from_one (supervisor.tests.test_datatypes.ListOfExitcodesTests) ... ok
> test_raises_value_error_when_comma_split_fails (supervisor.tests.test_datatypes.ListOfIntsTests) ... ok
> test_raises_value_error_when_one_value_is_bad (supervisor.tests.test_datatypes.ListOfIntsTests) ... ok
> test_returns_empty_list_for_empty_string (supervisor.tests.test_datatypes.ListOfIntsTests) ... ok
> test_returns_ints_even_if_whitespace_in_string (supervisor.tests.test_datatypes.ListOfIntsTests) ... ok
> test_returns_list_of_ints_by_comma_split (supervisor.tests.test_datatypes.ListOfIntsTests) ... ok
> test_raises_value_error_when_comma_split_fails (supervisor.tests.test_datatypes.ListOfStringsTests) ... ok
> test_returns_empty_list_for_empty_string (supervisor.tests.test_datatypes.ListOfStringsTests) ... ok
> test_returns_list_of_strings_by_comma_split (supervisor.tests.test_datatypes.ListOfStringsTests) ... ok
> test_returns_strings_with_whitespace_stripped (supervisor.tests.test_datatypes.ListOfStringsTests) ... ok
> test_returns_automatic_for_auto_values (supervisor.tests.test_datatypes.LogfileNameTests) ... ok
> test_returns_automatic_for_uppered_auto_values (supervisor.tests.test_datatypes.LogfileNameTests) ... ok
> test_returns_existing_dirpath_for_other_values (supervisor.tests.test_datatypes.LogfileNameTests) ... ok
> test_returns_none_for_none_values (supervisor.tests.test_datatypes.LogfileNameTests) ... ok
> test_returns_none_for_uppered_none_values (supervisor.tests.test_datatypes.LogfileNameTests) ... ok
> test_raises_for_bad_level_name (supervisor.tests.test_datatypes.LoggingLevelTests) ... ok
> test_returns_level_from_name_case_insensitive (supervisor.tests.test_datatypes.LoggingLevelTests) ... ok
> test_gets_gid_from_group_id (supervisor.tests.test_datatypes.NameToGidTests) ... ok
> test_gets_gid_from_group_name (supervisor.tests.test_datatypes.NameToGidTests) ... ok
> test_raises_for_bad_group_id (supervisor.tests.test_datatypes.NameToGidTests) ... ok
> test_raises_for_bad_group_name (supervisor.tests.test_datatypes.NameToGidTests) ... ok
> test_gets_uid_from_user_id (supervisor.tests.test_datatypes.NameToUidTests) ... ok
> test_gets_uid_from_username (supervisor.tests.test_datatypes.NameToUidTests) ... ok
> test_raises_for_bad_user_id (supervisor.tests.test_datatypes.NameToUidTests) ... ok
> test_raises_for_bad_username (supervisor.tests.test_datatypes.NameToUidTests) ... ok
> test_raises_for_non_numeric (supervisor.tests.test_datatypes.OctalTypeTests) ... ok
> test_raises_for_unconvertable_numeric (supervisor.tests.test_datatypes.OctalTypeTests) ... ok
> test_success (supervisor.tests.test_datatypes.OctalTypeTests) ... ok
> test_disallows_colons_for_eventlistener_protocol (supervisor.tests.test_datatypes.ProcessOrGroupName) ... ok
> test_disallows_inner_spaces_for_eventlister_protocol (supervisor.tests.test_datatypes.ProcessOrGroupName) ... ok
> test_disallows_slashes_for_web_ui_urls (supervisor.tests.test_datatypes.ProcessOrGroupName) ... ok
> test_strips_surrounding_whitespace (supervisor.tests.test_datatypes.ProcessOrGroupName) ... ok
> test_empty (supervisor.tests.test_datatypes.ProfileOptionsTests) ... ok
> test_with_callers (supervisor.tests.test_datatypes.ProfileOptionsTests) ... ok
> test_without_callers (supervisor.tests.test_datatypes.ProfileOptionsTests) ... ok
> test_above_upper_lower_bound (supervisor.tests.test_datatypes.RangeCheckedConversionTests) ... ok
> test_below_lower_bound (supervisor.tests.test_datatypes.RangeCheckedConversionTests) ... ok
> test_passes (supervisor.tests.test_datatypes.RangeCheckedConversionTests) ... ok
> test_converts_name (supervisor.tests.test_datatypes.SignalNumberTests) ... ok
> test_converts_number (supervisor.tests.test_datatypes.SignalNumberTests) ... ok
> test_converts_signame (supervisor.tests.test_datatypes.SignalNumberTests) ... ok
> test_raises_for_bad_name (supervisor.tests.test_datatypes.SignalNumberTests) ... ok
> test_raises_for_bad_number (supervisor.tests.test_datatypes.SignalNumberTests) ... ok
> test_inet_socket (supervisor.tests.test_datatypes.SocketAddressTests) ... ok
> test_unix_socket (supervisor.tests.test_datatypes.SocketAddressTests) ... ok
> test___str__ (supervisor.tests.test_datatypes.UnixStreamSocketConfigTests) ... ok
> test_create_and_bind (supervisor.tests.test_datatypes.UnixStreamSocketConfigTests) ... ok
> test_create_and_bind_when_chmod_fails (supervisor.tests.test_datatypes.UnixStreamSocketConfigTests) ... ok
> test_create_and_bind_when_chown_fails (supervisor.tests.test_datatypes.UnixStreamSocketConfigTests) ... ok
> test_diff_objs_are_not_equal (supervisor.tests.test_datatypes.UnixStreamSocketConfigTests) ... ok
> test_diff_paths_are_not_equal (supervisor.tests.test_datatypes.UnixStreamSocketConfigTests) ... ok
> test_get_addr (supervisor.tests.test_datatypes.UnixStreamSocketConfigTests) ... ok
> test_repr (supervisor.tests.test_datatypes.UnixStreamSocketConfigTests) ... ok
> test_same_paths_are_equal (supervisor.tests.test_datatypes.UnixStreamSocketConfigTests) ... ok
> test_url (supervisor.tests.test_datatypes.UnixStreamSocketConfigTests) ... ok
> test_accepts_unix_scheme_with_path (supervisor.tests.test_datatypes.UrlTests) ... ok
> test_accepts_urlparse_recognized_scheme_with_netloc (supervisor.tests.test_datatypes.UrlTests) ... ok
> test_rejects_unix_scheme_with_no_slashes_or_path (supervisor.tests.test_datatypes.UrlTests) ... ok
> test_rejects_unix_scheme_with_slashes_but_no_path (supervisor.tests.test_datatypes.UrlTests) ... ok
> test_rejects_urlparse_recognized_scheme_but_no_netloc (supervisor.tests.test_datatypes.UrlTests) ... ok
> test_attributes (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_attributes_nonstringtype_raises (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_attributes_unicode (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_content (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_fillmeldhtmlform (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_fillmelds (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_findmeld (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_findmeld_default (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_mod (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_repeat_child (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_repeat_nochild (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_replace_removes_all_elements (supervisor.tests.test_templating.MeldAPITests) ... ok
> test_replace_replaces_the_right_element (supervisor.tests.test_templating.MeldAPITests) ... ok
> test__setitem__ (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_append (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_clone (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_clone_simple (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_content_simple_nostructure (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_content_simple_structure (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_ctor (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_delslice (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_deparent_noparent (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_deparent_withparent (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_diffmeld1 (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_diffmeld2 (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_diffmeld3 (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_diffmeld4 (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_diffmeld5 (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_findmeld_simple (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_findmeld_simple_oneleveldown (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_findmeld_simple_twolevelsdown (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_getiterator (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_getiterator_simple (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_getiterator_tag_ignored (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_insert (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_lineage (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_remove (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_repeat (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_setslice (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_shortrepr (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_shortrepr2 (supervisor.tests.test_templating.MeldElementInterfaceTests) ... ok
> test_dupe_meldids_fails_parse_html (supervisor.tests.test_templating.ParserTests) ... ok
> test_dupe_meldids_fails_parse_xml (supervisor.tests.test_templating.ParserTests) ... ok
> test_nvu_html (supervisor.tests.test_templating.ParserTests) ... ok
> test_parse_complex_xhtml (supervisor.tests.test_templating.ParserTests) ... ok
> test_parse_simple_xhtml (supervisor.tests.test_templating.ParserTests) ... ok
> test_parse_simple_xml (supervisor.tests.test_templating.ParserTests) ... ok
> test_insert_doctype_after_xmldecl (supervisor.tests.test_templating.UtilTests) ... ok
> test_insert_meld_ns_decl (supervisor.tests.test_templating.UtilTests) ... ok
> test_insert_xhtml_doctype (supervisor.tests.test_templating.UtilTests) ... ok
> test_prefeed_preserves_existing_doctype (supervisor.tests.test_templating.UtilTests) ... ok
> test_prefeed_preserves_existing_meld_ns (supervisor.tests.test_templating.UtilTests) ... ok
> test_content_nostructure (supervisor.tests.test_templating.WriterTests) ... ok
> test_content_structure (supervisor.tests.test_templating.WriterTests) ... ok
> test_escape_attrib (supervisor.tests.test_templating.WriterTests) ... ok
> test_escape_attrib_unicodeerror (supervisor.tests.test_templating.WriterTests) ... ok
> test_escape_cdata (supervisor.tests.test_templating.WriterTests) ... ok
> test_escape_cdata_unicodeerror (supervisor.tests.test_templating.WriterTests) ... ok
> test_replace_nostructure (supervisor.tests.test_templating.WriterTests) ... ok
> test_replace_structure (supervisor.tests.test_templating.WriterTests) ... ok
> test_unknown_entity (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_booleanattrs_xhtml_as_html (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_complex_xhtml_as_html (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_complex_xhtml_as_xhtml (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_emptytags_html (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml_as_fragment (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml_as_html (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml_as_html_fragment (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml_as_html_new_doctype (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml_doctype_nodeclaration (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml_fragment_kills_doctype_and_declaration (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml_override_encoding (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml_pipeline (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml_with_doctype (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xhtml_with_doctype_as_html (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xml (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xml_as_fragment (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xml_doctype_nodeclaration (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xml_fragment_kills_doctype_and_declaration (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xml_override_encoding (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xml_pipeline (supervisor.tests.test_templating.WriterTests) ... ok
> test_write_simple_xml_with_doctype (supervisor.tests.test_templating.WriterTests) ... ok
> test_no_config_file (supervisor.tests.test_options.ClientOptionsTests)
> Making sure config file is not required. ... ok
> test_options (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_options_ignores_space_prefixed_inline_comments (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_options_ignores_tab_prefixed_inline_comments (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_options_parses_as_nonstrict_for_py2_py3_compat (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_options_supervisorctl_section_expands_here (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_options_unixsocket_cli (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_options_unixsocket_configfile (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_options_with_environment_expansions (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_read_config_no_supervisord_section_raises_valueerror (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_read_config_not_found (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_read_config_unreadable (supervisor.tests.test_options.ClientOptionsTests) ... ok
> test_make_dispatchers (supervisor.tests.test_options.EventListenerConfigTests) ... ok
> test_after_setuid (supervisor.tests.test_options.EventListenerPoolConfigTests) ... ok
> test_make_group (supervisor.tests.test_options.EventListenerPoolConfigTests) ... ok
> test_ctor (supervisor.tests.test_options.FastCGIGroupConfigTests) ... ok
> test_diff_sockets_are_not_equal (supervisor.tests.test_options.FastCGIGroupConfigTests) ... ok
> test_make_group (supervisor.tests.test_options.FastCGIGroupConfigTests) ... ok
> test_same_sockets_are_equal (supervisor.tests.test_options.FastCGIGroupConfigTests) ... ok
> test_make_dispatchers (supervisor.tests.test_options.FastCGIProcessConfigTests) ... ok
> test_make_process (supervisor.tests.test_options.FastCGIProcessConfigTests) ... ok
> test_make_process_with_group (supervisor.tests.test_options.FastCGIProcessConfigTests) ... ok
> test__set (supervisor.tests.test_options.OptionTests) ... ok
> test_add_duplicate_long_option_key (supervisor.tests.test_options.OptionTests) ... ok
> test_add_duplicate_short_option_key (supervisor.tests.test_options.OptionTests) ... ok
> test_add_flag_not_None_handler_not_None (supervisor.tests.test_options.OptionTests) ... ok
> test_add_flag_not_None_long_endswith_equal (supervisor.tests.test_options.OptionTests) ... ok
> test_add_flag_not_None_long_false_short_false (supervisor.tests.test_options.OptionTests) ... ok
> test_add_flag_not_None_short_endswith_colon (supervisor.tests.test_options.OptionTests) ... ok
> test_add_inconsistent_short_long_options (supervisor.tests.test_options.OptionTests) ... ok
> test_add_long_option_startswith_dash (supervisor.tests.test_options.OptionTests) ... ok
> test_add_short_option_startswith_dash (supervisor.tests.test_options.OptionTests) ... ok
> test_add_short_option_too_long (supervisor.tests.test_options.OptionTests) ... ok
> test_config_reload (supervisor.tests.test_options.OptionTests) ... ok
> test_config_reload_do_usage_false (supervisor.tests.test_options.OptionTests) ... ok
> test_config_reload_do_usage_true (supervisor.tests.test_options.OptionTests) ... ok
> test_default_config (supervisor.tests.test_options.OptionTests) ... ok
> test_help (supervisor.tests.test_options.OptionTests) ... ok
> test_missing_default_config (supervisor.tests.test_options.OptionTests) ... ok
> test_options_and_args_order (supervisor.tests.test_options.OptionTests) ... ok
> test_searchpaths (supervisor.tests.test_options.OptionTests) ... ok
> test_create_autochildlogs (supervisor.tests.test_options.ProcessConfigTests) ... ok
> test_get_path_env_dict_with_PATH_uses_it (supervisor.tests.test_options.ProcessConfigTests) ... ok
> test_get_path_env_dict_with_no_PATH_delegates_to_options (supervisor.tests.test_options.ProcessConfigTests) ... ok
> test_get_path_env_is_None_delegates_to_options (supervisor.tests.test_options.ProcessConfigTests) ... ok
> test_make_dispatchers_stderr_not_redirected (supervisor.tests.test_options.ProcessConfigTests) ... ok
> test_make_dispatchers_stderr_redirected (supervisor.tests.test_options.ProcessConfigTests) ... ok
> test_make_process (supervisor.tests.test_options.ProcessConfigTests) ... ok
> test_make_process_with_group (supervisor.tests.test_options.ProcessConfigTests) ... ok
> test_after_setuid (supervisor.tests.test_options.ProcessGroupConfigTests) ... ok
> test_ctor (supervisor.tests.test_options.ProcessGroupConfigTests) ... ok
> test_make_group (supervisor.tests.test_options.ProcessGroupConfigTests) ... ok
> test_ambiguous_process_in_heterogeneous_group (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_check_execv_args_cant_find_command (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_check_execv_args_isdir (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_check_execv_args_notexecutable (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_cleanup_afunix_ignores_oserror_enoent (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_cleanup_afunix_nounlink (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_cleanup_afunix_unlink (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_cleanup_closes_poller (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_cleanup_does_not_remove_pidfile_from_another_supervisord (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_cleanup_fds_closes_5_upto_minfds_ignores_oserror (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_cleanup_pidfile_ignores_oserror_enoent (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_cleanup_removes_pidfile (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_clear_autochildlogdir (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_clear_autochildlogdir_listdir_oserror (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_clear_autochildlogdir_unlink_oserror (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_close_child_pipes (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_close_child_pipes_ignores_fd_of_none (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_close_fd (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_close_fd_ignores_oserror (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_close_httpservers (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_close_logger (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_close_parent_pipes (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_close_parent_pipes_ignores_fd_of_none (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_daemonize_notifies_poller_before_and_after_fork (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_drop_privileges_nonroot_different_user (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_drop_privileges_nonroot_same_user (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_drop_privileges_user_none (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_event_listener_pool_disallows_buffer_size_zero (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_event_listener_pool_disallows_redirect_stderr (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_event_listener_pool_noeventsline (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_event_listener_pool_result_handler_unimportable (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_event_listener_pool_unknown_eventtype (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_event_listener_pool_with_event_result_handler (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_event_listener_pools_from_parser (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_event_listener_pools_from_parser_with_environment_expansions (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_program_bad_expansion_proc_num (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_program_bad_socket_backlog (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_program_bad_socket_mode (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_program_bad_socket_owner (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_program_bad_tcp_sock_format (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_program_no_socket (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_program_rel_unix_sock_path (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_program_socket_mode_set_for_tcp (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_program_socket_owner_set_for_tcp (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_program_unknown_socket_protocol (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_programs_from_parser (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_fcgi_programs_from_parser_with_environment_expansions (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_get_pid (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_get_signal_delegates_to_signal_receiver (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_heterogeneous_process_groups_from_parser (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_homogeneous_process_groups_from_parser (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_mixed_process_groups_from_parser1 (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_mixed_process_groups_from_parser2 (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_mixed_process_groups_from_parser3 (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_openhttpservers_does_not_catch_other_exception_types (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_openhttpservers_reports_friendly_usage_when_eaddrinuse (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_openhttpservers_reports_other_socket_errors (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_openhttpservers_reports_socket_error_with_errno (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_openhttpservers_reports_value_errors (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afinet_no_port (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afinet_password_without_username (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afinet_username_without_password (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afunix (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afunix_chmod_bad (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afunix_chown_bad (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afunix_chxxx_values_valid (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afunix_file_expands_here (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afunix_no_file (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afunix_password_without_username (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_afunix_username_without_password (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_error_handler_shows_included_filename (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_error_handler_shows_main_filename (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_eventlistener_section_expands_here (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_expands_combined_expansions (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_ignores_space_prefixed_inline_comments (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_ignores_tab_prefixed_inline_comments (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_parses_as_nonstrict_for_py2_py3_compat (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_program_section_expands_here (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_supervisord_section_expands_here (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_options_with_environment_expansions (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_autolog_without_rollover (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_bad_chars_in_process_name (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_bad_expression_in_process_name (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_bad_program_name_colons (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_bad_program_name_spaces (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_environment_variables_expansion (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_expands_directory (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_expands_env_in_environment (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_host_node_name_expansion (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_killasgroup_mismatch_w_stopasgroup (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_missing_replacement_in_process_name (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_no_command (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_no_procnum_in_processname (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_numprocs_expansion (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_process_num_expansion (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_redirect_stderr_with_auto (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_redirect_stderr_with_filename (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_shows_conf_filename_on_valueerror (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_stopasgroup_implies_killasgroup (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_processes_from_section_unexpected_end_of_key_value_pairs (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_readFile_failed (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_include_expands_here (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_include_expands_host_node_name (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_include_extra_file_malformed (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_include_reads_extra_files (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_include_reads_files_in_sorted_order (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_include_with_no_files_raises_valueerror (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_include_with_no_matching_files_logs_warning (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_malformed_config_file_raises_valueerror (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_no_supervisord_section_raises_valueerror (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_not_found (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_read_config_unreadable (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_realize_getopt_error (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_realize_positional_args_not_supported (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_reload (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_reload_clears_parse_infos (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_reload_clears_parse_messages (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_reopenlogs (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_rpcinterfaces_from_parser (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_rpcinterfaces_from_parser_factory_expansions (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_rpcinterfaces_from_parser_factory_missing (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_rpcinterfaces_from_parser_factory_not_importable (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_unknown_program_in_heterogeneous_group (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_version (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_write_pidfile_fail (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_write_pidfile_ok (supervisor.tests.test_options.ServerOptionsTests) ... ok
> test_does_not_queue_duplicate_signals (supervisor.tests.test_options.SignalReceiverTests) ... ok
> test_queues_again_after_being_emptied (supervisor.tests.test_options.SignalReceiverTests) ... ok
> test_returns_None_initially (supervisor.tests.test_options.SignalReceiverTests) ... ok
> test_returns_signals_in_order_received (supervisor.tests.test_options.SignalReceiverTests) ... ok
> test_getdefault_does_saneget_with_mysection (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_read_filenames_as_list (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_read_filenames_as_string (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_read_returns_ok_filenames_like_rawconfigparser (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_read_section_to_file_initially_empty (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_read_section_to_file_read_multiple_files (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_read_section_to_file_read_one_file (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_saneget_expands_arg_expansions (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_saneget_expands_instance_expansions (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_saneget_no_default (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_saneget_no_default_no_expand (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_saneget_with_default (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_saneget_with_default_and_expand (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_saneget_with_default_no_expand (supervisor.tests.test_options.UnhosedConfigParserTests) ... ok
> test_make_namespec (supervisor.tests.test_options.UtilFunctionsTests) ... ok
> test_split_namespec (supervisor.tests.test_options.UtilFunctionsTests) ... ok
> test_close_already_closed (supervisor.tests.test_loggers.BareHandlerTests) ... ok
> test_close_stream_fileno_above_3 (supervisor.tests.test_loggers.BareHandlerTests) ... ok
> test_close_stream_fileno_below_3 (supervisor.tests.test_loggers.BareHandlerTests) ... ok
> test_close_stream_handles_fileno_ioerror (supervisor.tests.test_loggers.BareHandlerTests) ... ok
> test_close_stream_handles_fileno_unsupported_operation (supervisor.tests.test_loggers.BareHandlerTests) ... ok
> test_emit_gardenpath (supervisor.tests.test_loggers.BareHandlerTests) ... ok
> test_emit_other_error (supervisor.tests.test_loggers.BareHandlerTests) ... ok
> test_emit_unicode_error (supervisor.tests.test_loggers.BareHandlerTests) ... ok
> test_flush_stream_flush_raises_IOError_EPIPE (supervisor.tests.test_loggers.BareHandlerTests) ... ok
> test_flush_stream_flush_raises_IOError_not_EPIPE (supervisor.tests.test_loggers.BareHandlerTests) ... ok
> test_clear (supervisor.tests.test_loggers.BoundIOTests) ... ok
> test_close (supervisor.tests.test_loggers.BoundIOTests) ... ok
> test_getvalue (supervisor.tests.test_loggers.BoundIOTests) ... ok
> test_write_overflow (supervisor.tests.test_loggers.BoundIOTests) ... ok
> test_close (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_close_raises (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_ctor (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_emit_ascii_noerror (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_emit_error (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_emit_unicode_noerror (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_remove_doesntexist (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_remove_exists (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_remove_raises (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_reopen (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_reopen_raises (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_LOG_LEVELS_BY_NUM_doesnt_include_builtins (supervisor.tests.test_loggers.LevelTests) ... ok
> test_blather (supervisor.tests.test_loggers.LoggerTests) ... ok
> test_close (supervisor.tests.test_loggers.LoggerTests) ... ok
> test_critical (supervisor.tests.test_loggers.LoggerTests) ... ok
> test_debug (supervisor.tests.test_loggers.LoggerTests) ... ok
> test_error (supervisor.tests.test_loggers.LoggerTests) ... ok
> test_getvalue (supervisor.tests.test_loggers.LoggerTests) ... ok
> test_info (supervisor.tests.test_loggers.LoggerTests) ... ok
> test_trace (supervisor.tests.test_loggers.LoggerTests) ... ok
> test_warn (supervisor.tests.test_loggers.LoggerTests) ... ok
> test_close (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_close_raises (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_ctor (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_current_logfile_removed (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_doRollover_maxbytes_lte_zero (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_emit_ascii_noerror (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_emit_does_rollover (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_emit_error (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_emit_unicode_noerror (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_removeAndRename_destination_does_not_exist (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_removeAndRename_destination_exists (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_removeAndRename_remove_raises_ENOENT (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_removeAndRename_remove_raises_other_than_ENOENT (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_removeAndRename_rename_raises_ENOENT (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_removeAndRename_rename_raises_other_than_ENOENT (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_remove_doesntexist (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_remove_exists (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_remove_raises (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_reopen (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_reopen_raises (supervisor.tests.test_loggers.RotatingFileHandlerTests) ... ok
> test_close (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_close_raises (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_ctor (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_ctor_with_dev_stdout (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_emit_ascii_noerror (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_emit_error (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_emit_unicode_noerror (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_remove_doesntexist (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_remove_exists (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_remove_raises (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_reopen (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_reopen_raises (supervisor.tests.test_loggers.StdoutTests) ... ok
> test_close (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_close_raises (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_ctor (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_emit_ascii_noerror (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_emit_error (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_emit_unicode_noerror (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_remove_doesntexist (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_remove_exists (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_remove_raises (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_reopen (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_reopen_raises (supervisor.tests.test_loggers.FileHandlerTests) ... ok
> test_close (supervisor.tests.test_loggers.SyslogHandlerTests) ... ok
> test_emit_ascii_noerror (supervisor.tests.test_loggers.SyslogHandlerTests) ... ok
> test_emit_record_asdict_raises (supervisor.tests.test_loggers.SyslogHandlerTests) ... ok
> test_emit_unicode_noerror (supervisor.tests.test_loggers.SyslogHandlerTests) ... ok
> test_emit_unicode_witherror (supervisor.tests.test_loggers.SyslogHandlerTests) ... ok
> test_reopen (supervisor.tests.test_loggers.SyslogHandlerTests) ... ok
> test_flush (supervisor.tests.test_dispatchers.PDispatcherTests) ... ok
> test_readable (supervisor.tests.test_dispatchers.PDispatcherTests) ... ok
> test_writable (supervisor.tests.test_dispatchers.PDispatcherTests) ... ok
> test_close (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_ctor_logfile_only (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_ctor_nologfiles (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_error (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_busy_gobbles (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_change_acknowledged_gobbles (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_change_acknowledged_to_insufficient (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_change_acknowledged_to_ready (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_change_acknowledged_to_unknown (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_change_busy_to_acknowledged_procd (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_change_busy_to_acknowledged_rejected (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_change_busy_to_insufficient (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_change_busy_to_unknown (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_change_from_unknown (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_listener_state_change_ready_to_unknown (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_read_event_calls_handle_listener_state_change (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_read_event_logging_childlog (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_read_event_logging_nologs (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_read_event_nodata (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_result_accept (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_result_exception (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_result_rejectevent (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_handle_write_event (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_readable_closed (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_readable_open (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_removelogs (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_reopenlogs (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_repr (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_strip_ansi (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_writable (supervisor.tests.test_dispatchers.PEventListenerDispatcherTests) ... ok
> test_close (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_handle_error (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_handle_read_event (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_handle_write_event (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_handle_write_event_epipe_raised (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_handle_write_event_nodata (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_handle_write_event_over_os_limit (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_handle_write_event_uncaught_raised (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_readable (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_repr (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_writable_closed_nodata (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_writable_closed_withdata (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_writable_open_nodata (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_writable_open_withdata (supervisor.tests.test_dispatchers.PInputDispatcherTests) ... ok
> test_close (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_ctor_capturelog_only (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_ctor_logfile_only (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_ctor_nologfiles (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_ctor_nologs (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_handle_error (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_handle_read_event (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_handle_read_event_no_data_closes (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_handle_write_event (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_readable_closed (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_readable_open (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_record_output_capturemode_string_longer_than_token (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_record_output_capturemode_string_not_longer_than_token (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_record_output_does_not_emit_stderr_event_when_disabled (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_record_output_does_not_emit_stdout_event_when_disabled (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_record_output_emits_stderr_event_when_enabled (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_record_output_emits_stdout_event_when_enabled (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_record_output_log_non_capturemode (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_removelogs (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_reopenlogs (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_repr (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_stdout_capturemode_multiple_buffers (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_stdout_capturemode_single_buffer (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_strip_ansi (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_syslog_logfile_deprecated (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_toggle_capturemode_sends_event (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_writable (supervisor.tests.test_dispatchers.POutputDispatcherTests) ... ok
> test_ansi (supervisor.tests.test_dispatchers.stripEscapeTests) ... ok
> test_noansi (supervisor.tests.test_dispatchers.stripEscapeTests) ... ok
> test_zero_length_string (supervisor.tests.test_dispatchers.stripEscapeTests) ... ok
> test_eventdata (supervisor.tests.test_childutils.ChildUtilsTests) ... ok
> test_getRPCInterface (supervisor.tests.test_childutils.ChildUtilsTests) ... /<<PKGBUILDDIR>>/supervisor/xmlrpc.py:489: DeprecationWarning: urllib.parse.splittype() is deprecated as of 3.8, use urllib.parse.urlparse() instead
>   type, uri = urllib.splittype(serverurl)
> /<<PKGBUILDDIR>>/supervisor/xmlrpc.py:490: DeprecationWarning: urllib.parse.splithost() is deprecated as of 3.8, use urllib.parse.urlparse() instead
>   host, path = urllib.splithost(uri)
> /<<PKGBUILDDIR>>/supervisor/xmlrpc.py:491: DeprecationWarning: urllib.parse.splitport() is deprecated as of 3.8, use urllib.parse.urlparse() instead
>   host, port = urllib.splitport(host)
> ok
> test_getRPCTransport_no_uname_pass (supervisor.tests.test_childutils.ChildUtilsTests) ... ok
> test_getRPCTransport_with_uname_pass (supervisor.tests.test_childutils.ChildUtilsTests) ... ok
> test_get_asctime (supervisor.tests.test_childutils.ChildUtilsTests) ... ok
> test_get_headers (supervisor.tests.test_childutils.ChildUtilsTests) ... ok
> test_fail (supervisor.tests.test_childutils.TestEventListenerProtocol) ... ok
> test_ok (supervisor.tests.test_childutils.TestEventListenerProtocol) ... ok
> test_send (supervisor.tests.test_childutils.TestEventListenerProtocol) ... ok
> test_token (supervisor.tests.test_childutils.TestEventListenerProtocol) ... ok
> test_wait (supervisor.tests.test_childutils.TestEventListenerProtocol) ... ok
> test_send (supervisor.tests.test_childutils.TestProcessCommunicationsProtocol) ... ok
> test_stderr (supervisor.tests.test_childutils.TestProcessCommunicationsProtocol) ... ok
> test_stdout (supervisor.tests.test_childutils.TestProcessCommunicationsProtocol) ... ok
> test_after_daemonize (supervisor.tests.test_poller.BasePollerTests) ... ok
> test_before_daemonize (supervisor.tests.test_poller.BasePollerTests) ... ok
> test_poll (supervisor.tests.test_poller.BasePollerTests) ... ok
> test_register_readable (supervisor.tests.test_poller.BasePollerTests) ... ok
> test_register_writable (supervisor.tests.test_poller.BasePollerTests) ... ok
> test_unregister_readable (supervisor.tests.test_poller.BasePollerTests) ... ok
> test_unregister_writable (supervisor.tests.test_poller.BasePollerTests) ... ok
> test_poll_ignores_and_unregisters_closed_fd (supervisor.tests.test_poller.PollerPollTests) ... ok
> test_poll_ignores_eintr (supervisor.tests.test_poller.PollerPollTests) ... ok
> test_poll_returns_readables_and_writables (supervisor.tests.test_poller.PollerPollTests) ... ok
> test_poll_uncaught_exception (supervisor.tests.test_poller.PollerPollTests) ... ok
> test_register_readable (supervisor.tests.test_poller.PollerPollTests) ... ok
> test_register_writable (supervisor.tests.test_poller.PollerPollTests) ... ok
> test_poll_ignores_ebadf (supervisor.tests.test_poller.SelectPollerTests) ... ok
> test_poll_ignores_eintr (supervisor.tests.test_poller.SelectPollerTests) ... ok
> test_poll_returns_readables_and_writables (supervisor.tests.test_poller.SelectPollerTests) ... ok
> test_poll_uncaught_exception (supervisor.tests.test_poller.SelectPollerTests) ... ok
> test_register_readable (supervisor.tests.test_poller.SelectPollerTests) ... ok
> test_register_writable (supervisor.tests.test_poller.SelectPollerTests) ... ok
> test_unregister_readable (supervisor.tests.test_poller.SelectPollerTests) ... ok
> test_unregister_writable (supervisor.tests.test_poller.SelectPollerTests) ... ok
> test__upcheck (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test__upcheck_catches_socket_error_ECONNREFUSED (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test__upcheck_catches_socket_error_ENOENT (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test__upcheck_reraises_other_socket_faults (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test__upcheck_reraises_other_xmlrpc_faults (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test__upcheck_unknown_method (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test__upcheck_wrong_server_version (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_action_empty (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_action_partial (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_action_whole (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_add_empty (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_add_group (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_add_uncompletable (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_caches_process_info (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_help_action (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_help_empty (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_reload_arg_uncompletable (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_start_empty (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_start_no_colon (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_start_uncompletable (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_start_with_colon (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_unknown_action_arg_uncompletable (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_complete_unknown_action_uncompletable (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_ctor (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_do_help (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_do_help_for_help (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_get_server_proxy_with_namespace_returns_that_namespace (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_get_server_proxy_with_no_args_returns_serverproxy (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_get_supervisor_returns_serverproxy_supervisor_namespace (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_nohelp (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_onecmd (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_onecmd_bad_command_error (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_onecmd_clears_completion_cache (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_onecmd_empty_does_not_repeat_previous_cmd (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_real_controller_initialization (supervisor.tests.test_supervisorctl.ControllerTests) ... ok
> test_do_help_noarg (supervisor.tests.test_supervisorctl.TestControllerPluginBase) ... ok
> test_do_help_witharg (supervisor.tests.test_supervisorctl.TestControllerPluginBase) ... ok
> test__formatChanges (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test__formatConfigInfo (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_add (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_add_already_added (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_add_bad_name (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_add_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_add_reraises_other_faults (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_add_shutdown_state (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_avail (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_avail_arg (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_avail_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_avail_reraises_other_faults (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_avail_shutdown_state (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_clear_all (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_clear_badname (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_clear_fail (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_clear_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_clear_many (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_clear_one_success (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_clear_one_with_group_success (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_clear_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_exit_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_fg_badprocname (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_fg_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_fg_procnotrunning (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_fg_too_few_args (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_fg_too_many_args (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_fg_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_maintail_bad_modifier (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_maintail_dashbytes (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_maintail_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_maintail_minus_string_fails (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_maintail_nobytes (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_maintail_readlog_error_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_maintail_readlog_error_nofile (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_maintail_toomanyargs (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_maintail_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_maintail_wrong (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_open_fail (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_open_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_open_succeed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_pid_allprocesses (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_pid_badname (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_pid_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_pid_oneprocess (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_pid_oneprocess_not_running (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_pid_supervisord (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_pid_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_quit_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_reload (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_reload_arg (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_reload_fail (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_reload_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_remove (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_remove_bad_name (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_remove_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_remove_reraises_other_faults (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_remove_still_running (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_reread (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_reread_arg (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_reread_cant_reread (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_reread_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_reread_reraises_other_faults (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_reread_shutdown_state (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_restart_all (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_restart_fail (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_restart_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_restart_one (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_restart_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_shutdown (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_shutdown_catches_socket_error_ECONNREFUSED (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_shutdown_catches_socket_error_ENOENT (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_shutdown_catches_xmlrpc_fault_shutdown_state (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_shutdown_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_shutdown_reraises_other_socket_errors (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_shutdown_reraises_other_xmlrpc_faults (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_all (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_bad_group (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_bad_name (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_bad_signal (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_fail_no_arg (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_fail_one_arg (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_group (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_many (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_not_running (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_one_success (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_signal_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_abnormaltermination (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_all (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_alreadystarted (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_badname (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_fail (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_group (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_group_bad_name (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_many (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_no_file (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_not_executable (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_one_success (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_one_with_group_name_success (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_spawnerror (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_start_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_all_processes_all_arg (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_all_processes_no_arg (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_bad_group_name (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_bad_process_name (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_bad_process_name_with_group (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_group_name (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_mixed_names (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_process_name (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_success (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_table_process_column_expands (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_table_process_column_min_width (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_unknown_process (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_status_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_all (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_badname (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_fail (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_group (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_group_bad_name (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_many (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_notrunning (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_one_success (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_one_with_group_name_success (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_stop_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_bad_modifier (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_bad_name (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_bytesmodifier (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_defaults (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_explicit_channel_stderr_nomodifier (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_explicit_channel_stdout_nomodifier (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_explicit_channel_unrecognized (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_f_noprocname (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_no_file (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_toofewargs (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_toomanyargs (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_tail_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_update_added_procs (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_update_changed_procs (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_update_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_update_not_on_shutdown (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_update_removed_procs (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_update_reraises_other_faults (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_update_with_gname (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_version (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_version_arg (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_version_help (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_version_upcheck_failed (supervisor.tests.test_supervisorctl.TestDefaultControllerPlugin) ... ok
> test_ctor (supervisor.tests.test_supervisorctl.fgthread_Tests) ... ok
> test_globaltrace_call (supervisor.tests.test_supervisorctl.fgthread_Tests) ... ok
> test_globaltrace_noncall (supervisor.tests.test_supervisorctl.fgthread_Tests) ... ok
> test_kill (supervisor.tests.test_supervisorctl.fgthread_Tests) ... ok
> test_localtrace_killed_not_whyline (supervisor.tests.test_supervisorctl.fgthread_Tests) ... ok
> test_localtrace_killed_whyline (supervisor.tests.test_supervisorctl.fgthread_Tests) ... ok
> test_main_writes_data_out_that_looks_like_a_config_file (supervisor.tests.test_confecho.TopLevelFunctionTests) ... ok
> test_ctor (supervisor.tests.test_rpcinterfaces.MainXMLRPCInterfaceTests) ... ok
> test_traverse (supervisor.tests.test_rpcinterfaces.MainXMLRPCInterfaceTests) ... ok
> test__interpretProcessInfo (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test__interpretProcessInfo_doesnt_report_negative_uptime (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_addProcessGroup (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearAllProcessLogs (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearAllProcessLogs_no_processes (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearAllProcessLogs_onefails (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearLog (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearLog_unreadable (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearLog_unremoveable (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearProcessLogAliasedTo_clearProcessLogs (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearProcessLogs (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearProcessLogs_bad_name_no_group (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearProcessLogs_bad_name_no_process (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_clearProcessLogs_failed (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getAPIVersion (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getAPIVersion_aliased_to_deprecated_getVersion (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getAllConfigInfo (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getAllConfigInfo_filters_types_not_compatible_with_xmlrpc (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getAllProcessInfo (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getIdentification (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getPID (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getProcessInfo (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getProcessInfo_bad_name_when_bad_process (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getProcessInfo_bad_name_when_no_process (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getProcessInfo_caps_timestamps_exceeding_xmlrpc_maxint (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getProcessInfo_logfile_NONE (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getProcessInfo_unknown_state (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getState (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_getSupervisorVersion (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readLog (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readLog_aliased_to_deprecated_readMainLog (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readLog_badargs (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readLog_unreadable (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readProcessLogAliasedTo_readProcessStdoutLog (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readProcessStderrLog (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readProcessStderrLog_bad_name_no_process (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readProcessStderrLog_badargs (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readProcessStderrLog_unreadable (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readProcessStdoutLog (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readProcessStdoutLog_bad_name_no_process (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readProcessStdoutLog_badargs (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_readProcessStdoutLog_unreadable (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_reloadConfig (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_reloadConfig_process_config_raises_ValueError (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_removeProcessGroup (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_removeProcessGroup_bad_name (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_removeProcessGroup_still_running (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_restart (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendProcessStdin_raises_bad_name_when_bad_process (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendProcessStdin_raises_bad_name_when_no_process (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendProcessStdin_raises_incorrect_params_when_not_chars (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendProcessStdin_raises_no_file_when_write_raises_epipe (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendProcessStdin_raises_not_running_when_killing (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendProcessStdin_raises_not_running_when_not_process_pid (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendProcessStdin_reraises_other_oserrors (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendProcessStdin_unicode_encoded_to_utf8 (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendProcessStdin_writes_chars_and_returns_true (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendRemoteCommEvent_notifies_subscribers (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_sendRemoteCommEvent_unicode_encoded_to_utf8 (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_shutdown (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalAllProcesses_with_signal_name (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalAllProcesses_with_signal_number (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalProcessGroup_nosuchgroup (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalProcessGroup_with_signal_name (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalProcessGroup_with_signal_number (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalProcess_badsignal (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalProcess_notrunning (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalProcess_signal_returns_message (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalProcess_with_signal_name (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalProcess_with_signal_number (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_signalProcess_withgroup (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests)
> Test that sending foo:* works ... ok
> test_startAllProcesses (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startAllProcesses_nowait (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcessGroup (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcessGroup_badname (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcessGroup_nowait (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_abnormal_term_process_not_running (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_already_started (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_bad_group_name (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_bad_process_name (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_file_not_executable (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_file_not_found (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_nowait (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_spawnerr (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_spawnerr_in_onwait (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_splat_calls_startProcessGroup (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_startProcess_success_in_onwait (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopAllProcesses (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopAllProcesses_nowait (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcess (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcessGroup (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcessGroup_badname (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcessGroup_nowait (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcess_NDY_in_onwait (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcess_bad_name (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcess_failed (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcess_not_running (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcess_nowait (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcess_splat_calls_stopProcessGroup (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_stopProcess_success_in_onwait (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessLogAliasedTo_tailProcessStdoutLog (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStderrLog_all (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStderrLog_bad_name (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStderrLog_bad_name_no_process (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStderrLog_none (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStderrLog_overflow (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStderrLog_unreadable (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStdoutLog_all (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStdoutLog_bad_name (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStdoutLog_bad_name_no_process (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStdoutLog_none (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStdoutLog_overflow (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_tailProcessStdoutLog_unreadable (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_update (supervisor.tests.test_rpcinterfaces.SupervisorNamespaceXMLRPCInterfaceTests) ... ok
> test_allMethodDocs (supervisor.tests.test_rpcinterfaces.SystemNamespaceXMLRPCInterfaceTests) ... ok
> test_ctor (supervisor.tests.test_rpcinterfaces.SystemNamespaceXMLRPCInterfaceTests) ... ok
> test_listMethods (supervisor.tests.test_rpcinterfaces.SystemNamespaceXMLRPCInterfaceTests) ... ok
> test_methodHelp (supervisor.tests.test_rpcinterfaces.SystemNamespaceXMLRPCInterfaceTests) ... ok
> test_methodSignature (supervisor.tests.test_rpcinterfaces.SystemNamespaceXMLRPCInterfaceTests) ... ok
> test_multicall_nested_callback (supervisor.tests.test_rpcinterfaces.SystemNamespaceXMLRPCInterfaceTests) ... ok
> test_multicall_recursion_guard (supervisor.tests.test_rpcinterfaces.SystemNamespaceXMLRPCInterfaceTests) ... ok
> test_multicall_simplevals (supervisor.tests.test_rpcinterfaces.SystemNamespaceXMLRPCInterfaceTests) ... ok
> test_func_callback_normal_return_val (supervisor.tests.test_rpcinterfaces.Test_make_allfunc) ... ok
> test_func_callback_raises_RPCError (supervisor.tests.test_rpcinterfaces.Test_make_allfunc) ... ok
> test_func_callback_returns_NOT_DONE_YET (supervisor.tests.test_rpcinterfaces.Test_make_allfunc) ... ok
> test_rpcerror_nocallbacks (supervisor.tests.test_rpcinterfaces.Test_make_allfunc) ... ok
> test_it (supervisor.tests.test_rpcinterfaces.Test_make_main_rpcinterface) ... ok
> test_on_delete (supervisor.tests.test_socket_manager.ProxyTest) ... ok
> test_proxy_getattr (supervisor.tests.test_socket_manager.ProxyTest) ... ok
> test_decr_at_zero_raises_error (supervisor.tests.test_socket_manager.ReferenceCounterTest) ... ok
> test_incr_and_decr (supervisor.tests.test_socket_manager.ReferenceCounterTest) ... ok
> test_close_requires_prepared_socket (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
> test_get_config (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
> test_logging (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
> test_prepare_socket (supervisor.tests.test_socket_manager.SocketManagerTest) ... FAIL
> test_repr (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
> test_socket_lifecycle (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
> test_tcp_socket_already_taken (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
> test_tcp_w_hostname (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
> test_tcp_w_ip (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
> test_unix (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
> test_unix_bad_sock (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
> test_main_noprofile (supervisor.tests.test_supervisord.EntryPointTests) ... ok
> test_main_profile (supervisor.tests.test_supervisord.EntryPointTests) ... ok
> test_silent_off (supervisor.tests.test_supervisord.EntryPointTests) ... ok
> test_silent_on (supervisor.tests.test_supervisord.EntryPointTests) ... ok
> test_add_process_group (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_add_process_group_event (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_diff_add_remove (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_diff_changed (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_diff_changed_eventlistener (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_exit (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_exit_delayed (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_getSupervisorStateDescription (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_get_state (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_handle_sigchld (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_handle_sighup_in_running_state (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_handle_sighup_in_shutdown_state (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_handle_sigint (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_handle_sigquit (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_handle_sigterm (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_handle_sigusr2 (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_handle_unknown_signal (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_main_first (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_main_notfirst (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_reap (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_reap_more_than_once (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_reap_recursionguard (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_reap_unknown_pid (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_remove_process_group (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_remove_process_group_event (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_runforever_calls_tick (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_runforever_emits_generic_specific_event (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_runforever_emits_generic_startup_event (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_runforever_poll_dispatchers (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_runforever_select_dispatcher_exitnow_via_read (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_runforever_select_dispatcher_exitnow_via_write (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_runforever_select_dispatcher_handle_error_via_read (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_runforever_select_dispatcher_handle_error_via_write (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_runforever_stopping_emits_events (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_tick (supervisor.tests.test_supervisord.SupervisordTests) ... ok
> test_body (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_chunked_body (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_chunked_size_empty_line (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_chunked_size_nonzero_size (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_chunked_size_zero_size (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_close (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_collect_incoming_data_part_is_body (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_collect_incoming_data_part_is_not_body (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_done (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_feed (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_found_terminator (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_get_bad_scheme (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_get_explicit_port (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_get_explicit_unix_domain_socket (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_get_implied_port_80 (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_get_url_not_None (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_handle_connect_no_password (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_handle_connect_with_password (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_handle_error (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_handle_error_already_handled (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_header (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_headers_empty_line_chunked (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_headers_empty_line_nonchunked (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_headers_nonempty_line_arbitrary (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_headers_nonempty_line_content_length (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_headers_nonempty_line_no_name_no_value (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_headers_nonempty_line_transfer_encoding (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_ignore (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_response_header (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_status_line_200 (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_status_line_not_200 (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_status_line_not_startswith_http (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_trailer_line_crlf (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_trailer_line_not_crlf (supervisor.tests.test_http_client.HTTPHandlerTests) ... ok
> test_close (supervisor.tests.test_http_client.ListenerTests) ... ok
> test_done (supervisor.tests.test_http_client.ListenerTests) ... ok
> test_error (supervisor.tests.test_http_client.ListenerTests) ... ok
> test_feed (supervisor.tests.test_http_client.ListenerTests) ... ok
> test_response_header (supervisor.tests.test_http_client.ListenerTests) ... ok
> test_status (supervisor.tests.test_http_client.ListenerTests) ... ok
> test_more_nodata (supervisor.tests.test_http.DeferringChunkedProducerTests) ... ok
> test_more_nodata_footers (supervisor.tests.test_http.DeferringChunkedProducerTests) ... ok
> test_more_nodata_nofooters (supervisor.tests.test_http.DeferringChunkedProducerTests) ... ok
> test_more_noproducer (supervisor.tests.test_http.DeferringChunkedProducerTests) ... ok
> test_more_not_done_yet (supervisor.tests.test_http.DeferringChunkedProducerTests) ... ok
> test_more_string (supervisor.tests.test_http.DeferringChunkedProducerTests) ... ok
> test_more_nodata (supervisor.tests.test_http.DeferringCompositeProducerTests) ... ok
> test_more_not_done_yet (supervisor.tests.test_http.DeferringCompositeProducerTests) ... ok
> test_more_string (supervisor.tests.test_http.DeferringCompositeProducerTests) ... ok
> test_more_nodata (supervisor.tests.test_http.DeferringGlobbingProducerTests) ... ok
> test_more_not_done_yet (supervisor.tests.test_http.DeferringGlobbingProducerTests) ... ok
> test_more_string (supervisor.tests.test_http.DeferringGlobbingProducerTests) ... ok
> test_more_nodata (supervisor.tests.test_http.DeferringHookedProducerTests) ... ok
> test_more_noproducer (supervisor.tests.test_http.DeferringHookedProducerTests) ... ok
> test_more_not_done_yet (supervisor.tests.test_http.DeferringHookedProducerTests) ... ok
> test_more_string (supervisor.tests.test_http.DeferringHookedProducerTests) ... ok
> test_defaults_delay_and_last_writable_check_time (supervisor.tests.test_http.DeferringHttpChannelTests) ... ok
> test_writable_with_delay_is_False_if_elapsed_eq_delay (supervisor.tests.test_http.DeferringHttpChannelTests) ... ok
> test_writable_with_delay_is_False_if_elapsed_lt_delay (supervisor.tests.test_http.DeferringHttpChannelTests) ... ok
> test_writable_with_delay_is_True_if_elapsed_gt_delay (supervisor.tests.test_http.DeferringHttpChannelTests) ... ok
> test_writable_with_delay_is_True_if_system_time_goes_backwards (supervisor.tests.test_http.DeferringHttpChannelTests) ... ok
> test_done_http_09 (supervisor.tests.test_http.DeferringHttpRequestTests) ... ok
> test_done_http_10_keepalive_and_content_length (supervisor.tests.test_http.DeferringHttpRequestTests) ... ok
> test_done_http_10_keepalive_no_content_length (supervisor.tests.test_http.DeferringHttpRequestTests) ... ok
> test_done_http_10_nokeepalive (supervisor.tests.test_http.DeferringHttpRequestTests) ... ok
> test_done_http_11_chunked_transfer_encoding (supervisor.tests.test_http.DeferringHttpRequestTests) ... ok
> test_done_http_11_connection_close (supervisor.tests.test_http.DeferringHttpRequestTests) ... ok
> test_done_http_11_unknown_transfer_encoding (supervisor.tests.test_http.DeferringHttpRequestTests) ... ok
> test_done_http_11_use_chunked (supervisor.tests.test_http.DeferringHttpRequestTests) ... ok
> test_done_http_11_wo_content_length_no_te_no_use_chunked_close (supervisor.tests.test_http.DeferringHttpRequestTests) ... ok
> test_authorize_baduser (supervisor.tests.test_http.EncryptedDictionaryAuthorizedTests) ... ok
> test_authorize_gooduser_badpassword (supervisor.tests.test_http.EncryptedDictionaryAuthorizedTests) ... ok
> test_authorize_gooduser_badpassword_sha (supervisor.tests.test_http.EncryptedDictionaryAuthorizedTests) ... ok
> test_authorize_gooduser_goodpassword (supervisor.tests.test_http.EncryptedDictionaryAuthorizedTests) ... ok
> test_authorize_gooduser_goodpassword_sha (supervisor.tests.test_http.EncryptedDictionaryAuthorizedTests) ... ok
> test_authorize_gooduser_goodpassword_with_colon (supervisor.tests.test_http.EncryptedDictionaryAuthorizedTests) ... ok
> test_logs_msgs_with_error_at_error_level (supervisor.tests.test_http.LogWrapperTests) ... ok
> test_logs_other_messages_at_trace_level (supervisor.tests.test_http.LogWrapperTests) ... ok
> test_strips_trailing_newlines_from_msgs (supervisor.tests.test_http.LogWrapperTests) ... ok
> test_handle_request (supervisor.tests.test_http.LogtailHandlerTests) ... ok
> test_handle_request_stdout_logfile_missing (supervisor.tests.test_http.LogtailHandlerTests) ... ok
> test_handle_request_stdout_logfile_none (supervisor.tests.test_http.LogtailHandlerTests) ... ok
> test_match (supervisor.tests.test_http.LogtailHandlerTests) ... ok
> test_handle_request (supervisor.tests.test_http.MainLogTailHandlerTests) ... ok
> test_handle_request_stdout_logfile_missing (supervisor.tests.test_http.MainLogTailHandlerTests) ... ok
> test_handle_request_stdout_logfile_none (supervisor.tests.test_http.MainLogTailHandlerTests) ... ok
> test_match (supervisor.tests.test_http.MainLogTailHandlerTests) ... ok
> test_ctor (supervisor.tests.test_http.SupervisorAuthHandlerTests) ... ok
> test_handle_request_authorizes_good_credentials (supervisor.tests.test_http.SupervisorAuthHandlerTests) ... ok
> test_handle_request_authorizes_good_password_with_colon (supervisor.tests.test_http.SupervisorAuthHandlerTests) ... ok
> test_handle_request_does_not_authorize_bad_credentials (supervisor.tests.test_http.SupervisorAuthHandlerTests) ... ok
> test_handle_more (supervisor.tests.test_http.TailFProducerTests) ... ok
> test_handle_more_fd_closed (supervisor.tests.test_http.TailFProducerTests) ... ok
> test_handle_more_follow_file_gone (supervisor.tests.test_http.TailFProducerTests) ... ok
> test_handle_more_follow_file_recreated (supervisor.tests.test_http.TailFProducerTests) ... ok
> test_make_http_servers_noauth (supervisor.tests.test_http.TopLevelFunctionTests) ... ok
> test_make_http_servers_socket_type_error (supervisor.tests.test_http.TopLevelFunctionTests) ... ok
> test_make_http_servers_withauth (supervisor.tests.test_http.TopLevelFunctionTests) ... ok
> test_returns_description_for_known_fault (supervisor.tests.test_xmlrpc.GetFaultDescriptionTests) ... ok
> test_returns_unknown_for_unknown_fault (supervisor.tests.test_xmlrpc.GetFaultDescriptionTests) ... ok
> test___str___shows_code_and_text (supervisor.tests.test_xmlrpc.RPCErrorTests) ... ok
> test_sets_text_with_fault_name_and_extra (supervisor.tests.test_xmlrpc.RPCErrorTests) ... ok
> test_sets_text_with_fault_name_only (supervisor.tests.test_xmlrpc.RPCErrorTests) ... ok
> test__get_connection_http_80 (supervisor.tests.test_xmlrpc.SupervisorTransportTests) ... ok
> test__get_connection_http_9001 (supervisor.tests.test_xmlrpc.SupervisorTransportTests) ... ok
> test_close (supervisor.tests.test_xmlrpc.SupervisorTransportTests) ... ok
> test_ctor_unix (supervisor.tests.test_xmlrpc.SupervisorTransportTests) ... ok
> test_ctor_unknown (supervisor.tests.test_xmlrpc.SupervisorTransportTests) ... ok
> test_request_200_response (supervisor.tests.test_xmlrpc.SupervisorTransportTests) ... ok
> test_request_400_response (supervisor.tests.test_xmlrpc.SupervisorTransportTests) ... ok
> test_request_non_200_response (supervisor.tests.test_xmlrpc.SupervisorTransportTests) ... ok
> test_ctor (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_getresponse_http_10_no_keepalive (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_getresponse_http_10_with_keepalive (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_getresponse_http_11_with_close (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_getresponse_http_11_without_close (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_getresponse_http_unknown (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_more_callback_raises_RPCError (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_more_callback_raises_unexpected_exception (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_more_callback_returns_not_done_yet (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_more_callback_returns_value (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_more_finished (supervisor.tests.test_xmlrpc.TestDeferredXMLRPCResponse) ... ok
> test_listMethods_gardenpath (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_listMethods_omits_underscore_attrs (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_methodHelp_known_method (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_methodHelp_unknown_method (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_methodSignature_known_method (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_methodSignature_unknown_method (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_methodSignature_with_bad_sig (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_multicall_catches_callback_exceptions (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_multicall_catches_noncallback_exceptions (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_multicall_faults_for_methodName_bad_namespace (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_multicall_faults_for_methodName_good_ns_bad_method (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_multicall_faults_for_missing_methodName (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_multicall_faults_for_recursion (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_multicall_performs_callback_functions_serially (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_multicall_performs_noncallback_functions_serially (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_multicall_returns_empty_results_for_empty_calls (supervisor.tests.test_xmlrpc.TestSystemNamespaceRPCInterface) ... ok
> test_caps_value_above_maxint (supervisor.tests.test_xmlrpc.Test_capped_int) ... ok
> test_caps_value_below_minint (supervisor.tests.test_xmlrpc.Test_capped_int) ... ok
> test_converts_value_to_integer (supervisor.tests.test_xmlrpc.Test_capped_int) ... ok
> test_four_atparts (supervisor.tests.test_xmlrpc.Test_gettags) ... ok
> test_one_atpart (supervisor.tests.test_xmlrpc.Test_gettags) ... ok
> test_three_atparts (supervisor.tests.test_xmlrpc.Test_gettags) ... ok
> test_two_atparts (supervisor.tests.test_xmlrpc.Test_gettags) ... ok
> test_bad_params (supervisor.tests.test_xmlrpc.TraverseTests) ... ok
> test_method_name_exists_but_is_not_a_method (supervisor.tests.test_xmlrpc.TraverseTests) ... ok
> test_method_name_not_found (supervisor.tests.test_xmlrpc.TraverseTests) ... ok
> test_namespace_name_not_found (supervisor.tests.test_xmlrpc.TraverseTests) ... ok
> test_security_disallows_object_traversal (supervisor.tests.test_xmlrpc.TraverseTests) ... ok
> test_security_disallows_underscore_methods (supervisor.tests.test_xmlrpc.TraverseTests) ... ok
> test_success (supervisor.tests.test_xmlrpc.TraverseTests) ... ok
> test_continue_request_400_if_loads_raises_not_xml (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_continue_request_400_if_loads_raises_weird_xml (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_continue_request_400_if_method_name_is_empty (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_continue_request_500_if_rpcinterface_method_call_raises (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_continue_request_500_if_xmlrpc_dumps_raises (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_continue_request_methodsuccess (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_continue_request_no_params_in_request (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_continue_request_nosuchmethod (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_continue_request_value_is_function (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_ctor (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_iterparse_loads_methodcall (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_match (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
> test_xmlrpc_marshal (supervisor.tests.test_xmlrpc.XMLRPCMarshallingTests) ... ok
> test__acceptEvent_attaches_pool_serial_and_serial (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test__dispatchEvent_notready (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test__dispatchEvent_proc_write_raises_non_EPIPE_OSError (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test__eventEnvelope (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_before_remove (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_before_remove_unsubscribes_from_events (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_ctor (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_dispatch_pipe_error (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_get_dispatchers (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_get_unstopped_processes (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_handle_rejected_event_buffer_overflowed (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_handle_rejected_no_overflow (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_ordering_and_comparison (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_removelogs (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_reopenlogs (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_repr (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_stop_all (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_transition_event_proc_not_running (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_transition_event_proc_running (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_transition_event_proc_running_with_dispatch_throttle_last_dispatch_in_future (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_transition_event_proc_running_with_dispatch_throttle_notyet (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_transition_event_proc_running_with_dispatch_throttle_ready (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test_transition_nobody_ready (supervisor.tests.test_process.EventListenerPoolTests) ... ok
> test___init__with_socket_error (supervisor.tests.test_process.FastCGIProcessGroupTests) ... ok
> test___init__without_socket_error (supervisor.tests.test_process.FastCGIProcessGroupTests) ... ok
> test_after_finish_removes_socket_ref (supervisor.tests.test_process.FastCGISubprocessTests) ... ok
> test_before_spawn_gets_socket_ref (supervisor.tests.test_process.FastCGISubprocessTests) ... ok
> test_finish_override (supervisor.tests.test_process.FastCGISubprocessTests) ... ok
> test_no_group (supervisor.tests.test_process.FastCGISubprocessTests) ... ok
> test_no_socket_manager (supervisor.tests.test_process.FastCGISubprocessTests) ... ok
> test_prepare_child_fds (supervisor.tests.test_process.FastCGISubprocessTests) ... ok
> test_prepare_child_fds_stderr_redirected (supervisor.tests.test_process.FastCGISubprocessTests) ... ok
> test_spawn_error (supervisor.tests.test_process.FastCGISubprocessTests) ... ok
> test_spawn_override_success (supervisor.tests.test_process.FastCGISubprocessTests) ... ok
> test_before_remove (supervisor.tests.test_process.ProcessGroupBaseTests) ... ok
> test_get_dispatchers (supervisor.tests.test_process.ProcessGroupBaseTests) ... ok
> test_get_unstopped_processes (supervisor.tests.test_process.ProcessGroupBaseTests) ... ok
> test_ordering_and_comparison (supervisor.tests.test_process.ProcessGroupBaseTests) ... ok
> test_removelogs (supervisor.tests.test_process.ProcessGroupBaseTests) ... ok
> test_reopenlogs (supervisor.tests.test_process.ProcessGroupBaseTests) ... ok
> test_stop_all (supervisor.tests.test_process.ProcessGroupBaseTests) ... ok
> test_before_remove (supervisor.tests.test_process.ProcessGroupTests) ... ok
> test_get_dispatchers (supervisor.tests.test_process.ProcessGroupTests) ... ok
> test_get_unstopped_processes (supervisor.tests.test_process.ProcessGroupTests) ... ok
> test_ordering_and_comparison (supervisor.tests.test_process.ProcessGroupTests) ... ok
> test_removelogs (supervisor.tests.test_process.ProcessGroupTests) ... ok
> test_reopenlogs (supervisor.tests.test_process.ProcessGroupTests) ... ok
> test_repr (supervisor.tests.test_process.ProcessGroupTests) ... ok
> test_stop_all (supervisor.tests.test_process.ProcessGroupTests) ... ok
> test_transition (supervisor.tests.test_process.ProcessGroupTests) ... ok
> test_change_state_doesnt_notify_if_no_state_change (supervisor.tests.test_process.SubprocessTests) ... ok
> test_change_state_sets_backoff_and_delay (supervisor.tests.test_process.SubprocessTests) ... ok
> test_cmp_bypriority (supervisor.tests.test_process.SubprocessTests) ... ok
> test_ctor (supervisor.tests.test_process.SubprocessTests) ... ok
> test_drain (supervisor.tests.test_process.SubprocessTests) ... ok
> test_finish_running_state_exit_expected (supervisor.tests.test_process.SubprocessTests) ... ok
> test_finish_running_state_exited_too_quickly_due_to_clock_rollback (supervisor.tests.test_process.SubprocessTests) ... ok
> test_finish_running_state_laststart_in_future (supervisor.tests.test_process.SubprocessTests) ... ok
> test_finish_starting_state_exited_too_quickly (supervisor.tests.test_process.SubprocessTests) ... ok
> test_finish_starting_state_laststart_in_future (supervisor.tests.test_process.SubprocessTests) ... ok
> test_finish_stopping_state (supervisor.tests.test_process.SubprocessTests) ... ok
> test_finish_with_current_event_sends_rejected (supervisor.tests.test_process.SubprocessTests) ... ok
> test_getProcessStateDescription (supervisor.tests.test_process.SubprocessTests) ... ok
> test_get_execv_args_abs (supervisor.tests.test_process.SubprocessTests) ... ok
> test_get_execv_args_abs_missing (supervisor.tests.test_process.SubprocessTests) ... ok
> test_get_execv_args_abs_withquotes_missing (supervisor.tests.test_process.SubprocessTests) ... ok
> test_get_execv_args_bad_command_empty (supervisor.tests.test_process.SubprocessTests) ... ok
> test_get_execv_args_bad_command_extraquote (supervisor.tests.test_process.SubprocessTests) ... ok
> test_get_execv_args_bad_command_whitespaceonly (supervisor.tests.test_process.SubprocessTests) ... ok
> test_get_execv_args_rel (supervisor.tests.test_process.SubprocessTests) ... ok
> test_get_execv_args_rel_missing (supervisor.tests.test_process.SubprocessTests) ... ok
> test_get_execv_args_rel_searches_using_pconfig_path (supervisor.tests.test_process.SubprocessTests) ... ok
> test_get_execv_args_rel_withquotes_missing (supervisor.tests.test_process.SubprocessTests) ... ok
> test_give_up (supervisor.tests.test_process.SubprocessTests) ... ok
> test_kill_error (supervisor.tests.test_process.SubprocessTests) ... ok
> test_kill_from_backoff (supervisor.tests.test_process.SubprocessTests) ... ok
> test_kill_from_running (supervisor.tests.test_process.SubprocessTests) ... ok
> test_kill_from_starting (supervisor.tests.test_process.SubprocessTests) ... ok
> test_kill_from_stopping (supervisor.tests.test_process.SubprocessTests) ... ok
> test_kill_from_stopping_w_killasgroup (supervisor.tests.test_process.SubprocessTests) ... ok
> test_kill_nopid (supervisor.tests.test_process.SubprocessTests) ... ok
> test_record_spawnerr (supervisor.tests.test_process.SubprocessTests) ... ok
> test_removelogs (supervisor.tests.test_process.SubprocessTests) ... ok
> test_reopenlogs (supervisor.tests.test_process.SubprocessTests) ... ok
> test_repr (supervisor.tests.test_process.SubprocessTests) ... ok
> test_set_uid (supervisor.tests.test_process.SubprocessTests) ... ok
> test_set_uid_no_uid (supervisor.tests.test_process.SubprocessTests) ... ok
> test_signal (supervisor.tests.test_process.SubprocessTests) ... ok
> test_signal_error (supervisor.tests.test_process.SubprocessTests) ... ok
> test_signal_stopped (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_already_running (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_child_cwd_fail (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_child_cwd_ok (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_child_environment_supervisor_envvars (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_child_execv_fail_oserror (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_child_execv_fail_runtime_error (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_child_sets_umask (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_child_setuid_fail (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_child_setuid_ok (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_child_stderr_redirected (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_child_uses_pconfig_environment (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_as_parent (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_fail_check_execv_args (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_fail_make_dispatchers_eisdir (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_fail_make_pipes_emfile (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_fail_make_pipes_other (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_fork_fail_eagain (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_fork_fail_other (supervisor.tests.test_process.SubprocessTests) ... ok
> test_spawn_redirect_stderr (supervisor.tests.test_process.SubprocessTests) ... ok
> test_stop (supervisor.tests.test_process.SubprocessTests) ... ok
> test_stop_not_in_stoppable_state_error (supervisor.tests.test_process.SubprocessTests) ... ok
> test_stop_report_laststopreport_in_future (supervisor.tests.test_process.SubprocessTests) ... ok
> test_stop_report_logs_nothing_if_not_stopping_state (supervisor.tests.test_process.SubprocessTests) ... ok
> test_stop_report_logs_throttled_by_laststopreport (supervisor.tests.test_process.SubprocessTests) ... ok
> test_stopasgroup (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_backoff_to_fatal (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_backoff_to_starting_delay_in_future (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_backoff_to_starting_supervisor_running (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_backoff_to_starting_supervisor_running_notyet (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_backoff_to_starting_supervisor_stopping (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_exited_to_starting_condit_fls_supervisor_running (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_exited_to_starting_condit_supervisor_running (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_exited_to_starting_supervisor_stopping (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_exited_to_starting_uncond_supervisor_running (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_starting_to_running (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_starting_to_running_laststart_in_future (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_stopped_to_starting_supervisor_running (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_stopped_to_starting_supervisor_stopping (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_stops_unkillable (supervisor.tests.test_process.SubprocessTests) ... ok
> test_transition_stops_unkillable_notyet (supervisor.tests.test_process.SubprocessTests) ... ok
> test_write (supervisor.tests.test_process.SubprocessTests) ... ok
> test_write_dispatcher_closed (supervisor.tests.test_process.SubprocessTests) ... ok
> test_write_dispatcher_flush_raises_epipe (supervisor.tests.test_process.SubprocessTests) ... ok
> test_write_stdin_fd_none (supervisor.tests.test_process.SubprocessTests) ... ok
> test_inst_serial_is_maxint (supervisor.tests.test_process.test_new_serial) ... ok
> test_inst_serial_is_not_maxint (supervisor.tests.test_process.test_new_serial) ... ok
> test_ctor (supervisor.tests.test_web.DeferredWebProducerTests) ... ok
> test_more_exception_caught (supervisor.tests.test_web.DeferredWebProducerTests) ... ok
> test_more_finished (supervisor.tests.test_web.DeferredWebProducerTests) ... ok
> test_more_not_done_yet (supervisor.tests.test_web.DeferredWebProducerTests) ... ok
> test_sendresponse_redirect (supervisor.tests.test_web.DeferredWebProducerTests) ... ok
> test_sendresponse_withbody_and_content_type (supervisor.tests.test_web.DeferredWebProducerTests) ... ok
> test_make_callback_noaction (supervisor.tests.test_web.StatusViewTests) ... ok
> test_render_noaction (supervisor.tests.test_web.StatusViewTests) ... ok
> test_render_refresh (supervisor.tests.test_web.StatusViewTests) ... ok
> test_handle_request_default (supervisor.tests.test_web.UIHandlerTests) ... ok
> test_handle_request_index_html (supervisor.tests.test_web.UIHandlerTests) ... ok
> test_handle_request_no_view_method (supervisor.tests.test_web.UIHandlerTests) ... ok
> test_handle_request_ok_html (supervisor.tests.test_web.UIHandlerTests) ... ok
> test_handle_request_tail_html (supervisor.tests.test_web.UIHandlerTests) ... ok
> 
> ======================================================================
> FAIL: test_prepare_socket (supervisor.tests.test_socket_manager.SocketManagerTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/supervisor/tests/test_socket_manager.py", line 207, in test_prepare_socket
>     self.assertEqual(sock.listen_backlog, socket.SOMAXCONN)
> AssertionError: 128 != 4096
> 
> ----------------------------------------------------------------------
> Ran 1345 tests in 9.265s
> 
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=1345 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=1345 errors=0 failures=1>
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: python3.8 setup.py test 
> dh_auto_test: error: pybuild --test -i python{version} -p 3.8 returned exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/08/02/supervisor_4.2.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Python-apps-team mailing list