Your message dated Tue, 18 Feb 2020 17:34:41 +0000
with message-id <e1j46ld-000635...@fasolo.debian.org>
and subject line Bug#933631: fixed in kazoo 2.6.1-6
has caused the Debian Bug report #933631,
regarding kazoo: autopkgtest regression
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
933631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933631
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kazoo
Version 2.6.1-1
Severity: important

Hello, looks like kazoo 2.6.1-1 started failing his tests wrt 2.5.0.

I found two issues:
1) ZOEKEEPER_VERSION not being correctly found on the system.
"fixed by exporting it on debian/tests"
export ZOOKEEPER_VERSION="3.4.13"
2) missing python-objgraph in debian/tests/control

unfortunately there are some "test_acl" and "test_ssl" failures, such as
http://debomatic-amd64.debian.net/distribution#unstable/kazoo/2.6.1-1.1/autopkgtest

--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_invalid_sasl_auth (kazoo.tests.test_client.TestAuthentication)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/tests/test_client.py", line 
256, in test_invalid_sasl_auth
    self.assertRaises(ConnectionLoss, client.start)
AssertionError: ConnectionLoss not raised
======================================================================
ERROR: test_get_acls (kazoo.tests.test_client.TestClient)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/tests/test_client.py", line 
832, in test_get_acls
    self.assertTrue(acl in client.get_acls('/a')[0])
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/client.py", line 1171, in 
get_acls
    return self.get_acls_async(path).get()
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/handlers/utils.py", line 
75, in get
    raise self._exception
NoAuthError: 
-------------------- >> begin captured logging << --------------------
kazoo.client: Level 5: ZK loop started
kazoo.client: Level 5: Skipping state change
kazoo.client: INFO: Connecting to 127.0.0.1:20010, use_ssl: False
kazoo.client: Level 5:     Using session_id: None session_passwd: 
00000000000000000000000000000000
kazoo.client: DEBUG: Sending request(xid=None): Connect(protocol_version=0, 
last_zxid_seen=0, time_out=800, session_id=0, 
passwd='\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', 
read_only=None)
kazoo.client: Level 5: Read response Connect(protocol_version=0, 
last_zxid_seen=0, time_out=4000, session_id=144264043061379102, 
passwd='*\x14\xe3\xae\xa6\x8e.\xa4\x84\xcd\xb6G)\xd5#\xff', read_only=False)
kazoo.client: Level 5: Session created, session_id: 144264043061379102 
session_passwd: 2a14e3aea68e2ea484cdb64729d523ff
    negotiated session timeout: 4000
    connect timeout: 1333
    read timeout: 2666.66666667
kazoo.client: INFO: Zookeeper connection established, state: CONNECTED
kazoo.client: DEBUG: Sending request(xid=1): 
Exists(path='/kazootests337e91d9e8534e879c85db206a6560ff', watcher=None)
kazoo.client: Level 5: Reading for header ReplyHeader(xid=1, zxid=4294967719, 
err=-101)
kazoo.client: DEBUG: Sending request(xid=2): 
Exists(path='/kazootests337e91d9e8534e879c85db206a6560ff', watcher=None)
kazoo.client: Level 5: Reading for header ReplyHeader(xid=2, zxid=4294967719, 
err=-101)
kazoo.client: DEBUG: Sending request(xid=3): 
Create(path='/kazootests337e91d9e8534e879c85db206a6560ff', data='', 
acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], 
flags=0)
kazoo.client: Level 5: Reading for header ReplyHeader(xid=3, zxid=4294967720, 
err=0)
kazoo.client: DEBUG: Received response(xid=3): 
u'/kazootests337e91d9e8534e879c85db206a6560ff'
kazoo.client: DEBUG: Sending request(xid=4): 
Create(path='/kazootests337e91d9e8534e879c85db206a6560ff/a', data='', 
acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='digest', 
id=u'user:smGaoVKd/cQkjm7b88GyorAUz20='))], flags=0)
kazoo.client: Level 5: Reading for header ReplyHeader(xid=4, zxid=4294967721, 
err=0)
kazoo.client: DEBUG: Received response(xid=4): 
u'/kazootests337e91d9e8534e879c85db206a6560ff/a'
kazoo.client: DEBUG: Sending request(xid=5): 
GetACL(path='/kazootests337e91d9e8534e879c85db206a6560ff/a')
kazoo.client: Level 5: Reading for header ReplyHeader(xid=5, zxid=4294967721, 
err=-102)
kazoo.client: DEBUG: Received error(xid=5) NoAuthError()
kazoo.client: DEBUG: Sending request(xid=6): 
Delete(path='/kazootests337e91d9e8534e879c85db206a6560ff/a', version=-1)
kazoo.client: Level 5: Reading for header ReplyHeader(xid=6, zxid=4294967722, 
err=0)
kazoo.client: DEBUG: Received response(xid=6): True
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_set_acls (kazoo.tests.test_client.TestClient)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/tests/test_client.py", line 
847, in test_set_acls
    self.assertTrue(acl in client.get_acls('/a')[0])
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/client.py", line 1171, in 
get_acls
    return self.get_acls_async(path).get()
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/handlers/utils.py", line 
75, in get
    raise self._exception
