Your message dated Fri, 24 Nov 2023 14:32:12 +0000
with message-id <[email protected]>
and subject line Bug#1036255: fixed in python3-onelogin-saml2 1.12.0-2+deb12u1
has caused the Debian Bug report #1036255,
regarding python3-onelogin-saml2: FTBFS in bookworm and above: AssertionError: 
"Invalid issuer in the Logout Request" does not match "Could not validate 
timestamp: expired. Check system clock.)"
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.)


-- 
1036255: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036255
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python3-onelogin-saml2
Version: 1.12.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230517 ftbfs-bookworm

Hi,

During a rebuild of all packages in testing (bookworm), your package failed
to build on amd64.


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin
> copying src/onelogin/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/xml_templates.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/constants.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/logout_request.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/logout_response.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/compat.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/response.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/settings.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/auth.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/idp_metadata_parser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/authn_request.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/errors.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/xml_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/xmlparser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/metadata.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> running egg_info
> creating src/python3_saml.egg-info
> writing src/python3_saml.egg-info/PKG-INFO
> writing dependency_links to src/python3_saml.egg-info/dependency_links.txt
> writing requirements to src/python3_saml.egg-info/requires.txt
> writing top-level names to src/python3_saml.egg-info/top_level.txt
> writing manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> reading manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> adding license file 'LICENSE'
> writing manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 'onelogin/saml2.schemas' as data 
> is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'onelogin/saml2.schemas' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'onelogin/saml2.schemas' has been automatically added to the distribution 
> only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'onelogin/saml2.schemas' is included as a package 
> by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-assertion-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-authn-context-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-authn-context-types-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-metadata-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-protocol-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-metadata-attr.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-saml-attribute-ext.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-saml-metadata-algsupport-v1.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-saml-metadata-ui-v1.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/xenc-schema.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/xml.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/xmldsig-core-schema.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> writing src/python3_saml.egg-info/PKG-INFO
> writing dependency_links to src/python3_saml.egg-info/dependency_links.txt
> writing requirements to src/python3_saml.egg-info/requires.txt
> writing top-level names to src/python3_saml.egg-info/top_level.txt
> reading manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> adding license file 'LICENSE'
> writing manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> running build_ext
> testConstructor 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testConstructor)
> Tests the OneLogin_Saml2_LogoutResponse Constructor. ... ok
> testCreateDeflatedSAMLLogoutResponseURLParameter 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testCreateDeflatedSAMLLogoutResponseURLParameter)
> Tests the OneLogin_Saml2_LogoutResponse Constructor. ... ok
> testGetIssuer 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testGetIssuer)
> Tests the get_issuer of the OneLogin_Saml2_LogoutResponse ... ok
> testGetStatus 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testGetStatus)
> Tests the get_status method of the OneLogin_Saml2_LogoutResponse ... ok
> testGetXML 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testGetXML)
> Tests that we can get the logout response XML directly without ... ok
> testIsInValidDestination 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testIsInValidDestination)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsInValidIssuer 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testIsInValidIssuer)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsInValidRequestId 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testIsInValidRequestId)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsInValidWithCapitalization 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testIsInValidWithCapitalization)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsInvalidXML 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testIsInvalidXML)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsValid 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testIsValid)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsValidRaisesExceptionWhenRaisesArgumentIsTrue 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testIsValidRaisesExceptionWhenRaisesArgumentIsTrue)
>  ... ok
> testIsValidWithCapitalization 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testIsValidWithCapitalization)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsValidWithXMLEncoding 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testIsValidWithXMLEncoding)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testQuery 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test.testQuery)
> Tests the private method __query of the OneLogin_Saml2_LogoutResponse ... ok
> testConstructor 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testConstructor)
> Tests the OneLogin_Saml2_LogoutRequest Constructor. ... ok
> testConstructorEncryptIdUsingX509certMulti 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testConstructorEncryptIdUsingX509certMulti)
> Tests the OneLogin_Saml2_LogoutRequest Constructor. ... ok
> testConstructorWithNameIdFormatOnSettings 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testConstructorWithNameIdFormatOnSettings)
> Tests the OneLogin_Saml2_LogoutRequest Constructor. ... ok
> testConstructorWithoutNameIdFormat 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testConstructorWithoutNameIdFormat)
> Tests the OneLogin_Saml2_LogoutRequest Constructor. ... ok
> testCreateDeflatedSAMLLogoutRequestURLParameter 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testCreateDeflatedSAMLLogoutRequestURLParameter)
> Tests the OneLogin_Saml2_LogoutRequest Constructor. ... ok
> testGetIDFromDeflatedSAMLLogoutRequest 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testGetIDFromDeflatedSAMLLogoutRequest)
> Tests the get_id method of the OneLogin_Saml2_LogoutRequest ... ok
> testGetIDFromSAMLLogoutRequest 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testGetIDFromSAMLLogoutRequest)
> Tests the get_id method of the OneLogin_Saml2_LogoutRequest ... ok
> testGetIssuer 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testGetIssuer)
> Tests the get_issuer of the OneLogin_Saml2_LogoutRequest ... ok
> testGetNameId 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testGetNameId)
> Tests the get_nameid of the OneLogin_Saml2_LogoutRequest ... ok
> testGetNameIdData 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testGetNameIdData)
> Tests the get_nameid_data method of the OneLogin_Saml2_LogoutRequest ... ok
> testGetSessionIndexes 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testGetSessionIndexes)
> Tests the get_session_indexes of the OneLogin_Saml2_LogoutRequest ... ok
> testGetXML 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testGetXML)
> Tests that we can get the logout request XML directly without ... ok
> testIsInValidWithCapitalization 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsInValidWithCapitalization)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsInvalidDestination 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsInvalidDestination)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsInvalidIssuer 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsInvalidIssuer)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... FAIL
> testIsInvalidNotOnOrAfter 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsInvalidNotOnOrAfter)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsInvalidXML 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsInvalidXML)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsValid 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsValid)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsValidRaisesExceptionWhenRaisesArgumentIsTrue 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsValidRaisesExceptionWhenRaisesArgumentIsTrue)
>  ... ok
> testIsValidWithCapitalization 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsValidWithCapitalization)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsValidWithXMLEncoding 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsValidWithXMLEncoding)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testAssertionSignedIsValidSignWithEmptyReferenceURI 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testAssertionSignedIsValidSignWithEmptyReferenceURI)
>  ... ok
> testCheckOneAuthnStatement 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testCheckOneAuthnStatement)
> Tests the check_one_authnstatement method of SamlResponse ... ok
> testCheckOneCondition 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testCheckOneCondition)
> Tests the check_one_condition method of SamlResponse ... ok
> testCheckStatus 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testCheckStatus)
> Tests the check_status method of the OneLogin_Saml2_Response ... ok
> testConstruct 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testConstruct)
> Tests the OneLogin_Saml2_Response Constructor. ... ok
> testDatetimeWithMiliseconds 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testDatetimeWithMiliseconds)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testDoesNotAllowSignatureWrappingAttack 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testDoesNotAllowSignatureWrappingAttack)
> Tests the get_nameid method of the OneLogin_Saml2_Response ... ok
> testGetAssertionId 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetAssertionId)
> Tests that we can retrieve the ID of the Assertion ... ok
> testGetAssertionNotOnOrAfter 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetAssertionNotOnOrAfter)
> Tests that we can retrieve the NotOnOrAfter value of ... ok
> testGetAttributes 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetAttributes)
> Tests the get_attributes method of the OneLogin_Saml2_Response ... ok
> testGetAudiences 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetAudiences)
> Tests the get_audiences method of the OneLogin_Saml2_Response ... ok
> testGetFriendlyAttributes 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetFriendlyAttributes)
> Tests the get_friendlyname_attributes method of the OneLogin_Saml2_Response 
> ... ok
> testGetId 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetId)
> Tests that we can retrieve the ID of the Response ... ok
> testGetInResponseTo 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetInResponseTo)
> Tests the retrieval of the InResponseTo attribute ... ok
> testGetIssuers 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetIssuers)
> Tests the get_issuers method of the OneLogin_Saml2_Response ... ok
> testGetNameIdData 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetNameIdData)
> Tests the get_nameid_data method of the OneLogin_Saml2_Response ... ok
> testGetNestedNameIDAttributes 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetNestedNameIDAttributes)
> Tests the getAttributes method of the OneLogin_Saml2_Response with nested ... 
> ok
> testGetSessionIndex 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetSessionIndex)
> Tests the get_session_index method of the OneLogin_Saml2_Response ... ok
> testGetSessionNotOnOrAfter 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetSessionNotOnOrAfter)
> Tests the get_session_not_on_or_after method of the OneLogin_Saml2_Response 
> ... ok
> testGetXMLDocument 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testGetXMLDocument)
> Tests that we can retrieve the raw text of an encrypted XML response ... ok
> testIsInValidAudience 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidAudience)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidAuthenticationContext 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidAuthenticationContext)
> Tests that requestedAuthnContext, when set, is compared against the ... ok
> testIsInValidCert 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidCert)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidCert2 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidCert2)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidDestination 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidDestination)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidDestinationCapitalizationOfElements 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidDestinationCapitalizationOfElements)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidDuplicatedAttrs 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidDuplicatedAttrs)
> Tests the getAttributes method of the OneLogin_Saml2_Response ... ok
> testIsInValidEncAttrs 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidEncAttrs)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidEncIssues 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidEncIssues)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidEncIssues_2 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidEncIssues_2)
>  ... /<<PKGBUILDDIR>>/src/onelogin/saml2/utils.py:261: DeprecationWarning: 
> The server_port key in request data is deprecated. The http_host key should 
> include a port, if required.
>   warnings.warn(
> ok
> testIsInValidExpired 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidExpired)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidIssuer 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidIssuer)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidMultipleAssertions 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidMultipleAssertions)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidNoKey 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidNoKey)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidNoStatement 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidNoStatement)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidReference 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidReference)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidRequestId 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidRequestId)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidSessionIndex 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidSessionIndex)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidSignIssues 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidSignIssues)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidSubjectConfirmation 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInValidSubjectConfirmation)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInvalidXML 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsInvalidXML)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValid 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsValid)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValid2 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsValid2)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValidDestinationCapitalizationOfHost 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsValidDestinationCapitalizationOfHost)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsValidEnc 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsValidEnc)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValidOptionalStatement 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsValidOptionalStatement)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValidRaisesExceptionWhenRaisesArgumentIsTrue 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsValidRaisesExceptionWhenRaisesArgumentIsTrue)
> Tests that the internal exception gets raised if the raise parameter ... ok
> testIsValidSign 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsValidSign)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValidSignFingerprint 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsValidSignFingerprint)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValidWithoutInResponseTo 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testIsValidWithoutInResponseTo)
> If assertion contains InResponseTo but not the Response tag, we should ... ok
> testMessageSignedIsValidSignWithEmptyReferenceURI 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testMessageSignedIsValidSignWithEmptyReferenceURI)
>  ... ok
> testNodeTextAttack 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testNodeTextAttack)
> Tests the get_nameid and get_attributes methods of the 
> OneLogin_Saml2_Response ... ok
> testOnlyRetrieveAssertionWithIDThatMatchesSignatureReference 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testOnlyRetrieveAssertionWithIDThatMatchesSignatureReference)
> Tests the get_nameid method of the OneLogin_Saml2_Response ... ok
> testQueryAssertions 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testQueryAssertions)
> Tests the __query_assertion and __query methods of the ... ok
> testReturnNameId 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testReturnNameId)
> Tests the get_nameid method of the OneLogin_Saml2_Response ... ok
> testReturnNameIdFormat 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testReturnNameIdFormat)
> Tests the get_nameid_format method of the OneLogin_Saml2_Response ... ok
> testReturnNameIdNameQualifier 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testReturnNameIdNameQualifier)
> Tests the get_nameid_nq method of the OneLogin_Saml2_Response ... ok
> testReturnNameIdNameSPQualifier 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testReturnNameIdNameSPQualifier)
> Tests the get_nameid_spnq method of the OneLogin_Saml2_Response ... ok
> testStatusCheckBeforeAssertionCheck 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testStatusCheckBeforeAssertionCheck)
> Tests the status of a response is checked before the assertion count. As 
> failed statuses will have no assertions ... ok
> testValidateID 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testValidateID)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testValidateNumAssertions 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testValidateNumAssertions)
> Tests the validate_num_assertions method of the OneLogin_Saml2_Response ... ok
> testValidateTimestamps 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testValidateTimestamps)
> Tests the validate_timestamps method of the OneLogin_Saml2_Response ... ok
> testValidateVersion 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test.testValidateVersion)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testResponseAndAssertionSigned 
> (tests.src.OneLogin.saml2_tests.signed_response_test.OneLogin_Saml2_SignedResponse_Test.testResponseAndAssertionSigned)
> Tests the getNameId method of the OneLogin_Saml2_Response ... ok
> testResponseSignedAssertionNot 
> (tests.src.OneLogin.saml2_tests.signed_response_test.OneLogin_Saml2_SignedResponse_Test.testResponseSignedAssertionNot)
> Tests the getNameId method of the OneLogin_Saml2_Response ... ok
> testCheckSPCerts 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testCheckSPCerts)
> Tests the checkSPCerts method of the OneLogin_Saml2_Settings ... ok
> testCheckSettings 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testCheckSettings)
> Tests the checkSettings method of the OneLogin_Saml2_Settings ... ok
> testFormatIdPCert 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testFormatIdPCert)
> Tests the format_idp_cert method of the OneLogin_Saml2_Settings ... ok
> testFormatSPCert 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testFormatSPCert)
> Tests the format_sp_cert method of the OneLogin_Saml2_Settings ... ok
> testFormatSPKey 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testFormatSPKey)
> Tests the format_sp_key method of the OneLogin_Saml2_Settings ... ok
> testGetCertPath 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetCertPath)
> Tests getCertPath method of the OneLogin_Saml2_Settings ... ok
> testGetContacts 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetContacts)
> Tests the getContacts method of the OneLogin_Saml2_Settings ... ok
> testGetDefaultSecurityValues 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetDefaultSecurityValues)
> Tests default values of Security advanced sesettings ... ok
> testGetIDPCert 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetIDPCert)
> Tests the get_idp_cert method of the OneLogin_Saml2_Settings ... ok
> testGetIdPData 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetIdPData)
> Tests the getIdPData method of the OneLogin_Saml2_Settings ... ok
> testGetIdPSLOresponseUrl 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetIdPSLOresponseUrl)
> Tests the get_idp_slo_response_url method of the OneLogin_Saml2_Settings 
> class ... ok
> testGetIdPSLOurl 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetIdPSLOurl)
> Tests the get_idp_slo_url method of the OneLogin_Saml2_Settings class ... ok
> testGetIdPSSOurl 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetIdPSSOurl)
> Tests the get_idp_sso_url method of the OneLogin_Saml2_Settings class ... ok
> testGetLibPath 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetLibPath)
> Tests getLibPath method of the OneLogin_Saml2_Settings ... ok
> testGetOrganization 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetOrganization)
> Tests the getOrganization method of the OneLogin_Saml2_Settings ... ok
> testGetSPCert 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetSPCert)
> Tests the get_sp_cert method of the OneLogin_Saml2_Settings ... ok
> testGetSPCertNew 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetSPCertNew)
> Tests the get_sp_cert_new method of the OneLogin_Saml2_Settings ... ok
> testGetSPData 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetSPData)
> Tests the getSPData method of the OneLogin_Saml2_Settings ... ok
> testGetSPKey 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetSPKey)
> Tests the get_sp_key method of the OneLogin_Saml2_Settings ... ok
> testGetSPMetadata 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetSPMetadata)
> Tests the getSPMetadata method of the OneLogin_Saml2_Settings ... ok
> testGetSPMetadataSigned 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetSPMetadataSigned)
> Tests the getSPMetadata method of the OneLogin_Saml2_Settings ... ok
> testGetSPMetadataSignedNoMetadataCert 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetSPMetadataSignedNoMetadataCert)
> Tests the getSPMetadata method of the OneLogin_Saml2_Settings ... ok
> testGetSPMetadataWithx509certNew 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetSPMetadataWithx509certNew)
> Tests the getSPMetadata method of the OneLogin_Saml2_Settings ... ok
> testGetSchemasPath 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetSchemasPath)
> Tests getSchemasPath method of the OneLogin_Saml2_Settings ... ok
> testGetSecurityData 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testGetSecurityData)
> Tests the getSecurityData method of the OneLogin_Saml2_Settings ... ok
> testIsDebugActive 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testIsDebugActive)
> Tests the isDebugActive method of the OneLogin_Saml2_Settings ... ok
> testIsStrict 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testIsStrict)
> Tests the isStrict method of the OneLogin_Saml2_Settings ... ok
> testLoadSettingsFromDict 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testLoadSettingsFromDict)
> Tests the OneLogin_Saml2_Settings Constructor. ... ok
> testLoadSettingsFromFile 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testLoadSettingsFromFile)
> Tests the OneLogin_Saml2_Settings Constructor. ... ok
> testLoadSettingsFromInvalidData 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testLoadSettingsFromInvalidData)
> Tests the OneLogin_Saml2_Settings Constructor. ... ok
> testSetCertPath 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testSetCertPath)
> Tests setCertPath method of the OneLogin_Saml2_Settings ... ok
> testSetStrict 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testSetStrict)
> Tests the setStrict method of the OneLogin_Saml2_Settings ... ok
> testValidateMetadata 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testValidateMetadata)
> Tests the validateMetadata method of the OneLogin_Saml2_Settings ... ok
> testValidateMetadataExpired 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testValidateMetadataExpired)
> Tests the validateMetadata method of the OneLogin_Saml2_Settings ... ok
> testValidateMetadataNoEntity 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testValidateMetadataNoEntity)
> Tests the validateMetadata method of the OneLogin_Saml2_Settings ... ok
> testValidateMetadataNoXML 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test.testValidateMetadataNoXML)
> Tests the validateMetadata method of the OneLogin_Saml2_Settings ... ok
> testQuery 
> (tests.src.OneLogin.saml2_tests.xml_utils_test.TestOneLoginSaml2Xml.testQuery)
> Tests the query method of the OneLogin_Saml2_Utils ... ok
> testToElement 
> (tests.src.OneLogin.saml2_tests.xml_utils_test.TestOneLoginSaml2Xml.testToElement)
> Tests the to_etree method of the OneLogin_Saml2_XML ... ok
> testToString 
> (tests.src.OneLogin.saml2_tests.xml_utils_test.TestOneLoginSaml2Xml.testToString)
> Tests the to_string method of the OneLogin_Saml2_XML ... ok
> testValidateXML 
> (tests.src.OneLogin.saml2_tests.xml_utils_test.TestOneLoginSaml2Xml.testValidateXML)
> Tests the validate_xml method of the OneLogin_Saml2_XML ... ok
> testAddX509KeyDescriptors 
> (tests.src.OneLogin.saml2_tests.metadata_test.OneLogin_Saml2_Metadata_Test.testAddX509KeyDescriptors)
> Tests the addX509KeyDescriptors method of the OneLogin_Saml2_Metadata ... ok
> testBuilder 
> (tests.src.OneLogin.saml2_tests.metadata_test.OneLogin_Saml2_Metadata_Test.testBuilder)
> Tests the builder method of the OneLogin_Saml2_Metadata ... ok
> testBuilderAttributeConsumingService 
> (tests.src.OneLogin.saml2_tests.metadata_test.OneLogin_Saml2_Metadata_Test.testBuilderAttributeConsumingService)
>  ... ok
> testBuilderAttributeConsumingServiceWithMultipleAttributeValue 
> (tests.src.OneLogin.saml2_tests.metadata_test.OneLogin_Saml2_Metadata_Test.testBuilderAttributeConsumingServiceWithMultipleAttributeValue)
>  ... ok
> testSignMetadata 
> (tests.src.OneLogin.saml2_tests.metadata_test.OneLogin_Saml2_Metadata_Test.testSignMetadata)
> Tests the signMetadata method of the OneLogin_Saml2_Metadata ... ok
> runTest 
> (tests.src.OneLogin.saml2_tests.error_test.OneLogin_Saml2_Error_Test.runTest) 
> ... ok
> testGetMetadata 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.testGetMetadata)
> Tests the get_metadata method of the OneLogin_Saml2_IdPMetadataParser ... ok
> testParse 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.testParse)
> Tests the parse method of the OneLogin_Saml2_IdPMetadataParser ... ok
> testParseRemote 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.testParseRemote)
> Tests the parse_remote method of the OneLogin_Saml2_IdPMetadataParser ... ok
> test_merge_settings 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.test_merge_settings)
> Tests the merge_settings method of the OneLogin_Saml2_IdPMetadataParser ... ok
> test_parse_multi_certs 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.test_parse_multi_certs)
> Tests the parse method of the OneLogin_Saml2_IdPMetadataParser ... ok
> test_parse_multi_same_signing_and_encrypt_cert 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.test_parse_multi_same_signing_and_encrypt_cert)
> Tests the parse method of the OneLogin_Saml2_IdPMetadataParser ... ok
> test_parse_multi_singing_certs 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.test_parse_multi_singing_certs)
> Tests the parse method of the OneLogin_Saml2_IdPMetadataParser ... ok
> test_parse_required_binding_all 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.test_parse_required_binding_all)
> Test all combinations of the `require_slo_binding` and ... ok
> test_parse_testshib_required_binding_sso_post 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.test_parse_testshib_required_binding_sso_post)
> Test with testshib metadata. ... ok
> test_parse_testshib_required_binding_sso_redirect 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.test_parse_testshib_required_binding_sso_redirect)
> Test with testshib metadata. ... ok
> test_parse_with_entity_id 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test.test_parse_with_entity_id)
> Tests the parse method of the OneLogin_Saml2_IdPMetadataParser ... ok
> testAddSign 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testAddSign)
> Tests the add_sign method of the OneLogin_Saml2_Utils ... ok
> testAddSignCheckAlg 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testAddSignCheckAlg)
> Tests the add_sign method of the OneLogin_Saml2_Utils ... ok
> testCalculateX509Fingerprint 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testCalculateX509Fingerprint)
> Tests the calculateX509Fingerprint method of the OneLogin_Saml2_Utils ... ok
> testDecryptElement 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testDecryptElement)
> Tests the decrypt_element method of the OneLogin_Saml2_Utils ... ok
> testDecryptElementInplace 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testDecryptElementInplace)
> Tests the decrypt_element method of the OneLogin_Saml2_Utils with 
> inplace=True ... ok
> testDeleteLocalSession 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testDeleteLocalSession)
> Tests the delete_local_session method of the OneLogin_Saml2_Utils ... ok
> testFormatCert 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testFormatCert)
> Tests the format_cert method of the OneLogin_Saml2_Utils ... ok
> testFormatFingerPrint 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testFormatFingerPrint)
> Tests the format_finger_print method of the OneLogin_Saml2_Utils ... ok
> testFormatPrivateKey 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testFormatPrivateKey)
> Tests the format_private_key method of the OneLogin_Saml2_Utils ... ok
> testGenerateNameIdWithSPNameQualifier 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testGenerateNameIdWithSPNameQualifier)
> Tests the generateNameId method of the OneLogin_Saml2_Utils ... ok
> testGenerateNameIdWithoutFormat 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testGenerateNameIdWithoutFormat)
> Tests the generateNameId method of the OneLogin_Saml2_Utils ... ok
> testGenerateNameIdWithoutSPNameQualifier 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testGenerateNameIdWithoutSPNameQualifier)
> Tests the generateNameId method of the OneLogin_Saml2_Utils ... ok
> testGetExpireTime 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testGetExpireTime)
> Tests the get_expire_time method of the OneLogin_Saml2_Utils ... ok
> testGetSelfRoutedURLNoQuery 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testGetSelfRoutedURLNoQuery)
> Tests the get_self_routed_url_no_query method of the OneLogin_Saml2_Utils ... 
> ok
> testGetSelfURL 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testGetSelfURL)
> Tests the get_self_url method of the OneLogin_Saml2_Utils ... ok
> testGetSelfURLNoQuery 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testGetSelfURLNoQuery)
> Tests the get_self_url_no_query method of the OneLogin_Saml2_Utils ... ok
> testGetSelfURLhost 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testGetSelfURLhost)
> Tests the get_self_url_host method of the OneLogin_Saml2_Utils ... 
> /<<PKGBUILDDIR>>/src/onelogin/saml2/utils.py:261: DeprecationWarning: The 
> server_port key in request data is deprecated. The http_host key should 
> include a port, if required.
>   warnings.warn(
> ok
> testGetStatus 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testGetStatus)
> Gets the status of a message ... ok
> testGetselfhost 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testGetselfhost)
> Tests the get_self_host method of the OneLogin_Saml2_Utils ... 
> /<<PKGBUILDDIR>>/src/onelogin/saml2/utils.py:287: DeprecationWarning: The 
> server_name key in request data is undocumented & deprecated.
>   warnings.warn("The server_name key in request data is undocumented & 
> deprecated.", category=DeprecationWarning)
> ok
> testNameidGenerationDoesNotIncludeNameQualifierAttribute 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testNameidGenerationDoesNotIncludeNameQualifierAttribute)
> Tests the (not) inclusion of NameQualifier in the generateNameId method of 
> the OneLogin_Saml2_Utils ... ok
> testNameidGenerationIncludesNameQualifierAttribute 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testNameidGenerationIncludesNameQualifierAttribute)
> Tests the inclusion of NameQualifier in the generateNameId method of the 
> OneLogin_Saml2_Utils ... ok
> testNormalizeUrl 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testNormalizeUrl)
>  ... ok
> testParseDuration 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testParseDuration)
> Tests the parse_duration method of the OneLogin_Saml2_Utils ... ok
> testParseSAML2Time 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testParseSAML2Time)
> Tests the parse_SAML_to_time method of the OneLogin_Saml2_Utils ... ok
> testParseTime2SAML 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testParseTime2SAML)
> Tests the parse_time_to_SAML method of the OneLogin_Saml2_Utils ... ok
> testRedirect 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testRedirect)
> Tests the redirect method of the OneLogin_Saml2_Utils ... ok
> testValidateSign 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testValidateSign)
> Tests the validate_sign method of the OneLogin_Saml2_Utils ... ok
> testisHTTPS 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test.testisHTTPS)
> Tests the is_https method of the OneLogin_Saml2_Utils ... ok
> testAttributeConsumingService 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testAttributeConsumingService)
> Tests that the attributeConsumingServiceIndex is present as an attribute ... 
> ok
> testCreateDeflatedSAMLRequestURLParameter 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testCreateDeflatedSAMLRequestURLParameter)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateEncSAMLRequest 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testCreateEncSAMLRequest)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequest 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testCreateRequest)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestAuthContext 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testCreateRequestAuthContext)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestAuthContextComparision 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testCreateRequestAuthContextComparision)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestForceAuthN 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testCreateRequestForceAuthN)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestIsPassive 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testCreateRequestIsPassive)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestSetNameIDPolicy 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testCreateRequestSetNameIDPolicy)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestSubject 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testCreateRequestSubject)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testGetID 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testGetID)
> Tests the get_id method of the OneLogin_Saml2_Authn_Request. ... ok
> testGetXML 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test.testGetXML)
> Tests that we can get the request XML directly without ... ok
> testBuildRequestSignature 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testBuildRequestSignature)
> Tests the build_request_signature method of the OneLogin_Saml2_Auth ... ok
> testBuildResponseSignature 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testBuildResponseSignature)
> Tests the build_response_signature method of the OneLogin_Saml2_Auth ... ok
> testGetIdFromLogoutRequest 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetIdFromLogoutRequest)
> Tests the get_last_message_id of the OneLogin_Saml2_Auth class ... ok
> testGetIdFromLogoutResponse 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetIdFromLogoutResponse)
> Tests the get_last_message_id of the OneLogin_Saml2_Auth class ... ok
> testGetInfoFromLastResponseReceived 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetInfoFromLastResponseReceived)
> Tests the get_last_message_id, get_last_assertion_id and 
> get_last_assertion_not_on_or_after ... ok
> testGetLastAuthnContexts 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetLastAuthnContexts)
>  ... ok
> testGetLastAuthnRequest 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetLastAuthnRequest)
>  ... ok
> testGetLastErrorReason 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetLastErrorReason)
> Tests the get_last_error_reason method of the OneLogin_Saml2_Auth class ... ok
> testGetLastLogoutRequest 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetLastLogoutRequest)
>  ... ok
> testGetLastLogoutResponse 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetLastLogoutResponse)
>  ... ok
> testGetLastRequestID 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetLastRequestID)
>  ... ok
> testGetLastSAMLResponse 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetLastSAMLResponse)
>  ... ok
> testGetNameId 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetNameId)
> Tests the get_nameid method of the OneLogin_Saml2_Auth ... ok
> testGetNameIdFormat 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetNameIdFormat)
> Tests the get_nameid_format method of the OneLogin_Saml2_Auth ... ok
> testGetNameIdNameQualifier 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetNameIdNameQualifier)
> Tests the get_nameid_nq method of the OneLogin_Saml2_Auth ... ok
> testGetNameIdNameQualifier2 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetNameIdNameQualifier2)
> Tests the get_nameid_nq method of the OneLogin_Saml2_Auth ... ok
> testGetNameIdSPNameQualifier 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetNameIdSPNameQualifier)
> Tests the get_nameid_spnq method of the OneLogin_Saml2_Auth ... ok
> testGetNameIdSPNameQualifier2 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetNameIdSPNameQualifier2)
> Tests the get_nameid_spnq method of the OneLogin_Saml2_Auth ... ok
> testGetSLOresponseUrl 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetSLOresponseUrl)
> Tests the get_slo_response_url method of the OneLogin_Saml2_Auth class ... ok
> testGetSLOurl 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetSLOurl)
> Tests the get_slo_url method of the OneLogin_Saml2_Auth class ... ok
> testGetSSOurl 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetSSOurl)
> Tests the get_sso_url method of the OneLogin_Saml2_Auth class ... ok
> testGetSessionExpiration 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetSessionExpiration)
> Tests the get_session_expiration method of the OneLogin_Saml2_Auth class ... 
> ok
> testGetSessionIndex 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetSessionIndex)
> Tests the get_session_index method of the OneLogin_Saml2_Auth class ... ok
> testGetSettings 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testGetSettings)
> Tests the get_settings method of the OneLogin_Saml2_Auth class ... ok
> testIsAuthenticated 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testIsAuthenticated)
> Tests the is_authenticated method of the OneLogin_Saml2_Auth ... ok
> testIsInValidLogoutResponseSign 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testIsInValidLogoutResponseSign)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsValidLogoutRequestSign 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testIsValidLogoutRequestSign)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testLogin 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLogin)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginForceAuthN 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLoginForceAuthN)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginIsPassive 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLoginIsPassive)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginSetNameIDPolicy 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLoginSetNameIDPolicy)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginSigned 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLoginSigned)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginWithRelayState 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLoginWithRelayState)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginWithSubject 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLoginWithSubject)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLogout 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLogout)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testLogoutNameID 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLogoutNameID)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testLogoutNameIDandSessionIndex 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLogoutNameIDandSessionIndex)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testLogoutNoSLO 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLogoutNoSLO)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testLogoutSigned 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLogoutSigned)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testLogoutWithRelayState 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testLogoutWithRelayState)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testProcessNoResponse 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessNoResponse)
> Tests the process_response method of the OneLogin_Saml2_Auth class ... ok
> testProcessNoSLO 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessNoSLO)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessResponseInvalid 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessResponseInvalid)
> Tests the process_response method of the OneLogin_Saml2_Auth class ... ok
> testProcessResponseInvalidRequestId 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessResponseInvalidRequestId)
> Tests the process_response method of the OneLogin_Saml2_Auth class ... ok
> testProcessResponseValid 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessResponseValid)
> Tests the process_response method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLORequestDeletingSession 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessSLORequestDeletingSession)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLORequestInvalidValid 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessSLORequestInvalidValid)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLORequestNotOnOrAfterFailed 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessSLORequestNotOnOrAfterFailed)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLORequestRelayState 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessSLORequestRelayState)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLORequestSignedResponse 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessSLORequestSignedResponse)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLOResponseInvalid 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessSLOResponseInvalid)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLOResponseNoSucess 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessSLOResponseNoSucess)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLOResponseRequestId 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessSLOResponseRequestId)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLOResponseValid 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessSLOResponseValid)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLOResponseValidDeletingSession 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testProcessSLOResponseValidDeletingSession)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testRedirectTo 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testRedirectTo)
> Tests the redirect_to method of the OneLogin_Saml2_Auth class ... ok
> testRedirectTowithUrl 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testRedirectTowithUrl)
> Tests the redirect_to method of the OneLogin_Saml2_Auth class ... ok
> testSetStrict 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test.testSetStrict)
> Tests the set_strict method of the OneLogin_Saml2_Auth ... ok
> 
> ======================================================================
> FAIL: testIsInvalidIssuer 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsInvalidIssuer)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest
> ----------------------------------------------------------------------
> onelogin.saml2.errors.OneLogin_Saml2_ValidationError: Could not validate 
> timestamp: expired. Check system clock.)
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/tests/src/OneLogin/saml2_tests/logout_request_test.py", 
> line 331, in testIsInvalidIssuer
>     with self.assertRaisesRegex(Exception, 'Invalid issuer in the Logout 
> Request'):
> AssertionError: "Invalid issuer in the Logout Request" does not match "Could 
> not validate timestamp: expired. Check system clock.)"
> 
> ----------------------------------------------------------------------
> Ran 256 tests in 1.176s
> 
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=256 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=256 errors=0 
> failures=1>
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: 
> python3.11 setup.py test 
> dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2023/05/17/python3-onelogin-saml2_1.12.0-2_testing.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230517;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230517&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: python3-onelogin-saml2
Source-Version: 1.12.0-2+deb12u1
Done: Santiago Vila <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python3-onelogin-saml2, 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.
Santiago Vila <[email protected]> (supplier of updated python3-onelogin-saml2 
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: Sat, 18 Nov 2023 17:20:00 +0100
Source: python3-onelogin-saml2
Architecture: source
Version: 1.12.0-2+deb12u1
Distribution: bookworm
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1036255
Changes:
 python3-onelogin-saml2 (1.12.0-2+deb12u1) bookworm; urgency=medium
 .
   * Team upload.
   * Fix expired test payloads. Closes: #1036255.
Checksums-Sha1:
 bec8aa73da199a1a215da0ed447690174b11ac92 2013 
python3-onelogin-saml2_1.12.0-2+deb12u1.dsc
 2c491c928ab271333f87f53e20aec4dcb785aec6 29196 
python3-onelogin-saml2_1.12.0-2+deb12u1.debian.tar.xz
 5258bf7ae4cc3bf20b0d8f48e19a53d2b72f427c 6287 
python3-onelogin-saml2_1.12.0-2+deb12u1_source.buildinfo
Checksums-Sha256:
 a997bc2bd45fba81b53f682ebc424a654e8672591a1f3634796cbfd821c47577 2013 
python3-onelogin-saml2_1.12.0-2+deb12u1.dsc
 fcc74df8461c067d0b0414ae9554eceb51df7e751db484150bdd888cc3115494 29196 
python3-onelogin-saml2_1.12.0-2+deb12u1.debian.tar.xz
 4de397f09a4ea805cf16bcc8dd48a98d7738ebca1597c4e6262470267a7ebe91 6287 
python3-onelogin-saml2_1.12.0-2+deb12u1_source.buildinfo
Files:
 e32c5f749f52e8925720480302abb982 2013 python optional 
python3-onelogin-saml2_1.12.0-2+deb12u1.dsc
 1ccfef9822bcbb9cdc473f8ca380296b 29196 python optional 
python3-onelogin-saml2_1.12.0-2+deb12u1.debian.tar.xz
 cb18d343843887a76c0526c7be867250 6287 python optional 
python3-onelogin-saml2_1.12.0-2+deb12u1_source.buildinfo

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

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmVY61kACgkQQc5/C58b
izI9BQf/UY8V1v5zs0yYj3II/S5wOeIvMIwpmKTcAZQ3Ok0C5vFnD73BzFwhW1b1
NYHYPb0It/PpDkRREXk5FN/4bQkfqDR5xclAfSZc1J1TXAq4pCrY/DQKEvum3bvA
zyLR+RSFaYgZq0l5WiC9pNU7tOl6KMtNIPTVuzYu5bR386pipiajSdZMiRG55hc8
2EnkbWlbsvHf3RaRRmaZq4quHry/88mwN3pwXL5TVEwFmKtph5rAGfO2a1NL+tdI
r6v7w3tE2rybgwHCr+Y6FE9DNJi6qF/IKdY5yMVURfDqzCX4VCLwVd4C96j5BIlB
i0i7GzCv1evNKvSLrX9OtIpVeLTY9w==
=wmLp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to