Package: src:numba
Version: 0.61.2+dfsg-1
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with python3,sphinxdoc --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py clean
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
[... snipped ...]
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
test_extract_basic
(numba.tests.test_np_functions.TestNPFunctions.test_extract_basic) ... ok
test_int16_to_int32
(numba.tests.test_numconv.TestNumberConversion.test_int16_to_int32) ... ok
test_int16_to_uint16
(numba.tests.test_numconv.TestNumberConversion.test_int16_to_uint16) ... ok
test_int16_to_uint8
(numba.tests.test_numconv.TestNumberConversion.test_int16_to_uint8) ... ok
test_int32_to_int8
(numba.tests.test_numconv.TestNumberConversion.test_int32_to_int8) ... ok
test_int32_to_uint32
(numba.tests.test_numconv.TestNumberConversion.test_int32_to_uint32) ... ok
test_int64_to_float32
(numba.tests.test_numconv.TestNumberConversion.test_int64_to_float32) ... ok
test_int8_to_float64
(numba.tests.test_numconv.TestNumberConversion.test_int8_to_float64) ... ok
test_int8_to_int64
(numba.tests.test_numconv.TestNumberConversion.test_int8_to_int64) ... ok
test_int8_to_uint16
(numba.tests.test_numconv.TestNumberConversion.test_int8_to_uint16) ... ok
test_int8_to_uint32
(numba.tests.test_numconv.TestNumberConversion.test_int8_to_uint32) ... ok
test_interp_supplemental_complex_tests
(numba.tests.test_np_functions.TestNPFunctions.test_interp_supplemental_complex_tests)
... ok
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:524:
DeprecationWarning: `in1d` is deprecated. Use `np.isin` instead.
return np.in1d(a, b, assume_unique, invert)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:524:
DeprecationWarning: `in1d` is deprecated. Use `np.isin` instead.
return np.in1d(a, b, assume_unique, invert)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:524:
DeprecationWarning: `in1d` is deprecated. Use `np.isin` instead.
return np.in1d(a, b, assume_unique, invert)
test_intersect1d_3
(numba.tests.test_np_functions.TestNPFunctions.test_intersect1d_3) ... ok
test_invalid_computation_of_lifetime
(numba.tests.test_nrt_refct.TestNrtRefCt.test_invalid_computation_of_lifetime)
Test issue #1573 ... ok
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:524:
DeprecationWarning: `in1d` is deprecated. Use `np.isin` instead.
return np.in1d(a, b, assume_unique, invert)
test_ip_not_allclose_numpy
(numba.tests.test_np_functions.TestNPFunctions.test_ip_not_allclose_numpy) ...
ok
test_is (numba.tests.test_operators.TestBooleanLiteralOperators.test_is) ... ok
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:524:
DeprecationWarning: `in1d` is deprecated. Use `np.isin` instead.
return np.in1d(a, b, assume_unique, invert)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:524:
DeprecationWarning: `in1d` is deprecated. Use `np.isin` instead.
return np.in1d(a, b, assume_unique, invert)
test_in1d_4 (numba.tests.test_np_functions.TestNPFunctions.test_in1d_4) ... ok
test_le_gt
(numba.tests.test_npdatetime.TestTimedeltaArithmeticNoPython.test_le_gt) ... ok
test_logspace3_exception
(numba.tests.test_np_functions.TestNPFunctions.test_logspace3_exception) ... ok
test_long_constant
(numba.tests.test_object_mode.TestObjectMode.test_long_constant) ... ok
test_lt_ge
(numba.tests.test_npdatetime.TestTimedeltaArithmeticNoPython.test_lt_ge) ... ok
test_manage_memory
(numba.tests.test_nrt.TestNrtExternalCFFI.test_manage_memory) ... skipped
'requires cffi'
test_isin_errors
(numba.tests.test_np_functions.TestNPFunctions.test_isin_errors) ... ok
test_memoryview (numba.tests.test_nrt.TestNrtMemInfo.test_memoryview) ... ok
test_min (numba.tests.test_npdatetime.TestDatetimeArithmetic.test_min) ... ok
test_max_func_parallel
(numba.tests.test_npdatetime.TestDatetimeArrayOps.test_max_func_parallel) ... ok
test_mul (numba.tests.test_operators.TestMixedInts.test_mul) ... ok
test_ne (numba.tests.test_operators.TestBooleanLiteralOperators.test_ne) ... ok
test_nrt_explicit_stats_query_raises_exception_when_disabled
(numba.tests.test_nrt.TestNrtStatistics.test_nrt_explicit_stats_query_raises_exception_when_disabled)
... ok
test_number_types
(numba.tests.test_numpy_support.TestFromDtype.test_number_types)
Test from_dtype() and as_dtype() with the various scalar number types. ... ok
test_partition_exception_non_integer_kth
(numba.tests.test_np_functions.TestNPFunctions.test_partition_exception_non_integer_kth)
... ok
test_pos (numba.tests.test_npdatetime.TestTimedeltaArithmeticNoPython.test_pos)
... ok
test_np_max_func
(numba.tests.test_npdatetime.TestDatetimeArrayOps.test_np_max_func) ... ok
test_raising2 (numba.tests.test_obj_lifetime.TestObjLifetime.test_raising2) ...
ok
test_raising3 (numba.tests.test_obj_lifetime.TestObjLifetime.test_raising3) ...
ok
test_return_class_is_ndarray_numpy
(numba.tests.test_np_functions.TestNPFunctions.test_return_class_is_ndarray_numpy)
... ok
test_rot90_exception
(numba.tests.test_np_functions.TestNPFunctions.test_rot90_exception) ... ok
test_searchsorted_complex
(numba.tests.test_np_functions.TestNPFunctions.test_searchsorted_complex) ... ok
test_sequence_contains
(numba.tests.test_object_mode.TestObjectMode.test_sequence_contains)
Test handling of the `in` comparison ... ok
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:392:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'a' of function
'np_repeat_impl_repeats_scaler'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 2700:[0m
[1m@register_jitable
[1mdef np_repeat_impl_repeats_scaler(a, repeats):
[0m[1m^[0m[0m
[0m[0m
return np.repeat(a, repeats)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'a' of function 'np_repeat'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 391:[0m
[1m
[1mdef np_repeat(a, repeats):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:392:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'repeats' of function
'np_repeat.<locals>.np_repeat_impl_repeats_array_like'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 2659:[0m
[1m
[1m def np_repeat_impl_repeats_array_like(a, repeats):
[0m [1m^[0m[0m
[0m[0m
return np.repeat(a, repeats)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:392:
NumbaPendingDeprecationWarning: [1m[1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'a' of function 'np_asarray.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/old_arraymath.py", line 4286:[0m
[1m else:
[1m def impl(a, dtype=None):
[0m [1m^[0m[0m
[0m[0m[0m
return np.repeat(a, repeats)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:392:
NumbaPendingDeprecationWarning: [1m[1m[1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'object' of function
'impl_np_array.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 5590:[0m
[1m
[1m def impl(object, dtype=None):
[0m [1m^[0m[0m
[0m[0m[0m[0m
return np.repeat(a, repeats)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'repeats' of function 'np_repeat'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 391:[0m
[1m
[1mdef np_repeat(a, repeats):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
test_shuffle (numba.tests.test_np_randomgen.TestRandomGenerators.test_shuffle)
... ok
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices_or_sections' of function
'np_array_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 6390:[0m
[1m ):
[1m def impl(ary, indices_or_sections, axis=0):
[0m [1m^[0m[0m
[0m[0m
return np.split(a, indices, axis=axis)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'ary' of function 'np_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 6428:[0m
[1m if isinstance(ary, (types.UniTuple, types.ListType, types.List)):
[1m def impl(ary, indices_or_sections, axis=0):
[0m [1m^[0m[0m
[0m[0m
return np.split(a, indices, axis=axis)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices_or_sections' of function
'np_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 6428:[0m
[1m if isinstance(ary, (types.UniTuple, types.ListType, types.List)):
[1m def impl(ary, indices_or_sections, axis=0):
[0m [1m^[0m[0m
[0m[0m
return np.split(a, indices, axis=axis)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196:
NumbaPendingDeprecationWarning: [1m[1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices_or_sections' of function
'np_array_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 6390:[0m
[1m ):
[1m def impl(ary, indices_or_sections, axis=0):
[0m [1m^[0m[0m
[0m[0m[0m
return np.split(a, indices, axis=axis)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'a' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices_or_sections' of function
'np_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 6428:[0m
[1m if isinstance(ary, (types.UniTuple, types.ListType, types.List)):
[1m def impl(ary, indices_or_sections, axis=0):
[0m [1m^[0m[0m
[0m[0m
return np.split(a, indices, axis=axis)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'a' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices_or_sections' of function
'np_array_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 6390:[0m
[1m ):
[1m def impl(ary, indices_or_sections, axis=0):
[0m [1m^[0m[0m
[0m[0m
return np.split(a, indices, axis=axis)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices_or_sections' of function
'np_array_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 6390:[0m
[1m ):
[1m def impl(ary, indices_or_sections, axis=0):
[0m [1m^[0m[0m
[0m[0m
return np.split(a, indices, axis=axis)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices_or_sections' of function
'np_array_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 6390:[0m
[1m ):
[1m def impl(ary, indices_or_sections, axis=0):
[0m [1m^[0m[0m
[0m[0m
return np.split(a, indices, axis=axis)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 195:[0m
[1m
[1mdef split(a, indices, axis=0):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
test_split_basic
(numba.tests.test_np_functions.TestNPFunctions.test_split_basic) ... ok
test_starargs_non_tuple
(numba.tests.test_object_mode.TestObjectMode.test_starargs_non_tuple) ... ok
test_stats_status_toggle
(numba.tests.test_nrt.TestNrtStatistics.test_stats_status_toggle) ... ok
test_sub (numba.tests.test_npdatetime.TestTimedeltaArithmetic.test_sub) ... ok
test_sub_td (numba.tests.test_npdatetime.TestDatetimeArrayOps.test_sub_td) ...
ok
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:396:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'a' of function 'np_asarray.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/old_arraymath.py", line 4283:[0m
[1m if is_nonelike(dtype):
[1m def impl(a, dtype=None):
[0m [1m^[0m[0m
[0m[0m
return np.asarray(a).repeat(repeats)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'a' of function 'array_repeat'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 395:[0m
[1m
[1mdef array_repeat(a, repeats):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:396:
NumbaPendingDeprecationWarning: [1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'repeats' of function
'array_repeat.<locals>.array_repeat_impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 2719:[0m
[1mdef array_repeat(a, repeats):
[1m def array_repeat_impl(a, repeats):
[0m [1m^[0m[0m
[0m[0m
return np.asarray(a).repeat(repeats)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:396:
NumbaPendingDeprecationWarning: [1m[1m[1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'repeats' of function
'np_repeat.<locals>.np_repeat_impl_repeats_array_like'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/np/arrayobj.py", line 2659:[0m
[1m
[1m def np_repeat_impl_repeats_array_like(a, repeats):
[0m [1m^[0m[0m
[0m[0m[0m
return np.asarray(a).repeat(repeats)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206:
NumbaPendingDeprecationWarning: [1m
Encountered the use of a type that is scheduled for deprecation: type
'reflected list' found for argument 'repeats' of function 'array_repeat'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
[1m
File "numba/tests/test_np_functions.py", line 395:[0m
[1m
[1mdef array_repeat(a, repeats):
[0m[1m^[0m[0m
[0m
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
test_triangular
(numba.tests.test_np_randomgen.TestRandomGenerators.test_triangular) ... ok
test_uint32_to_float64
(numba.tests.test_numconv.TestNumberConversion.test_uint32_to_float64) ... ok
test_uint32_to_int64
(numba.tests.test_numconv.TestNumberConversion.test_uint32_to_int64) ... ok
test_uint32_to_int8
(numba.tests.test_numconv.TestNumberConversion.test_uint32_to_int8) ... ok
test_uint64_to_int32
(numba.tests.test_numconv.TestNumberConversion.test_uint64_to_int32) ... ok
test_uint8_to_float64
(numba.tests.test_numconv.TestNumberConversion.test_uint8_to_float64) ... ok
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_operators.py:1424:
RuntimeWarning: overflow encountered in scalar negative
return tp(-a)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_operators.py:1424:
RuntimeWarning: overflow encountered in scalar negative
return tp(-a)
test_unary_negative
(numba.tests.test_operators.TestMixedInts.test_unary_negative) ... ok
test_unary_positive
(numba.tests.test_operators.TestMixedIntsOperatorModule.test_unary_positive)
... ok
test_repeat (numba.tests.test_np_functions.TestNPFunctions.test_repeat) ... ok
test_unsafe_import_in_registry
(numba.tests.test_np_functions.TestRegistryImports.test_unsafe_import_in_registry)
... FAIL
test_wald (numba.tests.test_np_randomgen.TestRandomGenerators.test_wald) ... ok
test_unwrap_basic
(numba.tests.test_np_functions.TestNPFunctions.test_unwrap_basic) ... ERROR
test_xor (numba.tests.test_operators.TestMixedIntsOperatorModule.test_xor) ...
ok
test_windowing (numba.tests.test_np_functions.TestNPFunctions.test_windowing)
... ok
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/runtests.py", line
22, in <module>
runpy.run_module('numba.runtests', run_name='__main__')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen runpy>", line 229, in run_module
File "<frozen runpy>", line 88, in _run_code
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/runtests.py",
line 9, in <module>
sys.exit(0 if _main(sys.argv) else 1)
~~~~~^^^^^^^^^^
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/testing/_runtests.py",
line 25, in _main
return run_tests(argv, defaultTest='numba.tests',
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwds).wasSuccessful()
^^^^^^^
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/testing/__init__.py",
line 54, in run_tests
prog = NumbaTestProgram(argv=argv,
module=None,
...<3 lines>...
verbosity=verbosity,
nomultiproc=nomultiproc)
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/testing/main.py",
line 204, in __init__
super(NumbaTestProgram, self).__init__(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/unittest/main.py", line 104, in __init__
self.runTests()
~~~~~~~~~~~~~^^
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/testing/main.py",
line 376, in runTests
run_tests_real()
~~~~~~~~~~~~~~^^
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/testing/main.py",
line 361, in run_tests_real
super(NumbaTestProgram, self).runTests()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/unittest/main.py", line 270, in runTests
self.result = testRunner.run(self.test)
~~~~~~~~~~~~~~^^^^^^^^^^^
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/testing/main.py",
line 830, in run
return super(ParallelTestRunner, self).run(self._run_inner)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/unittest/runner.py", line 240, in run
test(result)
~~~~^^^^^^^^
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/testing/main.py",
line 779, in _run_inner
self._run_parallel_tests(result, pool, child_runner, tests)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/testing/main.py",
line 815, in _run_parallel_tests
raise e
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/testing/main.py",
line 806, in _run_parallel_tests
child_result = it.__next__(self.timeout)
File "/usr/lib/python3.13/multiprocessing/pool.py", line 868, in next
raise TimeoutError from None
multiprocessing.context.TimeoutError: Tests didn't finish before timeout (or
crashed):
- 'numba.tests.test_object_mode.TestObjectMode.test_expr_undef'
E: pybuild pybuild:389: test: plugin custom failed with: exit code=1: ls
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build && cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build && MPLBACKEND=Agg
python3.13 -Wd runtests.py --exclude-tags='long-running,gdb,compiled_caching'
-v -m --random 0.2 -- numba.tests
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit
code 13
make[1]: *** [debian/rules:21: override_dh_auto_test-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202506/
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 could not 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:numba, so that this is still
visible in the BTS web page for this package.
Thanks.