[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#960965: kazoo: autopkgtest regression: kazoo.handlers.threading.KazooTimeoutError: Connection time-out



Source: kazoo
Version: 2.7.0-2
X-Debbugs-CC: debian-ci@lists.debian.org
Severity: serious
User: debian-ci@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of kazoo the autopkgtest of kazoo fails in testing
when that autopkgtest is run with the binary packages of kazoo from
unstable. It passes when run with only packages from testing. In tabular
form:

                       pass            fail
kazoo                  from testing    2.7.0-2
all others             from testing    from testing

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

Currently this regression is blocking the migration to testing [1]. Can
you please investigate the situation and fix it?

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

Paul

[1] https://qa.debian.org/excuses.php?package=kazoo

https://ci.debian.net/data/autopkgtest/testing/amd64/k/kazoo/5541537/log.gz

+ export ZOOKEEPER_PATH=/usr/share/java
+ + dpkgawk {print $3}
 -l
+ grep libzookeeper-java
+ sed -E s/([0-9]+:)?([^-]+)([-~+].+)?/\2/
+ export ZOOKEEPER_VERSION=3.4.13
+ python3 -m nose -d -v kazoo.tests
/tmp/autopkgtest-lxc.c_g8cpxq/downtmp/build.xs6/src/kazoo/protocol/serialization.py:114:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  read_only = bool_struct.unpack_from(bytes, offset)[0] is 1
/tmp/autopkgtest-lxc.c_g8cpxq/downtmp/build.xs6/src/kazoo/protocol/serialization.py:449:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  return cls(t, done is 1, err), offset
test_barrier_exists (kazoo.tests.test_barrier.KazooBarrierTests) ...
SLF4J: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on
the class path, preempting StackOverflowError.
SLF4J: See also http://www.slf4j.org/codes.html#log4jDelegationLoop for
more details.
Exception in thread "main" java.lang.ExceptionInInitializerError
	at org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:72)
	at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:45)
	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:383)
	at
org.apache.zookeeper.server.quorum.QuorumPeerMain.<clinit>(QuorumPeerMain.java:67)
Caused by: java.lang.IllegalStateException: Detected both
log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path,
preempting StackOverflowError. See also
http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.
	at org.slf4j.impl.Log4jLoggerFactory.<clinit>(Log4jLoggerFactory.java:54)
	... 8 more
SLF4J: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on
the class path, preempting StackOverflowError.
SLF4J: See also http://www.slf4j.org/codes.html#log4jDelegationLoop for
more details.
Exception in thread "main" java.lang.ExceptionInInitializerError
	at org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:72)
	at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:45)
	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:383)
	at
org.apache.zookeeper.server.quorum.QuorumPeerMain.<clinit>(QuorumPeerMain.java:67)
Caused by: java.lang.IllegalStateException: Detected both
log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path,
preempting StackOverflowError. See also
http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.
	at org.slf4j.impl.Log4jLoggerFactory.<clinit>(Log4jLoggerFactory.java:54)
	... 8 more
SLF4J: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on
the class path, preempting StackOverflowError.
SLF4J: See also http://www.slf4j.org/codes.html#log4jDelegationLoop for
more details.
Exception in thread "main" java.lang.ExceptionInInitializerError
	at org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:72)
	at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:45)
	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:383)
	at
org.apache.zookeeper.server.quorum.QuorumPeerMain.<clinit>(QuorumPeerMain.java:67)
Caused by: java.lang.IllegalStateException: Detected both
log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path,
preempting StackOverflowError. See also
http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.
	at org.slf4j.impl.Log4jLoggerFactory.<clinit>(Log4jLoggerFactory.java:54)
	... 8 more
