Your message dated Sun, 12 Nov 2017 15:08:23 +0000
with message-id <e1edtrz-000aml...@fasolo.debian.org>
and subject line Bug#881096: fixed in python-asyncssh 1.11.0-2
has caused the Debian Bug report #881096,
regarding python-asyncssh FTBFS: test failures
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.)


-- 
881096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-asyncssh
Version: 1.11.0-1
Severity: serious

Some recent change in unstable makes python-asyncssh FTBFS:

https://tests.reproducible-builds.org/debian/history/python-asyncssh.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-asyncssh.html

...
======================================================================
ERROR: tearDownClass (tests.test_agent._TestAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/python-asyncssh-1.11.0/tests/util.py", line 319, in 
tearDownClass
    cls.loop.run_until_complete(cls.asyncTearDownClass())
  File "/usr/lib/python3.6/asyncio/base_events.py", line 467, in 
run_until_complete
    return future.result()
  File "/usr/lib/python3.6/asyncio/coroutines.py", line 210, in coro
    res = func(*args, **kw)
  File "/build/1st/python-asyncssh-1.11.0/tests/test_agent.py", line 124, in 
asyncTearDownClass
    os.kill(cls._agent_pid, signal.SIGTERM)
ProcessLookupError: [Errno 3] No such process

======================================================================
ERROR: test_keys (tests.test_public_key.TestDSA) [Import OpenSSH private 
(arcfour)] (alg_name='ssh-dss')
Check keys and certificates
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 1344, 
in check_openssh_private
    self.import_openssh_private(use_openssh, cipher)
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 519, 
in import_openssh_private
    cipher)
  File "/build/1st/python-asyncssh-1.11.0/tests/util.py", line 173, in run
    stderr=subprocess.STDOUT)
  File "/usr/lib/python3.6/subprocess.py", line 336, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.6/subprocess.py", line 418, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'ssh-keygen -p -a 128 -N passphrase -Z 
arcfour -o -f new' returned non-zero exit status 1.

======================================================================
ERROR: test_keys (tests.test_public_key.TestDSA) [Export OpenSSH private 
(arcfour)] (alg_name='ssh-dss')
Check keys and certificates
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 1347, 
in check_openssh_private
    self.export_openssh_private(use_openssh, cipher)
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 538, 
in export_openssh_private
    run('ssh-keygen -p -P passphrase -N "" -o -f new')
  File "/build/1st/python-asyncssh-1.11.0/tests/util.py", line 173, in run
    stderr=subprocess.STDOUT)
  File "/usr/lib/python3.6/subprocess.py", line 336, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.6/subprocess.py", line 418, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'ssh-keygen -p -P passphrase -N "" -o -f 
new' returned non-zero exit status 255.

======================================================================
ERROR: test_keys (tests.test_public_key.TestDSA) [Import OpenSSH private 
(arcfour128)] (alg_name='ssh-dss')
Check keys and certificates
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 1344, 
in check_openssh_private
    self.import_openssh_private(use_openssh, cipher)
  File "/build/1st/python-asyncssh-1.11.0/tests/test_public_key.py", line 519, 
in import_openssh_private
    cipher)
  File "/build/1st/python-asyncssh-1.11.0/tests/util.py", line 173, in run
    stderr=subprocess.STDOUT)
  File "/usr/lib/python3.6/subprocess.py", line 336, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.6/subprocess.py", line 418, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'ssh-keygen -p -a 128 -N passphrase -Z 
arcfour128 -o -f new' returned non-zero exit status 1.
...

--- End Message ---
--- Begin Message ---
Source: python-asyncssh
Source-Version: 1.11.0-2

