Package: src:uncertainties
Version: 3.2.3-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:uncertainties, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p "3.14 3.13"
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
   dh_autoreconf_clean -O--buildsystem=pybuild
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/python3-uncertainties.substvars 
debian/python-uncertainties-doc.substvars debian/files
        rm -fr -- debian/python3-uncertainties/ debian/tmp/ 
debian/python-uncertainties-doc/
        find .  \( \( \

[... snipped ...]

  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_uncertainties.py:1112:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert len(x >= numpy.arange(10)) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_uncertainties.py:1113:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert len(numpy.arange(10) <= x) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_uncertainties.py:1117:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert numpy.all((x >= numpy.arange(3)) == [True, False, False])

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:41:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(arr[arr > ufloat(1.5, 0.1)]) == 1

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:43:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(prod1[prod1 < prod1 * prod2]) == 2

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:46:
 FutureWarning: AffineScalarFunc.__abs__() is deprecated. It will be removed in 
a future release.
    numpy.abs(arr + ufloat(-1, 0.1))

tests/test_unumpy.py::test_matrix
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:78:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)]])

tests/test_unumpy.py::test_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:110:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)]])

tests/test_unumpy.py::test_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:142:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[x, x], [0, 3 + 2 * x]])

tests/test_unumpy.py::test_wrap_array_func
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:196:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)], [1, -3.1]])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:214:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)], [1, -3.1]])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:226:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([vector, vector])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:233:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), 0], [3, 0]])

