Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{lang}[iimkl/2022b] SciPy-bundle v2023.02 w/ Python 3.10.8 #17539

Conversation

boegel
Copy link
Member

@boegel boegel commented Mar 15, 2023

(created using eb --new-pr)

@boegel boegel added the update label Mar 15, 2023
@boegel boegel marked this pull request as draft March 15, 2023 17:39
@boegel boegel added this to the release after 4.7.1 milestone Mar 15, 2023
@boegel
Copy link
Member Author

boegel commented Mar 15, 2023

Test report by @boegel
FAILED
Build succeeded for 0 out of 1 (1 easyconfigs in total)
node3170.skitty.os - Linux RHEL 8.6, x86_64, Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz (skylake_avx512), Python 3.6.8
See https://gist.github.com/87fe49d25492d3ff46cc8568d5afb9c3 for a full test report.

@jfgrimm
Copy link
Member

jfgrimm commented Mar 27, 2023

Test report by @jfgrimm
FAILED
Build succeeded for 2 out of 3 (1 easyconfigs in total)
node006.pri.viking.alces.network - Linux CentOS Linux 7.9.2009, x86_64, Intel(R) Xeon(R) Gold 6138 CPU @ 2.00GHz (skylake_avx512), Python 3.6.8
See https://gist.github.com/jfgrimm/521332541aba439f3ac4dd0225cc20be for a full test report.

@schiotz
Copy link
Contributor

schiotz commented Jun 23, 2023

Is there any hope of SciPy becoming available for the intel/2022b toolchain, or are there showstopper issues?

@jfgrimm
Copy link
Member

jfgrimm commented Jun 23, 2023

@schiotz haven't had time to look into the test failures with intel. Our site has had no interest in the intel variants of SciPy-bundle so it's not high on my priority list

@branfosj
Copy link
Member

Both numpy 1.24.3 and 1.25.0 have the same segfault as 1.24.2. Also, they all show a whole bunch of F in core/tests/test_umath.py and some other F and E.

Changing the iimkl toolchain to use the 2023.1.0 components still shows the segfault, but does at least solve the failing tests in core/tests/test_umath.py.

My site is simlar to @jfgrimm - the most recent Intel compiler based SciPy-bundle we have is from the 2021a toolchain.

@schiotz
Copy link
Contributor

schiotz commented Jun 23, 2023

Thanks for your comments. Yes, our problem here is also that we only have a fully functional stack of scientific software supported on both foss and intel in the 2020b toolchain, and would like a newer scipy. Everything we do is Python based. But for now we may stick with that toolchain.

(The merge of foss and fosscuda would also be nice to use.)

@boegel
Copy link
Member Author

boegel commented Jul 5, 2023

Maybe we should just try and pinpoint the tests that triggers the segfault, and patch it out?

@boegel boegel modified the milestones: 4.7.3, release after 4.7.3 Jul 6, 2023
@SimonPinches
Copy link
Contributor

Just to add that we're also very interested in a SciPy-bundle for an intel 2022b toolchain if anyone with the necessary skills and time needs any motivation ;-)

@boegel
Copy link
Member Author

boegel commented Aug 5, 2023

Just to make this a bit more clear: the reason this is currently blocked is because Python crashes hard with a segmentation fault when running the test suite:

==================================================================================== test session starts =====================================================================================
platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0
rootdir: /dev/shm/jfg508/SciPybundle/2023.02/iimkl-2022b/numpy
plugins: hypothesis-6.68.2, xdist-3.1.0
collected 26941 items / 1307 deselected / 25634 selected

array_api/tests/test_array_object.py ........................  
...
f2py/tests/test_symbolic.py ...........          
f2py/tests/test_value_attrspec.py Fatal Python error: Segmentation fault

@boegel
Copy link
Member Author

boegel commented Aug 5, 2023