ERROR
test_barrier_not_exist (kazoo.tests.test_barrier.KazooBarrierTests) ...
ERROR
test_remove_nonexistent_barrier
(kazoo.tests.test_barrier.KazooBarrierTests) ... ERROR
test_barrier_existing_node
(kazoo.tests.test_barrier.KazooDoubleBarrierTests) ... ERROR
test_barrier_existing_parent_node
(kazoo.tests.test_barrier.KazooDoubleBarrierTests) ... ERROR
test_basic_barrier (kazoo.tests.test_barrier.KazooDoubleBarrierTests)
... ERROR
test_three_barrier (kazoo.tests.test_barrier.KazooDoubleBarrierTests)
... ERROR
test_two_barrier (kazoo.tests.test_barrier.KazooDoubleBarrierTests) ...
ERROR
test_zookeeper_version (kazoo.tests.test_build.TestBuildEnvironment) ...
ERROR
test_children_operation (kazoo.tests.test_cache.KazooTreeCacheTests) ...
ERROR
test_close (kazoo.tests.test_cache.KazooTreeCacheTests) ... ERROR
test_delete_operation (kazoo.tests.test_cache.KazooTreeCacheTests) ... ERROR
test_exception_handler (kazoo.tests.test_cache.KazooTreeCacheTests) ...
ERROR
test_exception_suppressed (kazoo.tests.test_cache.KazooTreeCacheTests)
... ERROR
test_get_children (kazoo.tests.test_cache.KazooTreeCacheTests) ... ERROR
test_get_children_no_node (kazoo.tests.test_cache.KazooTreeCacheTests)
... ERROR
test_get_children_out_of_tree
(kazoo.tests.test_cache.KazooTreeCacheTests) ... ERROR
test_get_data (kazoo.tests.test_cache.KazooTreeCacheTests) ... ERROR
test_get_data_no_node (kazoo.tests.test_cache.KazooTreeCacheTests) ... ERROR
test_get_data_out_of_tree (kazoo.tests.test_cache.KazooTreeCacheTests)
... ERROR
test_root_recreated (kazoo.tests.test_cache.KazooTreeCacheTests) ... ERROR
test_session_reconnected (kazoo.tests.test_cache.KazooTreeCacheTests)
... ERROR
test_start (kazoo.tests.test_cache.KazooTreeCacheTests) ... ERROR
test_start_closed (kazoo.tests.test_cache.KazooTreeCacheTests) ... ERROR
test_start_started (kazoo.tests.test_cache.KazooTreeCacheTests) ... ERROR
test_subtree_operation (kazoo.tests.test_cache.KazooTreeCacheTests) ...
ERROR
test_add_auth_on_reconnect (kazoo.tests.test_client.TestAuthentication)
... ERROR
test_async_auth (kazoo.tests.test_client.TestAuthentication) ... ERROR
test_async_auth_failure (kazoo.tests.test_client.TestAuthentication) ...
ERROR
test_auth (kazoo.tests.test_client.TestAuthentication) ... ERROR
test_connect_auth (kazoo.tests.test_client.TestAuthentication) ... ERROR
test_invalid_auth (kazoo.tests.test_client.TestAuthentication) ... ERROR
test_unicode_auth (kazoo.tests.test_client.TestAuthentication) ... ERROR
test_async_result_callbacks_are_always_called
(kazoo.tests.test_client.TestCallbacks) ... ERROR
test_bad_argument (kazoo.tests.test_client.TestClient) ... ERROR
test_client_id (kazoo.tests.test_client.TestClient) ... ERROR
test_client_state (kazoo.tests.test_client.TestClient) ... ERROR
test_connected (kazoo.tests.test_client.TestClient) ... ERROR
test_create (kazoo.tests.test_client.TestClient) ... ERROR
test_create_acl_duplicate (kazoo.tests.test_client.TestClient) ... ERROR
test_create_acl_empty_list (kazoo.tests.test_client.TestClient) ... ERROR
test_create_async_returns_unchrooted_path
(kazoo.tests.test_client.TestClient) ... ERROR
test_create_delete (kazoo.tests.test_client.TestClient) ... ERROR
test_create_empty_string (kazoo.tests.test_client.TestClient) ... ERROR
test_create_ephemeral (kazoo.tests.test_client.TestClient) ... ERROR
test_create_ephemeral_no_children (kazoo.tests.test_client.TestClient)
... ERROR
test_create_ephemeral_sequence (kazoo.tests.test_client.TestClient) ...
ERROR
test_create_exists (kazoo.tests.test_client.TestClient) ... ERROR
test_create_get_set (kazoo.tests.test_client.TestClient) ... ERROR
test_create_invalid_arguments (kazoo.tests.test_client.TestClient) ... ERROR
test_create_invalid_path (kazoo.tests.test_client.TestClient) ... ERROR
test_create_large_value (kazoo.tests.test_client.TestClient) ... ERROR
test_create_makepath (kazoo.tests.test_client.TestClient) ... ERROR
test_create_makepath_incompatible_acls
(kazoo.tests.test_client.TestClient) ... ERROR
test_create_no_ephemeral (kazoo.tests.test_client.TestClient) ... ERROR
test_create_no_makepath (kazoo.tests.test_client.TestClient) ... ERROR
test_create_null_data (kazoo.tests.test_client.TestClient) ... ERROR
test_create_on_broken_connection (kazoo.tests.test_client.TestClient)
... ERROR
test_create_sequence (kazoo.tests.test_client.TestClient) ... ERROR
test_create_stat (kazoo.tests.test_client.TestClient) ... ERROR
test_create_unicode_path (kazoo.tests.test_client.TestClient) ... ERROR
test_create_unicode_value (kazoo.tests.test_client.TestClient) ... ERROR
test_create_value (kazoo.tests.test_client.TestClient) ... ERROR
test_delete (kazoo.tests.test_client.TestClient) ... ERROR
test_delete_invalid_arguments (kazoo.tests.test_client.TestClient) ... ERROR
test_delete_recursive (kazoo.tests.test_client.TestClient) ... ERROR
test_ensure_path (kazoo.tests.test_client.TestClient) ... ERROR
test_exists (kazoo.tests.test_client.TestClient) ... ERROR
test_exists_invalid_arguments (kazoo.tests.test_client.TestClient) ... ERROR
test_exists_watch (kazoo.tests.test_client.TestClient) ... ERROR
test_exists_watcher_exception (kazoo.tests.test_client.TestClient) ... ERROR
test_get_acls (kazoo.tests.test_client.TestClient) ... ERROR
test_get_acls_invalid_arguments (kazoo.tests.test_client.TestClient) ...
ERROR
test_get_children (kazoo.tests.test_client.TestClient) ... ERROR
test_get_children2 (kazoo.tests.test_client.TestClient) ... ERROR
test_get_children2_many_nodes (kazoo.tests.test_client.TestClient) ... ERROR
test_get_children_invalid_arguments (kazoo.tests.test_client.TestClient)
... ERROR
test_get_children_invalid_path (kazoo.tests.test_client.TestClient) ...
ERROR
test_get_children_no_node (kazoo.tests.test_client.TestClient) ... ERROR
test_get_invalid_arguments (kazoo.tests.test_client.TestClient) ... ERROR
test_invalid_auth (kazoo.tests.test_client.TestClient) ... ERROR
test_request_queuing_session_expired
(kazoo.tests.test_client.TestClient) ... ERROR
test_request_queuing_session_recovered
(kazoo.tests.test_client.TestClient) ... ERROR
test_server_version_retries_eventually_ok
(kazoo.tests.test_client.TestClient) ... ERROR
test_server_version_retries_fail (kazoo.tests.test_client.TestClient)
... ERROR
test_set (kazoo.tests.test_client.TestClient) ... ERROR
test_set_acls (kazoo.tests.test_client.TestClient) ... ERROR
test_set_acls_empty (kazoo.tests.test_client.TestClient) ... ERROR
test_set_acls_invalid_arguments (kazoo.tests.test_client.TestClient) ...
ERROR
test_set_acls_no_node (kazoo.tests.test_client.TestClient) ... ERROR
test_set_empty_string (kazoo.tests.test_client.TestClient) ... ERROR
test_set_invalid_arguments (kazoo.tests.test_client.TestClient) ... ERROR
test_set_null_data (kazoo.tests.test_client.TestClient) ... ERROR
test_sync (kazoo.tests.test_client.TestClient) ... ERROR
test_update_host_list (kazoo.tests.test_client.TestClient) ... ERROR
test_version_no_connection (kazoo.tests.test_client.TestClient) ... ERROR
test_another_invalid_hostname
(kazoo.tests.test_client.TestClientConstructor) ... ok
test_chroot (kazoo.tests.test_client.TestClientConstructor) ... ok
test_connection_timeout (kazoo.tests.test_client.TestClientConstructor)
... ok
test_invalid_handler (kazoo.tests.test_client.TestClientConstructor) ... ok
test_invalid_hostname (kazoo.tests.test_client.TestClientConstructor) ... ok
test_ordered_host_selection
(kazoo.tests.test_client.TestClientConstructor) ... ok
test_retry_options_dict (kazoo.tests.test_client.TestClientConstructor)
... ok
test_bad_checks (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_bad_commit (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_bad_context (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_bad_creates (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_bad_deletes (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_bad_sets (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_bad_transaction (kazoo.tests.test_client.TestClientTransactions)
... ERROR
test_basic_create (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_basic_delete (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_check (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_context (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_default_acl (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_set (kazoo.tests.test_client.TestClientTransactions) ... ERROR
test_connection_and_disconnection
(kazoo.tests.test_client.TestClientTransitions) ... ERROR
test_bad_session_expire (kazoo.tests.test_client.TestConnection) ... ERROR
test_chroot_warning (kazoo.tests.test_client.TestConnection) ... ERROR
test_close_connecting_connection
(kazoo.tests.test_client.TestConnection) ... ERROR
test_closed (kazoo.tests.test_client.TestConnection) ... ERROR
test_double_start (kazoo.tests.test_client.TestConnection) ... ERROR
test_double_stop (kazoo.tests.test_client.TestConnection) ... ERROR
test_invalid_listener (kazoo.tests.test_client.TestConnection) ... ERROR
test_listener_only_called_on_real_state_change
(kazoo.tests.test_client.TestConnection) ... ERROR
test_no_connection (kazoo.tests.test_client.TestConnection) ... ERROR
test_restart (kazoo.tests.test_client.TestConnection) ... ERROR
test_session_expire (kazoo.tests.test_client.TestConnection) ... ERROR
test_state_listener (kazoo.tests.test_client.TestConnection) ... ERROR
test_watch_trigger_expire (kazoo.tests.test_client.TestConnection) ... ERROR
test_create (kazoo.tests.test_client.TestNonChrootClient) ... ERROR
test_unchroot (kazoo.tests.test_client.TestNonChrootClient) ... ERROR
test_add_remove_observer (kazoo.tests.test_client.TestReconfig) ... ERROR
test_bad_input (kazoo.tests.test_client.TestReconfig) ... ERROR
test_no_super_auth (kazoo.tests.test_client.TestReconfig) ... ERROR
test_session_callback_states
(kazoo.tests.test_client.TestSessionCallbacks) ... ok
test_connection_dropped (kazoo.tests.test_connection.TestConnectionDrop)
... ERROR
test_bad_deserialization
(kazoo.tests.test_connection.TestConnectionHandler) ... ERROR
test_connection_close
(kazoo.tests.test_connection.TestConnectionHandler) ... ERROR
test_connection_deserialize_fail
(kazoo.tests.test_connection.TestConnectionHandler) ... ERROR
test_connection_read_timeout
(kazoo.tests.test_connection.TestConnectionHandler) ... ERROR
test_connection_sock (kazoo.tests.test_connection.TestConnectionHandler)
... ERROR
test_connection_write_timeout
(kazoo.tests.test_connection.TestConnectionHandler) ... ERROR
test_dirty_sock (kazoo.tests.test_connection.TestConnectionHandler) ...
ERROR
test_with_bad_sessionid
(kazoo.tests.test_connection.TestConnectionHandler) ... ERROR
test_read_only (kazoo.tests.test_connection.TestReadOnlyMode) ... ERROR
test_xids_mismatch (kazoo.tests.test_connection.TestUnorderedXids) ... ERROR
test_errors (kazoo.tests.test_counter.KazooCounterTests) ... ERROR
test_float_counter (kazoo.tests.test_counter.KazooCounterTests) ... ERROR
test_int_counter (kazoo.tests.test_counter.KazooCounterTests) ... ERROR
test_int_curator_counter (kazoo.tests.test_counter.KazooCounterTests)
... ERROR
test_pre_post_values (kazoo.tests.test_counter.KazooCounterTests) ... ERROR
test_bad_func (kazoo.tests.test_election.KazooElectionTests) ... ERROR
test_election (kazoo.tests.test_election.KazooElectionTests) ... ERROR
test_bad_argument (kazoo.tests.test_eventlet_handler.TestEventletClient)
... ERROR
test_client_id (kazoo.tests.test_eventlet_handler.TestEventletClient)
... ERROR
test_client_state (kazoo.tests.test_eventlet_handler.TestEventletClient)
... ERROR
test_connected (kazoo.tests.test_eventlet_handler.TestEventletClient)
... ERROR
test_create (kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_acl_duplicate
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_acl_empty_list
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_async_returns_unchrooted_path
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_delete
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_empty_string
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_ephemeral
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_ephemeral_no_children
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_ephemeral_sequence
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_exists
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_get_set
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_invalid_arguments
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_invalid_path
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_large_value
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_makepath
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_makepath_incompatible_acls
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_no_ephemeral
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_no_makepath
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_null_data
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_on_broken_connection
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_sequence
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_stat (kazoo.tests.test_eventlet_handler.TestEventletClient)
... ERROR
test_create_unicode_path
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_unicode_value
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_create_value (kazoo.tests.test_eventlet_handler.TestEventletClient)
... ERROR
test_delete (kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_delete_invalid_arguments
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_delete_recursive
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_ensure_path (kazoo.tests.test_eventlet_handler.TestEventletClient)
... ERROR
test_exists (kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_exists_invalid_arguments
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_exists_watch (kazoo.tests.test_eventlet_handler.TestEventletClient)
... ERROR
test_exists_watcher_exception
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_get_acls (kazoo.tests.test_eventlet_handler.TestEventletClient) ...
ERROR
test_get_acls_invalid_arguments
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_get_children (kazoo.tests.test_eventlet_handler.TestEventletClient)
... ERROR
test_get_children2
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_get_children2_many_nodes
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_get_children_invalid_arguments
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_get_children_invalid_path
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_get_children_no_node
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_get_invalid_arguments
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_invalid_auth (kazoo.tests.test_eventlet_handler.TestEventletClient)
... ERROR
test_request_queuing_session_expired
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_request_queuing_session_recovered
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_server_version_retries_eventually_ok
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_server_version_retries_fail
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_set (kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_set_acls (kazoo.tests.test_eventlet_handler.TestEventletClient) ...
ERROR
test_set_acls_empty
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_set_acls_invalid_arguments
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_set_acls_no_node
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_set_empty_string
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_set_invalid_arguments
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_set_null_data
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_sync (kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_update_host_list
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_version_no_connection
(kazoo.tests.test_eventlet_handler.TestEventletClient) ... ERROR
test_async_exception
(kazoo.tests.test_eventlet_handler.TestEventletHandler) ... ok
test_async_link (kazoo.tests.test_eventlet_handler.TestEventletHandler)
... ok
test_async_ok (kazoo.tests.test_eventlet_handler.TestEventletHandler) ... ok
test_dispatch (kazoo.tests.test_eventlet_handler.TestEventletHandler) ... ok
test_get_with_no_block
(kazoo.tests.test_eventlet_handler.TestEventletHandler) ... ok
test_spawn (kazoo.tests.test_eventlet_handler.TestEventletHandler) ... ok
test_started (kazoo.tests.test_eventlet_handler.TestEventletHandler) ... ok
test_timeout_raising
(kazoo.tests.test_eventlet_handler.TestEventletHandler) ... ok
test_lock (kazoo.tests.test_eventlet_handler.TestEventletLock) ... ERROR
test_lock_cancel (kazoo.tests.test_eventlet_handler.TestEventletLock)
... ERROR
test_lock_ephemeral (kazoo.tests.test_eventlet_handler.TestEventletLock)
... ERROR
test_lock_fail_first_call
(kazoo.tests.test_eventlet_handler.TestEventletLock) ... ERROR
test_lock_many_threads
(kazoo.tests.test_eventlet_handler.TestEventletLock) ... ERROR
test_lock_many_threads_no_block
(kazoo.tests.test_eventlet_handler.TestEventletLock) ... ERROR
test_lock_no_double_calls
(kazoo.tests.test_eventlet_handler.TestEventletLock) ... ERROR
test_lock_non_blocking
(kazoo.tests.test_eventlet_handler.TestEventletLock) ... ERROR
test_lock_one (kazoo.tests.test_eventlet_handler.TestEventletLock) ... ERROR
test_lock_reacquire (kazoo.tests.test_eventlet_handler.TestEventletLock)
... ERROR
test_lock_reconnect (kazoo.tests.test_eventlet_handler.TestEventletLock)
... ERROR
test_lock_same_thread_no_block
(kazoo.tests.test_eventlet_handler.TestEventletLock) ... ERROR
test_lock_timeout (kazoo.tests.test_eventlet_handler.TestEventletLock)
... ERROR
test_read_lock (kazoo.tests.test_eventlet_handler.TestEventletLock) ...
ERROR
test_write_lock (kazoo.tests.test_eventlet_handler.TestEventletLock) ...
ERROR
test_acquire_after_cancelled
(kazoo.tests.test_eventlet_handler.TestEventletSemaphore) ... ERROR
test_basic (kazoo.tests.test_eventlet_handler.TestEventletSemaphore) ...
ERROR
test_handle_session_loss
(kazoo.tests.test_eventlet_handler.TestEventletSemaphore) ... ERROR
test_holders (kazoo.tests.test_eventlet_handler.TestEventletSemaphore)
... ERROR
test_inconsistent_max_leases
(kazoo.tests.test_eventlet_handler.TestEventletSemaphore) ... ERROR
test_inconsistent_max_leases_other_data
(kazoo.tests.test_eventlet_handler.TestEventletSemaphore) ... ERROR
test_lock_one (kazoo.tests.test_eventlet_handler.TestEventletSemaphore)
... ERROR
test_multiple_acquire_and_release
(kazoo.tests.test_eventlet_handler.TestEventletSemaphore) ... ERROR
test_non_blocking
(kazoo.tests.test_eventlet_handler.TestEventletSemaphore) ... ERROR
test_non_blocking_release
(kazoo.tests.test_eventlet_handler.TestEventletSemaphore) ... ERROR
test_reacquire (kazoo.tests.test_eventlet_handler.TestEventletSemaphore)
... ERROR
test_semaphore_cancel
(kazoo.tests.test_eventlet_handler.TestEventletSemaphore) ... ERROR
test_timeout (kazoo.tests.test_eventlet_handler.TestEventletSemaphore)
... ERROR
test_backwards_alias (kazoo.tests.test_exceptions.ExceptionsTestCase) ... ok
test_exceptions_code (kazoo.tests.test_exceptions.ExceptionsTestCase) ... ok
test_exceptions_construction
(kazoo.tests.test_exceptions.ExceptionsTestCase) ... ok
test_invalid_code (kazoo.tests.test_exceptions.ExceptionsTestCase) ... ok
test_basic_commands
(kazoo.tests.test_gevent_handler.TestBasicGeventClient) ... ERROR
test_data_watcher
(kazoo.tests.test_gevent_handler.TestBasicGeventClient) ... ERROR
test_failures (kazoo.tests.test_gevent_handler.TestBasicGeventClient)
... ERROR
test_start (kazoo.tests.test_gevent_handler.TestBasicGeventClient) ... ERROR
test_start_stop_double
(kazoo.tests.test_gevent_handler.TestBasicGeventClient) ... ERROR
test_bad_argument (kazoo.tests.test_gevent_handler.TestGeventClient) ...
ERROR
test_client_id (kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_client_state (kazoo.tests.test_gevent_handler.TestGeventClient) ...
ERROR
test_connected (kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create (kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_acl_duplicate
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_acl_empty_list
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_async_returns_unchrooted_path
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_delete (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_create_empty_string
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_ephemeral (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_create_ephemeral_no_children
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_ephemeral_sequence
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_exists (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_create_get_set (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_create_invalid_arguments
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_invalid_path
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_large_value
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_makepath (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_create_makepath_incompatible_acls
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_no_ephemeral
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_no_makepath
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_null_data (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_create_on_broken_connection
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_sequence (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_create_stat (kazoo.tests.test_gevent_handler.TestGeventClient) ...
ERROR
test_create_unicode_path
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_unicode_value
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_create_value (kazoo.tests.test_gevent_handler.TestGeventClient) ...
ERROR
test_delete (kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_delete_invalid_arguments
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_delete_recursive (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_ensure_path (kazoo.tests.test_gevent_handler.TestGeventClient) ...
ERROR
test_exists (kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_exists_invalid_arguments
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_exists_watch (kazoo.tests.test_gevent_handler.TestGeventClient) ...
ERROR
test_exists_watcher_exception
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_get_acls (kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_get_acls_invalid_arguments
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_get_children (kazoo.tests.test_gevent_handler.TestGeventClient) ...
ERROR
test_get_children2 (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_get_children2_many_nodes
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_get_children_invalid_arguments
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_get_children_invalid_path
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_get_children_no_node
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_get_invalid_arguments
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_invalid_auth (kazoo.tests.test_gevent_handler.TestGeventClient) ...
ERROR
test_request_queuing_session_expired
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_request_queuing_session_recovered
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_server_version_retries_eventually_ok
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_server_version_retries_fail
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_set (kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_set_acls (kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_set_acls_empty (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_set_acls_invalid_arguments
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_set_acls_no_node (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_set_empty_string (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_set_invalid_arguments
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_set_null_data (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_sync (kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_update_host_list (kazoo.tests.test_gevent_handler.TestGeventClient)
... ERROR
test_version_no_connection
(kazoo.tests.test_gevent_handler.TestGeventClient) ... ERROR
test_exception_in_queue
(kazoo.tests.test_gevent_handler.TestGeventHandler) ... ok
test_exception_raising
(kazoo.tests.test_gevent_handler.TestGeventHandler) ... ok
test_matching_async (kazoo.tests.test_gevent_handler.TestGeventHandler)
... ok
test_proper_threading
(kazoo.tests.test_gevent_handler.TestGeventHandler) ... ok
test_queue_empty_exception
(kazoo.tests.test_gevent_handler.TestGeventHandler) ... ok
test_hosts_list (kazoo.tests.test_hosts.HostsTestCase) ... ok
test_ipv4 (kazoo.tests.test_hosts.HostsTestCase) ... ok
test_ipv6 (kazoo.tests.test_hosts.HostsTestCase) ... ok
Make sure interrupted system calls don't break the world, since we ... ERROR
test_1_reject (kazoo.tests.test_lease.MultiNonBlockingLeaseTest) ... ERROR
test_1_renew (kazoo.tests.test_lease.MultiNonBlockingLeaseTest) ... ERROR
test_2_handover (kazoo.tests.test_lease.MultiNonBlockingLeaseTest) ... ERROR
test_2_reject (kazoo.tests.test_lease.MultiNonBlockingLeaseTest) ... ERROR
test_2_renew (kazoo.tests.test_lease.MultiNonBlockingLeaseTest) ... ERROR
test_busy (kazoo.tests.test_lease.NonBlockingLeaseTests) ... ERROR
test_old_version (kazoo.tests.test_lease.NonBlockingLeaseTests) ... ERROR
test_overtake (kazoo.tests.test_lease.NonBlockingLeaseTests) ... ERROR
test_overtake_refuse_first
(kazoo.tests.test_lease.NonBlockingLeaseTests) ... ERROR
test_overtaker_renews (kazoo.tests.test_lease.NonBlockingLeaseTests) ...
ERROR
test_renew (kazoo.tests.test_lease.NonBlockingLeaseTests) ... ERROR
test_renew_no_overtake (kazoo.tests.test_lease.NonBlockingLeaseTests)
... ERROR
test_lock (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_lock_cancel (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_lock_ephemeral (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_lock_fail_first_call (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_lock_many_threads (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_lock_many_threads_no_block (kazoo.tests.test_lock.KazooLockTests)
... ERROR
test_lock_no_double_calls (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_lock_non_blocking (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_lock_one (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_lock_reacquire (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_lock_reconnect (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_lock_same_thread_no_block (kazoo.tests.test_lock.KazooLockTests)
... ERROR
test_lock_timeout (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_read_lock (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_write_lock (kazoo.tests.test_lock.KazooLockTests) ... ERROR
test_acquire_after_cancelled (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_basic (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_handle_session_loss (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_holders (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_inconsistent_max_leases (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_inconsistent_max_leases_other_data
(kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_lock_one (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_multiple_acquire_and_release (kazoo.tests.test_lock.TestSemaphore)
... ERROR
test_non_blocking (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_non_blocking_release (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_reacquire (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_semaphore_cancel (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_timeout (kazoo.tests.test_lock.TestSemaphore) ... ERROR
test_connection_loss
(kazoo.tests.test_partitioner.KazooPartitionerTests) ... ERROR
test_more_members_than_set_items
(kazoo.tests.test_partitioner.KazooPartitionerTests) ... ERROR
test_party_expansion
(kazoo.tests.test_partitioner.KazooPartitionerTests) ... ERROR
test_party_of_one (kazoo.tests.test_partitioner.KazooPartitionerTests)
... ERROR
test_party_of_two (kazoo.tests.test_partitioner.KazooPartitionerTests)
... ERROR
test_party_session_failure
(kazoo.tests.test_partitioner.KazooPartitionerTests) ... ERROR
test_race_condition_new_partitioner_during_the_lock
(kazoo.tests.test_partitioner.KazooPartitionerTests) ... ERROR
test_race_condition_new_partitioner_steals_the_lock
(kazoo.tests.test_partitioner.KazooPartitionerTests) ... ERROR
test_party (kazoo.tests.test_party.KazooPartyTests) ... ERROR
test_party_reuse_node (kazoo.tests.test_party.KazooPartyTests) ... ERROR
test_party_vanishing_node (kazoo.tests.test_party.KazooPartyTests) ... ERROR
test_party (kazoo.tests.test_party.KazooShallowPartyTests) ... ERROR
test_basename (kazoo.tests.test_paths.BaseNameTestCase) ... ok
test_isabs (kazoo.tests.test_paths.IsAbsTestCase) ... ok
test_isabs_false (kazoo.tests.test_paths.IsAbsTestCase) ... ok
test_join (kazoo.tests.test_paths.JoinTestCase) ... ok
test_join_absolute (kazoo.tests.test_paths.JoinTestCase) ... ok
test_join_empty (kazoo.tests.test_paths.JoinTestCase) ... ok
test_normpath (kazoo.tests.test_paths.NormPathTestCase) ... ok
test_normpath_dots (kazoo.tests.test_paths.NormPathTestCase) ... ok
test_normpath_empty (kazoo.tests.test_paths.NormPathTestCase) ... ok
test_normpath_multiple_slashes (kazoo.tests.test_paths.NormPathTestCase)
... ok
test_normpath_relative (kazoo.tests.test_paths.NormPathTestCase) ... ok
test_normpath_slash (kazoo.tests.test_paths.NormPathTestCase) ... ok
test_normpath_trailing (kazoo.tests.test_paths.NormPathTestCase) ... ok
test_normpath_unicode (kazoo.tests.test_paths.NormPathTestCase) ... ok
test_norm_root (kazoo.tests.test_paths.NormRootTestCase) ... ok
test_prefix_root (kazoo.tests.test_paths.PrefixRootTestCase) ... ok
test_concurrent_execution
(kazoo.tests.test_queue.KazooLockingQueueTests) ... ERROR
test_consume (kazoo.tests.test_queue.KazooLockingQueueTests) ... ERROR
test_empty_queue (kazoo.tests.test_queue.KazooLockingQueueTests) ... ERROR
test_holds_lock (kazoo.tests.test_queue.KazooLockingQueueTests) ... ERROR
test_priority (kazoo.tests.test_queue.KazooLockingQueueTests) ... ERROR
test_queue (kazoo.tests.test_queue.KazooLockingQueueTests) ... ERROR
test_queue_validation (kazoo.tests.test_queue.KazooLockingQueueTests)
... ERROR
test_release (kazoo.tests.test_queue.KazooLockingQueueTests) ... ERROR
test_empty_queue (kazoo.tests.test_queue.KazooQueueTests) ... ERROR
test_priority (kazoo.tests.test_queue.KazooQueueTests) ... ERROR
test_queue (kazoo.tests.test_queue.KazooQueueTests) ... ERROR
test_queue_validation (kazoo.tests.test_queue.KazooQueueTests) ... ERROR
test_connection_closed (kazoo.tests.test_retry.TestKazooRetry) ... ok
test_session_expired (kazoo.tests.test_retry.TestKazooRetry) ... ok
test_copy (kazoo.tests.test_retry.TestRetrySleeper) ... ok
test_maximum_delay (kazoo.tests.test_retry.TestRetrySleeper) ... ok
test_reset (kazoo.tests.test_retry.TestRetrySleeper) ... ok
test_too_many_tries (kazoo.tests.test_retry.TestRetrySleeper) ... ok
test_connect_sasl_auth
(kazoo.tests.test_sasl.TestLegacySASLDigestAuthentication) ... SLF4J:
Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the
class path, preempting StackOverflowError.
SLF4J: See also http://www.slf4j.org/codes.html#log4jDelegationLoop for
more details.
Exception in thread "main" java.lang.ExceptionInInitializerError
	at org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:72)
	at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:45)
	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:383)
	at
org.apache.zookeeper.server.quorum.QuorumPeerMain.<clinit>(QuorumPeerMain.java:67)
Caused by: java.lang.IllegalStateException: Detected both
log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path,
preempting StackOverflowError. See also
http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.
	at org.slf4j.impl.Log4jLoggerFactory.<clinit>(Log4jLoggerFactory.java:54)
	... 8 more
SLF4J: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on
the class path, preempting StackOverflowError.
SLF4J: See also http://www.slf4j.org/codes.html#log4jDelegationLoop for
more details.
Exception in thread "main" java.lang.ExceptionInInitializerError
	at org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:72)
	at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:45)
	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:383)
	at
org.apache.zookeeper.server.quorum.QuorumPeerMain.<clinit>(QuorumPeerMain.java:67)
Caused by: java.lang.IllegalStateException: Detected both
log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path,
preempting StackOverflowError. See also
http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.
	at org.slf4j.impl.Log4jLoggerFactory.<clinit>(Log4jLoggerFactory.java:54)
	... 8 more
SLF4J: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on
the class path, preempting StackOverflowError.
SLF4J: See also http://www.slf4j.org/codes.html#log4jDelegationLoop for
more details.
Exception in thread "main" java.lang.ExceptionInInitializerError
	at org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:72)
	at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:45)
	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:383)
	at
org.apache.zookeeper.server.quorum.QuorumPeerMain.<clinit>(QuorumPeerMain.java:67)
Caused by: java.lang.IllegalStateException: Detected both
log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path,
preempting StackOverflowError. See also
http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.
	at org.slf4j.impl.Log4jLoggerFactory.<clinit>(Log4jLoggerFactory.java:54)
	... 8 more
ERROR
test_invalid_sasl_auth
(kazoo.tests.test_sasl.TestLegacySASLDigestAuthentication) ... ERROR
test_connect_sasl_auth
(kazoo.tests.test_sasl.TestSASLDigestAuthentication) ... ERROR
test_invalid_sasl_auth
(kazoo.tests.test_sasl.TestSASLDigestAuthentication) ... ERROR
test_connect_gssapi_auth
(kazoo.tests.test_sasl.TestSASLGSSAPIAuthentication) ... SKIP: Test
Kerberos environ not setup.
test_invalid_gssapi_auth
(kazoo.tests.test_sasl.TestSASLGSSAPIAuthentication) ... SKIP: Test
Kerberos environ not setup.
test_all_perms (kazoo.tests.test_security.TestACL) ... ok
test_perm_listing (kazoo.tests.test_security.TestACL) ... ok
test_perm_repr (kazoo.tests.test_security.TestACL) ... ok
test_read_acl (kazoo.tests.test_security.TestACL) ... ok
test_callback_queued
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_captured_exception
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_get_wait_while_setting
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_get_with_exception
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_get_with_nowait
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_link_and_unlink
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_linkage (kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_linkage_not_ready
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_multiple_callbacks
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_no_capture_exceptions
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_ready (kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_set_before_wait
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_set_exc_before_wait
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_set_exception
(kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_wait (kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
Test that there is no race condition in `IAsyncResult.wait()`. ... ok
test_wraps (kazoo.tests.test_threading_handler.TestThreadingAsync) ... ok
test_double_start_stop
(kazoo.tests.test_threading_handler.TestThreadingHandler) ... ok
test_exception_raising
(kazoo.tests.test_threading_handler.TestThreadingHandler) ... ok
test_huge_file_descriptor
(kazoo.tests.test_threading_handler.TestThreadingHandler) ... ok
test_matching_async
(kazoo.tests.test_threading_handler.TestThreadingHandler) ... ok
test_proper_threading
(kazoo.tests.test_threading_handler.TestThreadingHandler) ... ok
test_negative_timeout (kazoo.tests.test_utils.TestCreateTCPConnection)
... ok
test_slow_connect (kazoo.tests.test_utils.TestCreateTCPConnection) ... ok
test_timeout_arg (kazoo.tests.test_utils.TestCreateTCPConnection) ... ok
test_timeout_arg_eventlet
(kazoo.tests.test_utils.TestCreateTCPConnection) ... ok
test_zero_timeout (kazoo.tests.test_utils.TestCreateTCPConnection) ... ok
test_bad_children_watch_func
(kazoo.tests.test_watchers.KazooChildrenWatcherTests) ... ERROR
test_child_stop_on_session_loss
(kazoo.tests.test_watchers.KazooChildrenWatcherTests) ... ERROR
test_child_watch_session_loss
(kazoo.tests.test_watchers.KazooChildrenWatcherTests) ... ERROR
test_child_watcher (kazoo.tests.test_watchers.KazooChildrenWatcherTests)
... ERROR
test_child_watcher_once
(kazoo.tests.test_watchers.KazooChildrenWatcherTests) ... ERROR
test_child_watcher_remove_session_watcher
(kazoo.tests.test_watchers.KazooChildrenWatcherTests) ... ERROR
test_child_watcher_with_event
(kazoo.tests.test_watchers.KazooChildrenWatcherTests) ... ERROR
test_func_stops (kazoo.tests.test_watchers.KazooChildrenWatcherTests)
... ERROR
test_func_style_child_watcher
(kazoo.tests.test_watchers.KazooChildrenWatcherTests) ... ERROR
test_bad_watch_func2 (kazoo.tests.test_watchers.KazooDataWatcherTests)
... ERROR
test_data_watcher (kazoo.tests.test_watchers.KazooDataWatcherTests) ...
ERROR
test_data_watcher_once (kazoo.tests.test_watchers.KazooDataWatcherTests)
... ERROR
test_data_watcher_with_event
(kazoo.tests.test_watchers.KazooDataWatcherTests) ... ERROR
test_datawatch_across_session_expire
(kazoo.tests.test_watchers.KazooDataWatcherTests) ... ERROR
test_func_stops (kazoo.tests.test_watchers.KazooDataWatcherTests) ... ERROR
test_func_style_data_watch
(kazoo.tests.test_watchers.KazooDataWatcherTests) ... ERROR
test_no_such_node (kazoo.tests.test_watchers.KazooDataWatcherTests) ...
ERROR
test_no_such_node_for_children_watch
(kazoo.tests.test_watchers.KazooDataWatcherTests) ... ERROR
test_watcher_evaluating_to_false
(kazoo.tests.test_watchers.KazooDataWatcherTests) ... ERROR
test_watcher_repeat_delete
(kazoo.tests.test_watchers.KazooDataWatcherTests) ... ERROR
test_watcher_with_closing
(kazoo.tests.test_watchers.KazooDataWatcherTests) ... ERROR
test_exception
(kazoo.tests.test_watchers.KazooPatientChildrenWatcherTests) ... ERROR
test_watch (kazoo.tests.test_watchers.KazooPatientChildrenWatcherTests)
... ERROR
test_watch_iterations
(kazoo.tests.test_watchers.KazooPatientChildrenWatcherTests) ... ERROR

======================================================================
ERROR: test_barrier_exists (kazoo.tests.test_barrier.KazooBarrierTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.c_g8cpxq/downtmp/build.xs6/src/kazoo/testing/harness.py",
line 244, in setUp
    self.setup_zookeeper()
  File
"/tmp/autopkgtest-lxc.c_g8cpxq/downtmp/build.xs6/src/kazoo/testing/harness.py",
line 200, in setup_zookeeper
    self.client.start()
  File
"/tmp/autopkgtest-lxc.c_g8cpxq/downtmp/build.xs6/src/kazoo/client.py",
line 635, in start
    raise self.handler.timeout_exception("Connection time-out")
kazoo.handlers.threading.KazooTimeoutError: Connection time-out
-------------------- >> begin captured logging << --------------------
kazoo.testing.common: INFO: Started zookeeper process 5220 using args
['java', '-cp',
'/usr/share/java/zookeeper-3.4.13.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/log4j-over-slf4j-1.7.25.jar:/usr/share/java/log4j-1.2-1.2.17.jar:/usr/share/java/log4j-over-slf4j.jar:/usr/share/java/slf4j-api-1.7.25.jar:/usr/share/java/slf4j-log4j12.jar:/usr/share/java/slf4j-log4j12-1.7.25.jar',
'-Dfile.encoding=UTF-8', '-Dreadonlymode.enabled=true',
'-Dzookeeper.log.dir=/tmp/tmp2hjgocj4/log',
'-Dzookeeper.root.logger=INFO,CONSOLE',
'-Dlog4j.configuration=file:/tmp/tmp2hjgocj4/log4j.properties',
'-Djava.awt.headless=true',
'-Djava.security.auth.login.config=/tmp/tmp2hjgocj4/jaas.conf',
'org.apache.zookeeper.server.quorum.QuorumPeerMain',
'/tmp/tmp2hjgocj4/zoo.cfg']
kazoo.testing.common: INFO: Started zookeeper process 5221 using args
['java', '-cp',
'/usr/share/java/zookeeper-3.4.13.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/log4j-over-slf4j-1.7.25.jar:/usr/share/java/log4j-1.2-1.2.17.jar:/usr/share/java/log4j-over-slf4j.jar:/usr/share/java/slf4j-api-1.7.25.jar:/usr/share/java/slf4j-log4j12.jar:/usr/share/java/slf4j-log4j12-1.7.25.jar',
'-Dfile.encoding=UTF-8', '-Dreadonlymode.enabled=true',
'-Dzookeeper.log.dir=/tmp/tmpzskxn8ds/log',
'-Dzookeeper.root.logger=INFO,CONSOLE',
'-Dlog4j.configuration=file:/tmp/tmpzskxn8ds/log4j.properties',
'-Djava.awt.headless=true',
'-Djava.security.auth.login.config=/tmp/tmpzskxn8ds/jaas.conf',
'org.apache.zookeeper.server.quorum.QuorumPeerMain',
'/tmp/tmpzskxn8ds/zoo.cfg']
kazoo.testing.common: INFO: Started zookeeper process 5223 using args
['java', '-cp',
'/usr/share/java/zookeeper-3.4.13.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/log4j-over-slf4j-1.7.25.jar:/usr/share/java/log4j-1.2-1.2.17.jar:/usr/share/java/log4j-over-slf4j.jar:/usr/share/java/slf4j-api-1.7.25.jar:/usr/share/java/slf4j-log4j12.jar:/usr/share/java/slf4j-log4j12-1.7.25.jar',
'-Dfile.encoding=UTF-8', '-Dreadonlymode.enabled=true',
'-Dzookeeper.log.dir=/tmp/tmp9h9xw6bu/log',
'-Dzookeeper.root.logger=INFO,CONSOLE',
'-Dlog4j.configuration=file:/tmp/tmp9h9xw6bu/log4j.properties',
'-Djava.awt.headless=true',
'-Djava.security.auth.login.config=/tmp/tmp9h9xw6bu/jaas.conf',
'org.apache.zookeeper.server.quorum.QuorumPeerMain',
'/tmp/tmp9h9xw6bu/zoo.cfg']

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: