Your message dated Fri, 07 Sep 2018 10:04:57 +0000
with message-id <e1fyddj-0003ou...@fasolo.debian.org>
and subject line Bug#907944: fixed in python-pysaml2 4.5.0-3
has caused the Debian Bug report #907944,
regarding python-pysaml2 accesses the internet during the build
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.)
--
907944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907944
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pysaml2
Version: 4.5.0-2
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-pysaml2.html
...
=================================== FAILURES ===================================
__________________________ test_load_remote_encoding ___________________________
def test_load_remote_encoding():
crypto = sigver._get_xmlsec_cryptobackend()
sc = sigver.SecurityContext(crypto, key_type="", cert_type="")
httpc = HTTPBase()
mds = MetaDataExtern(ATTRCONV,
'http://metadata.aai.switch.ch/metadata.aaitest.xml', sc,
full_path('SWITCHaaiRootCA.crt.pem'), httpc)
> mds.load()
tests/test_30_mdstore.py:383:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/saml2/mdstore.py:751: in load
response = self.http.send(self.url)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <saml2.httpbase.HTTPBase object at 0x7f8db0a90350>
url = 'http://metadata.aai.switch.ch/metadata.aaitest.xml', method = 'GET'
kwargs = {}, _kwargs = {'allow_redirects': False, 'verify': True}, arg = 'auth'
exc =
ConnectionError(MaxRetryError("HTTPConnectionPool(host='metadata.aai.switch.ch...lish
a new connection: [Errno -3] Temporary failure in name resolution',))",),)
def send(self, url, method="GET", **kwargs):
_kwargs = copy.copy(self.request_args)
if kwargs:
_kwargs.update(kwargs)
if self.cookiejar:
_cd = self.cookies(url)
if _cd:
_kwargs["cookies"] = _cd
if self.user and self.passwd:
_kwargs["auth"] = (self.user, self.passwd)
if "headers" in _kwargs and isinstance(_kwargs["headers"], list):
if DICT_HEADERS:
# requests.request wants a dict of headers, not a list of tuples
_kwargs["headers"] = dict(_kwargs["headers"])
try:
logger.debug("%s to %s", method, url)
for arg in ["cookies", "data", "auth"]:
try:
logger.debug("%s: %s", arg.upper(), _kwargs[arg])
except KeyError:
pass
r = requests.request(method, url, **_kwargs)
logger.debug("Response status: %s", r.status_code)
except requests.ConnectionError as exc:
> raise ConnectionError("%s" % exc)
E ConnectionError: HTTPConnectionPool(host='metadata.aai.switch.ch',
port=80): Max retries exceeded with url: /metadata.aaitest.xml (Caused by
NewConnectionError('<urllib3.connection.HTTPConnection object at
0x7f8daa905bd0>: Failed to establish a new connection: [Errno -3] Temporary
failure in name resolution',))
src/saml2/httpbase.py:245: ConnectionError
==================== 1 failed, 570 passed in 208.77 seconds ====================
make[1]: *** [debian/rules:29: override_dh_auto_test] Error 1
--- End Message ---
--- Begin Message ---
Source: python-pysaml2
Source-Version: 4.5.0-3
We believe that the bug you reported is fixed in the latest version of
python-pysaml2, 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 907...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-pysaml2 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: Fri, 07 Sep 2018 11:34:59 +0200
Source: python-pysaml2
Binary: python-pysaml2 python-pysaml2-doc python3-pysaml2
Architecture: source all
Version: 4.5.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
python-pysaml2 - SAML Version 2 to be used in a WSGI environment - Python 2.x
python-pysaml2-doc - SAML Version 2 to be used in a WSGI environment - doc
python3-pysaml2 - SAML Version 2 to be used in a WSGI environment - Python 3.x
Closes: 907944
Changes:
python-pysaml2 (4.5.0-3) unstable; urgency=medium
.
* Also remove test_load_remote_encoding() test which is doing network access
during build (Closes: #907944).
Checksums-Sha1:
7775e19b4e036038228734fdc6f34648fe006d20 2898 python-pysaml2_4.5.0-3.dsc
75d6a59acc9596207b20386567e9b182b16b2321 9620
python-pysaml2_4.5.0-3.debian.tar.xz
68254b8a516782b16ec7794e39b1776f52dfeab1 47816
python-pysaml2-doc_4.5.0-3_all.deb
04d7aa7fb63c40e9ddf2279811ec2eb11996f912 201172 python-pysaml2_4.5.0-3_all.deb
d88b9816f8f534098335c40512fa010fb8396886 10857
python-pysaml2_4.5.0-3_amd64.buildinfo
6d9a879f538c5f9a301a7cec4f4832efba7c0b18 201136 python3-pysaml2_4.5.0-3_all.deb
Checksums-Sha256:
102f4c6a7246848aa21e217ef55dee453b4b110320a1f2f775d996e78eabb6c1 2898
python-pysaml2_4.5.0-3.dsc
e4d69f2095510ae2ad95db6ad57ccb6d4f8aed133418839f9c135db0220480c8 9620
python-pysaml2_4.5.0-3.debian.tar.xz
8d24a7d0085ea6658dc64ada3fd16410a4a636421dec43fd0f60fe720a2209d4 47816
python-pysaml2-doc_4.5.0-3_all.deb
5daa325c5f5beb9aca02966fb3d65e301ab916f0c0718645cd9e2a348657d52b 201172
python-pysaml2_4.5.0-3_all.deb
ec4c81962bdbc7bb2fe865b675ae29c1413d9537337ebdabc563b67872e8f16c 10857
python-pysaml2_4.5.0-3_amd64.buildinfo
378a2d06bdf30b6be1ae86084882ecb282ee8a2f0a72a4a7cdc51bb4b944392d 201136
python3-pysaml2_4.5.0-3_all.deb
Files:
f814ff8d9fe5734693ab3998cc365d20 2898 python optional
python-pysaml2_4.5.0-3.dsc
3443bc0814b4dfa064a1f5d4bf0dca44 9620 python optional
python-pysaml2_4.5.0-3.debian.tar.xz
1bc1f6563f9fb9e1e9388348e42efbb9 47816 doc optional
python-pysaml2-doc_4.5.0-3_all.deb
621db8aec913e604a806804c92942994 201172 python optional
python-pysaml2_4.5.0-3_all.deb
8551b996c38c41549b5589b6e3df12a8 10857 python optional
python-pysaml2_4.5.0-3_amd64.buildinfo
6850e032ac654cf04721905f5c920fa6 201136 python optional
python3-pysaml2_4.5.0-3_all.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAluSRxMACgkQq1PlA1ho
d6agdQ//cLsdE2/q+l3Ng5HwbygT3h26g3yb/mIEiA5+aE0Uqnm1LKR9bLS5HlLk
YsYZ2thtNhq+sDgAzokkw93iWYqzO8cCqOAXWH+JN6Ll3F/5WhV3zdKKDytkKuVX
oturpsfKVxZ1BXRlQSM7WOG5HQbrz3w2anigwo92AdVsQYhQAtK4aJWBr3aEX27P
Y9/+U+oCMcWeSUBmC3D5Z9XkxW0JTnKFlHD52lMF4THpIxQH2l6bA0m4ReN6ILIp
ecXpDwfDN8pRQAO3cftmu83KnsHDCK7cE107ut9bN8Ky7AnAd6tU8dX3UzP0X/yf
Yguh0qTJtR9LpFTycHDKLtxFdVZ+4Wo78X3Mv7AgJZ3yung6e13m9ukHh1ztC82X
SBzdljiaSOQP3TxfQl847VNkeErH7M9wDLC+F6aUIrh4KfhmIBnILoeyFBXEiW66
sQGNVAZModP8gSIPg3Kan19EF3eockUilogimhWnZfdbtQS4ieQvpcCDhtrZDkaL
v9y45BRD3hVSIRQdi4FuZb7lPHqAVMBciajKG4jF271pwBZM4/XaYYYgozp9Kxye
qRUb8CrQ0RsqBu3sHzPn4oxoRAr+rGb//d0jRZ4FtN9Hhw7rw25wIzMzcjahy+HF
5dNx5bdJ5FPHbEHDdlhkO0cfrRKKFwU55Wm1INHqHrdcByg7wOU=
=xoSF
-----END PGP SIGNATURE-----
--- End Message ---