When I empty numpy/f2py/tests/test_value_attrspec.py with a patch (removing the file via pretestopts doesn't work), the test suite completes without a segfault, although there are a bunch of test failures, most of which are in core/tests/test_umath.py (see details below)

501 failed, 24875 passed, 219 skipped, 1307 deselected, 33 xfailed, 4 xpassed, 102 warnings, 1 error in 667.76s (0:11:07)
========================================================================================= short test summary info ==========================================================================================
FAILED core/tests/test_ufunc.py::test_ufunc_methods_floaterrors[at] - Failed: DID NOT WARN. No warnings of type (<class 'RuntimeWarning'>,) were emitted.
FAILED core/tests/test_umath.py::TestLog2::test_log2_special - IndexError: list index out of range
FAILED core/tests/test_umath.py::TestSpecialFloats::test_exp_exceptions - AssertionError: FloatingPointError not raised by exp
FAILED core/tests/test_umath.py::TestSpecialFloats::test_log_values - AssertionError: FloatingPointError not raised by log2
FAILED core/tests/test_umath.py::TestSpecialFloats::test_cosh - AssertionError: FloatingPointError not raised by cosh
FAILED core/tests/test_umath.py::TestSpecialFloats::test_arctanh - AssertionError: FloatingPointError not raised by arctanh
FAILED core/tests/test_umath.py::TestSpecialFloats::test_exp2 - AssertionError: FloatingPointError not raised by exp2
FAILED core/tests/test_umath.py::TestSpecialFloats::test_expm1 - AssertionError: FloatingPointError not raised by expm1
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c89cb9a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c969ef50>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c96abbb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c93572b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9345de0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9357490>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c910d030>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c93573d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c954b910>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9559c90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86aa7d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c955ab90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86ab040>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95581f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8398880>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95dc580>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81c0b20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95df5e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81c1630>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95ddb10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85412d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95dcfa0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8398160>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c950d3f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86a9a20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8531d20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86a9780>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81c1120>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86a98d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81427d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c811ae00>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8142e30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c811abf0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-log] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9594bb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8118700>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9596b00>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8118040>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95952d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95482e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9594c70>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95485e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9595180>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8540d30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9523eb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8540fa0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9520760>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95dcb80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8542020>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95df010>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8542410>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95dd960>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95db5e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d356c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95dba90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d34370>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c904ef80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d342e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86519c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95587c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d1d0f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8398370>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8586ef0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8252230>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c83bb280>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9575180>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c837cb50>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-log] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9575450>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c837e7a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9576fe0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c820da80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9576110>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c820ca60>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9577c10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8542350>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c950cdf0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85433a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c950d3f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86a9a50>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c950fbb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8620160>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c950f340>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8622dd0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d49d80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8623ee0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d4b2b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8623e20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf722c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90e90c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d1e3e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90ea740>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf71480>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90e9bd0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf722c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90eb310>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf70b50>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd16a40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf72e90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd16350>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf73c10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-log] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85b6140>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8242d40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85b5930>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8242410>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be72740>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8240490>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be720e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8241750>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be70e50>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd2d060>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be70400>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd2f4f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d1c490>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c837d2d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be706a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c837dff0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d1d510>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c837c070>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d49330>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c837f190>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d49d80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c837e4a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd45750>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c837e4d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd45660>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c837fe20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd450f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8531b70>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8604190>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8530490>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8605c60>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8142ad0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8605b10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-log] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8141b10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8607f40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8141030>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd79900>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8140970>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9523160>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bc32230>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9059c90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bc328c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c905a0b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bc30c40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d214b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d1d000>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d220b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9039a80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d21510>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c94f6d40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d212a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c94f5ae0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d22a70>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c829ac20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd2fa30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c872bc10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c83bb760>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95da920>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81a9030>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95dbc40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81ab2b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c811b700>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf128f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bc32e30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c855de10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bc32ce0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c855dfc0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c83185e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90be050>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-log] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d6bf40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85623e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82c00a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d57520>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8655a80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d57a00>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95971f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d55f90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d11f00>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c810a5f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8299cf0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8587b20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c837c730>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8585b70>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c876c190>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c839bf70>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bcf1630>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8118e80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8136890>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c84fd4b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8136a10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c851f580>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bdac6a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8621a20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8242f80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d36c80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85b9570>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d37220>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bcf3d90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arccos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d375e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bcf1420>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arcsin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d37be0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bcf3670>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arctanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82d6e60>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-cos] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90d4bb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82d6440>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-log] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90d7c10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-log10] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82d4ca0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85ba380>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-log2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82d6b60>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-sin] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85b93f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-tan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82d6830>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86233a0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82d7010>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85b6aa0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8608910>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c83ef9a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c905a980>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c83edd80>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9058fa0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c83ee440>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d116c0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d88eb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81355a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d88f40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd17670>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bdf4490>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90be620>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c820eb00>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90be560>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c818c1f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90bd2d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c818d240>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9521f90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8607940>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d0caf0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8604d00>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d0e410>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd6e260>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d0f490>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd6cbb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d0c220>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd6feb0>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c855f250>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd6edd0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c855c850>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd6ded0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bb200d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd6e740>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bb23a00>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd2d300>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9586bf0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bdde7a0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9587f70>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bddf940>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d100a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd7bd60>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90d6260>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d8aef0>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90d7d30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90e9bd0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bde4460>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8170d90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c95218a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8170400>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9522500>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c950fd30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9522050>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c876f490>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf96b30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bc335e0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf965f0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bc32080>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf950f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bc32ce0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf94fd0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8585f90>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf97a60>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8587850>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bb23e50>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bdacdc0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bb23a00>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bdade10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bb21810>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bdaefb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bb21c90>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bdad4e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8530070>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9039c00>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8531de0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c903bb20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8532980>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c903bfa0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d0e110>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c903a200>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d0efb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8252aa0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be982e0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82528f0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be9a080>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8250850>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be99300>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8561b40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be99180>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85633d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82991b0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c876e9b0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8298be0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c876d9c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c829b730>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c954bac0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8298640>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9548880>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81374c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90be200>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf8b550>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90bf730>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf88430>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90bd060>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8194970>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c860a710>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bdac610>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c860bf70>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bfcafe0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c872af50>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bfca8c0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8729ff0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d6ba30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81c4700>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d68760>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81c76d0>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d6a5f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81c4400>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c905a0b0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbd9090>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bde4e80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbdbd90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8195120>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8134670>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8567c40>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8172440>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85657b0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd14850>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85648b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd15330>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8567a30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c904cd90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8db76d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c904c4c0>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8db7250>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c904f610>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81c6440>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bfc8040>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8398250>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bfcb3a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81c4fa0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90bf4c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d57ac0>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c818f2b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-arccosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d55ae0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89ba89fc0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8136e60>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89ba886a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81344f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89ba8a770>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbd9390>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-log1p] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89ba89360>, <warnin...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbd96c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89badd120>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9039210>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89badf490>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9039180>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89badebc0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9039c60>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d56560>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d69ff0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bc334f0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d68610>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bfcbca0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c855e9e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bfc8730>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c855f220>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bddf0a0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8109a80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bdde8c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c810ba90>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bc99900>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8109d20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b702bc0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8109cf0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b7025f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89ba89120>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c83ec2b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89ba8af80>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c83ef160>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd7a8f0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82c27a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be67790>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c851e170>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be67640>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c851f970>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b541f60>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86517b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b8afeb0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8650910>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b8aef50>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8719b40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b8ad390>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c871b250>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd2cf10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c871b160>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b908a00>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b7e5870>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b908790>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b7e4880>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8657c10>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b7e75e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8654070>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8d4b370>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c876cd30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85b85e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c876c460>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85bbee0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9587040>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8134a30>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9586e00>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8252cb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c9584dc0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8250610>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8db5000>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c872b9a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8db5570>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c872b610>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd2f9a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8560c40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bd2fa00>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8563130>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbdaaa0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbb9180>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbdb9a0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbb98a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c85b5960>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbb9720>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bcf48e0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbba470>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bcf4d00>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bbb9240>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c82d41c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b8f0970>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8651ed0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b8f02b0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b553e20>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b863670>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b553eb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b862620>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b550be0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8250bb0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b550970>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81c1150>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8db7130>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8299960>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8623340>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8299000>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86209d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c829ae30>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89be9c970>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b8c3a60>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c86084c0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b8c2590>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c860bf70>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c90bded0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c860b3a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89badd2a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8da06a0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89badea40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8657ee0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bade380>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c8657f40>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d8c81e2ec0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b438250>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-tanh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b39f6a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b43a470>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b39e440>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b438af0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b526590>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b43b640>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b525ab0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-arcsinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89baee7d0>, <warn...
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-arctan] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89bf8b3a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-cosh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b604ac0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-exp] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b5264a0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-exp2] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b6049d0>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-expm1] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b527280>]
FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-sinh] - AssertionError: Got warnings: [<warnings.WarningMessage object at 0x14d89b606a10>]
FAILED f2py/tests/test_kind.py::TestKind::test_all - AssertionError: selectedintkind(19): expected 16 but got -1
ERROR f2py/tests/test_callback.py::TestF90Callback::test_gh17797 - RuntimeError: Running f2py failed: ['-m', '_test_callback_TestF90Callback_ext_module', '/tmp/eb-w_wwloi2/tmp7yuet220/gh17797.f90']
======================================== 501 failed, 24875 passed, 219 skipped, 1307 deselected, 33 xfailed, 4 xpassed, 102 warnings, 1 error in 667.76s (0:11:07) =========================================

