Your message dated Mon, 22 Feb 2021 05:03:29 +0000
with message-id <e1le3nz-00079v...@fasolo.debian.org>
and subject line Bug#979865: fixed in m2crypto 0.37.1-2
has caused the Debian Bug report #979865,
regarding m2crypto FTBFS on IPV6-only buildds
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.)


-- 
979865: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979865
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: m2crypto
Version: 0.37.1-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=m2crypto&arch=amd64&ver=0.37.1-1&stamp=1610432018&raw=0

...
I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_m2crypto/build; 
python3.9 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.9.1+, pytest-6.0.2, py-1.10.0, pluggy-0.13.0
rootdir: /<<PKGBUILDDIR>>
collected 374 items

tests/test_aes.py ....                                                   [  1%]
tests/test_asn1.py ........                                              [  3%]
tests/test_authcookie.py ...................                             [  8%]
tests/test_bio.py ...................................                    [ 17%]
tests/test_bio_file.py .......                                           [ 19%]
tests/test_bio_iobuf.py ........                                         [ 21%]
tests/test_bio_membuf.py ..........                                      [ 24%]
tests/test_bio_ssl.py .......                                            [ 26%]
tests/test_bn.py ...                                                     [ 27%]
tests/test_dh.py ......                                                  [ 28%]
tests/test_dsa.py ...........                                            [ 31%]
tests/test_ec_curves.py ..                                               [ 32%]
tests/test_ecdh.py ...                                                   [ 32%]
tests/test_ecdsa.py .......                                              [ 34%]
tests/test_engine.py ......                                              [ 36%]
tests/test_err.py .                                                      [ 36%]
tests/test_evp.py ...................................................... [ 51%]
........                                                                 [ 53%]
tests/test_obj.py ......                                                 [ 54%]
tests/test_rand.py ......                                                [ 56%]
tests/test_rc4.py ..                                                     [ 56%]
tests/test_rsa.py ..........................                             [ 63%]
tests/test_smime.py .....................                                [ 69%]
tests/test_ssl.py ...s..F..F.FFFF..FFFFFFFFFFFFFFF.FFFFF.FFs.........F.. [ 83%]
...                                                                      [ 84%]
tests/test_ssl_offline.py .....                                          [ 86%]
tests/test_threading.py ..                                               [ 86%]
tests/test_timeout.py ...............                                    [ 90%]
tests/test_util.py ........                                              [ 92%]
tests/test_x509.py ...........................                           [100%]

=================================== FAILURES ===================================
__________________ HttpslibSSLSNIClientTestCase.test_IP_call ___________________

self = <tests.test_ssl.HttpslibSSLSNIClientTestCase testMethod=test_IP_call>

    def test_IP_call(self):
        no_exception = True
        runs_counter = 0
        pid = self.start_server(self.args)
    
        for entry in socket.getaddrinfo(self.srv_host, self.srv_port,
                                        socket.AF_INET,
                                        socket.SOCK_STREAM,
                                        socket.IPPROTO_TCP):
            ipfamily, socktype, _, _, sockaddr = entry
            ip = sockaddr[0]
    
            sock = socket.socket(ipfamily, socktype)
            conn = SSL.Connection(self.ctx, sock=sock)
            conn.set_tlsext_host_name(self.srv_host)
            conn.set1_host(self.srv_host)
    
            runs_counter += 1
            try:
                conn.connect((ip, self.srv_port))
            except (SSL.SSLError, socket.error):
                log.exception("Failed to connect to %s:%s", ip, self.srv_port)
                no_exception = False
            finally:
                conn.close()
    
        out, _ = self.stop_server(pid)
>       self.assertEqual(
            out.count('Hostname in TLS extension: "%s"' % self.srv_host),
            runs_counter)
E       AssertionError: 0 != 2

