[Python-modules-team] Bug#669489: python-eventlet: FTBFS: TypeError: 'NoneType' object is not callable

Lucas Nussbaum lucas at lucas-nussbaum.net
Thu Apr 19 19:31:48 UTC 2012


Source: python-eventlet
Version: 0.9.16-2
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20120419 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> set -e; \
> 	for python in python2.7 python2.6; do \
> 		$python setup.py test; \
> 	done
> running test
> running egg_info
> creating eventlet.egg-info
> writing requirements to eventlet.egg-info/requires.txt
> writing eventlet.egg-info/PKG-INFO
> writing top-level names to eventlet.egg-info/top_level.txt
> writing dependency_links to eventlet.egg-info/dependency_links.txt
> writing manifest file 'eventlet.egg-info/SOURCES.txt'
> reading manifest file 'eventlet.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'eventlet.egg-info/SOURCES.txt'
> running build_ext
> test_001_trampoline_timeout (tests.api_test.TestApi) ... ok
> test_connect_ssl (tests.api_test.TestApi) ... /«PKGBUILDDIR»/tests/api_test.py:76: DeprecationWarning: eventlet.api.ssl_listener is deprecated.  Please use eventlet.wrap_ssl(eventlet.listen()) instead.
>   self.private_key_file)
> ok
> test_connect_tcp (tests.api_test.TestApi) ... ok
> test_killing_dormant (tests.api_test.TestApi) ... ok
> test_named (tests.api_test.TestApi) ... ok
> test_naming_missing_class (tests.api_test.TestApi) ... ok
> test_nested_with_timeout (tests.api_test.TestApi) ... ok
> test_tcp_listener (tests.api_test.TestApi) ... ok
> test_timeout_cancel (tests.api_test.TestApi) ... ok
> test_server (tests.backdoor_test.BackdoorTest) ... ok
> test_blocking (tests.convenience_test.TestServe) ... ok
> test_called_for_each_connection (tests.convenience_test.TestServe) ... ok
> test_concurrency (tests.convenience_test.TestServe) ... ok
> test_excepting_server (tests.convenience_test.TestServe) ... ok
> test_excepting_server_already_closed (tests.convenience_test.TestServe) ... ok
> test_exiting_server (tests.convenience_test.TestServe) ... ok
> test_raising_stopserve (tests.convenience_test.TestServe) ... ok
> test_socket_reuse (tests.convenience_test.TestServe) ... ok
> test_wrap_ssl (tests.convenience_test.TestServe) ... ok
> test_cast (tests.coros_test.TestActor) ... ok
> test_cast_multi_1 (tests.coros_test.TestActor) ... ok
> test_cast_multi_2 (tests.coros_test.TestActor) ... ok
> test_multiple (tests.coros_test.TestActor) ... ok
> test_raising_received (tests.coros_test.TestActor) ... Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/eventlet/greenpool.py", line 80, in _spawn_n_impl
>     func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tests/coros_test.py", line 84, in received
>     raise RuntimeError()
> RuntimeError
> ok
> test_sleeping_during_received (tests.coros_test.TestActor) ... ok
> test_0_straight_benchmark (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_bool (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_clear (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_close_does_a_put (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_connecting (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_connection_is_clean_after_put (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_create_cursor (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_deletion_does_a_put (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_max_age (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_max_age_many (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_max_idle (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_max_idle_many (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_put_doesnt_double_wrap (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_put_none (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_raising_create (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_returns_immediately (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_run_bad_query (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_run_query (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_safe_close (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_two_simultaneous_connections (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_unwrap_connection (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_visibility_from_other_connections (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_waiters_get_woken (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_zero_max_age (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_zero_max_idle (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_0_straight_benchmark (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_bool (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_clear (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_close_does_a_put (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_connecting (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_connection_is_clean_after_put (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_create_cursor (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_deletion_does_a_put (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_max_age (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_max_age_many (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_max_idle (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_max_idle_many (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_put_doesnt_double_wrap (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_put_none (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_raising_create (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_returns_immediately (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_run_bad_query (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_run_query (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_safe_close (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_two_simultaneous_connections (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_unwrap_connection (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_visibility_from_other_connections (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_waiters_get_woken (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_zero_max_age (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_zero_max_idle (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP
> test_0_straight_benchmark (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_bool (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_clear (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_close_does_a_put (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_connecting (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_connection_is_clean_after_put (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_create_cursor (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_deletion_does_a_put (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_max_age (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_max_age_many (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_max_idle (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_max_idle_many (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_put_doesnt_double_wrap (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_put_none (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_raising_create (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_returns_immediately (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_run_bad_query (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_run_query (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_safe_close (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_two_simultaneous_connections (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_unwrap_connection (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_visibility_from_other_connections (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_waiters_get_woken (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_zero_max_age (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_zero_max_idle (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_0_straight_benchmark (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_bool (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_clear (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_close_does_a_put (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_connecting (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_connection_is_clean_after_put (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_create_cursor (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_deletion_does_a_put (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_max_age (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_max_age_many (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_max_idle (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_max_idle_many (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_put_doesnt_double_wrap (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_put_none (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_raising_create (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_returns_immediately (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_run_bad_query (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_run_query (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_safe_close (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_two_simultaneous_connections (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_unwrap_connection (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_visibility_from_other_connections (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_waiters_get_woken (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_zero_max_age (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_zero_max_idle (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP
> test_everything (tests.debug_test.TestDebug) ... ok
> test_hub_exceptions (tests.debug_test.TestDebug) ... ok
> test_line (tests.debug_test.TestSpew) ... ok
> test_line_global (tests.debug_test.TestSpew) ... ok
> test_line_nofile (tests.debug_test.TestSpew) ... ok
> test_line_nooutput (tests.debug_test.TestSpew) ... ok
> test_line_novalue (tests.debug_test.TestSpew) ... ok
> test_spew (tests.debug_test.TestSpew) ... ok
> test_unspew (tests.debug_test.TestSpew) ... ok
> test_eventlet_hub (tests.env_test.Hub) ... ok
> test_patched_thread (tests.env_test.Socket) ... ok
> test_tpool_negative (tests.env_test.Tpool) ... ok
> test_tpool_size (tests.env_test.Tpool) ... ok
> test_tpool_zero (tests.env_test.Tpool) ... ok
> test_double_exception (tests.event_test.TestEvent) ... ok
> test_multiple_waiters (tests.event_test.TestEvent) ... ok
> test_multiple_waiters_with_exception (tests.event_test.TestEvent) ... ok
> test_reset (tests.event_test.TestEvent) ... ok
> test_waiting_for_event (tests.event_test.TestEvent) ... ok
> test_simple (tests.fork_test.ForkTest) ... ok
> test_multiple_readers (tests.greenio_test.TestGreenIoLong) ... ok
> test_multiple_readers2 (tests.greenio_test.TestGreenIoLong) ... SKIP
> test_server_starvation (tests.greenio_test.TestGreenIoStarvation) ... SKIP
> test_pipe (tests.greenio_test.TestGreenPipe) ... ok
> test_pipe_read (tests.greenio_test.TestGreenPipe) ... ok
> test_pipe_writes_large_messages (tests.greenio_test.TestGreenPipe) ... ok
> test_seek_on_buffered_pipe (tests.greenio_test.TestGreenPipe) ... ok
> test_truncate (tests.greenio_test.TestGreenPipe) ... ok
> test_accept_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_close_with_makefile (tests.greenio_test.TestGreenSocket) ... ok
> test_closure (tests.greenio_test.TestGreenSocket) ... SKIP
> test_connect_ex_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_connect_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_del_closes_socket (tests.greenio_test.TestGreenSocket) ... ok
> test_full_duplex (tests.greenio_test.TestGreenSocket) ... ok
> test_invalid_connection (tests.greenio_test.TestGreenSocket) ... ok
> test_raised_multiple_readers (tests.greenio_test.TestGreenSocket) ... ok
> test_recv_into_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_recv_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_recvfrom_into_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_recvfrom_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_send_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_sendall (tests.greenio_test.TestGreenSocket) ... ok
> test_sendall_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_timeout_and_final_write (tests.greenio_test.TestGreenSocket) ... ok
> test_wrap_socket (tests.greenio_test.TestGreenSocket) ... ok
> test_pipe_context (tests.greenpipe_test_with_statement.TestGreenPipeWithStatement) ... ok
> test_constructing_from_pool (tests.greenpool_test.GreenPile) ... ok
> test_pile (tests.greenpool_test.GreenPile) ... ok
> test_pile_spawn_times_out (tests.greenpool_test.GreenPile) ... ok
> test_empty_imap (tests.greenpool_test.GreenPool) ... ok
> test_exceptions (tests.greenpool_test.GreenPool) ... ok
> test_imap (tests.greenpool_test.GreenPool) ... ok
> test_imap_multi_args (tests.greenpool_test.GreenPool) ... ok
> test_imap_nonefunc (tests.greenpool_test.GreenPool) ... ok
> test_imap_raises (tests.greenpool_test.GreenPool) ... ok
> test_multiple_coros (tests.greenpool_test.GreenPool) ... ok
> test_pool_smash (tests.greenpool_test.GreenPool) ... ok
> test_recursive_waitall (tests.greenpool_test.GreenPool) ... ok
> test_reentrant (tests.greenpool_test.GreenPool) ... ok
> test_resize (tests.greenpool_test.GreenPool) ... ok
> test_spawn (tests.greenpool_test.GreenPool) ... ok
> test_spawn_n (tests.greenpool_test.GreenPool) ... ok
> test_spawn_n_2 (tests.greenpool_test.GreenPool) ... ok
> test_starmap (tests.greenpool_test.GreenPool) ... ok
> test_timer_cancel (tests.greenpool_test.GreenPool) ... ok
> test_waitall_on_nothing (tests.greenpool_test.GreenPool) ... ok
> test_waiting (tests.greenpool_test.GreenPool) ... ok
> test_imap_50 (tests.greenpool_test.Stress) ... SKIP
> test_imap_500 (tests.greenpool_test.Stress) ... SKIP
> test_ordering_5 (tests.greenpool_test.Stress) ... SKIP
> test_ordering_50 (tests.greenpool_test.Stress) ... SKIP
> test_with_intpool (tests.greenpool_test.Stress) ... SKIP
> test_kill (tests.greenthread_test.Spawn) ... ok
> test_kill_meth (tests.greenthread_test.Spawn) ... ok
> test_kill_n (tests.greenthread_test.Spawn) ... ok
> test_link (tests.greenthread_test.Spawn) ... ok
> test_link_after_exited (tests.greenthread_test.Spawn) ... ok
> test_n (tests.greenthread_test.Spawn) ... ok
> test_simple (tests.greenthread_test.Spawn) ... ok
> test_basic (tests.greenthread_test.SpawnAfter) ... ok
> test_cancel (tests.greenthread_test.SpawnAfter) ... ok
> test_cancel_already_started (tests.greenthread_test.SpawnAfter) ... ok
> test_kill_already_started (tests.greenthread_test.SpawnAfter) ... ok
> test_spawn_is_not_cancelled (tests.greenthread_test.SpawnAfterLocal) ... ok
> test_timer_cancelled_upon_greenlet_exit (tests.greenthread_test.SpawnAfterLocal) ... ok
> test_timer_fired (tests.greenthread_test.SpawnAfterLocal) ... ok
> test_repeated_selects (tests.hub_test.TestBadFilenos) ... ok
> test_debug_listeners (tests.hub_test.TestDebug) ... ok
> test_timer_exceptions (tests.hub_test.TestDebug) ... ok
> test_sleep (tests.hub_test.TestExceptionInMainloop) ... ok
> test_fork (tests.hub_test.TestFork) ... ok
> test_block_detect (tests.hub_test.TestHubBlockingDetector) ... ok
> test_block_detect_with_itimer (tests.hub_test.TestHubBlockingDetector) ... SKIP
> test_explicit_hub (tests.hub_test.TestHubSelection) ... ok
> test_global (tests.hub_test.TestScheduleCall) ... ok
> test_local (tests.hub_test.TestScheduleCall) ... ok
> test_ordering (tests.hub_test.TestScheduleCall) ... ok
> test_suspend_doesnt_crash (tests.hub_test.TestSuspend) ... ok
> test_cancel_accumulated (tests.hub_test.TestTimerCleanup) ... ok
> test_cancel_immediate (tests.hub_test.TestTimerCleanup) ... ok
> test_cancel_proportion (tests.hub_test.TestTimerCleanup) ... ok
> test_monkey_patching (tests.mysqldb_test.MonkeyPatchTester) ... SKIP
> test_connecting (tests.mysqldb_test.MySQLdbTester) ... SKIP
> test_connecting_annoyingly (tests.mysqldb_test.MySQLdbTester) ... SKIP
> test_create_cursor (tests.mysqldb_test.MySQLdbTester) ... SKIP
> test_module_attributes (tests.mysqldb_test.MySQLdbTester) ... SKIP
> test_run_bad_query (tests.mysqldb_test.MySQLdbTester) ... SKIP
> test_run_query (tests.mysqldb_test.MySQLdbTester) ... SKIP
> test_visibility_from_other_connections (tests.mysqldb_test.MySQLdbTester) ... SKIP
> test_yields (tests.mysqldb_test.MySQLdbTester) ... SKIP
> test_psycopg_patched (tests.patcher_psycopg_test.PatchingPsycopg) ... SKIP
> test_ident (tests.patcher_test.GreenThreadWrapper) ... ok
> test_is_alive (tests.patcher_test.GreenThreadWrapper) ... ok
> test_is_daemon (tests.patcher_test.GreenThreadWrapper) ... ok
> test_join (tests.patcher_test.GreenThreadWrapper) ... ok
> test_name (tests.patcher_test.GreenThreadWrapper) ... ok
> test_import_patched_defaults (tests.patcher_test.ImportPatched) ... ok
> test_patch_a_module (tests.patcher_test.ImportPatched) ... ok
> test_boolean (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_all (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_all_negative (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_all_single (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_double (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_negative (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_negative2 (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_single (tests.patcher_test.MonkeyPatch) ... ok
> test_conflicting_specifications (tests.patcher_test.MonkeyPatch) ... ok
> test_early_patching (tests.patcher_test.MonkeyPatch) ... ok
> test_late_patching (tests.patcher_test.MonkeyPatch) ... ok
> test_patched_modules (tests.patcher_test.MonkeyPatch) ... ok
> test_typeerror (tests.patcher_test.MonkeyPatch) ... ok
> test_monkeypatched_subprocess (tests.patcher_test.Subprocess) ... ok
> test_greenlet (tests.patcher_test.Threading) ... ok
> test_greenthread (tests.patcher_test.Threading) ... ok
> test_keyerror (tests.patcher_test.Threading) ... ok
> test_orig_thread (tests.patcher_test.Threading) ... ok
> test_threading (tests.patcher_test.Threading) ... ok
> test_tpool (tests.patcher_test.Threading) ... ok
> test_patched_thread (tests.patcher_test.Tpool) ... ok
> test_simple (tests.patcher_test.Tpool) ... ok
> test_unpatched_thread (tests.patcher_test.Tpool) ... ok
> test_abstract (tests.pools_test.TestAbstract) ... ok
> test_it (tests.pools_test.TestCreateRaises) ... ok
> test_blocks_on_pool (tests.pools_test.TestIntPool) ... ok
> test_exhaustion (tests.pools_test.TestIntPool) ... ok
> test_free (tests.pools_test.TestIntPool) ... ok
> test_integers (tests.pools_test.TestIntPool) ... ok
> test_ordering (tests.pools_test.TestIntPool) ... ok
> test_putting_to_queue (tests.pools_test.TestIntPool) ... ok
> test_resize (tests.pools_test.TestIntPool) ... ok
> test_something (tests.pools_test.TestIntPool2) ... ok
> test_ordering (tests.pools_test.TestOrderAsStack) ... ok
> test_cat (tests.processes_test.TestCatPool) ... ok
> test_close (tests.processes_test.TestCatPool) ... ok
> test_write_to_dead (tests.processes_test.TestCatPool) ... ok
> test_dead_process_not_inserted_into_pool (tests.processes_test.TestDyingProcessesLeavePool) ... ok
> test_echo (tests.processes_test.TestEchoPool) ... ok
> test_empty_echo (tests.processes_test.TestEchoPool) ... ok
> test_read_eof (tests.processes_test.TestEchoPool) ... ok
> test_get_nowait_simple (tests.queue_test.TestNoWait) ... ok
> test_get_nowait_unlock (tests.queue_test.TestNoWait) ... ok
> test_put_nowait_simple (tests.queue_test.TestNoWait) ... ok
> test_put_nowait_unlock (tests.queue_test.TestNoWait) ... ok
> test_channel_send (tests.queue_test.TestQueue) ... ok
> test_channel_sender_timing_out (tests.queue_test.TestQueue) ... ok
> test_channel_wait (tests.queue_test.TestQueue) ... ok
> test_channel_waiters (tests.queue_test.TestQueue) ... ok
> test_getting_before_sending (tests.queue_test.TestQueue) ... ok
> test_max_size (tests.queue_test.TestQueue) ... ok
> test_multiple_waiters (tests.queue_test.TestQueue) ... ok
> test_resize_down (tests.queue_test.TestQueue) ... ok
> test_resize_to_Unlimited (tests.queue_test.TestQueue) ... ok
> test_resize_up (tests.queue_test.TestQueue) ... ok
> test_send_first (tests.queue_test.TestQueue) ... ok
> test_send_last (tests.queue_test.TestQueue) ... ok
> test_task_done (tests.queue_test.TestQueue) ... ok
> test_two_bogus_waiters (tests.queue_test.TestQueue) ... ok
> test_two_waiters_one_dies (tests.queue_test.TestQueue) ... ok
> test_waiters_that_cancel (tests.queue_test.TestQueue) ... ok
> test_waiting (tests.queue_test.TestQueue) ... ok
> test_zero_max_size (tests.queue_test.TestQueue) ... ok
> test_child_process_death (tests.saranwrap_test.TestSaranwrap) ... ok
> test_contains (tests.saranwrap_test.TestSaranwrap) ... ok
> test_contention (tests.saranwrap_test.TestSaranwrap) ... ok
> test_copy (tests.saranwrap_test.TestSaranwrap) ... ok
> test_del (tests.saranwrap_test.TestSaranwrap) ... ok
> test_detection_of_server_crash (tests.saranwrap_test.TestSaranwrap) ... ok
> test_dict_passthru (tests.saranwrap_test.TestSaranwrap) ... ok
> test_equality_with_local_object (tests.saranwrap_test.TestSaranwrap) ... ok
> test_is_value (tests.saranwrap_test.TestSaranwrap) ... ok
> test_list_of_functions (tests.saranwrap_test.TestSaranwrap) ... ok
> test_multiple_wraps (tests.saranwrap_test.TestSaranwrap) ... ok
> test_non_blocking (tests.saranwrap_test.TestSaranwrap) ... ok
> test_not_inheriting_pythonpath (tests.saranwrap_test.TestSaranwrap) ... ok
> test_original_proxy_going_out_of_scope (tests.saranwrap_test.TestSaranwrap) ... ok
> test_pickleable_server_exception (tests.saranwrap_test.TestSaranwrap) ... ok
> test_print_does_not_break_wrapper (tests.saranwrap_test.TestSaranwrap) ... ok
> test_raising_exceptions (tests.saranwrap_test.TestSaranwrap) ... ok
> test_status (tests.saranwrap_test.TestSaranwrap) ... ok
> test_status_of_none (tests.saranwrap_test.TestSaranwrap) ... ok
> test_stderr_does_not_break_wrapper (tests.saranwrap_test.TestSaranwrap) ... ok
> test_under_the_hood_coroutines (tests.saranwrap_test.TestSaranwrap) ... ok
> test_unpicklable_server_exception (tests.saranwrap_test.TestSaranwrap) ... ok
> test_variable_and_keyword_arguments_with_function_calls (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_dict (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_eq (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_getitem (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_module_class (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_nonzero (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_setitem (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_string (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_tuple (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_uniterable (tests.saranwrap_test.TestSaranwrap) ... ok
> test_bounded (tests.semaphore_test.TestSemaphore) ... ok
> test_bounded_with_zero_limit (tests.semaphore_test.TestSemaphore) ... ok
> test_duplex_response (tests.ssl_test.SSLTest) ... ok
> test_ssl_close (tests.ssl_test.SSLTest) ... ok
> test_ssl_connect (tests.ssl_test.SSLTest) ... ok
> test_greensslobject (tests.ssl_test.SocketSSLTest) ... ok
> test_longoutput (tests.subprocess_test.Subprocess) ... ok
> test_send (tests.test__coros_queue.TestChannel) ... ok
> test_wait (tests.test__coros_queue.TestChannel) ... ok
> test_waiters (tests.test__coros_queue.TestChannel) ... ok
> test_max_size (tests.test__coros_queue.TestQueue) ... ok
> test_multiple_waiters (tests.test__coros_queue.TestQueue) ... ok
> test_send_exception_first (tests.test__coros_queue.TestQueue) ... ok
> test_send_first (tests.test__coros_queue.TestQueue) ... ok
> test_send_last (tests.test__coros_queue.TestQueue) ... ok
> test_senders_that_die (tests.test__coros_queue.TestQueue) ... ok
> test_two_bogus_waiters (tests.test__coros_queue.TestQueue) ... ok
> test_two_waiters_one_dies (tests.test__coros_queue.TestQueue) ... ok
> test_waiters_that_cancel (tests.test__coros_queue.TestQueue) ... ok
> test_waiting (tests.test__coros_queue.TestQueue) ... ok
> test_zero_max_size (tests.test__coros_queue.TestQueue) ... ok
> test_send (tests.test__event.TestEvent) ... ok
> test_send_exc (tests.test__event.TestEvent) ... ok
> test_urllib2 (tests.test__greenness.TestGreenness) ... ok
> test_execute (tests.test__pool.PoolBasicTests) ... ok
> test_execute_async (tests.test__pool.PoolBasicTests) ... ok
> test_with_intpool (tests.test__pool.PoolBasicTests) ... ok
> test_execute (tests.test__pool.TestCoroutinePool) ... ok
> test_execute_async (tests.test__pool.TestCoroutinePool) ... ok
> test_multiple_coros (tests.test__pool.TestCoroutinePool) ... ok
> test_pool_smash (tests.test__pool.TestCoroutinePool) ... ok
> test_reentrant (tests.test__pool.TestCoroutinePool) ... ok
> test_resize (tests.test__pool.TestCoroutinePool) ... ok
> test_stderr_raising (tests.test__pool.TestCoroutinePool) ... ok
> test_timer_cancel (tests.test__pool.TestCoroutinePool) ... ok
> test_track_events (tests.test__pool.TestCoroutinePool) ... ok
> test_track_slow_event (tests.test__pool.TestCoroutinePool) ... ok
> test_waiting (tests.test__pool.TestCoroutinePool) ... ok
> test_send (tests.test__proc.TestLink_Signal) ... ok
> test_send_exception (tests.test__proc.TestLink_Signal) ... ok
> test_current (tests.test__proc.TestProc) ... ok
> test_event (tests.test__proc.TestProc) ... ok
> test_proc (tests.test__proc.TestProc) ... ok
> test_kill (tests.test__proc.TestRaise_link) ... ok
> test_raise (tests.test__proc.TestRaise_link) ... ok
> test_kill (tests.test__proc.TestRaise_link_exception) ... ok
> test_raise (tests.test__proc.TestRaise_link_exception) ... ok
> test_return (tests.test__proc.TestReturn_link) ... ok
> test_return (tests.test__proc.TestReturn_link_value) ... ok
> test_killing_unlinked (tests.test__proc.TestStuff) ... ok
> test_multiple_listeners_error (tests.test__proc.TestStuff) ... ok
> test_multiple_listeners_error_unlink_Proc (tests.test__proc.TestStuff) ... ok
> test_multiple_listeners_error_unlink_Source (tests.test__proc.TestStuff) ... ok
> test_wait_all_exception_order (tests.test__proc.TestStuff) ... ok
> test_wait_error (tests.test__proc.TestStuff) ... SKIP
> test_wait_noerrors (tests.test__proc.TestStuff) ... ok
> tests.test__refcount.test_clean_exit ... ok
> tests.test__refcount.test_timeout_exit ... ok
> test_connection_refused (tests.test__socket_errors.TestSocketErrors) ... ok
> test_timeout (tests.test__socket_errors.TestSocketErrors)
> Test that the socket timeout exception works correctly. ... ok
> test_timeout_real_socket (tests.test__socket_errors.TestSocketErrors)
> Test underlying socket behavior to ensure correspondence ... ok
> test_block_on_already_failed (tests.test__twistedutil.Test) ... SKIP
> test_block_on_already_succeed (tests.test__twistedutil.Test) ... SKIP
> test_block_on_fail (tests.test__twistedutil.Test) ... SKIP
> test_block_on_success (tests.test__twistedutil.Test) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_pause_producing (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_pauseresume_producing (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_read (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_read2 (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_resume_producing (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_pause_producing (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_pauseresume_producing (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_read (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_read2 (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_resume_producing (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_pause_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_pauseresume_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_read (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_read2 (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_resume_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_pause_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_pauseresume_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_read (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_read2 (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_resume_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestUnbufferedTransport) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestUnbufferedTransport) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestUnbufferedTransport_bufsize1) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestUnbufferedTransport_bufsize1) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestUnbufferedTransport_socketserver) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestUnbufferedTransport_socketserver) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestUnbufferedTransport_socketserver_bufsize1) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestUnbufferedTransport_socketserver_bufsize1) ... SKIP
> test_assignment (tests.thread_test.Locals) ... ok
> test_calling_methods (tests.thread_test.Locals) ... ok
> test_calls_init (tests.thread_test.Locals) ... ok
> test_no_leaking (tests.thread_test.Locals) ... ok
> test_simple (tests.thread_test.Locals) ... SKIP
> test_direct_raise_class (tests.timeout_test.TestDirectRaise) ... ok
> test_direct_raise_instance (tests.timeout_test.TestDirectRaise) ... ok
> test_repr (tests.timeout_test.TestDirectRaise) ... ok
> test_with_outer_timer (tests.timeout_test.TestWithTimeout) ... ok
> test_with_timeout (tests.timeout_test.TestWithTimeout) ... ok
> test_cancel_timer_inside_block (tests.timeout_test_with_statement.Test) ... ok
> test_cancellation (tests.timeout_test_with_statement.Test) ... ok
> test_dummy_timer (tests.timeout_test_with_statement.Test) ... ok
> test_nested_timeout (tests.timeout_test_with_statement.Test) ... ok
> test_raising_custom_exception (tests.timeout_test_with_statement.Test) ... ok
> test_raising_exc_tuple (tests.timeout_test_with_statement.Test) ... ok
> test_raising_exception_class (tests.timeout_test_with_statement.Test) ... ok
> test_raising_self (tests.timeout_test_with_statement.Test) ... ok
> test_raising_self_true (tests.timeout_test_with_statement.Test) ... ok
> test_ref (tests.timeout_test_with_statement.Test) ... ok
> test_silent_block (tests.timeout_test_with_statement.Test) ... ok
> test_copy (tests.timer_test.TestTimer) ... ok
> test_schedule (tests.timer_test.TestTimer) ... ok
> test_autowrap (tests.tpool_test.TestTpool) ... ok
> test_autowrap_both (tests.tpool_test.TestTpool) ... ok
> test_autowrap_names (tests.tpool_test.TestTpool) ... ok
> test_callable (tests.tpool_test.TestTpool) ... ok
> test_callable_iterator (tests.tpool_test.TestTpool) ... ok
> test_contention (tests.tpool_test.TestTpool) ... ok
> test_eventlet_timeout (tests.tpool_test.TestTpool) ... ok
> test_killall (tests.tpool_test.TestTpool) ... ok
> test_multiple_wraps (tests.tpool_test.TestTpool) ... ok
> test_raising_exceptions (tests.tpool_test.TestTpool) ... ok
> test_timeout (tests.tpool_test.TestTpool) ... ok
> test_variable_and_keyword_arguments_with_function_calls (tests.tpool_test.TestTpool) ... ok
> test_wrap_dict (tests.tpool_test.TestTpool) ... ok
> test_wrap_eq (tests.tpool_test.TestTpool) ... ok
> test_wrap_getitem (tests.tpool_test.TestTpool) ... ok
> test_wrap_hash (tests.tpool_test.TestTpool) ... ok
> test_wrap_ints (tests.tpool_test.TestTpool) ... ok
> test_wrap_iterator (tests.tpool_test.TestTpool) ... ok
> test_wrap_iterator2 (tests.tpool_test.TestTpool) ... ok
> test_wrap_module_class (tests.tpool_test.TestTpool) ... ok
> test_wrap_nonzero (tests.tpool_test.TestTpool) ... ok
> test_wrap_setitem (tests.tpool_test.TestTpool) ... ok
> test_wrap_string (tests.tpool_test.TestTpool) ... ok
> test_wrap_tuple (tests.tpool_test.TestTpool) ... ok
> test_wrap_uniterable (tests.tpool_test.TestTpool) ... ok
> test_a_buncha_stuff (tests.tpool_test.TpoolLongTests) ... ok
> test_benchmark (tests.tpool_test.TpoolLongTests) ... SKIP
> test_leakage_from_tracebacks (tests.tpool_test.TpoolLongTests) ... ok
> test_app_socket_errors_75 (tests.websocket_test.TestWebSocket) ... ok
> test_app_socket_errors_76 (tests.websocket_test.TestWebSocket) ... ok
> test_breaking_the_connection_75 (tests.websocket_test.TestWebSocket) ... ok
> test_breaking_the_connection_76 (tests.websocket_test.TestWebSocket) ... ok
> test_client_closing_connection_76 (tests.websocket_test.TestWebSocket) ... ok
> test_client_invalid_packet_76 (tests.websocket_test.TestWebSocket) ... ok
> test_correct_upgrade_request_75 (tests.websocket_test.TestWebSocket) ... ok
> test_correct_upgrade_request_76 (tests.websocket_test.TestWebSocket) ... ok
> test_empty_query_string (tests.websocket_test.TestWebSocket) ... ok
> test_getting_messages_from_websocket_75 (tests.websocket_test.TestWebSocket) ... ok
> test_getting_messages_from_websocket_76 (tests.websocket_test.TestWebSocket) ... ok
> test_incomplete_headers_75 (tests.websocket_test.TestWebSocket) ... ok
> test_incomplete_headers_76 (tests.websocket_test.TestWebSocket) ... ok
> test_incorrect_headers (tests.websocket_test.TestWebSocket) ... ok
> test_query_string (tests.websocket_test.TestWebSocket) ... ok
> test_sending_messages_to_websocket_75 (tests.websocket_test.TestWebSocket) ... ok
> test_sending_messages_to_websocket_76 (tests.websocket_test.TestWebSocket) ... ok
> test_server_closing_connect_76 (tests.websocket_test.TestWebSocket) ... ok
> test_close_ws (tests.websocket_test.TestWebSocketObject) ... ok
> test_recieve (tests.websocket_test.TestWebSocketObject) ... ok
> test_send_to_ws (tests.websocket_test.TestWebSocketObject) ... ok
> test_ssl_sending_messages (tests.websocket_test.TestWebSocketSSL) ... ok
> test_iterable_app_keeps_socket_open_unless_connection_close_sent (tests.wsgi_test.IterableAlreadyHandledTest) ... ok
> test_iterable_app_keeps_socket_open_unless_connection_close_sent (tests.wsgi_test.ProxiedIterableAlreadyHandledTest) ... ok
> test_chunked_readline (tests.wsgi_test.TestChunkedInput) ... ok
> test_close_before_finished (tests.wsgi_test.TestChunkedInput) ... ok
> test_dirt (tests.wsgi_test.TestChunkedInput) ... ok
> test_short_read (tests.wsgi_test.TestChunkedInput) ... ok
> test_short_read_with_content_length (tests.wsgi_test.TestChunkedInput) ... ok
> test_short_read_with_zero_content_length (tests.wsgi_test.TestChunkedInput) ... ok
> test_001_server (tests.wsgi_test.TestHttpd) ... ok
> test_002_keepalive (tests.wsgi_test.TestHttpd) ... ok
> test_003_passing_non_int_to_read (tests.wsgi_test.TestHttpd) ... ok
> test_004_close_keepalive (tests.wsgi_test.TestHttpd) ... ok
> test_005_run_apachebench (tests.wsgi_test.TestHttpd) ... SKIP
> test_006_reject_long_urls (tests.wsgi_test.TestHttpd) ... ok
> test_007_get_arg (tests.wsgi_test.TestHttpd) ... ok
> test_008_correctresponse (tests.wsgi_test.TestHttpd) ... ok
> test_009_chunked_response (tests.wsgi_test.TestHttpd) ... ok
> test_010_no_chunked_http_1_0 (tests.wsgi_test.TestHttpd) ... ok
> test_011_multiple_chunks (tests.wsgi_test.TestHttpd) ... ok
> test_012_ssl_server (tests.wsgi_test.TestHttpd) ... ok
> test_013_empty_return (tests.wsgi_test.TestHttpd) ... ok
> test_014_chunked_post (tests.wsgi_test.TestHttpd) ... ok
> test_015_write (tests.wsgi_test.TestHttpd) ... ok
> test_016_repeated_content_length (tests.wsgi_test.TestHttpd)
> content-length header was being doubled up if it was set in ... ok
> test_017_ssl_zeroreturnerror (tests.wsgi_test.TestHttpd) ... localhost.localdomain - - [19/Apr/2012 14:25:22] code 400, message Bad request syntax ('X')
> localhost.localdomain - - [19/Apr/2012 14:25:22] "X" 400 -
> ok
> test_018_http_10_keepalive (tests.wsgi_test.TestHttpd) ... ok
> test_019_fieldstorage_compat (tests.wsgi_test.TestHttpd) ... ok
> test_020_x_forwarded_for (tests.wsgi_test.TestHttpd) ... ok
> test_021_environ_clobbering (tests.wsgi_test.TestHttpd) ... ok
> test_022_custom_pool (tests.wsgi_test.TestHttpd) ... ok
> test_023_bad_content_length (tests.wsgi_test.TestHttpd) ... ok
> test_024_expect_100_continue (tests.wsgi_test.TestHttpd) ... ok
> test_025_accept_errors (tests.wsgi_test.TestHttpd) ... ok
> test_026_http_10_nokeepalive (tests.wsgi_test.TestHttpd) ... ok
> test_026_log_format (tests.wsgi_test.TestHttpd) ... ok
> test_027_keepalive_chunked (tests.wsgi_test.TestHttpd) ... ok
> test_028_ssl_handshake_errors (tests.wsgi_test.TestHttpd) ... ok
> test_029_posthooks (tests.wsgi_test.TestHttpd) ... ok
> test_aborted_chunked_post (tests.wsgi_test.TestHttpd) ... ok
> test_close_chunked_with_1_0_client (tests.wsgi_test.TestHttpd) ... ok
> test_debug (tests.wsgi_test.TestHttpd) ... ok
> test_exceptions_close_connection (tests.wsgi_test.TestHttpd) ... ok
> test_ipv6 (tests.wsgi_test.TestHttpd) ... ok
> test_socket_remains_open (tests.wsgi_test.TestHttpd) ... ok
> test_unicode_raises_error (tests.wsgi_test.TestHttpd) ... ok
> test_zero_length_chunked_response (tests.wsgi_test.TestHttpd) ... ok
> test_context_factory_function (tests.zmq_test.TestThreadedContextAccess) ... ok
> test_different_context_in_different_thread (tests.zmq_test.TestThreadedContextAccess) ... ok
> test_threadlocal_context (tests.zmq_test.TestThreadedContextAccess) ... ok
> test_change_subscription (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_close_socket_raises_enotsup (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_recv_multipart_bug68 (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_recv_noblock_bug76 (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_recv_spawned_before_send_is_non_blocking (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_send_1k_pub_sub (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_send_1k_push_pull (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_send_1k_req_rep (tests.zmq_test.TestUpstreamDownStream) ... ok
> 
> ----------------------------------------------------------------------
> Ran 570 tests in 44.114s
> 
> OK (skipped=163)
> Error in atexit._run_exitfuncs:
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
>     func(*targs, **kargs)
>   File "/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function
>     info('process shutting down')
> TypeError: 'NoneType' object is not callable
> Error in sys.exitfunc:
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
>     func(*targs, **kargs)
>   File "/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function
>     info('process shutting down')
> TypeError: 'NoneType' object is not callable
> running test
> running egg_info
> writing requirements to eventlet.egg-info/requires.txt
> writing eventlet.egg-info/PKG-INFO
> writing top-level names to eventlet.egg-info/top_level.txt
> writing dependency_links to eventlet.egg-info/dependency_links.txt
> reading manifest file 'eventlet.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'eventlet.egg-info/SOURCES.txt'
> running build_ext
> test_001_trampoline_timeout (tests.api_test.TestApi) ... ok
> test_connect_ssl (tests.api_test.TestApi) ... /«PKGBUILDDIR»/tests/api_test.py:76: DeprecationWarning: eventlet.api.ssl_listener is deprecated.  Please use eventlet.wrap_ssl(eventlet.listen()) instead.
>   self.private_key_file)
> ok
> test_connect_tcp (tests.api_test.TestApi) ... ok
> test_killing_dormant (tests.api_test.TestApi) ... ok
> test_named (tests.api_test.TestApi) ... ok
> test_naming_missing_class (tests.api_test.TestApi) ... ok
> test_nested_with_timeout (tests.api_test.TestApi) ... ok
> test_tcp_listener (tests.api_test.TestApi) ... ok
> test_timeout_cancel (tests.api_test.TestApi) ... ok
> test_server (tests.backdoor_test.BackdoorTest) ... ok
> test_blocking (tests.convenience_test.TestServe) ... ok
> test_called_for_each_connection (tests.convenience_test.TestServe) ... ok
> test_concurrency (tests.convenience_test.TestServe) ... ok
> test_excepting_server (tests.convenience_test.TestServe) ... ok
> test_excepting_server_already_closed (tests.convenience_test.TestServe) ... ok
> test_exiting_server (tests.convenience_test.TestServe) ... ok
> test_raising_stopserve (tests.convenience_test.TestServe) ... ok
> test_socket_reuse (tests.convenience_test.TestServe) ... ok
> test_wrap_ssl (tests.convenience_test.TestServe) ... ok
> test_cast (tests.coros_test.TestActor) ... ok
> test_cast_multi_1 (tests.coros_test.TestActor) ... ok
> test_cast_multi_2 (tests.coros_test.TestActor) ... ok
> test_multiple (tests.coros_test.TestActor) ... ok
> test_raising_received (tests.coros_test.TestActor) ... Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/eventlet/greenpool.py", line 80, in _spawn_n_impl
>     func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tests/coros_test.py", line 84, in received
>     raise RuntimeError()
> RuntimeError
> ok
> test_sleeping_during_received (tests.coros_test.TestActor) ... ok
> test_0_straight_benchmark (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_bool (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_clear (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_close_does_a_put (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_connecting (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_connection_is_clean_after_put (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_create_cursor (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_deletion_does_a_put (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_max_age (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_max_age_many (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_max_idle (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_max_idle_many (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_put_doesnt_double_wrap (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_put_none (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_raising_create (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_returns_immediately (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_run_bad_query (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_run_query (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_safe_close (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_two_simultaneous_connections (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_unwrap_connection (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_visibility_from_other_connections (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_waiters_get_woken (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_zero_max_age (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_zero_max_idle (tests.db_pool_test.Test01MysqlTpool) ... SKIP
> test_0_straight_benchmark (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_bool (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_clear (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_close_does_a_put (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_connecting (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_connection_is_clean_after_put (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_create_cursor (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_deletion_does_a_put (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_max_age (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_max_age_many (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_max_idle (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_max_idle_many (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_put_doesnt_double_wrap (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_put_none (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_raising_create (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_returns_immediately (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_run_bad_query (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_run_query (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_safe_close (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_two_simultaneous_connections (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_unwrap_connection (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_visibility_from_other_connections (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_waiters_get_woken (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_zero_max_age (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_zero_max_idle (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_0_straight_benchmark (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_bool (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_clear (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_close_does_a_put (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_connecting (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_connection_is_clean_after_put (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_create_cursor (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_deletion_does_a_put (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_max_age (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_max_age_many (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_max_idle (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_max_idle_many (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_put_doesnt_double_wrap (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_put_none (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_raising_create (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_returns_immediately (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_run_bad_query (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_run_query (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_safe_close (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_two_simultaneous_connections (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_unwrap_connection (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_visibility_from_other_connections (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_waiters_get_woken (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_zero_max_age (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_zero_max_idle (tests.db_pool_test.Test02MysqlRaw) ... SKIP
> test_0_straight_benchmark (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_bool (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_clear (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_close_does_a_put (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_connecting (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_connection_is_clean_after_put (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_create_cursor (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_deletion_does_a_put (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_max_age (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_max_age_many (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_max_idle (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_max_idle_many (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_put_doesnt_double_wrap (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_put_none (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_raising_create (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_returns_immediately (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_run_bad_query (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_run_query (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_safe_close (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_two_simultaneous_connections (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_unwrap_connection (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_visibility_from_other_connections (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_waiters_get_woken (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_zero_max_age (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_zero_max_idle (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_everything (tests.debug_test.TestDebug) ... ok
> test_hub_exceptions (tests.debug_test.TestDebug) ... ok
> test_line (tests.debug_test.TestSpew) ... ok
> test_line_global (tests.debug_test.TestSpew) ... ok
> test_line_nofile (tests.debug_test.TestSpew) ... ok
> test_line_nooutput (tests.debug_test.TestSpew) ... ok
> test_line_novalue (tests.debug_test.TestSpew) ... ok
> test_spew (tests.debug_test.TestSpew) ... ok
> test_unspew (tests.debug_test.TestSpew) ... ok
> test_eventlet_hub (tests.env_test.Hub) ... ok
> test_patched_thread (tests.env_test.Socket) ... ok
> test_tpool_negative (tests.env_test.Tpool) ... ok
> test_tpool_size (tests.env_test.Tpool) ... ok
> test_tpool_zero (tests.env_test.Tpool) ... ok
> test_double_exception (tests.event_test.TestEvent) ... ok
> test_multiple_waiters (tests.event_test.TestEvent) ... ok
> test_multiple_waiters_with_exception (tests.event_test.TestEvent) ... ok
> test_reset (tests.event_test.TestEvent) ... ok
> test_waiting_for_event (tests.event_test.TestEvent) ... ok
> test_simple (tests.fork_test.ForkTest) ... ok
> test_multiple_readers (tests.greenio_test.TestGreenIoLong) ... ok
> test_multiple_readers2 (tests.greenio_test.TestGreenIoLong) ... SKIP
> test_server_starvation (tests.greenio_test.TestGreenIoStarvation) ... SKIP
> test_pipe (tests.greenio_test.TestGreenPipe) ... ok
> test_pipe_read (tests.greenio_test.TestGreenPipe) ... ok
> test_pipe_writes_large_messages (tests.greenio_test.TestGreenPipe) ... ok
> test_seek_on_buffered_pipe (tests.greenio_test.TestGreenPipe) ... ok
> test_truncate (tests.greenio_test.TestGreenPipe) ... ok
> test_accept_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_close_with_makefile (tests.greenio_test.TestGreenSocket) ... ok
> test_closure (tests.greenio_test.TestGreenSocket) ... SKIP
> test_connect_ex_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_connect_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_del_closes_socket (tests.greenio_test.TestGreenSocket) ... ok
> test_full_duplex (tests.greenio_test.TestGreenSocket) ... ok
> test_invalid_connection (tests.greenio_test.TestGreenSocket) ... ok
> test_raised_multiple_readers (tests.greenio_test.TestGreenSocket) ... ok
> test_recv_into_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_recv_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_recvfrom_into_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_recvfrom_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_send_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_sendall (tests.greenio_test.TestGreenSocket) ... ok
> test_sendall_timeout (tests.greenio_test.TestGreenSocket) ... ok
> test_timeout_and_final_write (tests.greenio_test.TestGreenSocket) ... ok
> test_wrap_socket (tests.greenio_test.TestGreenSocket) ... ok
> test_pipe_context (tests.greenpipe_test_with_statement.TestGreenPipeWithStatement) ... ok
> test_constructing_from_pool (tests.greenpool_test.GreenPile) ... ok
> test_pile (tests.greenpool_test.GreenPile) ... ok
> test_pile_spawn_times_out (tests.greenpool_test.GreenPile) ... ok
> test_empty_imap (tests.greenpool_test.GreenPool) ... ok
> test_exceptions (tests.greenpool_test.GreenPool) ... ok
> test_imap (tests.greenpool_test.GreenPool) ... ok
> test_imap_multi_args (tests.greenpool_test.GreenPool) ... ok
> test_imap_nonefunc (tests.greenpool_test.GreenPool) ... ok
> test_imap_raises (tests.greenpool_test.GreenPool) ... ok
> test_multiple_coros (tests.greenpool_test.GreenPool) ... ok
> test_pool_smash (tests.greenpool_test.GreenPool) ... ok
> test_recursive_waitall (tests.greenpool_test.GreenPool) ... ok
> test_reentrant (tests.greenpool_test.GreenPool) ... ok
> test_resize (tests.greenpool_test.GreenPool) ... ok
> test_spawn (tests.greenpool_test.GreenPool) ... ok
> test_spawn_n (tests.greenpool_test.GreenPool) ... ok
> test_spawn_n_2 (tests.greenpool_test.GreenPool) ... ok
> test_starmap (tests.greenpool_test.GreenPool) ... ok
> test_timer_cancel (tests.greenpool_test.GreenPool) ... ok
> test_waitall_on_nothing (tests.greenpool_test.GreenPool) ... ok
> test_waiting (tests.greenpool_test.GreenPool) ... ok
> test_imap_50 (tests.greenpool_test.Stress) ... SKIP
> test_imap_500 (tests.greenpool_test.Stress) ... SKIP
> test_ordering_5 (tests.greenpool_test.Stress) ... SKIP
> test_ordering_50 (tests.greenpool_test.Stress) ... SKIP
> test_with_intpool (tests.greenpool_test.Stress) ... SKIP
> test_kill (tests.greenthread_test.Spawn) ... ok
> test_kill_meth (tests.greenthread_test.Spawn) ... ok
> test_kill_n (tests.greenthread_test.Spawn) ... ok
> test_link (tests.greenthread_test.Spawn) ... ok
> test_link_after_exited (tests.greenthread_test.Spawn) ... ok
> test_n (tests.greenthread_test.Spawn) ... ok
> test_simple (tests.greenthread_test.Spawn) ... ok
> test_basic (tests.greenthread_test.SpawnAfter) ... ok
> test_cancel (tests.greenthread_test.SpawnAfter) ... ok
> test_cancel_already_started (tests.greenthread_test.SpawnAfter) ... ok
> test_kill_already_started (tests.greenthread_test.SpawnAfter) ... ok
> test_spawn_is_not_cancelled (tests.greenthread_test.SpawnAfterLocal) ... ok
> test_timer_cancelled_upon_greenlet_exit (tests.greenthread_test.SpawnAfterLocal) ... ok
> test_timer_fired (tests.greenthread_test.SpawnAfterLocal) ... ok
> test_repeated_selects (tests.hub_test.TestBadFilenos) ... ok
> test_debug_listeners (tests.hub_test.TestDebug) ... ok
> test_timer_exceptions (tests.hub_test.TestDebug) ... ok
> test_sleep (tests.hub_test.TestExceptionInMainloop) ... ok
> test_fork (tests.hub_test.TestFork) ... ok
> test_block_detect (tests.hub_test.TestHubBlockingDetector) ... ok
> test_block_detect_with_itimer (tests.hub_test.TestHubBlockingDetector) ... SKIP
> test_explicit_hub (tests.hub_test.TestHubSelection) ... ok
> test_global (tests.hub_test.TestScheduleCall) ... ok
> test_local (tests.hub_test.TestScheduleCall) ... ok
> test_ordering (tests.hub_test.TestScheduleCall) ... ok
> test_suspend_doesnt_crash (tests.hub_test.TestSuspend) ... ok
> test_cancel_accumulated (tests.hub_test.TestTimerCleanup) ... ok
> test_cancel_immediate (tests.hub_test.TestTimerCleanup) ... ok
> test_cancel_proportion (tests.hub_test.TestTimerCleanup) ... ok
> test_monkey_patching (tests.mysqldb_test.MonkeyPatchTester) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping mysql tests, MySQLdb not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_connecting (tests.mysqldb_test.MySQLdbTester) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping mysql tests, MySQLdb not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_connecting_annoyingly (tests.mysqldb_test.MySQLdbTester) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping mysql tests, MySQLdb not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_create_cursor (tests.mysqldb_test.MySQLdbTester) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping mysql tests, MySQLdb not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_module_attributes (tests.mysqldb_test.MySQLdbTester) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping mysql tests, MySQLdb not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_run_bad_query (tests.mysqldb_test.MySQLdbTester) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping mysql tests, MySQLdb not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_run_query (tests.mysqldb_test.MySQLdbTester) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping mysql tests, MySQLdb not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_visibility_from_other_connections (tests.mysqldb_test.MySQLdbTester) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping mysql tests, MySQLdb not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_yields (tests.mysqldb_test.MySQLdbTester) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping mysql tests, MySQLdb not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_psycopg_patched (tests.patcher_psycopg_test.PatchingPsycopg) ... SKIP: 
> -------------------- >> begin captured stdout << ---------------------
> Skipping postgres tests, psycopg2 not importable
> 
> --------------------- >> end captured stdout << ----------------------
> test_ident (tests.patcher_test.GreenThreadWrapper) ... ok
> test_is_alive (tests.patcher_test.GreenThreadWrapper) ... ok
> test_is_daemon (tests.patcher_test.GreenThreadWrapper) ... ok
> test_join (tests.patcher_test.GreenThreadWrapper) ... ok
> test_name (tests.patcher_test.GreenThreadWrapper) ... ok
> test_import_patched_defaults (tests.patcher_test.ImportPatched) ... ok
> test_patch_a_module (tests.patcher_test.ImportPatched) ... ok
> test_boolean (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_all (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_all_negative (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_all_single (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_double (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_negative (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_negative2 (tests.patcher_test.MonkeyPatch) ... ok
> test_boolean_single (tests.patcher_test.MonkeyPatch) ... ok
> test_conflicting_specifications (tests.patcher_test.MonkeyPatch) ... ok
> test_early_patching (tests.patcher_test.MonkeyPatch) ... ok
> test_late_patching (tests.patcher_test.MonkeyPatch) ... ok
> test_patched_modules (tests.patcher_test.MonkeyPatch) ... ok
> test_typeerror (tests.patcher_test.MonkeyPatch) ... ok
> test_monkeypatched_subprocess (tests.patcher_test.Subprocess) ... ok
> test_greenlet (tests.patcher_test.Threading) ... ok
> test_greenthread (tests.patcher_test.Threading) ... ok
> test_keyerror (tests.patcher_test.Threading) ... ok
> test_orig_thread (tests.patcher_test.Threading) ... ok
> test_threading (tests.patcher_test.Threading) ... ok
> test_tpool (tests.patcher_test.Threading) ... ok
> test_patched_thread (tests.patcher_test.Tpool) ... ok
> test_simple (tests.patcher_test.Tpool) ... ok
> test_unpatched_thread (tests.patcher_test.Tpool) ... ok
> test_abstract (tests.pools_test.TestAbstract) ... ok
> test_it (tests.pools_test.TestCreateRaises) ... ok
> test_blocks_on_pool (tests.pools_test.TestIntPool) ... ok
> test_exhaustion (tests.pools_test.TestIntPool) ... ok
> test_free (tests.pools_test.TestIntPool) ... ok
> test_integers (tests.pools_test.TestIntPool) ... ok
> test_ordering (tests.pools_test.TestIntPool) ... ok
> test_putting_to_queue (tests.pools_test.TestIntPool) ... ok
> test_resize (tests.pools_test.TestIntPool) ... ok
> test_something (tests.pools_test.TestIntPool2) ... ok
> test_ordering (tests.pools_test.TestOrderAsStack) ... ok
> test_cat (tests.processes_test.TestCatPool) ... ok
> test_close (tests.processes_test.TestCatPool) ... ok
> test_write_to_dead (tests.processes_test.TestCatPool) ... ok
> test_dead_process_not_inserted_into_pool (tests.processes_test.TestDyingProcessesLeavePool) ... ok
> test_echo (tests.processes_test.TestEchoPool) ... ok
> test_empty_echo (tests.processes_test.TestEchoPool) ... ok
> test_read_eof (tests.processes_test.TestEchoPool) ... ok
> test_get_nowait_simple (tests.queue_test.TestNoWait) ... ok
> test_get_nowait_unlock (tests.queue_test.TestNoWait) ... ok
> test_put_nowait_simple (tests.queue_test.TestNoWait) ... ok
> test_put_nowait_unlock (tests.queue_test.TestNoWait) ... ok
> test_channel_send (tests.queue_test.TestQueue) ... ok
> test_channel_sender_timing_out (tests.queue_test.TestQueue) ... ok
> test_channel_wait (tests.queue_test.TestQueue) ... ok
> test_channel_waiters (tests.queue_test.TestQueue) ... ok
> test_getting_before_sending (tests.queue_test.TestQueue) ... ok
> test_max_size (tests.queue_test.TestQueue) ... ok
> test_multiple_waiters (tests.queue_test.TestQueue) ... ok
> test_resize_down (tests.queue_test.TestQueue) ... ok
> test_resize_to_Unlimited (tests.queue_test.TestQueue) ... ok
> test_resize_up (tests.queue_test.TestQueue) ... ok
> test_send_first (tests.queue_test.TestQueue) ... ok
> test_send_last (tests.queue_test.TestQueue) ... ok
> test_task_done (tests.queue_test.TestQueue) ... ok
> test_two_bogus_waiters (tests.queue_test.TestQueue) ... ok
> test_two_waiters_one_dies (tests.queue_test.TestQueue) ... ok
> test_waiters_that_cancel (tests.queue_test.TestQueue) ... ok
> test_waiting (tests.queue_test.TestQueue) ... ok
> test_zero_max_size (tests.queue_test.TestQueue) ... ok
> test_child_process_death (tests.saranwrap_test.TestSaranwrap) ... ok
> test_contains (tests.saranwrap_test.TestSaranwrap) ... ok
> test_contention (tests.saranwrap_test.TestSaranwrap) ... ok
> test_copy (tests.saranwrap_test.TestSaranwrap) ... ok
> test_del (tests.saranwrap_test.TestSaranwrap) ... ok
> test_detection_of_server_crash (tests.saranwrap_test.TestSaranwrap) ... ok
> test_dict_passthru (tests.saranwrap_test.TestSaranwrap) ... ok
> test_equality_with_local_object (tests.saranwrap_test.TestSaranwrap) ... ok
> test_is_value (tests.saranwrap_test.TestSaranwrap) ... ok
> test_list_of_functions (tests.saranwrap_test.TestSaranwrap) ... ok
> test_multiple_wraps (tests.saranwrap_test.TestSaranwrap) ... ok
> test_non_blocking (tests.saranwrap_test.TestSaranwrap) ... ok
> test_not_inheriting_pythonpath (tests.saranwrap_test.TestSaranwrap) ... ok
> test_original_proxy_going_out_of_scope (tests.saranwrap_test.TestSaranwrap) ... ok
> test_pickleable_server_exception (tests.saranwrap_test.TestSaranwrap) ... ok
> test_print_does_not_break_wrapper (tests.saranwrap_test.TestSaranwrap) ... ok
> test_raising_exceptions (tests.saranwrap_test.TestSaranwrap) ... ok
> test_status (tests.saranwrap_test.TestSaranwrap) ... ok
> test_status_of_none (tests.saranwrap_test.TestSaranwrap) ... ok
> test_stderr_does_not_break_wrapper (tests.saranwrap_test.TestSaranwrap) ... ok
> test_under_the_hood_coroutines (tests.saranwrap_test.TestSaranwrap) ... ok
> test_unpicklable_server_exception (tests.saranwrap_test.TestSaranwrap) ... ok
> test_variable_and_keyword_arguments_with_function_calls (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_dict (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_eq (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_getitem (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_module_class (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_nonzero (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_setitem (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_string (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_tuple (tests.saranwrap_test.TestSaranwrap) ... ok
> test_wrap_uniterable (tests.saranwrap_test.TestSaranwrap) ... ok
> test_bounded (tests.semaphore_test.TestSemaphore) ... ok
> test_bounded_with_zero_limit (tests.semaphore_test.TestSemaphore) ... ok
> test_duplex_response (tests.ssl_test.SSLTest) ... ok
> test_ssl_close (tests.ssl_test.SSLTest) ... ok
> test_ssl_connect (tests.ssl_test.SSLTest) ... ok
> test_greensslobject (tests.ssl_test.SocketSSLTest) ... ok
> test_longoutput (tests.subprocess_test.Subprocess) ... ok
> test_send (tests.test__coros_queue.TestChannel) ... ok
> test_wait (tests.test__coros_queue.TestChannel) ... ok
> test_waiters (tests.test__coros_queue.TestChannel) ... ok
> test_max_size (tests.test__coros_queue.TestQueue) ... ok
> test_multiple_waiters (tests.test__coros_queue.TestQueue) ... ok
> test_send_exception_first (tests.test__coros_queue.TestQueue) ... ok
> test_send_first (tests.test__coros_queue.TestQueue) ... ok
> test_send_last (tests.test__coros_queue.TestQueue) ... ok
> test_senders_that_die (tests.test__coros_queue.TestQueue) ... ok
> test_two_bogus_waiters (tests.test__coros_queue.TestQueue) ... ok
> test_two_waiters_one_dies (tests.test__coros_queue.TestQueue) ... ok
> test_waiters_that_cancel (tests.test__coros_queue.TestQueue) ... ok
> test_waiting (tests.test__coros_queue.TestQueue) ... ok
> test_zero_max_size (tests.test__coros_queue.TestQueue) ... ok
> test_send (tests.test__event.TestEvent) ... ok
> test_send_exc (tests.test__event.TestEvent) ... ok
> test_urllib2 (tests.test__greenness.TestGreenness) ... ok
> test_execute (tests.test__pool.PoolBasicTests) ... ok
> test_execute_async (tests.test__pool.PoolBasicTests) ... ok
> test_with_intpool (tests.test__pool.PoolBasicTests) ... ok
> test_execute (tests.test__pool.TestCoroutinePool) ... ok
> test_execute_async (tests.test__pool.TestCoroutinePool) ... ok
> test_multiple_coros (tests.test__pool.TestCoroutinePool) ... ok
> test_pool_smash (tests.test__pool.TestCoroutinePool) ... ok
> test_reentrant (tests.test__pool.TestCoroutinePool) ... ok
> test_resize (tests.test__pool.TestCoroutinePool) ... ok
> test_stderr_raising (tests.test__pool.TestCoroutinePool) ... ok
> test_timer_cancel (tests.test__pool.TestCoroutinePool) ... ok
> test_track_events (tests.test__pool.TestCoroutinePool) ... ok
> test_track_slow_event (tests.test__pool.TestCoroutinePool) ... ok
> test_waiting (tests.test__pool.TestCoroutinePool) ... ok
> test_send (tests.test__proc.TestLink_Signal) ... ok
> test_send_exception (tests.test__proc.TestLink_Signal) ... ok
> test_current (tests.test__proc.TestProc) ... ok
> test_event (tests.test__proc.TestProc) ... ok
> test_proc (tests.test__proc.TestProc) ... ok
> test_kill (tests.test__proc.TestRaise_link) ... ok
> test_raise (tests.test__proc.TestRaise_link) ... ok
> test_kill (tests.test__proc.TestRaise_link_exception) ... ok
> test_raise (tests.test__proc.TestRaise_link_exception) ... ok
> test_return (tests.test__proc.TestReturn_link) ... ok
> test_return (tests.test__proc.TestReturn_link_value) ... ok
> test_killing_unlinked (tests.test__proc.TestStuff) ... ok
> test_multiple_listeners_error (tests.test__proc.TestStuff) ... ok
> test_multiple_listeners_error_unlink_Proc (tests.test__proc.TestStuff) ... ok
> test_multiple_listeners_error_unlink_Source (tests.test__proc.TestStuff) ... ok
> test_wait_all_exception_order (tests.test__proc.TestStuff) ... ok
> test_wait_error (tests.test__proc.TestStuff) ... SKIP
> test_wait_noerrors (tests.test__proc.TestStuff) ... ok
> tests.test__refcount.test_clean_exit ... ok
> tests.test__refcount.test_timeout_exit ... ok
> test_connection_refused (tests.test__socket_errors.TestSocketErrors) ... ok
> Test that the socket timeout exception works correctly. ... ok
> Test underlying socket behavior to ensure correspondence ... ok
> test_block_on_already_failed (tests.test__twistedutil.Test) ... SKIP
> test_block_on_already_succeed (tests.test__twistedutil.Test) ... SKIP
> test_block_on_fail (tests.test__twistedutil.Test) ... SKIP
> test_block_on_success (tests.test__twistedutil.Test) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_pause_producing (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_pauseresume_producing (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_read (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_read2 (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_resume_producing (tests.test__twistedutil_protocol.TestGreenTransport) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_pause_producing (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_pauseresume_producing (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_read (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_read2 (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_resume_producing (tests.test__twistedutil_protocol.TestGreenTransport_bufsize1) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_pause_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_pauseresume_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_read (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_read2 (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_resume_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_pause_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_pauseresume_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_read (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_read2 (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_resume_producing (tests.test__twistedutil_protocol.TestGreenTransport_socketserver_bufsize1) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestUnbufferedTransport) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestUnbufferedTransport) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestUnbufferedTransport_bufsize1) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestUnbufferedTransport_bufsize1) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestUnbufferedTransport_socketserver) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestUnbufferedTransport_socketserver) ... SKIP
> test_full_read (tests.test__twistedutil_protocol.TestUnbufferedTransport_socketserver_bufsize1) ... SKIP
> test_iterator (tests.test__twistedutil_protocol.TestUnbufferedTransport_socketserver_bufsize1) ... SKIP
> test_assignment (tests.thread_test.Locals) ... ok
> test_calling_methods (tests.thread_test.Locals) ... ok
> test_calls_init (tests.thread_test.Locals) ... ok
> test_no_leaking (tests.thread_test.Locals) ... ok
> test_simple (tests.thread_test.Locals) ... SKIP
> test_direct_raise_class (tests.timeout_test.TestDirectRaise) ... ok
> test_direct_raise_instance (tests.timeout_test.TestDirectRaise) ... ok
> test_repr (tests.timeout_test.TestDirectRaise) ... ok
> test_with_outer_timer (tests.timeout_test.TestWithTimeout) ... ok
> test_with_timeout (tests.timeout_test.TestWithTimeout) ... ok
> test_cancel_timer_inside_block (tests.timeout_test_with_statement.Test) ... ok
> test_cancellation (tests.timeout_test_with_statement.Test) ... ok
> test_dummy_timer (tests.timeout_test_with_statement.Test) ... ok
> test_nested_timeout (tests.timeout_test_with_statement.Test) ... ok
> test_raising_custom_exception (tests.timeout_test_with_statement.Test) ... ok
> test_raising_exc_tuple (tests.timeout_test_with_statement.Test) ... ok
> test_raising_exception_class (tests.timeout_test_with_statement.Test) ... ok
> test_raising_self (tests.timeout_test_with_statement.Test) ... ok
> test_raising_self_true (tests.timeout_test_with_statement.Test) ... ok
> test_ref (tests.timeout_test_with_statement.Test) ... ok
> test_silent_block (tests.timeout_test_with_statement.Test) ... ok
> test_copy (tests.timer_test.TestTimer) ... ok
> test_schedule (tests.timer_test.TestTimer) ... ok
> test_autowrap (tests.tpool_test.TestTpool) ... ok
> test_autowrap_both (tests.tpool_test.TestTpool) ... ok
> test_autowrap_names (tests.tpool_test.TestTpool) ... ok
> test_callable (tests.tpool_test.TestTpool) ... ok
> test_callable_iterator (tests.tpool_test.TestTpool) ... ok
> test_contention (tests.tpool_test.TestTpool) ... ok
> test_eventlet_timeout (tests.tpool_test.TestTpool) ... ok
> test_killall (tests.tpool_test.TestTpool) ... ok
> test_multiple_wraps (tests.tpool_test.TestTpool) ... ok
> test_raising_exceptions (tests.tpool_test.TestTpool) ... ok
> test_timeout (tests.tpool_test.TestTpool) ... ok
> test_variable_and_keyword_arguments_with_function_calls (tests.tpool_test.TestTpool) ... ok
> test_wrap_dict (tests.tpool_test.TestTpool) ... ok
> test_wrap_eq (tests.tpool_test.TestTpool) ... ok
> test_wrap_getitem (tests.tpool_test.TestTpool) ... ok
> test_wrap_hash (tests.tpool_test.TestTpool) ... ok
> test_wrap_ints (tests.tpool_test.TestTpool) ... ok
> test_wrap_iterator (tests.tpool_test.TestTpool) ... ok
> test_wrap_iterator2 (tests.tpool_test.TestTpool) ... ok
> test_wrap_module_class (tests.tpool_test.TestTpool) ... ok
> test_wrap_nonzero (tests.tpool_test.TestTpool) ... ok
> test_wrap_setitem (tests.tpool_test.TestTpool) ... ok
> test_wrap_string (tests.tpool_test.TestTpool) ... ok
> test_wrap_tuple (tests.tpool_test.TestTpool) ... ok
> test_wrap_uniterable (tests.tpool_test.TestTpool) ... ok
> test_a_buncha_stuff (tests.tpool_test.TpoolLongTests) ... ok
> test_benchmark (tests.tpool_test.TpoolLongTests) ... SKIP
> test_leakage_from_tracebacks (tests.tpool_test.TpoolLongTests) ... ok
> test_app_socket_errors_75 (tests.websocket_test.TestWebSocket) ... ok
> test_app_socket_errors_76 (tests.websocket_test.TestWebSocket) ... ok
> test_breaking_the_connection_75 (tests.websocket_test.TestWebSocket) ... ok
> test_breaking_the_connection_76 (tests.websocket_test.TestWebSocket) ... ok
> test_client_closing_connection_76 (tests.websocket_test.TestWebSocket) ... ok
> test_client_invalid_packet_76 (tests.websocket_test.TestWebSocket) ... ok
> test_correct_upgrade_request_75 (tests.websocket_test.TestWebSocket) ... ok
> test_correct_upgrade_request_76 (tests.websocket_test.TestWebSocket) ... ok
> test_empty_query_string (tests.websocket_test.TestWebSocket) ... ok
> test_getting_messages_from_websocket_75 (tests.websocket_test.TestWebSocket) ... ok
> test_getting_messages_from_websocket_76 (tests.websocket_test.TestWebSocket) ... ok
> test_incomplete_headers_75 (tests.websocket_test.TestWebSocket) ... ok
> test_incomplete_headers_76 (tests.websocket_test.TestWebSocket) ... ok
> test_incorrect_headers (tests.websocket_test.TestWebSocket) ... ok
> test_query_string (tests.websocket_test.TestWebSocket) ... ok
> test_sending_messages_to_websocket_75 (tests.websocket_test.TestWebSocket) ... ok
> test_sending_messages_to_websocket_76 (tests.websocket_test.TestWebSocket) ... ok
> test_server_closing_connect_76 (tests.websocket_test.TestWebSocket) ... ok
> test_close_ws (tests.websocket_test.TestWebSocketObject) ... ok
> test_recieve (tests.websocket_test.TestWebSocketObject) ... ok
> test_send_to_ws (tests.websocket_test.TestWebSocketObject) ... ok
> test_ssl_sending_messages (tests.websocket_test.TestWebSocketSSL) ... ok
> test_iterable_app_keeps_socket_open_unless_connection_close_sent (tests.wsgi_test.IterableAlreadyHandledTest) ... ok
> test_iterable_app_keeps_socket_open_unless_connection_close_sent (tests.wsgi_test.ProxiedIterableAlreadyHandledTest) ... ok
> test_chunked_readline (tests.wsgi_test.TestChunkedInput) ... ok
> test_close_before_finished (tests.wsgi_test.TestChunkedInput) ... ok
> test_dirt (tests.wsgi_test.TestChunkedInput) ... ok
> test_short_read (tests.wsgi_test.TestChunkedInput) ... ok
> test_short_read_with_content_length (tests.wsgi_test.TestChunkedInput) ... ok
> test_short_read_with_zero_content_length (tests.wsgi_test.TestChunkedInput) ... ok
> test_001_server (tests.wsgi_test.TestHttpd) ... ok
> test_002_keepalive (tests.wsgi_test.TestHttpd) ... ok
> test_003_passing_non_int_to_read (tests.wsgi_test.TestHttpd) ... ok
> test_004_close_keepalive (tests.wsgi_test.TestHttpd) ... ok
> test_005_run_apachebench (tests.wsgi_test.TestHttpd) ... SKIP
> test_006_reject_long_urls (tests.wsgi_test.TestHttpd) ... ok
> test_007_get_arg (tests.wsgi_test.TestHttpd) ... ok
> test_008_correctresponse (tests.wsgi_test.TestHttpd) ... ok
> test_009_chunked_response (tests.wsgi_test.TestHttpd) ... ok
> test_010_no_chunked_http_1_0 (tests.wsgi_test.TestHttpd) ... ok
> test_011_multiple_chunks (tests.wsgi_test.TestHttpd) ... ok
> test_012_ssl_server (tests.wsgi_test.TestHttpd) ... ok
> test_013_empty_return (tests.wsgi_test.TestHttpd) ... ok
> test_014_chunked_post (tests.wsgi_test.TestHttpd) ... ok
> test_015_write (tests.wsgi_test.TestHttpd) ... ok
> content-length header was being doubled up if it was set in ... ok
> test_017_ssl_zeroreturnerror (tests.wsgi_test.TestHttpd) ... localhost.localdomain - - [19/Apr/2012 14:26:09] code 400, message Bad request syntax ('X')
> localhost.localdomain - - [19/Apr/2012 14:26:09] "X" 400 -
> ok
> test_018_http_10_keepalive (tests.wsgi_test.TestHttpd) ... ok
> test_019_fieldstorage_compat (tests.wsgi_test.TestHttpd) ... ok
> test_020_x_forwarded_for (tests.wsgi_test.TestHttpd) ... ok
> test_021_environ_clobbering (tests.wsgi_test.TestHttpd) ... ok
> test_022_custom_pool (tests.wsgi_test.TestHttpd) ... ok
> test_023_bad_content_length (tests.wsgi_test.TestHttpd) ... ok
> test_024_expect_100_continue (tests.wsgi_test.TestHttpd) ... ok
> test_025_accept_errors (tests.wsgi_test.TestHttpd) ... ok
> test_026_http_10_nokeepalive (tests.wsgi_test.TestHttpd) ... ok
> test_026_log_format (tests.wsgi_test.TestHttpd) ... ok
> test_027_keepalive_chunked (tests.wsgi_test.TestHttpd) ... ok
> test_028_ssl_handshake_errors (tests.wsgi_test.TestHttpd) ... ok
> test_029_posthooks (tests.wsgi_test.TestHttpd) ... ok
> test_aborted_chunked_post (tests.wsgi_test.TestHttpd) ... ok
> test_close_chunked_with_1_0_client (tests.wsgi_test.TestHttpd) ... ok
> test_debug (tests.wsgi_test.TestHttpd) ... ok
> test_exceptions_close_connection (tests.wsgi_test.TestHttpd) ... ok
> test_ipv6 (tests.wsgi_test.TestHttpd) ... ok
> test_socket_remains_open (tests.wsgi_test.TestHttpd) ... ok
> test_unicode_raises_error (tests.wsgi_test.TestHttpd) ... ok
> test_zero_length_chunked_response (tests.wsgi_test.TestHttpd) ... ok
> test_context_factory_function (tests.zmq_test.TestThreadedContextAccess) ... ok
> test_different_context_in_different_thread (tests.zmq_test.TestThreadedContextAccess) ... ok
> test_threadlocal_context (tests.zmq_test.TestThreadedContextAccess) ... ok
> test_change_subscription (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_close_socket_raises_enotsup (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_recv_multipart_bug68 (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_recv_noblock_bug76 (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_recv_spawned_before_send_is_non_blocking (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_send_1k_pub_sub (tests.zmq_test.TestUpstreamDownStream) ... ERROR
> test_send_1k_push_pull (tests.zmq_test.TestUpstreamDownStream) ... ok
> test_send_1k_req_rep (tests.zmq_test.TestUpstreamDownStream) ... ok
> 
> ======================================================================
> ERROR: test_send_1k_pub_sub (tests.zmq_test.TestUpstreamDownStream)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests/__init__.py", line 70, in wrapped
>     return func(*a, **kw)
>   File "/«PKGBUILDDIR»/tests/zmq_test.py", line 171, in test_send_1k_pub_sub
>     sub1_count = sub1_done.wait()
>   File "/«PKGBUILDDIR»/eventlet/event.py", line 116, in wait
>     return hubs.get_hub().switch()
>   File "/«PKGBUILDDIR»/eventlet/hubs/hub.py", line 177, in switch
>     return self.greenlet.switch()
> TestIsTakingTooLong: 1
> 
> ----------------------------------------------------------------------
> Ran 570 tests in 45.738s
> 
> FAILED (errors=1)
> Error in atexit._run_exitfuncs:
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
>     func(*targs, **kargs)
>   File "/usr/lib/python2.6/multiprocessing/util.py", line 258, in _exit_function
>     info('process shutting down')
> TypeError: 'NoneType' object is not callable
> Error in sys.exitfunc:
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
>     func(*targs, **kargs)
>   File "/usr/lib/python2.6/multiprocessing/util.py", line 258, in _exit_function
>     info('process shutting down')
> TypeError: 'NoneType' object is not callable
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/04/19/python-eventlet_0.9.16-2_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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.





More information about the Python-modules-team mailing list