We believe that the bug you reported is fixed in the latest version of
python-asyncssh, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Bernat <ber...@debian.org> (supplier of updated python-asyncssh 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: Sat, 11 Nov 2017 21:23:44 +0100
Source: python-asyncssh
Binary: python3-asyncssh python-asyncssh-doc
Architecture: source all
Version: 1.11.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Vincent Bernat <ber...@debian.org>
Description:
 python-asyncssh-doc - asyncio-based client and server implementation of SSHv2 
protocol
 python3-asyncssh - asyncio-based client and server implementation of SSHv2 
protocol
Closes: 881096
Changes:
 python-asyncssh (1.11.0-2) unstable; urgency=medium
 .
   * d/patches: remove tests using deprecated ciphers. Closes: #881096.
   * d/patches: remove test crashing SSH agent. Closes: #881096.
Checksums-Sha1:
 c65b3b688a3ea79263017066f4fafcb6cc06f1c8 2297 python-asyncssh_1.11.0-2.dsc
 8bfeb518628e48b3191cdacd1ecd84d127ec3de9 7928 
python-asyncssh_1.11.0-2.debian.tar.xz
 c321e429b0fe77233c3fc5a2ee7b2873f9cea684 257184 
python-asyncssh-doc_1.11.0-2_all.deb
 095daeea51808ecd08bae1ce6b8969012bbe9e60 7853 
python-asyncssh_1.11.0-2_amd64.buildinfo
 8162191d44fb1fea633d295d2aafb5bee0023487 158724 
python3-asyncssh_1.11.0-2_all.deb
Checksums-Sha256:
 0741862ebb2b9cbb595b55981a4421b7e4394d8f5f01fec916a2eb667243470a 2297 
python-asyncssh_1.11.0-2.dsc
 51cad1a4309ef4fc5016588fded5340e6b0d9e2bcafcf6ab3dfefd98fea89087 7928 
python-asyncssh_1.11.0-2.debian.tar.xz
 74f59275380902919d75c669bfe03c3665d0e06b5cf8d1d63acd2e6aa213faa0 257184 
python-asyncssh-doc_1.11.0-2_all.deb
 3c027b3fe44da08e55d60fed10e16d6f7837476236caf46e7750cdaba5f17d0a 7853 
python-asyncssh_1.11.0-2_amd64.buildinfo
 d2e2edab149d459ac3e16190e2723eceab2a6dcb86e72b04ebc98ba3ea28d74b 158724 
python3-asyncssh_1.11.0-2_all.deb
Files:
 a8fe5077df9171b3bb1e97a0c82bd6ef 2297 python optional 
python-asyncssh_1.11.0-2.dsc
 00ca3c284136515f7bdad15354567328 7928 python optional 
python-asyncssh_1.11.0-2.debian.tar.xz
 81e0611bd3143983a11bffd7781e06f4 257184 doc optional 
python-asyncssh-doc_1.11.0-2_all.deb
 65c8fcdff234336b0c8d0b2bc8757836 7853 python optional 
python-asyncssh_1.11.0-2_amd64.buildinfo
 14e0ead8d8e011ed0c686939eaccae56 158724 python optional 
python3-asyncssh_1.11.0-2_all.deb

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

iQJEBAEBCAAuFiEErvI0h2bzccaJpzYAlaQv6DU1JfkFAloIU1gQHGJlcm5hdEBs
dWZmeS5jeAAKCRCVpC/oNTUl+U5rD/9JVZRbkoEwXpq668SOiAtwl5jxLmcJ+nZ4
TGWvOXMGv+U/qpaZuxUbpB8W6n+V3Yyc+FM3ZoohUxCb2dil+frMFHfAjCQV8zM7
H3OIBo42+jAXkXa5q2aCmzc3HLV6XXi1/IZpnvXuzAmLT6B9KFaXrGjCLEUhm182
lEOuuNdJ2Iv0NQTIwz0vPUoCG2APtTg1IRNUV1pb5EYIGJFljLJKu0TpBurSYAmF
Ddawm+OXa9NcWJz40Mr+MiayuLjIMGZbs6LxSg2vMJYNUG5WvisfAk0E4niNWiI3
rIDIZPP+qy7Ugz+4UzH5a2NPOcznNwC3HGdfT38wVkoeJnZ23dqaR7tJoiMy7QOB
IdBGZBt8y20Nebxf4cpD63TRNl2H3cSMsGa7OEK/3uRifMnfhva3vccYXmbgXEpd
VeCzGgmtNx9VCQJuxrVpDMPUPSvIIAgGQfcF8nz6gddk3A/MkTGNSGELHOT1X4T+
IQL/4eMWe4j5PqXAAbBMfns1mOZEsgeKuLxWhoUC7OEdxkDMGzp+RIYmiS/yIvJx
YGvMxZ2pChzLJ06CNz+1Fl5YikoQzKKR1n2HPcoMcCyzJXCaUVMLcTeFY5IApPJ3
KC1V8INYlO1VyQAzwQAikPvLoApKlCdquwXJKA9eMv6jhf0ijJQF0kYAc/H2ARhp
V4ifkrMBxQ==
=xIBc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to