I'm inclined to ignore these failing tests, by creating a patch that not only removes numpy/f2py/tests/test_value_attrspec.py, but also removes or disables the other problematic tests, under the assumption that they basically not a big problem, and hard to fix since it seems they basically boil down to a problem with this particular version of the Intel compiler...

I did a similar experiment with a draft easyconfig for SciPy-bundle-2023.07-iimkl-2023a.eb: segfault still occurs unless numpy/f2py/tests/test_value_attrspec.py is patched out, but once that's done the test results look a lot better:

========================================================================================= short test summary info ==========================================================================================
FAILED f2py/tests/test_kind.py::TestKind::test_int - AssertionError: selectedintkind(19): expected 16 but got -1
FAILED f2py/tests/test_kind.py::TestKind::test_real - AssertionError: selectedrealkind(16): expected 10 but got 16
ERROR f2py/tests/test_callback.py::TestF90Callback::test_gh17797 - RuntimeError: Running f2py failed: ['-m', '_test_callback_TestF90Callback_ext_module', '/tmp/eb-f29ao7rk/tmp_esuoas6/gh17797.f90']
ERROR f2py/tests/test_module_doc.py::TestModuleDocString::test_module_docstring - RuntimeError: Running f2py failed: ['-m', '_test_module_doc_TestModuleDocString_ext_module', '/tmp/eb-f29ao7rk/tmp_esuo...
========================================= 2 failed, 33874 passed, 197 skipped, 1308 deselected, 31 xfailed, 4 xpassed, 412 warnings, 2 errors in 245.45s (0:04:05) =========================================

@boegel
Copy link
Member Author

boegel commented Aug 8, 2023

Maybe there are some clues in scipy/scipy#17075, but that info looks a bit outdated

@hattom
Copy link
Contributor

hattom commented Aug 16, 2023

From that link, looks like it might be worth -fp-model=strict and/or -assume minus0 (where the latter is only for ifort??).
NB -- in that link they were testing with icc, I guess we're using icx by default now (but can be reverted back to icc at the easyconfig-file level).

@boegel
Copy link
Member Author

boegel commented Aug 16, 2023

Tried with -fp-speculation=strict -fp-model strict (by setting 'strict': True in toolchainopts), no difference at all: still hitting a segfault unless f2py/tests/test_value_attrspec.py is removed, and if it's removed still seeing 501 failed tests

@boegel
Copy link
Member Author

boegel commented Dec 6, 2023

@schiotz's PR #18875 looks like a good way forward, essentially patching out the problematic tests, since there's not much hope in fixing those it seems

@boegel
Copy link
Member Author

boegel commented Jan 26, 2024

closing this, not planning to pursue it, focus is on SciPy-bundle with iimkl/2023a in #18875

@boegel boegel closed this Jan 26, 2024
@boegel boegel deleted the 20230315183930_new_pr_SciPy-bundle202302 branch January 26, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants