Your message dated Tue, 14 Nov 2017 22:20:58 +0000
with message-id <[email protected]>
and subject line Bug#881652: fixed in m2crypto 0.27.0-4
has caused the Debian Bug report #881652,
regarding m2crypto FTBFS on ppc64el: 
HttpslibSSLClientTestCase.test_HTTPSConnection_SNI_support test failure
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.)


-- 
881652: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881652
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: m2crypto
Version: 0.27.0-3
Severity: serious

https://buildd.debian.org/status/fetch.php?pkg=m2crypto&arch=ppc64el&ver=0.27.0-3&stamp=1510582782&raw=0

...
=================================== FAILURES ===================================
__________ HttpslibSSLClientTestCase.test_HTTPSConnection_SNI_support __________

self = <tests.test_ssl.HttpslibSSLClientTestCase 
testMethod=test_HTTPSConnection_SNI_support>

    def test_HTTPSConnection_SNI_support(self):
        args = ['s_server', '-servername', srv_host, '-debug', '-www',
                '-cert', 'server.pem', '-key', 'server_key.pem',
                '-cert2', 'server.pem', '-key2', 'server_key.pem',
                '-accept', str(self.srv_port)]
        pid = self.start_server(args)
        try:
            ctx = SSL.Context()
            c = httpslib.HTTPSConnection(srv_host, self.srv_port,
                                         ssl_context=ctx)
            c.request('GET', '/')
            c.close()
        finally:
            time.sleep(sleepTime)
            out, err = self.stop_server(pid)
>       self.assertIn('Hostname in TLS extension: "%s"' % srv_host, out)
E       AssertionError: 'Hostname in TLS extension: "localhost"' not found in 
'Setting secondary ctx parameters\nUsing default temp DH parameters\nACCEPT\n'

tests/test_ssl.py:256: AssertionError
=============================== warnings summary ===============================
tests/test_bn.py::BNTestCase::test_randfname
  /<<PKGBUILDDIR>>/tests/test_bn.py:71: DeprecationWarning: Don't use 
BN.randfname(), use tempfile methods instead.
    r = BN.randfname(8)

tests/test_pgp.py::PGPTestCase::test_simple
  /<<PKGBUILDDIR>>/M2Crypto/PGP/PublicKeyRing.py:22: DeprecationWarning: 
Deprecated. No maintainer for PGP. If you use this, please inform M2Crypto 
maintainer.
    DeprecationWarning)
  /<<PKGBUILDDIR>>/M2Crypto/PGP/packet.py:48: DeprecationWarning: Deprecated. 
No maintainer for PGP. If you use this, please inform M2Crypto maintainer.
    DeprecationWarning)
  /<<PKGBUILDDIR>>/M2Crypto/PGP/PublicKey.py:21: DeprecationWarning: 
Deprecated. No maintainer for PGP. If you use this, please inform M2Crypto 
maintainer.
    DeprecationWarning)
  /<<PKGBUILDDIR>>/M2Crypto/PGP/RSA.py:23: DeprecationWarning: Deprecated. No 
maintainer for PGP. If you use this, please inform M2Crypto maintainer.
    warnings.warn('Deprecated. No maintainer for PGP. If you use this, please 
inform M2Crypto maintainer.', DeprecationWarning)

tests/test_rand.py::RandTestCase::test_pseudo_bytes
  /<<PKGBUILDDIR>>/M2Crypto/Rand.py:145: DeprecationWarning: The underlying 
OpenSSL method has been deprecated. Use Rand.rand_bytes instead.
    DeprecationWarning)

tests/test_ssl.py::MiscSSLClientTestCase::test_tls1_nok
  /<<PKGBUILDDIR>>/M2Crypto/SSL/Context.py:64: DeprecationWarning: Function 
TLSv1_method has been deprecated.
    self.ctx = m2.ssl_ctx_new(proto())

tests/test_ssl.py::MiscSSLClientTestCase::test_verify_cb_old
  /<<PKGBUILDDIR>>/M2Crypto/SSL/Connection.py:288: DeprecationWarning: Old 
style callback, use cb_func(ok, store) instead
    return m2.ssl_connect(self.ssl, self._timeout)