tests/test_ssl.py:306: AssertionError
...
======= 29 failed, 343 passed, 2 skipped, 5 warnings in 77.18s (0:01:17) =======
E: pybuild pybuild:353: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_m2crypto/build; python3.9 -m pytest tests
        rm -fr -- /tmp/dh-xdg-rundir-3bUiHX0w
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
returned exit code 13
make: *** [debian/rules:17: build-arch] Error 25

--- End Message ---
--- Begin Message ---
Source: m2crypto
Source-Version: 0.37.1-2
Done: Sandro Tosi <mo...@debian.org>

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 979...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 21 Feb 2021 23:49:07 -0500
Source: m2crypto
Architecture: source
Version: 0.37.1-2
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 979865 983013
Changes:
 m2crypto (0.37.1-2) unstable; urgency=medium
 .
   * debian/patches/MR262.patch
     - fix test failure with recent openssl; Closes: #983013
   * debian/rules
     - skip test_ssl.py during tests, more than 50% of its tests faol on an
       IPv6-only machine; Closes: #979865
Checksums-Sha1:
 f9d8e554cf131fb801c20049a2f836043e293d80 2334 m2crypto_0.37.1-2.dsc
 9458b3bae6c03b01c92bdd004b33d90d9f2cd4dc 59352 m2crypto_0.37.1-2.debian.tar.xz
 4cfffa5a3550a78b72a86e7728af5703738cea3b 8474 
m2crypto_0.37.1-2_source.buildinfo
Checksums-Sha256:
 62b65b57a8e4195a00593f6a8e9f6436a4e5cc966bd5941e07d6115516fbd9ca 2334 
m2crypto_0.37.1-2.dsc
 cc539e79e48173f2ac0005e7b7acfd7ace05ecdcf7c26ae56024cd95ef9a8655 59352 
m2crypto_0.37.1-2.debian.tar.xz
 b66c0246ec00b6c2b261955113e7b26a95feca48dc585b785ae2d79da62b9ab7 8474 
m2crypto_0.37.1-2_source.buildinfo
Files:
 e05349ed70fda0ef344e649f0536d12f 2334 python optional m2crypto_0.37.1-2.dsc
 87f8a12c8d440702a549383b6053261e 59352 python optional 
m2crypto_0.37.1-2.debian.tar.xz
 3413128186fc4cc3aaeff3869c557b7d 8474 python optional 
m2crypto_0.37.1-2_source.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmAzN90ACgkQh588mTgB
qU9G8RAAqvKAySPGJAl3PvevkRKS1unpsNyUxhM4pTsWVEl8oZfq/WMdjMRyq359
1mbqZoHwTTSrXSgEOUr5sp6pxVEwHoTN8nW5sM5+ILIQ1yQMZmzuZA49c/3fbC6z
UtcTyVWXEAOdGxElUTIkISGWAkYzzUtE5RXqBRlMy2XxjFT5HQXJErnuYFyM5rBC
pJAIpIYeSVHucDEWbBQ4Lgn/Y7f3zvlDOikt+HHO23aMYehkDvzd+8WCJweudd1Y
1fKSlgS/cC7PwcDGYlOggsBN05DHaICWtuLhkX5fu37cxiQ1HyFBzV84XfG5/37C
1eSopIcSb23bC0FQh0dA8GA0VJMJGt3K3ULuWx2bx6/OkM1PBCgZJeTV56Joizky
WWmAceSMWdlnJfy7uNoBm6xdDzklynQ4SDYjnE5p2lzNWBiQnzV/KYDQpW/Nzt0z
Kk/6ZHkRShYjNxTABiG9CpuPi+70kYaFsE4BdVhiy6lRsOl+jtGIsF7oIFy06rDC
bpDWlheazflfGXo7MGX2Vb+E9r1MxClAi7Ye1//4nkeT/jpbx+dN83E15Z8uwS5e
mib+79g6Qwmy8bfTfuyiC36+XCbtsFhZkCnQWOkQNJEWg1FwxDJmsoWskN3kLXlx
hPufFQnHvEzBRjKmHBiowIiXG6/AfAE8f115ry44NTz0PyXcBpc=
=ZyjR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to