[Debian-astro-maintainers] Bug#1094883: astropy FTBFS on mips64el
Adrian Bunk
bunk at debian.org
Fri Jan 31 23:57:52 GMT 2025
Source: astropy
Version: 7.0.0-3
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/fetch.php?pkg=astropy&arch=mips64el&ver=7.0.0-3&stamp=1738367375&raw=0
...
self = None, function = <ufunc 'wofz'>
@pytest.mark.parametrize(
"function", (np.exp, np.expm1, np.exp2, np.log, np.log2, np.log10, np.log1p)
)
def test_exp_array(self, function):
q = function(np.array([2.0, 3.0, 6.0]) * u.m / (6.0 * u.m))
assert q.unit == u.dimensionless_unscaled
> assert np.all(q.value == function(np.array([1.0 / 3.0, 1.0 / 2.0, 1.0])))
E assert np.False_
E + where np.False_ = <function all at 0xffeef20470>(array([6.1292...+0.56418958j]) == array([6.1292...+0.56418958j])
E + where <function all at 0xffeef20470> = np.all
E
E Use -v to get more diff)
astropy/units/tests/test_quantity_ufuncs.py:617: AssertionError
=========================== short test summary info ============================
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D[LevMarLSQFitter]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D[TRFLSQFitter]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D[LMLSQFitter]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D[DogBoxLSQFitter]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D_norm[wofz]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D_hum2[0.001]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D_hum2[0.01]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D_hum2[0.1]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D_hum2[0.5]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D_hum2[1.0]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D_hum2[2.5]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D_hum2[5.0]
FAILED astropy/modeling/tests/test_functional_models.py::test_Voigt1D_hum2[10]
FAILED astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Voigt1D-test_parameters18]
FAILED astropy/modeling/tests/test_models_quantities.py::test_models_evaluate_without_units[model10]
FAILED astropy/modeling/tests/test_models_quantities.py::test_models_evaluate_with_units[model10]
FAILED astropy/modeling/tests/test_models_quantities.py::test_models_evaluate_with_units_x_array[model10]
FAILED astropy/modeling/tests/test_models_quantities.py::test_models_evaluate_with_units_param_array[model10]
FAILED astropy/units/tests/test_quantity_ufuncs.py::TestScipySpecialUfuncs::test_erf_scalar[wofz]
FAILED astropy/units/tests/test_quantity_ufuncs.py::TestScipySpecialUfuncs::test_erf_array[wofz]
= 20 failed, 28393 passed, 540 skipped, 72 deselected, 237 xfailed, 371 xpassed in 735.76s (0:12:15) =
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd /build/reproducible-path/astropy-7.0.0/.pybuild/cpython3_3.13/build; python3.13 -m pytest --astropy-header --color=no -m "not hypothesis"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.13" returned exit code 13
make[1]: *** [debian/rules:56: override_dh_auto_test] Error 255
More information about the Debian-astro-maintainers
mailing list