Source: python-pysaml2
Version: 4.5.0-4
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/buster/amd64/python-pysaml2.html
...
============================= test session starts ==============================
platform linux2 -- Python 2.7.16, pytest-3.10.1, py-1.7.0, pluggy-0.8.0
rootdir: /build/python-pysaml2-4.5.0, inifile:
plugins: betamax-0.8.1
collected 570 items / 1 errors
==================================== ERRORS ====================================
___________________ ERROR collecting tests/test_82_pefim.py ____________________
tests/test_82_pefim.py:17: in <module>
conf.load_file("server_conf")
src/saml2/config.py:377: in load_file
return self.load(copy.deepcopy(mod.CONFIG), metadata_construction)
src/saml2/config.py:356: in load
self.load_complex(cnf, metadata_construction=metadata_construction)
src/saml2/config.py:296: in load_complex
self.load_metadata(cnf["metadata"]))
src/saml2/config.py:400: in load_metadata
mds.imp(metadata_conf)
src/saml2/mdstore.py:968: in imp
_md.load()
src/saml2/mdstore.py:672: in load
return self.parse_and_check_signature(_txt)
src/saml2/mdstore.py:635: in parse_and_check_signature
self.parse(txt)
src/saml2/mdstore.py:541: in parse
self.entities_descr.valid_until,))
E ToOld: Metadata not valid anymore, it's only valid until
2020-11-28T09:10:09Z
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
=========================== 1 error in 7.98 seconds ============================
make[1]: *** [debian/rules:29: override_dh_auto_test] Error 2