Your message dated Sat, 14 Mar 2026 18:37:24 +0000
with message-id <[email protected]>
and subject line Re: Bug#1129891: pandas: FTBFS: failing tests
has caused the Debian Bug report #1129891,
regarding pandas: FTBFS: failing tests
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1129891: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129891
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pandas
Version: 2.3.3+dfsg-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/202603/
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:pandas, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
py3versions: no X-Python3-Version in control file, using supported versions
: # Explicit build system to avoid use of all-in-1 Makefile
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
py3versions: no X-Python3-Version in control file, using supported versions
find pandas/ -regex '.*\.c\(\|pp\)' | xargs grep -l -e 'Generated by Cython' |
xargs -r rm -f
# the || true is because this will fail without docutils (-arch or nodoc builds)
cd doc && LC_ALL=C.UTF-8 python3 make.py clean || true
rm -rf build buildtmp *-stamp doc/source/savefig
doc/source/user_guide/styled.xlsx doc/source/index.rst _version_meson.py
dh_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
[... snipped ...]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-None-True]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-None-True]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-None-None]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-%Y%m%d
%H:%M:%S-None]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-%Y%m%d
%H:%M:%S-True]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-%Y%m%d
%H:%M:%S-None]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d
%H:%M:%S-None]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-None-None]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d
%H:%M:%S-True]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-None-None]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-None-True]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-%Y%m%d
%H:%M:%S-True]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-None-True]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-None-None]
0.03s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-%Y%m%d
%H:%M:%S-None]
0.02s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-None-True]
0.02s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-None-None]
0.02s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[None-True]
0.02s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[None-None]
0.02s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-%Y%m%d
%H:%M:%S-True]
0.02s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-%Y%m%d
%H:%M:%S-None]
0.02s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[%Y%m%d
%H:%M:%S-True]
0.02s call
tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[%Y%m%d
%H:%M:%S-None]
0.01s call
tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_to_datetime_timezone_name
(4 durations < 0.005s hidden. Use -vv to show these durations.)
================= 1440 passed, 66 skipped, 4 xfailed in 2.47s ==================
rdjoqkol test state = false
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-9.0.2, pluggy-1.6.0
PyQt5 5.15.11 -- Qt runtime 5.15.17 -- Qt compiled 5.15.17
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pandas
configfile: pyproject.toml
plugins: qt-4.4.0, asyncio-1.3.0, forked-1.6.0, xdist-3.8.0,
localserver-0.9.0.post0, typeguard-4.4.4, hypothesis-6.151.9
asyncio: mode=Mode.STRICT, debug=False,
asyncio_default_fixture_loop_scope=None,
asyncio_default_test_loop_scope=function
collected 5480 items
pandas/tests/tseries/frequencies/test_freq_code.py ...................
pandas/tests/tseries/frequencies/test_frequencies.py ..........
pandas/tests/tseries/frequencies/test_inference.py .........
[too-long-redacted] ...............................
pandas/tests/tseries/holiday/test_calendar.py ........
pandas/tests/tseries/holiday/test_federal.py ...
pandas/tests/tseries/holiday/test_holiday.py
.................................................
pandas/tests/tseries/holiday/test_observance.py
.................................
pandas/tests/tseries/offsets/test_business_day.py .......................
pandas/tests/tseries/offsets/test_business_hour.py
..............................................................................................
pandas/tests/tseries/offsets/test_business_month.py .....................
pandas/tests/tseries/offsets/test_business_quarter.py
..............................................
pandas/tests/tseries/offsets/test_business_year.py ...................
pandas/tests/tseries/offsets/test_common.py
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
pandas/tests/tseries/offsets/test_custom_business_day.py .......
pandas/tests/tseries/offsets/test_custom_business_hour.py
............................
pandas/tests/tseries/offsets/test_custom_business_month.py
....................................................
pandas/tests/tseries/offsets/test_dst.py ..........................
pandas/tests/tseries/offsets/test_easter.py ..........
pandas/tests/tseries/offsets/test_fiscal.py
.............................................................................................................................................
pandas/tests/tseries/offsets/test_index.py ........................
pandas/tests/tseries/offsets/test_month.py
............................................................
pandas/tests/tseries/offsets/test_offsets.py ...............
[too-long-redacted] ...............................
pandas/tests/tseries/offsets/test_offsets_properties.py ..
pandas/tests/tseries/offsets/test_quarter.py
........................................................................................
pandas/tests/tseries/offsets/test_ticks.py
............................................................................................................
pandas/tests/tseries/offsets/test_week.py
..............................................
pandas/tests/tseries/offsets/test_year.py .................................
=============================== warnings summary ===============================
tests/tseries/offsets/test_offsets_properties.py::test_on_offset_implementations
/usr/lib/python3/dist-packages/dateutil/zoneinfo/__init__.py:26: UserWarning:
I/O error(2): No such file or directory
warnings.warn("I/O error({0}): {1}".format(e.errno, e.strerror))
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file:
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test-data.xml -
============================= slowest 30 durations =============================
0.23s call tests/tseries/offsets/test_ticks.py::test_tick_equality[Minute]
0.18s call
tests/tseries/offsets/test_offsets_properties.py::test_on_offset_implementations
0.14s call
tests/tseries/offsets/test_offsets_properties.py::test_shift_across_dst
0.11s call tests/tseries/offsets/test_ticks.py::test_tick_equality[Hour]
0.11s call tests/tseries/offsets/test_ticks.py::test_tick_equality[Second]
0.11s call tests/tseries/offsets/test_ticks.py::test_tick_equality[Micro]
0.11s call tests/tseries/offsets/test_ticks.py::test_tick_equality[Milli]
0.11s call tests/tseries/offsets/test_ticks.py::test_tick_equality[Nano]
0.07s call
tests/tseries/offsets/test_common.py::test_apply_out_of_range['US/Eastern'-BQuarterBegin]
0.06s call
tests/tseries/offsets/test_custom_business_day.py::TestCustomBusinessDay::test_calendar
0.06s call
tests/tseries/offsets/test_custom_business_hour.py::TestCustomBusinessHour::test_us_federal_holiday_with_datetime
0.05s call tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Second]
0.05s call tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Hour]
0.04s call tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Nano]
0.04s call tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Minute]
0.04s call tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Micro]
0.04s call tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Milli]
0.02s teardown
tests/tseries/offsets/test_year.py::test_add_out_of_pydatetime_range
0.01s call
tests/tseries/offsets/test_business_month.py::test_apply_index[BusinessMonthBegin--2]
0.01s call
tests/tseries/offsets/test_index.py::test_apply_index[BusinessMonthBegin--2]
0.01s call
tests/tseries/offsets/test_index.py::test_apply_index[BYearEnd--2]
0.01s call
tests/tseries/offsets/test_index.py::test_apply_index[BQuarterBegin--2]
0.01s call
tests/tseries/offsets/test_index.py::test_apply_index[BQuarterEnd--2]
0.01s call
tests/tseries/offsets/test_index.py::test_apply_index[BYearBegin--2]
0.01s call tests/tseries/offsets/test_index.py::test_apply_index[YearEnd--2]
0.01s call
tests/tseries/offsets/test_index.py::test_apply_index[MonthBegin--2]
0.01s call
tests/tseries/offsets/test_index.py::test_apply_index[QuarterBegin--2]
0.01s call
tests/tseries/offsets/test_index.py::test_apply_index[YearBegin--2]
0.01s call
tests/tseries/offsets/test_index.py::test_apply_index[QuarterEnd--2]
0.01s call
tests/tseries/offsets/test_business_month.py::test_apply_index[BusinessMonthEnd-1]
================== 5478 passed, 2 xfailed, 1 warning in 7.15s ==================
rdjoqkol test state = false
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-9.0.2, pluggy-1.6.0
PyQt5 5.15.11 -- Qt runtime 5.15.17 -- Qt compiled 5.15.17
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pandas
configfile: pyproject.toml
plugins: qt-4.4.0, asyncio-1.3.0, forked-1.6.0, xdist-3.8.0,
localserver-0.9.0.post0, typeguard-4.4.4, hypothesis-6.151.9
asyncio: mode=Mode.STRICT, debug=False,
asyncio_default_fixture_loop_scope=None,
asyncio_default_test_loop_scope=function
collected 1140 items
pandas/tests/tslibs/test_api.py .
pandas/tests/tslibs/test_array_to_datetime.py
............................................
pandas/tests/tslibs/test_ccalendar.py .................
pandas/tests/tslibs/test_conversion.py
......................................................................
pandas/tests/tslibs/test_fields.py ....
pandas/tests/tslibs/test_libfrequencies.py ............
pandas/tests/tslibs/test_liboffsets.py
..........................................................................
pandas/tests/tslibs/test_np_datetime.py ........
pandas/tests/tslibs/test_npy_units.py ..
pandas/tests/tslibs/test_parse_iso8601.py
...................................................
pandas/tests/tslibs/test_parsing.py
.................................ssssssssssssssssssssssssssssssssssssssss..sss...............................................................x...x.................................
pandas/tests/tslibs/test_period.py .......................................
pandas/tests/tslibs/test_resolution.py ...................
pandas/tests/tslibs/test_strptime.py .......
pandas/tests/tslibs/test_timedeltas.py .........................
pandas/tests/tslibs/test_timezones.py
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
pandas/tests/tslibs/test_to_offset.py
...................................................................................................
pandas/tests/tslibs/test_tzconversion.py .
- generated xml file:
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test-data.xml -
============================= slowest 30 durations =============================
0.20s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%m
%Y-False-.]
0.15s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%m
%Y-True-.]
0.14s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['dateutil/Asia/Singapore']
0.11s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%y
%m %d-False--]
0.11s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[tzlocal()]
0.09s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%m
%Y-True- ]
0.09s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC+01:15']
0.09s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone(datetime.timedelta(days=-1,
seconds=82800), 'foo')]
0.09s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['+01:15']
0.09s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['-02:15']
0.09s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC-02:15']
0.09s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone(datetime.timedelta(seconds=3600))]
0.08s call tests/tslibs/test_ccalendar.py::test_isocalendar
0.08s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(-300)]
0.08s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(300)]
0.06s call
tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['Asia/Tokyo']
0.06s call
tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%Y%m%d-False-/]
0.06s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%Y
%m %d-True-.]
0.06s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%Y
%m %d-False-.]
0.06s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%y
%m %d-True--]
0.06s call
tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%y%m%d-False-.]
0.06s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%y
%m %d-False- ]
0.06s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%y
%m %d-True- ]
0.06s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%Y
%m %d-False- ]
0.06s call
tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%Y%m%d-False- ]
0.06s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%Y
%m %d-True- ]
0.05s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%Y
%m %d-True--]
0.05s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%Y
%m %d-False--]
0.05s call
tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%y%m%d-True-.]
0.05s call tests/tslibs/test_parsing.py::test_hypothesis_delimited_date[%y
%m %d-True-.]
================= 1095 passed, 43 skipped, 2 xfailed in 5.89s ==================
rdjoqkol test state = false
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-9.0.2, pluggy-1.6.0
PyQt5 5.15.11 -- Qt runtime 5.15.17 -- Qt compiled 5.15.17
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pandas
configfile: pyproject.toml
plugins: qt-4.4.0, asyncio-1.3.0, forked-1.6.0, xdist-3.8.0,
localserver-0.9.0.post0, typeguard-4.4.4, hypothesis-6.151.9
asyncio: mode=Mode.STRICT, debug=False,
asyncio_default_fixture_loop_scope=None,
asyncio_default_test_loop_scope=function
collected 916 items
pandas/tests/util/test_assert_almost_equal.py
....................................................................................................................................................................
pandas/tests/util/test_assert_attr_equal.py
..........................................
pandas/tests/util/test_assert_categorical_equal.py ..........
pandas/tests/util/test_assert_extension_array_equal.py .....................
pandas/tests/util/test_assert_frame_equal.py
...............................................................................................................
pandas/tests/util/test_assert_index_equal.py
................................................................
pandas/tests/util/test_assert_interval_array_equal.py .......
pandas/tests/util/test_assert_numpy_array_equal.py .........................
pandas/tests/util/test_assert_produces_warning.py
............................................................................................................................
pandas/tests/util/test_assert_series_equal.py
..............................................................................................
pandas/tests/util/test_deprecate.py ...
pandas/tests/util/test_deprecate_kwarg.py ..............
pandas/tests/util/test_deprecate_nonkeyword_arguments.py ...................
pandas/tests/util/test_doc.py ....
pandas/tests/util/test_hashing.py
.....................................................................................................................................................
pandas/tests/util/test_numba.py .
pandas/tests/util/test_rewrite_warning.py ..........
pandas/tests/util/test_shares_memory.py .s
pandas/tests/util/test_show_versions.py ....
pandas/tests/util/test_util.py ...sx..
pandas/tests/util/test_validate_args.py ......
pandas/tests/util/test_validate_args_and_kwargs.py ......
pandas/tests/util/test_validate_inclusive.py ...........
pandas/tests/util/test_validate_kwargs.py ..................
- generated xml file:
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test-data.xml -
============================= slowest 30 durations =============================
0.61s call tests/util/test_show_versions.py::test_show_versions
0.01s call tests/util/test_hashing.py::test_same_len_hash_collisions[1-7]
0.01s call tests/util/test_hashing.py::test_same_len_hash_collisions[0-7]
(27 durations < 0.005s hidden. Use -vv to show these durations.)
================== 913 passed, 2 skipped, 1 xfailed in 1.70s ===================
rdjoqkol test state = false
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-9.0.2, pluggy-1.6.0
PyQt5 5.15.11 -- Qt runtime 5.15.17 -- Qt compiled 5.15.17
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pandas
configfile: pyproject.toml
plugins: qt-4.4.0, asyncio-1.3.0, forked-1.6.0, xdist-3.8.0,
localserver-0.9.0.post0, typeguard-4.4.4, hypothesis-6.151.9
asyncio: mode=Mode.STRICT, debug=False,
asyncio_default_fixture_loop_scope=None,
asyncio_default_test_loop_scope=function
collected 9102 items / 2 skipped
pandas/tests/window/moments/test_moments_consistency_ewm.py
[too-long-redacted] ...............................
pandas/tests/window/moments/test_moments_consistency_expanding.py
........x.......................x..x..x..x..x..x....................x.......................x..x..x..x..x..x................................................................................................................................................................................................................................................................................
pandas/tests/window/moments/test_moments_consistency_rolling.py
..............x..x............................................x..x..x..x..x..x..x..x..x..x..x..x......................................x..x............................................x..x..x..x..x..x..x..x..x..x..x..x................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
pandas/tests/window/test_api.py ............................
[too-long-redacted] ...............................
pandas/tests/window/test_apply.py
...s....sssss..........s..s.......................................................
pandas/tests/window/test_base_indexer.py
....................................................................................................................................................................................................................................
pandas/tests/window/test_cython_aggregations.py
........................................................................
pandas/tests/window/test_dtypes.py .........................
[too-long-redacted] ...............................
pandas/tests/window/test_ewm.py
.......................................................................................................................................................................................................................................ssssssssssss........ssssssssssssssss................
pandas/tests/window/test_expanding.py
..........x................................................................................................................................................................................................ss....s...................s..s......s.............................................................................................
pandas/tests/window/test_groupby.py
...................................................................................................................
pandas/tests/window/test_pairwise.py
........................................................................................................................................................................................................................................................................................................................
pandas/tests/window/test_rolling.py ........................
[too-long-redacted] ...............................
pandas/tests/window/test_rolling_functions.py
..................................................................................................................................................................................................................................................................................................................................................................................................................................
pandas/tests/window/test_rolling_quantile.py
..........................................................................................................................................................................................
pandas/tests/window/test_rolling_skew_kurt.py
......................................................................
pandas/tests/window/test_timeseries_window.py
..................................................................................s
pandas/tests/window/test_win_type.py
...............................................................................................................................................................................................................................................................................................
- generated xml file:
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test-data.xml -
============================= slowest 30 durations =============================
0.53s call
tests/window/test_rolling_functions.py::test_rolling_functions_window_non_shrinkage[<lambda>14]
0.06s call tests/window/test_apply.py::test_time_rule_frame[False]
0.04s call tests/window/test_apply.py::test_frame[False]
0.04s teardown tests/window/test_win_type.py::test_rolling_center_axis_1
0.02s call tests/window/test_expanding.py::test_expanding_corr_pairwise
0.02s call tests/window/test_expanding.py::test_expanding_cov_pairwise
0.02s call tests/window/test_apply.py::test_center_reindex_frame[False]
0.01s call tests/window/test_apply.py::test_min_periods[False-None-0]
0.01s call tests/window/test_apply.py::test_min_periods[False-1-0]
0.01s call tests/window/test_apply.py::test_center_reindex_series[False]
0.01s call
tests/window/test_pairwise.py::test_rolling_pairwise_cov_corr[corr]
0.01s call
tests/window/test_pairwise.py::test_rolling_pairwise_cov_corr[cov]
0.01s call
tests/window/test_expanding.py::test_expanding_cov_pairwise_diff_length
0.01s call tests/window/test_ewm.py::test_ewm_pairwise_cov_corr[corr]
0.01s call tests/window/test_pairwise.py::test_flex_binary_frame[corr]
0.01s call
tests/window/test_expanding.py::test_expanding_corr_pairwise_diff_length
0.01s call tests/window/test_ewm.py::test_ewm_pairwise_cov_corr[cov]
0.01s call tests/window/test_pairwise.py::TestPairwise::test_cov_mulittindex
0.01s call tests/window/test_pairwise.py::test_flex_binary_frame[cov]
0.01s call tests/window/test_apply.py::test_nans[False]
0.01s call
tests/window/test_pairwise.py::TestPairwise::test_pairwise_with_other[pairwise_frames6-<lambda>2]
0.01s call tests/window/test_apply.py::test_min_periods[False-2-0]
0.01s call tests/window/test_api.py::test_agg[None]
0.01s call tests/window/test_api.py::test_agg[2]
0.01s call tests/window/test_api.py::test_agg[10]
0.01s call tests/window/test_api.py::test_agg[5]
0.01s call tests/window/test_api.py::test_agg[1]
0.01s call
tests/window/test_groupby.py::TestExpanding::test_expanding_corr_cov[corr]
0.01s call
tests/window/test_timeseries_window.py::TestRollingTS::test_frame_on2[us]
0.01s call
tests/window/test_groupby.py::TestExpanding::test_expanding_corr_cov[cov]
================ 9016 passed, 45 skipped, 43 xfailed in 14.12s =================
rdjoqkol test state = false
E: pybuild pybuild:483: test: plugin custom failed with: exit code=1:
TEST_SUCCESS=true; cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build ; for
TEST_SUBSET in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pandas/tests/* ;
do echo $TEST_SUBSET | grep -q -e __pycache__ || PANDAS_CI=1 LC_ALL=C.UTF-8
xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" python3.13 -m pytest -s -m
"not network" -k "not test_register_entrypoint and not test_wrong_url and not
test_statsmodels"
--confcutdir=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/pandas
--deb-data-root-dir=/<<PKGBUILDDIR>>/pandas/tests $TEST_SUBSET || test $? = 5
|| TEST_SUCCESS=false && echo "rdjoqkol test state = $TEST_SUCCESS"; done ; rm
-rf test-data.xml test_stata.dta .pytest_cache pandas/.pytest_cache .hypothesis
; $TEST_SUCCESS
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14
3.13" returned exit code 13
make[1]: *** [debian/rules:134: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:55: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
On 13/03/2026 21:28, Rebecca N. Palmer wrote:
The underlying bug may be in python3-tables, since that's what's raising
on import, but I haven't fully investigated.
The salsa-ci test build of pandas *without* my fix succeeded, which I'm
taking to mean that the bug was somewhere else and has already been fixed.
If you see this again, please reopen the bug.
--- End Message ---