tests/test_ssl.py::TwistedSSLClientTestCase::test_twisted_wrapper
  /<<PKGBUILDDIR>>/tests/test_ssl.py:1010: UserWarning: Skipping twisted 
wrapper test because twisted not found
    'Skipping twisted wrapper test because twisted not found')

-- Docs: http://doc.pytest.org/en/latest/warnings.html
========= 1 failed, 273 passed, 1 skipped, 9 warnings in 82.52 seconds =========
E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: python2.7 
-Wd -m pytest -v -rs
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned 
exit code 13
debian/rules:18: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25

--- End Message ---
--- Begin Message ---
Source: m2crypto
Source-Version: 0.27.0-4

We believe that the bug you reported is fixed in the latest version of
m2crypto, 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.
Daniel Stender <[email protected]> (supplier of updated m2crypto 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: Tue, 14 Nov 2017 22:51:30 +0100
Source: m2crypto
Binary: python-m2crypto
Architecture: source
Version: 0.27.0-4
Distribution: unstable
Urgency: medium
Maintainer: Daniel Stender <[email protected]>
Changed-By: Daniel Stender <[email protected]>
Closes: 881652
Description: 
 python-m2crypto - Python wrapper for the OpenSSL library
Changes:
 m2crypto (0.27.0-4) unstable; urgency=medium
 .
   * deb/rules: temporarily disable test_HTTPSConnection_SNI_support on
     ppc-s (Closes: #881652).
   * add securely-mangle-changed-strings.patch.
   * deb/source/options: complete modified files for extend-diff-ignore.
Checksums-Sha1: 
 3ccb1bf85cb297ac2268aebf1350afd08f667a9f 2133 m2crypto_0.27.0-4.dsc
 9a0151127cd192b8bcbc5ee326a50965c11562c3 57416 m2crypto_0.27.0-4.debian.tar.xz
Checksums-Sha256: 
 09fb09a1648b6b7e85f27e0b9f87dfc929fe046b2b378d55baca86136e0c1f2f 2133 
m2crypto_0.27.0-4.dsc
 ece8214488b7c9dc87995f60f62aac73d88fd1d4794d7d95b128f8c55a9a6ee6 57416 
m2crypto_0.27.0-4.debian.tar.xz
Files: 
 ad28642d9ef0332c3a7eea88d7725413 2133 python optional m2crypto_0.27.0-4.dsc
 25800ff635e1d5a38c01b1447284f5d6 57416 python optional 
m2crypto_0.27.0-4.debian.tar.xz

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

iQIzBAEBCgAdFiEERsscqJ6jt0N2dh25FeCa9N9RgsgFAloLZmYACgkQFeCa9N9R
gsj8KQ/+Lg4NnJBgoswSFSgLauFYyC6VJukqHnc1uRyve4NIc6GTiikNw0xqGpks
hXC3LZGnRv9NrzzpRBgIL2AGp2MUEo+kekQnXr/t7EQmfMhjb11Br4vBe60liCjg
eZNneUOJuM5GW/fSDnd7j7WU+MPpFfYg16w5mwljsmzt+fbuVq0wrtyzRMPJeBWK
G97QqffT+pua37VRJJJ8GpkkS2917AKayrVYT0eU7omwth5jI5jNpRJDCsjT0TJD
sbAt/903i3VNF8SUzwFiNWaa2hWda3SKkrB5gvXJEBVbo4jiCeN/YsuG/ZCmDNHj
QhKIvpXnf6hVbSRxNnzgNHp2oE7/hFG4KjYfiz8CSXacceP9XnrSdyLUfHmyxOGC
AGHm4HYs3BXbAEouqLYRl9XFQm6Ixx1ZqD4lcj0Jh6KkphmLhQGYFJJVeGo4DgeS
Sohj0wPDW4yF/JgNZgyHrHUnY3+dMpTMcQb2GqukY8GBWUWoPgSKpaeF55xPnxHs
pEW4VTeeQM71s24nr5setwl1tqxq5Dmp9yHz+apGTbZHNtqVQ52H2ME+85zRUr5U
hk40DX7hyauB+5f3KMzMaNnFrTbyvz8hFuZIy7CCSal2pYQTkyihS2sag10A/gOL
Hyk1Wjap7he6XET3nS7wMWzSkDggSHpVX4Ap1nlxlK5/3eBkzyI=
=fnEQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to