tests/test_unumpy.py::test_component_extraction
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:288:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat = unumpy.matrix(arr)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_umath.py::test_math_module - AssertionError: assert ('expec...
====== 1 failed, 744 passed, 2 skipped, 1 xfailed, 255 warnings in 1.72s =======
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build; python3.14 -m 
pytest tests
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build; python3.13 -m 
pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build
configfile: pyproject.toml
plugins: cov-5.0.0, typeguard-4.4.4
collected 748 items

tests/test_formatting.py ......................................x........ [  6%]
........................................................................ [ 15%]
........................................................................ [ 25%]
.............................................                            [ 31%]
tests/test_performance.py s.....                                         [ 32%]
tests/test_power.py .................................................... [ 39%]
.......                                                                  [ 40%]
tests/test_ulinalg.py ..                                                 [ 40%]
tests/test_umath.py .................................................... [ 47%]
........................................................................ [ 57%]
........................................................................ [ 66%]
........................................................................ [ 76%]
.................                                                        [ 78%]
tests/test_uncertainties.py ............................................ [ 84%]
........................................................................ [ 94%]
.........................s.........                                      [ 98%]
tests/test_unumpy.py .........                                           [100%]

=============================== warnings summary ===============================
tests/test_performance.py:56
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_performance.py:56:
 PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You 
can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark

uncertainties/core.py:1024: 1 warning
tests/test_formatting.py: 42 warnings
tests/test_umath.py: 1 warning
tests/test_uncertainties.py: 4 warnings
tests/test_unumpy.py: 5 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/uncertainties/core.py:1024:
 UserWarning: Using UFloat objects with std_dev==0 may give unexpected results.
    warn("Using UFloat objects with std_dev==0 may give unexpected results.")

tests/test_ulinalg.py: 99 warnings
tests/test_unumpy.py: 60 warnings
  /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:70: 
PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    return matrix(data, dtype=dtype, copy=False)

tests/test_ulinalg.py::test_list_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_ulinalg.py:47:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat = unumpy.matrix([[x, x], [y, 0]])

tests/test_ulinalg.py::test_list_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_ulinalg.py:60:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat = unumpy.matrix([[x, x], [y, 0]])

tests/test_ulinalg.py::test_list_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_ulinalg.py:76:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat1 = unumpy.matrix([[x, y]])  # "Long" matrix

tests/test_ulinalg.py::test_list_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_ulinalg.py:77:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat2 = unumpy.matrix([[x, y], [1, 3 + x], [y, 2 * x]])  # "Tall" matrix

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:205:
 FutureWarning: umath.factorial() is deprecated. It will be removed in a future 
release.
    assert umath_core.factorial(4) == 24

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:219:
 FutureWarning: umath.ceil() is deprecated. It will be removed in a future 
release.
    assert func(x) == func(x.nominal_value)

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:222:
 FutureWarning: umath.ceil() is deprecated. It will be removed in a future 
release.
    assert isinstance(func(x), type(func(x.nominal_value)))

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:219:
 FutureWarning: umath.trunc() is deprecated. It will be removed in a future 
release.
    assert func(x) == func(x.nominal_value)

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:222:
 FutureWarning: umath.trunc() is deprecated. It will be removed in a future 
release.
    assert isinstance(func(x), type(func(x.nominal_value)))

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:219:
 FutureWarning: umath.floor() is deprecated. It will be removed in a future 
release.
    assert func(x) == func(x.nominal_value)

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:222:
 FutureWarning: umath.floor() is deprecated. It will be removed in a future 
release.
    assert isinstance(func(x), type(func(x.nominal_value)))

tests/test_uncertainties.py::test_int_div
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:345:
 FutureWarning: AffineScalarFunc.__floordiv__() is deprecated. It will be 
removed in a future release.
    x = ufloat(3.9, 2) // 2

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:361:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert a < b

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:362:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert a < 3

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:363:
 FutureWarning: AffineScalarFunc.__gt__() is deprecated. It will be removed in 
a future release.
    assert 3 < b  # This is first given to int.__lt__()

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:374:
 FutureWarning: AffineScalarFunc.__gt__() is deprecated. It will be removed in 
a future release.
    assert x > 1

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:377:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert not (x >= 3)

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:378:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert not (x < 3)

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:463:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert correct_result == getattr(x, op)(y)

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:463:
 FutureWarning: AffineScalarFunc.__le__() is deprecated. It will be removed in 
a future release.
    assert correct_result == getattr(x, op)(y)

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:463:
 FutureWarning: AffineScalarFunc.__gt__() is deprecated. It will be removed in 
a future release.
    assert correct_result == getattr(x, op)(y)

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:463:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert correct_result == getattr(x, op)(y)

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1106:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(x < numpy.arange(10)) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1107:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(numpy.arange(10) > x) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1108:
 FutureWarning: AffineScalarFunc.__le__() is deprecated. It will be removed in 
a future release.
    assert len(x <= numpy.arange(10)) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1109:
 FutureWarning: AffineScalarFunc.__le__() is deprecated. It will be removed in 
a future release.
    assert len(numpy.arange(10) >= x) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1110:
 FutureWarning: AffineScalarFunc.__gt__() is deprecated. It will be removed in 
a future release.
    assert len(x > numpy.arange(10)) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1111:
 FutureWarning: AffineScalarFunc.__gt__() is deprecated. It will be removed in 
a future release.
    assert len(numpy.arange(10) < x) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1112:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert len(x >= numpy.arange(10)) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1113:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert len(numpy.arange(10) <= x) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1117:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert numpy.all((x >= numpy.arange(3)) == [True, False, False])

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:41:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(arr[arr > ufloat(1.5, 0.1)]) == 1

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:43:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(prod1[prod1 < prod1 * prod2]) == 2

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:46:
 FutureWarning: AffineScalarFunc.__abs__() is deprecated. It will be removed in 
a future release.
    numpy.abs(arr + ufloat(-1, 0.1))

tests/test_unumpy.py::test_matrix
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:78:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)]])

tests/test_unumpy.py::test_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:110:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)]])

tests/test_unumpy.py::test_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:142:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[x, x], [0, 3 + 2 * x]])

tests/test_unumpy.py::test_wrap_array_func
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:196:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)], [1, -3.1]])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:214:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)], [1, -3.1]])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:226:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([vector, vector])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:233:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), 0], [3, 0]])

tests/test_unumpy.py::test_component_extraction
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:288:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat = unumpy.matrix(arr)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========== 745 passed, 2 skipped, 1 xfailed, 255 warnings in 1.79s ============
        rm -fr -- /tmp/dh-xdg-rundir-XQtah0uT
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to