Your message dated Mon, 16 Jul 2018 10:49:56 +0000
with message-id <[email protected]>
and subject line Bug#894432: fixed in python-ncclient 0.6.0-1
has caused the Debian Bug report #894432,
regarding python-ncclient FTBFS: AttributeError: 'NoneType' object has no
attribute 'settimeout'
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 [email protected]
immediately.)
--
894432: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894432
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-ncclient
Version: 0.5.3-4
Severity: serious
Some recent change in unstable makes python-ncclient FTBFS:
https://tests.reproducible-builds.org/debian/history/python-ncclient.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-ncclient.html
...
======================================================================
ERROR: test_auth_agent (unit.transport.test_ssh.TestSSH)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/build/1st/python-ncclient-0.5.3/test/unit/transport/test_ssh.py", line
121, in test_auth_agent
obj._transport = paramiko.Transport(None)
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 339, in
__init__
self.sock.settimeout(self._active_check_timeout)
AttributeError: 'NoneType' object has no attribute 'settimeout'
-------------------- >> begin captured logging << --------------------
ncclient.transport.session: DEBUG: <SSHSession(session, initial daemon)>
created: client_capabilities=<dictionary-keyiterator object at 0x7f5f63882578>
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_auth_agent_exception (unit.transport.test_ssh.TestSSH)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/build/1st/python-ncclient-0.5.3/test/unit/transport/test_ssh.py", line
135, in test_auth_agent_exception
obj._transport = paramiko.Transport(None)
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 339, in
__init__
self.sock.settimeout(self._active_check_timeout)
AttributeError: 'NoneType' object has no attribute 'settimeout'
-------------------- >> begin captured logging << --------------------
ncclient.transport.session: DEBUG: <SSHSession(session, initial daemon)>
created: client_capabilities=<dictionary-keyiterator object at 0x7f5f638820a8>
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_auth_default_keyfiles (unit.transport.test_ssh.TestSSH)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/build/1st/python-ncclient-0.5.3/test/unit/transport/test_ssh.py", line
173, in test_auth_default_keyfiles
obj._transport = paramiko.Transport(None)
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 339, in
__init__
self.sock.settimeout(self._active_check_timeout)
AttributeError: 'NoneType' object has no attribute 'settimeout'
-------------------- >> begin captured logging << --------------------
ncclient.transport.session: DEBUG: <SSHSession(session, initial daemon)>
created: client_capabilities=<dictionary-keyiterator object at 0x7f5f63ca02b8>
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_auth_default_keyfiles_exception (unit.transport.test_ssh.TestSSH)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/build/1st/python-ncclient-0.5.3/test/unit/transport/test_ssh.py", line
189, in test_auth_default_keyfiles_exception
obj._transport = paramiko.Transport(None)
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 339, in
__init__
self.sock.settimeout(self._active_check_timeout)
AttributeError: 'NoneType' object has no attribute 'settimeout'
-------------------- >> begin captured logging << --------------------
ncclient.transport.session: DEBUG: <SSHSession(session, initial daemon)>
created: client_capabilities=<dictionary-keyiterator object at 0x7f5f63ca09f0>
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_auth_exception (unit.transport.test_ssh.TestSSH)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/build/1st/python-ncclient-0.5.3/test/unit/transport/test_ssh.py", line
209, in test_auth_exception
obj._transport = paramiko.Transport(None)
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 339, in
__init__
self.sock.settimeout(self._active_check_timeout)
AttributeError: 'NoneType' object has no attribute 'settimeout'
-------------------- >> begin captured logging << --------------------
ncclient.transport.session: DEBUG: <SSHSession(session, initial daemon)>
created: client_capabilities=<dictionary-keyiterator object at 0x7f5f63ca0050>
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_auth_keyfiles (unit.transport.test_ssh.TestSSH)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/build/1st/python-ncclient-0.5.3/test/unit/transport/test_ssh.py", line
146, in test_auth_keyfiles
obj._transport = paramiko.Transport(None)
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 339, in
__init__
self.sock.settimeout(self._active_check_timeout)
AttributeError: 'NoneType' object has no attribute 'settimeout'
-------------------- >> begin captured logging << --------------------
ncclient.transport.session: DEBUG: <SSHSession(session, initial daemon)>
created: client_capabilities=<dictionary-keyiterator object at 0x7f5f63a1cb50>
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_auth_keyfiles_exception (unit.transport.test_ssh.TestSSH)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/build/1st/python-ncclient-0.5.3/test/unit/transport/test_ssh.py", line
159, in test_auth_keyfiles_exception
obj._transport = paramiko.Transport(None)
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 339, in
__init__
self.sock.settimeout(self._active_check_timeout)
AttributeError: 'NoneType' object has no attribute 'settimeout'
-------------------- >> begin captured logging << --------------------
ncclient.transport.session: DEBUG: <SSHSession(session, initial daemon)>
created: client_capabilities=<dictionary-keyiterator object at 0x7f5f63ca09f0>
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_auth_no_methods_exception (unit.transport.test_ssh.TestSSH)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/python-ncclient-0.5.3/test/unit/transport/test_ssh.py", line
216, in test_auth_no_methods_exception
obj._transport = paramiko.Transport(None)
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 339, in
__init__
self.sock.settimeout(self._active_check_timeout)
AttributeError: 'NoneType' object has no attribute 'settimeout'
-------------------- >> begin captured logging << --------------------
ncclient.transport.session: DEBUG: <SSHSession(session, initial daemon)>
created: client_capabilities=<dictionary-keyiterator object at 0x7f5f63ca0730>
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_auth_password (unit.transport.test_ssh.TestSSH)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/build/1st/python-ncclient-0.5.3/test/unit/transport/test_ssh.py", line
197, in test_auth_password
obj._transport = paramiko.Transport(None)
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 339, in
__init__
self.sock.settimeout(self._active_check_timeout)
AttributeError: 'NoneType' object has no attribute 'settimeout'
-------------------- >> begin captured logging << --------------------
ncclient.transport.session: DEBUG: <SSHSession(session, initial daemon)>
created: client_capabilities=<dictionary-keyiterator object at 0x7f5f63a1c520>
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_close (unit.transport.test_ssh.TestSSH)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/build/1st/python-ncclient-0.5.3/test/unit/transport/test_ssh.py", line
224, in test_close
obj._transport = paramiko.Transport(None)
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 339, in
__init__
self.sock.settimeout(self._active_check_timeout)
AttributeError: 'NoneType' object has no attribute 'settimeout'
-------------------- >> begin captured logging << --------------------
ncclient.transport.session: DEBUG: <SSHSession(session, initial daemon)>
created: client_capabilities=<dictionary-keyiterator object at 0x7f5f63a1c680>
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 131 tests in 0.466s
FAILED (errors=10)
make[1]: *** [debian/rules:10: override_dh_auto_test] Error 1
--- End Message ---
--- Begin Message ---
Source: python-ncclient
Source-Version: 0.6.0-1
We believe that the bug you reported is fixed in the latest version of
python-ncclient, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastien Badia <[email protected]> (supplier of updated python-ncclient
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 16 Jul 2018 12:20:29 +0200
Source: python-ncclient
Binary: python-ncclient python3-ncclient python-ncclient-doc
Architecture: source
Version: 0.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Sebastien Badia <[email protected]>
Changed-By: Sebastien Badia <[email protected]>
Description:
python-ncclient - Python library for NETCONF clients (Python 2)
python-ncclient-doc - Documentation for python-ncclient (Python library for
NETCONF cli
python3-ncclient - Python library for NETCONF clients (Python 3)
Closes: 894432
Changes:
python-ncclient (0.6.0-1) unstable; urgency=medium
.
* d/compat: Bump compat version to 11
* d/watch: Bump to version 4
* d/copyright: Update copyright years and use HTTPS for URI and fix homepage
* d/upstream: Added Upstream metadata
* d/control:
+ Bump to Standards-Version 4.1.5 (no changes needed)
+ Use salsa.debian.org in Vcs-* fields
* New upstream version 0.6.0, fix upstream tests (Closes: #894432)
Checksums-Sha1:
4e22affcf0cea7a6ed4133a6da01a73c7b0a5091 2330 python-ncclient_0.6.0-1.dsc
2dce92b86671a33576aa8d2119b6ae6f921cb936 76505
python-ncclient_0.6.0.orig.tar.gz
1d11040418a1b41d4ae84dc418cde66114be2c16 3948
python-ncclient_0.6.0-1.debian.tar.xz
62d366af2c121da793f5c9632ab80b59ee16a3ca 7327
python-ncclient_0.6.0-1_source.buildinfo
Checksums-Sha256:
94f61cc9b968f0de12fb2b735f1e28b16959703bfa3f044737bcd545c3a1bc7b 2330
python-ncclient_0.6.0-1.dsc
6515ae812d1b25f83f95c8d4f071e7ffb5182a84d5ecd269106104fe95a5b5c2 76505
python-ncclient_0.6.0.orig.tar.gz
a08fab4a0c1d54584d8e1811328bfc61a9db566b40705977e32748f9eaf99db9 3948
python-ncclient_0.6.0-1.debian.tar.xz
206da48103778c0653bed347cc6fd9cdd65e4d2b976dfb4b1d80b17ef345d9a2 7327
python-ncclient_0.6.0-1_source.buildinfo
Files:
b558a623f8710085d50f6656e0e60949 2330 python optional
python-ncclient_0.6.0-1.dsc
9d73a23ddb53f6bb545ae43a874efcbb 76505 python optional
python-ncclient_0.6.0.orig.tar.gz
3896c48a698507f2dc7b31e3dc8b0481 3948 python optional
python-ncclient_0.6.0-1.debian.tar.xz
49b73f8fb43c1601a1cc1ef174678ee7 7327 python optional
python-ncclient_0.6.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfkPprL9yerPPCIUzhxbORhSkUtgFAltMcyQACgkQhxbORhSk
UtipcRAAnl8UclBlyobhqLAAQ5k9HSaV0K9c9N2htRPnYGHX/zxS7GukTcIpZuyU
O46jzB+iORMNzc3RaUqhwuJBxxlvq8LVmO1r+sGw5aFGXumSDUUFhE9YqzNunpad
0sDquxcuulZRm12Oz0iXWWjUElIBxQDdBCjer/JCUx19KZ74YxFzmmXyBjw6n3n3
l1jADvg+8pQ8r+Kl7jPrVxvySsGzZMXPr9hthp/UqUlB2OhCo9QbvoxR1spIFSNs
Eb2uWaFmMfupPhYjDaW26WPYVeJT/kQ++x0qKBxr4xXFLQf7PvdQptiYzmhLT8oh
xK6yVGG0eJQ8Tq0My4pkSEN8jgf0NUaTwhvjLMnLPC7phySc77v4UjuRO5wz8gb9
Wtp4fVp6ujA5ckhFQFE/WbF9Qk2Kgmq7xVQwgcjmiVkVAceobeO63fkaSRi1kZwW
Arw6tWvlJmVb/qV/4S1zt3+Xdhrh2PEsnREVgzA3/BHSiaa6sbA+59tXRcNz0NTa
4xDC3aI9I08/u6eb32c4dUsred5oKPX+DEegoAw2gn3+OFQFPTe1ls462MrxGJmr
9beyzMKr82r8oAHTYMrQ7R60TSaMzgh3naGElGPS6mO/Zv27kY0lTb0Bcz1l+iID
bSwDGAAQJmF04doBmO01pC8A5DKG2bygMeGRwYfP98S/0nyQwds=
=c8+B
-----END PGP SIGNATURE-----
--- End Message ---