NoAuthError: 
-------------------- >> begin captured logging << --------------------
kazoo.client: Level 5: ZK loop started
kazoo.client: Level 5: Skipping state change
kazoo.client: INFO: Connecting to 127.0.0.1:20020, use_ssl: False
kazoo.client: Level 5:     Using session_id: None session_passwd: 
00000000000000000000000000000000
kazoo.client: DEBUG: Sending request(xid=None): Connect(protocol_version=0, 
last_zxid_seen=0, time_out=800, session_id=0, 
passwd='\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', 
read_only=None)
kazoo.client: Level 5: Read response Connect(protocol_version=0, 
last_zxid_seen=0, time_out=4000, session_id=216321637099307043, 
passwd='\xed\xdb\t\xae\xc5|t\x98\xf5z\xa3\x8d\xc0\x9b\x1b\xa3', read_only=False)
kazoo.client: Level 5: Session created, session_id: 216321637099307043 
session_passwd: eddb09aec57c7498f57aa38dc09b1ba3
    negotiated session timeout: 4000
    connect timeout: 1333
    read timeout: 2666.66666667
kazoo.client: INFO: Zookeeper connection established, state: CONNECTED


I don't really know how to deal with them...

attached my debian directory

do you have any idea?
Gianfranco

Attachment: kazoo_2.6.1-1.1.debian.tar.xz
Description: application/xz


--- End Message ---
--- Begin Message ---
Source: kazoo
Source-Version: 2.6.1-6
Done: Michal Arbet <michal.ar...@ultimum.io>

We believe that the bug you reported is fixed in the latest version of
kazoo, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 933...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michal Arbet <michal.ar...@ultimum.io> (supplier of updated kazoo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 18 Feb 2020 18:02:12 +0100
Source: kazoo
Architecture: source
Version: 2.6.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Michal Arbet <michal.ar...@ultimum.io>
Closes: 933631
Changes:
 kazoo (2.6.1-6) unstable; urgency=medium
 .
   * d/patches: Add fix-tests-by-add-auth.patch (Closes: #933631).
   * d/control: Add me to uploaders field.
   * d/copyright: Add me to copyright file.
   * d/tests/control: Add python3-pure-sasl dependency.
   * d/tests/python3-kazoo: Add dynamic ZOOKEEPER_VERSION export.
   * d/rules: Remove ZOOKEEPER_VERSION from rules.
Checksums-Sha1:
 6a06aa3e84f96d843fc961f6cb4721680f93ce97 2305 kazoo_2.6.1-6.dsc
 90477e542333aa503f26872fa737bc3260166111 4976 kazoo_2.6.1-6.debian.tar.xz
 84a3cc28524fb108b32ce057474c3f078a74805b 7749 kazoo_2.6.1-6_amd64.buildinfo
Checksums-Sha256:
 5310316e17fbdb148170c72ceffcfbbda3e74e63d6c17dd1ff49fb55bb06fc2a 2305 
kazoo_2.6.1-6.dsc
 b34e5946c8073bc15840596f6136d88a2e174836d0004e05be4250cb9b0b1087 4976 
kazoo_2.6.1-6.debian.tar.xz
 7bf78644a63b46052d561028cc23e52cbe842eea0d8185c0256d86eb1ef35f8b 7749 
kazoo_2.6.1-6_amd64.buildinfo
Files:
 00a089121fed445ee41d1fa37bfb766c 2305 python optional kazoo_2.6.1-6.dsc
 e66118430b3c2935a50bdae7405ba8fa 4976 python optional 
kazoo_2.6.1-6.debian.tar.xz
 b2b75f7d4acde2b76e999595dac3cbaa 7749 python optional 
kazoo_2.6.1-6_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE5XQmXq/+PEpA+qGNSgz2OUJ4hOMFAl5MG5MACgkQSgz2OUJ4
hOMQaA/9FCYA83r9xVcl2k6ZOG8g3ZIkVhshCWDeX6puvazVW+2mG3bcdajkq6dp
G1So6h4x4pMQBcR60PqdBMH62dMdGwOwG/lF1KBX2iu2VmJ9iGMl+teyvX+fi/LU
gDGNo27Ixk9d3mqp+0zg5U53Cz/Q0sUK8/w1X3jpOmP+186/aNzXjlSe0UdKiixV
bYROQf6gVv2aMq+aX7+WRobHKg0m8eBoVVOAoDi5Uaov32zzFo9yGo+zLztdYerK
jdi7wjqHtUa44GKdx2aj19YwNwFxhDlTbIH+7oSzvOkTLWBg+nqfoiCPLsNMwqH4
jbD1954bNTnmiluT418Xnu8wa7MTnXI7UNjXAF7zZ/5Q3EyV9JHj+LDl65/2k61v
ocl18PDCKFDu9+KpS33BVGotsel0bh5O1IEfirS4K3WrQK4HokggEsajlW/sB1l6
pmNEugL3a0NCSykzXcc+v6cLT1ExS/Sh7tWiVMkd1ZqXvRF0VFj6FPkCI7fWVfX6
Yusx2pyMIq4uAhZlR+DVhY6NsvKrr9dmG5kSi5GacGOsogm6YTl7FiV1NE4sUHlW
eHp/FXL4lc5O+voiPGM7aC2fJaZH8Ltp3+QjRuNP55peyClsdEAfahIvY7Km8byN
z3oxnCDqzCm9KgQF2n5L1amY9rpew9nNVV87VW67LcS7Kgo4HKM=
=XZS2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to