*** This log is abridged to its last 1000 lines: remote_stack = ["reraise"] else: remote_stack = ["f3", "f2", "f1"] expect = [TEST_NAME, "persist", *remote_stack] with assert_tb_levels(expect): > dask.persist(d(), scheduler=scheduler) dask/tests/test_traceback.py:105: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ dask/base.py:999: in persist results = schedule(dsk, keys, **kwargs) /usr/lib/python3.12/multiprocessing/queues.py:43: in __init__ self._rlock = ctx.Lock() /usr/lib/python3.12/multiprocessing/context.py:68: in Lock return Lock(ctx=self.get_context()) /usr/lib/python3.12/multiprocessing/synchronize.py:169: in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , kind = 1, value = 1, maxvalue = 1 def __init__(self, kind, value, maxvalue, *, ctx): if ctx is None: ctx = context._default_context.get_context() self._is_fork_ctx = ctx.get_start_method() == 'fork' unlink_now = sys.platform == 'win32' or self._is_fork_ctx for i in range(100): try: > sl = self._semlock = _multiprocessing.SemLock( kind, value, maxvalue, self._make_name(), unlink_now) E PermissionError: [Errno 13] Permission denied /usr/lib/python3.12/multiprocessing/synchronize.py:57: PermissionError =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.12/site-packages/_pytest/config/__init__.py:1441 /usr/lib/python3.12/site-packages/_pytest/config/__init__.py:1441: PytestConfigWarning: Unknown config option: timeout self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") ../../../../../../../usr/lib/python3.12/site-packages/_pytest/config/__init__.py:1441 /usr/lib/python3.12/site-packages/_pytest/config/__init__.py:1441: PytestConfigWarning: Unknown config option: timeout_method self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") ../../../../../../../usr/lib/python3.12/site-packages/partd/pandas.py:6 ../../../../../../../usr/lib/python3.12/site-packages/partd/pandas.py:6 /usr/lib/python3.12/site-packages/partd/pandas.py:6: DeprecationWarning: create_block_manager_from_blocks is deprecated and will be removed in a future version. Use public APIs instead. from pandas.core.internals import create_block_manager_from_blocks, make_block dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__01 dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__01 dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__01 dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__01 /usr/lib/python3.12/site-packages/cloudpickle/cloudpickle.py:1537: DeprecationWarning: The numpy.linalg.linalg has been made private and renamed to numpy.linalg._linalg. All public functions exported by it are available from numpy.linalg. Please use numpy.linalg.inv instead. cp.dump(obj) dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__02 dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__02 dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__02 dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__02 /usr/lib/python3.12/site-packages/cloudpickle/cloudpickle.py:1537: DeprecationWarning: The numpy.linalg.linalg has been made private and renamed to numpy.linalg._linalg. All public functions exported by it are available from numpy.linalg. Please use numpy.linalg.eig instead. cp.dump(obj) dask/array/tests/test_reductions.py::test_nan_object[min] dask/array/tests/test_reductions.py::test_nan_object[min] dask/array/tests/test_reductions.py::test_nan_object[min] dask/array/tests/test_reductions.py::test_nan_object[max] dask/array/tests/test_reductions.py::test_nan_object[max] dask/array/tests/test_reductions.py::test_nan_object[max] /usr/lib/python3.12/site-packages/numpy/_core/fromnumeric.py:86: RuntimeWarning: invalid value encountered in reduce return ufunc.reduce(obj, axis, dtype, out, **passkwargs) dask/dataframe/io/tests/test_demo.py: 24 warnings dask/dataframe/io/tests/test_parquet.py: 4 warnings dask/dataframe/tests/test_dataframe.py: 2 warnings dask/dataframe/tests/test_hyperloglog.py: 1 warning dask/dataframe/tests/test_shuffle.py: 50 warnings dask/tests/test_typing.py: 2 warnings /usr/lib/python3.12/site-packages/dask_expr/_collection.py:6002: UserWarning: dask_expr does not support the DataFrameIOFunction protocol for column projection. To enable column projection, please ensure that the signature of `func` includes a `columns=` keyword argument instead. warnings.warn( dask/dataframe/io/tests/test_parquet.py::test_fsspec_to_parquet_filesystem_option /usr/lib/python3.12/site-packages/dask_expr/_collection.py:302: UserWarning: Dask annotations {'retries': 5} detected. Annotations will be ignored when using query-planning. warnings.warn( dask/dataframe/tests/test_accessors.py::test_dt_accessor dask/dataframe/tests/test_accessors.py::test_dt_accessor dask/dataframe/tests/test_accessors.py::test_dt_accessor /usr/lib/python3.12/site-packages/dask_expr/_accessor.py:112: FutureWarning: The behavior of DatetimeProperties.to_pydatetime is deprecated, in a future version this will return a Series containing python datetime objects instead of an ndarray. To retain the old behavior, call `np.array` on the result out = getattr(getattr(obj, accessor, obj), attr)(*args, **kwargs) dask/dataframe/tests/test_dataframe.py::test_map dask/dataframe/tests/test_dataframe.py::test_map dask/dataframe/tests/test_dataframe.py::test_map /usr/lib/python3.12/site-packages/dask_expr/_collection.py:4196: UserWarning: You did not provide metadata, so Dask is running your function on a small dataset to guess output types. It is possible that Dask will guess incorrectly. To provide an explicit output types or to silence this message, please provide the `meta=` keyword, as described in the map or apply function that you are using. Before: .apply(func) After: .apply(func, meta=('a', 'int64')) warnings.warn(meta_warning(meta)) dask/dataframe/tests/test_dataframe.py::test_map dask/dataframe/tests/test_dataframe.py::test_map /usr/lib/python3.12/site-packages/dask_expr/_collection.py:4196: UserWarning: You did not provide metadata, so Dask is running your function on a small dataset to guess output types. It is possible that Dask will guess incorrectly. To provide an explicit output types or to silence this message, please provide the `meta=` keyword, as described in the map or apply function that you are using. Before: .apply(func) After: .apply(func, meta=('b', 'int64')) warnings.warn(meta_warning(meta)) dask/dataframe/tests/test_dataframe.py::test_dataframe_map[None] dask/dataframe/tests/test_dataframe.py::test_dataframe_map[ignore] /usr/lib/python3.12/site-packages/dask_expr/_collection.py:3097: UserWarning: You did not provide metadata, so Dask is running your function on a small dataset to guess output types. It is possible that Dask will guess incorrectly. To provide an explicit output types or to silence this message, please provide the `meta=` keyword, as described in the map or apply function that you are using. Before: .apply(func) After: .apply(func, meta={'x': 'float64', 'y': 'int64'}) warnings.warn(meta_warning(meta)) dask/dataframe/tests/test_dataframe.py::test_dataframe_map[None] dask/dataframe/tests/test_dataframe.py::test_dataframe_map[ignore] /usr/lib/python3.12/site-packages/dask_expr/_collection.py:3097: UserWarning: You did not provide metadata, so Dask is running your function on a small dataset to guess output types. It is possible that Dask will guess incorrectly. To provide an explicit output types or to silence this message, please provide the `meta=` keyword, as described in the map or apply function that you are using. Before: .apply(func) After: .apply(func, meta={'x': 'object', 'y': 'object'}) warnings.warn(meta_warning(meta)) dask/dataframe/tests/test_dataframe.py::test_index_nulls[None] dask/dataframe/tests/test_dataframe.py::test_index_nulls[null_value1] dask/dataframe/tests/test_dataframe.py::test_index_nulls[null_value2] /usr/lib/python3.12/site-packages/dask_expr/_collection.py:4196: UserWarning: You did not provide metadata, so Dask is running your function on a small dataset to guess output types. It is possible that Dask will guess incorrectly. To provide an explicit output types or to silence this message, please provide the `meta=` keyword, as described in the map or apply function that you are using. Before: .apply(func) After: .apply(func, meta=('non_numeric', 'object')) warnings.warn(meta_warning(meta)) dask/dataframe/tests/test_dataframe.py::test_map_index /usr/lib/python3.12/site-packages/dask_expr/_collection.py:4723: UserWarning: You did not provide metadata, so Dask is running your function on a small dataset to guess output types. It is possible that Dask will guess incorrectly. To provide an explicit output types or to silence this message, please provide the `meta=` keyword, as described in the map or apply function that you are using. warnings.warn(meta_warning(meta)) dask/dataframe/tests/test_dataframe.py::test_series_map[False-False-1-1] dask/dataframe/tests/test_dataframe.py::test_series_map[False-True-1-1] dask/dataframe/tests/test_dataframe.py::test_series_map[True-False-1-1] dask/dataframe/tests/test_dataframe.py::test_series_map[True-True-1-1] /usr/lib/python3.12/site-packages/dask_expr/_collection.py:4190: UserWarning: You did not provide metadata, so Dask is running your function on a small dataset to guess output types. It is possible that Dask will guess incorrectly. To provide an explicit output types or to silence this message, please provide the `meta=` keyword, as described in the map or apply function that you are using. warnings.warn(meta_warning(meta)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================= slowest 10 durations ============================= 4.51s call dask/dataframe/tests/test_arithmetics_reduction.py::test_frame_series_arithmetic_methods 4.22s call dask/array/tests/test_routines.py::test_einsum[defab,fedbc->defac] 2.59s call dask/array/tests/test_slicing.py::test_getitem_avoids_large_chunks_missing 2.12s call dask/dataframe/tests/test_multi.py::test_concat5 2.09s call dask/dataframe/tests/test_dataframe.py::test_repartition 1.51s call dask/array/tests/test_routines.py::test_tensordot_more_than_26_dims 1.41s call dask/dataframe/tests/test_dataframe.py::test_where_mask 1.35s call dask/dataframe/tests/test_arithmetics_reduction.py::test_reductions[2] 1.33s call dask/bag/tests/test_bag.py::test_bag_groupby_dataclass[synchronous-disk-no_none_fields] 1.31s call dask/bag/tests/test_bag.py::test_bag_groupby_dataclass[synchronous-disk-none_field] =========================== short test summary info ============================ SKIPPED [1] dask/array/tests/test_cupy_core.py:14: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_cupy_creation.py:13: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_cupy_gufunc.py:12: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_cupy_linalg.py:12: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_cupy_overlap.py:12: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_cupy_percentile.py:11: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_cupy_random.py:13: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_cupy_reductions.py:14: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_cupy_routines.py:12: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_cupy_slicing.py:11: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_cupy_sparse.py:10: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_image.py:8: could not import 'skimage': No module named 'skimage' SKIPPED [1] dask/array/tests/test_sparse.py:12: could not import 'sparse': No module named 'sparse' SKIPPED [1] dask/array/tests/test_xarray.py:9: could not import 'xarray': No module named 'xarray' SKIPPED [1] dask/bag/tests/test_avro.py:10: could not import 'fastavro': No module named 'fastavro' SKIPPED [1] dask/bytes/tests/test_s3.py:14: could not import 's3fs': No module named 's3fs' SKIPPED [1] dask/dataframe/io/tests/test_sql.py:16: could not import 'sqlalchemy': No module named 'sqlalchemy' SKIPPED [1] dask/dataframe/tests/test_format.py:31: format is completely different SKIPPED [1] dask/dataframe/tests/test_optimize_dataframe.py:17: doesn't make sense with dask-expr SKIPPED [1] dask/tests/test_cache.py:13: could not import 'cachey': No module named 'cachey' SKIPPED [1] dask/tests/test_distributed.py:5: could not import 'distributed': No module named 'distributed' SKIPPED [1] dask/tests/test_dot.py:12: could not import 'ipycytoscape': No module named 'ipycytoscape' SKIPPED [1] dask/tests/test_layers.py:7: could not import 'distributed': No module named 'distributed' SKIPPED [1] dask/tests/test_spark_compat.py:13: could not import 'pyspark': No module named 'pyspark' SKIPPED [1] dask/tests/test_system.py:12: could not import 'psutil': No module named 'psutil' SKIPPED [1] dask/array/tests/test_array_core.py:1667: could not import 'sparse': No module named 'sparse' SKIPPED [1] dask/array/tests/test_array_core.py:2130: could not import 'h5py': No module named 'h5py' SKIPPED [4] dask/array/tests/test_array_core.py:2758: could not import 'h5py': No module named 'h5py' SKIPPED [1] dask/array/tests/test_array_core.py:3006: could not import 'h5py': No module named 'h5py' SKIPPED [1] dask/array/tests/test_array_core.py:3254: could not import 'h5py': No module named 'h5py' SKIPPED [1] dask/array/tests/test_array_core.py:4544: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4552: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4558: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4568: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4579: could not import 'zarr': No module named 'zarr' SKIPPED [2] dask/array/tests/test_array_core.py:4587: could not import 'zarr': No module named 'zarr' SKIPPED [2] dask/array/tests/test_array_core.py:4598: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4606: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4617: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4625: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4634: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4649: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4691: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4703: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:4732: could not import 'tiledb': No module named 'tiledb' SKIPPED [1] dask/array/tests/test_array_core.py:4766: could not import 'tiledb': No module named 'tiledb' SKIPPED [6] dask/array/tests/test_array_core.py:4952: could not import 'cupyx.scipy.sparse': No module named 'cupyx' SKIPPED [1] dask/array/tests/test_array_core.py:5072: could not import 'h5py': No module named 'h5py' SKIPPED [1] dask/array/tests/test_array_core.py:5107: could not import 'sparse': No module named 'sparse' SKIPPED [1] dask/array/tests/test_array_core.py:5188: could not import 'zarr': No module named 'zarr' SKIPPED [1] dask/array/tests/test_array_core.py:5271: array roundtrips don't work yet SKIPPED [3] dask/array/tests/test_array_function.py:102: could not import 'sparse': No module named 'sparse' SKIPPED [1] dask/array/tests/test_array_function.py:114: could not import 'sparse': No module named 'sparse' SKIPPED [2] dask/array/tests/test_array_function.py:131: could not import 'cupy': No module named 'cupy' SKIPPED [288] dask/array/tests/test_creation.py:44: could not import 'cupy': No module named 'cupy' SKIPPED [60] dask/array/tests/test_creation.py:845: Bug when pad_width is larger than dimension: https://github.com/dask/dask/issues/5303 SKIPPED [20] dask/array/tests/test_creation.py:845: Not implemented SKIPPED [20] dask/array/tests/test_creation.py:845: Empty leads to undefined values, which may be different SKIPPED [1] dask/array/tests/test_gufunc.py:621: could not import 'numba': No module named 'numba' SKIPPED [1] dask/array/tests/test_gufunc.py:641: could not import 'numba': No module named 'numba' SKIPPED [1] dask/array/tests/test_gufunc.py:657: could not import 'sparse': No module named 'sparse' SKIPPED [198] conftest.py:63: need --runslow option to run SKIPPED [1] dask/array/tests/test_overlap.py:731: could not import 'bottleneck': No module named 'bottleneck' SKIPPED [1] dask/array/tests/test_overlap.py:945: could not import 'xarray': No module named 'xarray' SKIPPED [1] dask/array/tests/test_percentiles.py:29: Requires crick SKIPPED [1] dask/array/tests/test_percentiles.py:62: unconditional skip SKIPPED [1] dask/array/tests/test_percentiles.py:81: Requires crick SKIPPED [1] dask/array/tests/test_percentiles.py:90: Requires crick SKIPPED [4] dask/array/tests/test_percentiles.py:99: Requires crick SKIPPED [1] dask/array/tests/test_percentiles.py:111: Requires crick SKIPPED [1] dask/array/tests/test_random.py:431: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/array/tests/test_reductions.py:835: could not import 'xarray': No module named 'xarray' SKIPPED [4] dask/array/tests/test_routines.py:2097: Skipped SKIPPED [1] dask/array/tests/test_slicing.py:426: really long test SKIPPED [1] dask/array/tests/test_ufunc.py:143: fix calls floor in a way that we do not yet support SKIPPED [1] dask/bag/tests/test_bag.py:673: Hangs SKIPPED [4] dask/bag/tests/test_text.py:49: compress function not provided for lzma SKIPPED [1] dask/bytes/tests/test_compression.py:14: compression function not provided SKIPPED [1] dask/bytes/tests/test_http.py:187: fastparquet not supported with dask-expr SKIPPED [2] dask/bytes/tests/test_local.py:198: compression function not provided SKIPPED [2] dask/bytes/tests/test_local.py:249: compression function not provided SKIPPED [3] dask/dataframe/io/tests/test_csv.py:199: not supported SKIPPED [2] dask/dataframe/io/tests/test_csv.py:778: compress function not provided for lzma SKIPPED [1] dask/dataframe/io/tests/test_csv.py:799: unconditional skip SKIPPED [1] dask/dataframe/io/tests/test_csv.py:864: could not import 'psutil': No module named 'psutil' SKIPPED [1] dask/dataframe/io/tests/test_csv.py:883: could not import 'psutil': No module named 'psutil' SKIPPED [1] dask/dataframe/io/tests/test_csv.py:1832: layers not supported SKIPPED [1] dask/dataframe/io/tests/test_demo.py:96: layers not supported SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:28: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:59: layers not supported SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:154: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:247: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:295: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:352: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:420: segfaults due to https://github.com/PyTables/PyTables/issues/977 SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:494: No need to run with pyarrow strings SKIPPED [9] dask/dataframe/io/tests/test_hdf.py:514: segfaults due to https://github.com/PyTables/PyTables/issues/977 SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:585: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:601: No need to run with pyarrow strings SKIPPED [2] dask/dataframe/io/tests/test_hdf.py:658: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:706: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:719: segfaults due to https://github.com/PyTables/PyTables/issues/977 SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:776: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:794: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:831: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:851: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:864: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:878: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:890: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:901: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:915: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_hdf.py:957: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_io.py:332: could not import 'cudf': No module named 'cudf' SKIPPED [1] dask/dataframe/io/tests/test_io.py:546: could not import 'cupy': No module named 'cupy' SKIPPED [1] dask/dataframe/io/tests/test_io.py:708: doesn't make sense SKIPPED [1] dask/dataframe/io/tests/test_io.py:749: doesn't make sense SKIPPED [1] dask/dataframe/io/tests/test_io.py:983: dask-expr doesn't support token SKIPPED [1] dask/dataframe/io/tests/test_io.py:1078: could not import 'cudf': No module named 'cudf' SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:121: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:129: Must have fastparquet but not pyarrow installed SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:141: fastparquet or pyarrow are installed SKIPPED [6] dask/dataframe/io/tests/test_parquet.py:162: fastparquet not found or pyarrow strings are enabled SKIPPED [6] dask/dataframe/io/tests/test_parquet.py:195: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:208: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:220: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:240: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:257: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:270: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:293: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:330: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:415: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:424: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:468: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:477: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:539: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:548: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:562: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:576: fastparquet not found or pyarrow strings are enabled SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:606: not supported SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:665: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:694: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:723: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:756: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:830: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:863: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:882: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:909: fastparquet not found or pyarrow strings are enabled SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:942: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:980: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:1008: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1031: No need to run with pyarrow strings SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1060: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1074: fastparquet not found or pyarrow strings are enabled SKIPPED [25] dask/dataframe/io/tests/test_parquet.py:1098: fastparquet not found or pyarrow strings are enabled SKIPPED [25] dask/dataframe/io/tests/test_parquet.py:1098: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1175: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1212: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1231: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:1247: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1258: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1272: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1429: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1456: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1506: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1527: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1575: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1625: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1650: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1716: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1747: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:1775: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1805: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1818: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1842: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1863: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1904: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1918: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2098: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2197: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2237: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2244: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2265: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2286: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2323: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2378: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2389: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2401: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:2416: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:2428: fastparquet not found or pyarrow strings are enabled SKIPPED [12] dask/dataframe/io/tests/test_parquet.py:2437: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:2454: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2462: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2483: fastparquet not found or pyarrow strings are enabled SKIPPED [8] dask/dataframe/io/tests/test_parquet.py:2498: doesn't make sense SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2529: doesn't make sense SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2545: doesn't make sense SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2564: doesn't make sense SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2581: doesn't make sense SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2603: doesn't make sense SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2630: doesn't make sense SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2647: doesn't make sense SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2691: fastparquet not found or pyarrow strings are enabled SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:2731: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2764: fastparquet not found or pyarrow strings are enabled SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:2797: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2854: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2884: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2896: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:2921: fastparquet not found or pyarrow strings are enabled SKIPPED [8] dask/dataframe/io/tests/test_parquet.py:3044: fastparquet not found or pyarrow strings are enabled SKIPPED [8] dask/dataframe/io/tests/test_parquet.py:3101: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:3168: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:3186: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:3200: makes no sense SKIPPED [6] dask/dataframe/io/tests/test_parquet.py:3219: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3344: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:3361: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:3400: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:3459: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3486: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3496: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:3508: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3518: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3539: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3548: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:3560: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3671: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3833: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3861: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3896: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3919: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3931: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3961: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:3968: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4057: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4072: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:4114: fastparquet not found or pyarrow strings are enabled SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:4154: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:4190: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4262: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4274: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4289: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4346: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4363: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4399: fastparquet not found or pyarrow strings are enabled SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:4445: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4468: fastparquet not found or pyarrow strings are enabled SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:4487: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:4521: enforced deprecation SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4538: could not import 'cudf': No module named 'cudf' SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4558: doesn't make sense SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:4605: doesn't make sense SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:4620: doesn't make sense SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4681: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4703: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:4719: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4750: fastparquet not found or pyarrow strings are enabled SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:4790: fastparquet not found or pyarrow strings are enabled SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:4902: could not import 'botocore': No module named 'botocore' SKIPPED [1] dask/dataframe/tests/test_accessors.py:52: from_pandas doesn't support Index SKIPPED [1] dask/dataframe/tests/test_arithmetics_reduction.py:36: constructor not supported SKIPPED [1] dask/dataframe/tests/test_arithmetics_reduction.py:523: scalar not available like this SKIPPED [20] dask/dataframe/tests/test_arithmetics_reduction.py:849: legacy, no longer supported in dask-expr SKIPPED [2] dask/dataframe/tests/test_arithmetics_reduction.py:907: numpy>2 removed product -- users should move to prod SKIPPED [1] dask/dataframe/tests/test_arithmetics_reduction.py:1067: no arrow strings yet SKIPPED [1] dask/dataframe/tests/test_categorical.py:129: could not import 'dask_cudf': No module named 'dask_cudf' SKIPPED [1] dask/dataframe/tests/test_dataframe.py:95: not yet supported SKIPPED [1] dask/dataframe/tests/test_dataframe.py:102: not yet supported SKIPPED [1] dask/dataframe/tests/test_dataframe.py:416: Requires crick SKIPPED [1] dask/dataframe/tests/test_dataframe.py:594: could not import 'crick': No module named 'crick' SKIPPED [2] dask/dataframe/tests/test_dataframe.py:673: out ignored in dask-expr SKIPPED [1] dask/dataframe/tests/test_dataframe.py:1206: not supported SKIPPED [3] dask/dataframe/tests/test_dataframe.py:1501: Requires crick SKIPPED [1] dask/dataframe/tests/test_dataframe.py:1537: Requires crick SKIPPED [1] dask/dataframe/tests/test_dataframe.py:1560: Requires crick SKIPPED [3] dask/dataframe/tests/test_dataframe.py:1583: Requires crick SKIPPED [1] dask/dataframe/tests/test_dataframe.py:1872: not supported SKIPPED [3] dask/dataframe/tests/test_dataframe.py:2533: testing this over in expr SKIPPED [1] dask/dataframe/tests/test_dataframe.py:2846: constructor not supported SKIPPED [1] dask/dataframe/tests/test_dataframe.py:2859: could not import 'numexpr': No module named 'numexpr' SKIPPED [1] dask/dataframe/tests/test_dataframe.py:2870: not available SKIPPED [1] dask/dataframe/tests/test_dataframe.py:2983: Not public SKIPPED [1] dask/dataframe/tests/test_dataframe.py:3006: Not public SKIPPED [3] dask/dataframe/tests/test_dataframe.py:3410: not supported SKIPPED [1] dask/dataframe/tests/test_dataframe.py:3460: not supported SKIPPED [1] dask/dataframe/tests/test_dataframe.py:3483: Available at 2.1 SKIPPED [1] dask/dataframe/tests/test_dataframe.py:3491: not supported SKIPPED [3] dask/dataframe/tests/test_dataframe.py:3612: https://github.com/rapidsai/cudf/issues/16560 SKIPPED [1] dask/dataframe/tests/test_dataframe.py:3685: https://github.com/rapidsai/cudf/issues/16560 SKIPPED [1] dask/dataframe/tests/test_dataframe.py:3937: deprecation enforced SKIPPED [1] dask/dataframe/tests/test_dataframe.py:3980: Midx columns SKIPPED [1] dask/dataframe/tests/test_dataframe.py:4120: not compatible SKIPPED [1] dask/dataframe/tests/test_dataframe.py:4153: not compatible SKIPPED [1] dask/dataframe/tests/test_dataframe.py:4189: not compatible SKIPPED [1] dask/dataframe/tests/test_dataframe.py:4557: midx not supported SKIPPED [1] dask/dataframe/tests/test_dataframe.py:4676: shows a warning as well SKIPPED [2] dask/dataframe/tests/test_dataframe.py:4723: deprecated in pandas SKIPPED [6] dask/dataframe/tests/test_dataframe.py:4764: no longer supported SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5039: Requires crick SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5070: could not import 'cudf': No module named 'cudf' SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5321: could not import 'sparse': No module named 'sparse' SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5409: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5532: constructor not supported SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5654: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5666: No need to run with pyarrow strings SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5700: not supported SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5725: doesn't make sense SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5759: doesn't make sense SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5773: not important now SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5783: not important now SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5801: doesn't make sense SKIPPED [1] dask/dataframe/tests/test_dataframe.py:5991: reduction not available SKIPPED [4] dask/dataframe/tests/test_dataframe.py:6180: duplicated columns not supported SKIPPED [1] dask/dataframe/tests/test_dataframe.py:6280: could not import 'cudf': No module named 'cudf' SKIPPED [1] dask/dataframe/tests/test_indexing.py:767: could not import 'cudf': No module named 'cudf' SKIPPED [2] dask/dataframe/tests/test_merge_column_and_index.py:260: breaks with pandas=2.1.0+ SKIPPED [1] dask/dataframe/tests/test_multi.py:43: align_partitions not available SKIPPED [1] dask/dataframe/tests/test_multi.py:120: not available SKIPPED [1] dask/dataframe/tests/test_multi.py:141: not available SKIPPED [8] dask/dataframe/tests/test_multi.py:256: not available SKIPPED [2] dask/dataframe/tests/test_multi.py:1069: not deprecated in dask-expr SKIPPED [6] dask/dataframe/tests/test_multi.py:1160: could not import 'cudf': No module named 'cudf' SKIPPED [8] dask/dataframe/tests/test_multi.py:1480: breaks with pandas=2.1.0+ SKIPPED [1] dask/dataframe/tests/test_multi.py:2045: constructor not supported SKIPPED [1] dask/dataframe/tests/test_multi.py:2530: could not import 'cudf': No module named 'cudf' SKIPPED [2] dask/dataframe/tests/test_multi.py:2768: not available in dask-expr SKIPPED [1] dask/dataframe/tests/test_rolling.py:326: axis not at all supported SKIPPED [6] dask/dataframe/tests/test_rolling.py:352: deprecated in pandas SKIPPED [1] dask/dataframe/tests/test_rolling.py:409: different in dask-expr SKIPPED [1] dask/dataframe/tests/test_rolling.py:416: different in dask-expr SKIPPED [1] dask/dataframe/tests/test_rolling.py:562: could not import 'numba': No module named 'numba' SKIPPED [2] dask/dataframe/tests/test_shuffle.py:78: no deprecation necessary SKIPPED [4] dask/dataframe/tests/test_shuffle.py:371: not available SKIPPED [1] dask/dataframe/tests/test_shuffle.py:393: not available SKIPPED [1] dask/dataframe/tests/test_shuffle.py:414: not available SKIPPED [1] dask/dataframe/tests/test_shuffle.py:435: not available SKIPPED [1] dask/dataframe/tests/test_shuffle.py:509: not available SKIPPED [1] dask/dataframe/tests/test_shuffle.py:537: constructor doesn't work SKIPPED [1] dask/dataframe/tests/test_shuffle.py:593: auto not supported SKIPPED [2] dask/dataframe/tests/test_shuffle.py:603: auto not supported SKIPPED [1] dask/dataframe/tests/test_shuffle.py:715: could not import 'dask_cudf': No module named 'dask_cudf' SKIPPED [2] dask/dataframe/tests/test_shuffle.py:749: not deprecated SKIPPED [1] dask/dataframe/tests/test_shuffle.py:773: could not import 'cudf': No module named 'cudf' SKIPPED [1] dask/dataframe/tests/test_shuffle.py:802: could not import 'cudf': No module named 'cudf' SKIPPED [2] dask/dataframe/tests/test_shuffle.py:818: we don't do division inference for 1 partition frames SKIPPED [1] dask/dataframe/tests/test_shuffle.py:848: we don't do division inference for 1 partition frames SKIPPED [1] dask/dataframe/tests/test_shuffle.py:1130: we test this over in dask-expr SKIPPED [1] dask/dataframe/tests/test_shuffle.py:1154: we don't support inplace SKIPPED [1] dask/dataframe/tests/test_shuffle.py:1360: not valid for dask-expr SKIPPED [2] dask/dataframe/tests/test_shuffle.py:1417: not valid for dask-expr SKIPPED [1] dask/dataframe/tests/test_shuffle.py:1509: not valid for dask-expr SKIPPED [1] dask/dataframe/tests/test_shuffle.py:1525: not valid for dask-expr SKIPPED [2] dask/dataframe/tests/test_shuffle.py:1565: not deprecated SKIPPED [8] dask/dataframe/tests/test_shuffle.py:1586: could not import 'dask_cudf': No module named 'dask_cudf' SKIPPED [1] dask/dataframe/tests/test_ufunc.py:178: fix calls floor in a way that we do not yet support SKIPPED [48] dask/dataframe/tests/test_ufunc.py:458: doesn't work at the moment, all return not implemented SKIPPED [3] dask/dataframe/tests/test_ufunc.py:530: Numpy started overflowing while we are casting to float SKIPPED [1] dask/diagnostics/tests/test_profiler.py:81: condition: not psutil SKIPPED [1] dask/diagnostics/tests/test_profiler.py:107: condition: not psutil SKIPPED [1] dask/diagnostics/tests/test_profiler.py:157: condition: not psutil SKIPPED [1] dask/diagnostics/tests/test_profiler.py:180: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:197: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:225: condition: not psutil SKIPPED [1] dask/diagnostics/tests/test_profiler.py:266: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:295: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:303: condition: not psutil SKIPPED [1] dask/diagnostics/tests/test_profiler.py:331: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:344: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:363: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_progress.py:100: could not import 'cachey': No module named 'cachey' SKIPPED [1] dask/tests/test_backends.py:16: not properly supported yet SKIPPED [1] dask/tests/test_backends.py:13: could not import 'cudf': No module named 'cudf' SKIPPED [1] dask/tests/test_base.py:466: doesn't make sense SKIPPED [1] dask/tests/test_base.py:483: doesn't make sense SKIPPED [1] dask/tests/test_base.py:500: doesn't make sense SKIPPED [1] dask/tests/test_base.py:584: could not import 'ipycytoscape': No module named 'ipycytoscape' SKIPPED [1] dask/tests/test_base.py:642: could not import 'matplotlib.pyplot': No module named 'matplotlib' SKIPPED [2] dask/tests/test_base.py:1099: objects not available SKIPPED [1] dask/tests/test_ci.py:11: Only check for dev packages in `upstream` CI build SKIPPED [1] dask/tests/test_config.py:508: could not import 'jsonschema': No module named 'jsonschema' SKIPPED [1] dask/tests/test_datasets.py:9: could not import 'mimesis': No module named 'mimesis' SKIPPED [1] dask/tests/test_datasets.py:18: could not import 'mimesis': No module named 'mimesis' SKIPPED [1] dask/tests/test_datasets.py:24: could not import 'mimesis': No module named 'mimesis' SKIPPED [1] dask/tests/test_datasets.py:43: could not import 'mimesis': No module named 'mimesis' SKIPPED [3] dask/tests/test_docs.py:21: Test can only be run on an editable install SKIPPED [1] dask/tests/test_graph_manipulation.py:166: hlg doesn't make sense SKIPPED [1] dask/tests/test_graph_manipulation.py:267: condition: not da or not zarr SKIPPED [2] dask/tests/test_graph_manipulation.py:341: not supported SKIPPED [1] dask/tests/test_multiprocessing.py:287: POSIX supports different contexts SKIPPED [1] dask/tests/test_multiprocessing.py:300: POSIX supports different contexts SKIPPED [1] dask/tests/test_order.py:259: could not import 'matplotlib': No module named 'matplotlib' SKIPPED [1] dask/tests/test_order.py:1080: could not import 'zarr': No module named 'zarr' SKIPPED [2] dask/tests/test_order.py:1392: could not import 'xarray': No module named 'xarray' SKIPPED [1] dask/tests/test_order.py:1425: could not import 'xarray': No module named 'xarray' SKIPPED [1] dask/tests/test_order.py:2329: could not import 'xarray': No module named 'xarray' SKIPPED [1] dask/tests/test_sizeof.py:257: could not import 'xarray': No module named 'xarray' SKIPPED [1] dask/tests/test_sizeof.py:279: could not import 'xarray': No module named 'xarray' SKIPPED [1] dask/tests/test_task_spec.py:270: could not import 'distributed': No module named 'distributed' SKIPPED [1] dask/tests/test_task_spec.py:308: could not import 'distributed': No module named 'distributed' SKIPPED [5] dask/tests/test_tokenize.py:1369: condition: not numba SKIPPED [1] dask/tests/test_tokenize.py:1382: condition: not numba SKIPPED [1] dask/tests/test_tokenize.py:1388: condition: not numba SKIPPED [1] dask/tests/test_traceback.py:113: could not import 'distributed': No module named 'distributed' SKIPPED [1] dask/tests/test_utils.py:465: could not import 'multipledispatch': No module named 'multipledispatch' SKIPPED [1] dask/tests/test_utils.py:942: could not import 'cupy': No module named 'cupy' FAILED dask/array/tests/test_random.py::test_concurrency[RandomState] - PermissionError: [Errno 13] Permission denied FAILED dask/array/tests/test_random.py::test_concurrency[default_rng] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_groupby_pure_hash - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_groupby_normal_hash - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_groupby_none[processes-disk] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_groupby_none[processes-tasks] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_groupby_dataclass[processes-disk-none_field] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_groupby_dataclass[processes-disk-no_none_fields] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_groupby_dataclass[processes-tasks-none_field] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_groupby_dataclass[processes-tasks-no_none_fields] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_map - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_map_method - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_starmap - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_remove - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_iter - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_pluck - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_pluck_with_default - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_unzip - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_fold - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_distinct - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_frequencies - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_frequencies_sorted - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_topk - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_topk_with_non_callable_key[1] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_topk_with_non_callable_key[2] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_topk_with_multiarg_lambda - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_lambdas - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_reductions - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_tree_reductions - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_std - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_var - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_join[identity] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_join[delayed] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_join[] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_foldby - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_foldby_tree_reduction - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_map_partitions - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_random_sample_size - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_random_sample_repeated_computation - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_random_sample_different_definitions - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_random_sample_random_state - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_take - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_take_npartitions - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_can_use_dict_to_make_concrete - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_read_text - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_read_text_large - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_read_text_encoding - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_read_text_large_gzip - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_from_sequence - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_from_long_sequence - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_product - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_groupby - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_groupby_with_indexer - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_groupby_with_npartitions_changed - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_concat - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_flatten - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_concat_after_map - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_args - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_to_dataframe - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_to_textfiles_name_function_preserves_order - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_to_textfiles_name_function_warn - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_to_textfiles_inputs - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_to_textfiles_endlines - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_string_namespace - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_string_namespace_with_unicode - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_str_empty_split - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_map_with_iterator_function - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_ensure_compute_output_is_concrete - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_class_extend - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_gh715 - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_compute_forward_kwargs - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_from_delayed - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_range - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_zip[1] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_zip[7] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_zip[10] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_zip[28] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repartition_partition_size[1-1] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repartition_partition_size[2-1] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repartition_partition_size[5-1] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repartition_partition_size[1-2] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repartition_partition_size[2-2] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repartition_partition_size[5-2] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repartition_partition_size[1-5] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repartition_partition_size[2-5] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repartition_partition_size[5-5] - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_multiple_repartition_partition_size - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repartition_partition_size_complex_dtypes - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_accumulate - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_to_textfiles_empty_partitions - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_empty - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_picklable - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_repeated_groupby - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_temporary_directory - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bag_paths - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_bagged_array_delayed - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_to_dataframe_optimize_graph - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_bag.py::test_map_total_mem_usage - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_choices_size_exactly_k - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_choices_k_bigger_than_bag_size - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_choices_empty_partition - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_choices_k_bigger_than_smallest_partition_size - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_choices_k_equal_bag_size_with_unbalanced_partitions - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_choices_with_more_bag_partitons - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_sample_with_more_bag_partitons - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_sample_size_exactly_k - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_sample_k_bigger_than_bag_size - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_sample_empty_partition - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_sample_size_k_bigger_than_smallest_partition_size - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_sample_k_equal_bag_size_with_unbalanced_partitions - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_sample_k_larger_than_partitions - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_random.py::test_partitions_are_coerced_to_lists - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_text.py::test_errors - PermissionError: [Errno 13] Permission denied FAILED dask/bag/tests/test_text.py::test_complex_delimiter - PermissionError: [Errno 13] Permission denied FAILED dask/dataframe/io/tests/test_csv.py::test_to_csv_with_get - PermissionError: [Errno 13] Permission denied FAILED dask/dataframe/io/tests/test_csv.py::test_to_csv_warns_using_scheduler_argument - PermissionError: [Errno 13] Permission denied FAILED dask/dataframe/io/tests/test_csv.py::test_to_csv_errors_using_multiple_scheduler_args - PermissionError: [Errno 13] Permission denied FAILED dask/dataframe/io/tests/test_csv.py::test_to_csv_keeps_all_non_scheduler_compute_kwargs - PermissionError: [Errno 13] Permission denied FAILED dask/dataframe/io/tests/test_io.py::test_to_bag - PermissionError: [Errno 13] Permission denied FAILED dask/dataframe/io/tests/test_json.py::test_to_json_with_get - PermissionError: [Errno 13] Permission denied FAILED dask/dataframe/io/tests/test_parquet.py::test_to_parquet_lazy[pyarrow-processes] - PermissionError: [Errno 13] Permission denied FAILED dask/dataframe/io/tests/test_parquet.py::test_to_parquet_with_get[pyarrow] - PermissionError: [Errno 13] Permission denied FAILED dask/dataframe/io/tests/test_parquet.py::test_null_partition_pyarrow[processes] - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_base.py::test_persist_array_bag - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_errors_propagate - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_lambda_with_cloudpickle - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_lambda_results_with_cloudpickle - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_unpicklable_args_generate_errors - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_reuse_pool[Pool] - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_reuse_pool[ProcessPoolExecutor] - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_dumps_loads - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_fuse_doesnt_clobber_intermediates - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_optimize_graph_false - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_works_with_highlevel_graph - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_random_seeds[numpy] - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_random_seeds[random] - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_process_initializer[processes-None-expected_results1] - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_process_initializer[processes-proc_init-expected_results2] - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_multiprocessing.py::test_custom_context_used_python3_posix - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_sizeof.py::test_register_backend_entrypoint - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_threaded.py::test_reuse_pool[ThreadPool] - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_threaded.py::test_pool_kwarg[ThreadPool] - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_traceback.py::test_compute_shorten_traceback[processes] - PermissionError: [Errno 13] Permission denied FAILED dask/tests/test_traceback.py::test_persist_shorten_traceback[processes] - PermissionError: [Errno 13] Permission denied = 144 failed, 8779 passed, 1358 skipped, 2416 deselected, 96 xfailed, 20 xpassed, 122 warnings in 270.09s (0:04:30) = >>> ERROR: py3-dask: check failed >>> py3-dask: Uninstalling dependencies... (1/271) Purging .makedepends-py3-dask (20251012.160126) (2/271) Purging py3-click-pyc (8.1.8-r1) (3/271) Purging py3-click (8.1.8-r1) (4/271) Purging py3-cloudpickle-pyc (3.1.1-r0) (5/271) Purging py3-cloudpickle (3.1.1-r0) (6/271) Purging py3-dask-expr-pyc (1.1.17-r0) (7/271) Purging py3-dask-expr (1.1.17-r0) (8/271) Purging py3-fsspec-pyc (2023.12.2-r3) (9/271) Purging py3-fsspec (2023.12.2-r3) (10/271) Purging py3-importlib-metadata-pyc (7.0.2-r1) (11/271) Purging py3-importlib-metadata (7.0.2-r1) (12/271) Purging py3-zipp-pyc (3.17.0-r1) (13/271) Purging py3-zipp (3.17.0-r1) (14/271) Purging py3-partd-pyc (1.4.1-r2) (15/271) Purging py3-partd (1.4.1-r2) (16/271) Purging py3-locket-pyc (1.0.0-r3) (17/271) Purging py3-locket (1.0.0-r3) (18/271) Purging py3-pandas-pyc (2.2.3-r0) (19/271) Purging py3-pandas (2.2.3-r0) (20/271) Purging py3-pyzmq-pyc (25.1.2-r1) (21/271) Purging py3-pyzmq (25.1.2-r1) (22/271) Purging py3-tornado-pyc (6.5.1-r0) (23/271) Purging py3-tornado (6.5.1-r0) (24/271) Purging py3-toolz-pyc (0.12.1-r1) (25/271) Purging py3-toolz (0.12.1-r1) (26/271) Purging py3-yaml-pyc (6.0.2-r0) (27/271) Purging py3-yaml (6.0.2-r0) (28/271) Purging py3-gpep517-pyc (19-r0) (29/271) Purging py3-gpep517 (19-r0) (30/271) Purging py3-installer-pyc (0.7.0-r2) (31/271) Purging py3-installer (0.7.0-r2) (32/271) Purging py3-python-versioneer-pyc (0.29-r1) (33/271) Purging py3-python-versioneer (0.29-r1) (34/271) Purging py3-wheel-pyc (0.46.1-r0) (35/271) Purging py3-wheel (0.46.1-r0) (36/271) Purging py3-aiohttp-pyc (3.11.15-r0) (37/271) Purging py3-aiohttp (3.11.15-r0) (38/271) Purging py3-aiohappyeyeballs-pyc (2.4.4-r0) (39/271) Purging py3-aiohappyeyeballs (2.4.4-r0) (40/271) Purging py3-aiosignal-pyc (1.3.1-r3) (41/271) Purging py3-aiosignal (1.3.1-r3) (42/271) Purging py3-frozenlist-pyc (1.6.0-r0) (43/271) Purging py3-frozenlist (1.6.0-r0) (44/271) Purging py3-async-timeout-pyc (4.0.3-r1) (45/271) Purging py3-async-timeout (4.0.3-r1) (46/271) Purging py3-brotli-pyc (1.1.0-r2) (47/271) Purging py3-brotli (1.1.0-r2) (48/271) Purging py3-idna-ssl-pyc (1.1.0-r9) (49/271) Purging py3-idna-ssl (1.1.0-r9) (50/271) Purging py3-typing-extensions-pyc (4.13.2-r0) (51/271) Purging py3-typing-extensions (4.13.2-r0) (52/271) Purging py3-yarl-pyc (1.20.0-r0) (53/271) Purging py3-yarl (1.20.0-r0) (54/271) Purging py3-multidict-pyc (6.4.4-r0) (55/271) Purging py3-multidict (6.4.4-r0) (56/271) Purging py3-propcache-pyc (0.3.1-r0) (57/271) Purging py3-propcache (0.3.1-r0) (58/271) Purging py3-expandvars-pyc (1.0.0-r0) (59/271) Purging py3-expandvars (1.0.0-r0) (60/271) Purging py3-flaky-pyc (3.8.1-r1) (61/271) Purging py3-flaky (3.8.1-r1) (62/271) Purging py3-graphviz-pyc (0.20.3-r1) (63/271) Purging py3-graphviz (0.20.3-r1) (64/271) Purging graphviz (12.2.1-r0) Executing graphviz-12.2.1-r0.pre-deinstall (65/271) Purging font-cantarell (0.303.1-r2) (66/271) Purging py3-jinja2-pyc (3.1.6-r0) (67/271) Purging py3-jinja2 (3.1.6-r0) (68/271) Purging py3-markupsafe-pyc (3.0.2-r0) (69/271) Purging py3-markupsafe (3.0.2-r0) (70/271) Purging py3-pandas-tests (2.2.3-r0) (71/271) Purging py3-dateutil-pyc (2.9.0-r1) (72/271) Purging py3-dateutil (2.9.0-r1) (73/271) Purging py3-six-pyc (1.17.0-r0) (74/271) Purging py3-six (1.17.0-r0) (75/271) Purging py3-tz-pyc (2025.2-r0) (76/271) Purging py3-tz (2025.2-r0) (77/271) Purging py3-tzdata-pyc (2025.2-r0) (78/271) Purging py3-tzdata (2025.2-r0) (79/271) Purging py3-attrs-pyc (25.3.0-r0) (80/271) Purging py3-attrs (25.3.0-r0) (81/271) Purging py3-pyarrow-pyc (19.0.1-r6) (82/271) Purging py3-pyarrow (19.0.1-r6) (83/271) Purging py3-cffi-pyc (1.17.1-r1) (84/271) Purging py3-cffi (1.17.1-r1) (85/271) Purging py3-cparser-pyc (2.22-r1) (86/271) Purging py3-cparser (2.22-r1) (87/271) Purging py3-pytest-cov-pyc (5.0.0-r0) (88/271) Purging py3-pytest-cov (5.0.0-r0) (89/271) Purging py3-coverage-pyc (7.8.2-r0) (90/271) Purging py3-coverage (7.8.2-r0) (91/271) Purging py3-pytest-runner-pyc (6.0.1-r1) (92/271) Purging py3-pytest-runner (6.0.1-r1) (93/271) Purging py3-setuptools-pyc (80.9.0-r0) (94/271) Purging py3-setuptools (80.9.0-r0) (95/271) Purging py3-pytest-xdist-pyc (3.6.1-r0) (96/271) Purging py3-pytest-xdist (3.6.1-r0) (97/271) Purging py3-execnet-pyc (2.1.1-r0) (98/271) Purging py3-execnet (2.1.1-r0) (99/271) Purging py3-pytest-pyc (8.3.5-r0) (100/271) Purging py3-pytest (8.3.5-r0) (101/271) Purging py3-iniconfig-pyc (2.1.0-r0) (102/271) Purging py3-iniconfig (2.1.0-r0) (103/271) Purging py3-pluggy-pyc (1.5.0-r0) (104/271) Purging py3-pluggy (1.5.0-r0) (105/271) Purging py3-py-pyc (1.11.0-r4) (106/271) Purging py3-py (1.11.0-r4) (107/271) Purging py3-scipy-pyc (1.13.1-r1) (108/271) Purging py3-scipy (1.13.1-r1) (109/271) Purging py3-pooch-pyc (1.8.2-r1) (110/271) Purging py3-pooch (1.8.2-r1) (111/271) Purging py3-packaging-pyc (25.0-r0) (112/271) Purging py3-packaging (25.0-r0) (113/271) Purging py3-parsing-pyc (3.2.3-r0) (114/271) Purging py3-parsing (3.2.3-r0) (115/271) Purging py3-platformdirs-pyc (4.3.8-r0) (116/271) Purging py3-platformdirs (4.3.8-r0) (117/271) Purging py3-requests-pyc (2.32.5-r0) (118/271) Purging py3-requests (2.32.5-r0) (119/271) Purging py3-certifi-pyc (2025.4.26-r0) (120/271) Purging py3-certifi (2025.4.26-r0) (121/271) Purging py3-charset-normalizer-pyc (3.4.2-r0) (122/271) Purging py3-charset-normalizer (3.4.2-r0) (123/271) Purging py3-idna-pyc (3.10-r0) (124/271) Purging py3-idna (3.10-r0) (125/271) Purging py3-urllib3-pyc (1.26.20-r0) (126/271) Purging py3-urllib3 (1.26.20-r0) (127/271) Purging py3-numpy-tests (2.2.4-r1) (128/271) Purging py3-numpy-pyc (2.2.4-r1) (129/271) Purging py3-numpy (2.2.4-r1) (130/271) Purging openblas (0.3.28-r0) (131/271) Purging graphviz-libs (12.2.1-r0) (132/271) Purging libarrow_dataset (19.0.1-r6) (133/271) Purging libarrow_flight (19.0.1-r6) (134/271) Purging libgd (2.3.3-r10) (135/271) Purging libgfortran (14.2.0-r6) (136/271) Purging libparquet (19.0.1-r6) (137/271) Purging libquadmath (14.2.0-r6) (138/271) Purging libthrift (0.21.0-r0) (139/271) Purging libxpm (3.5.17-r0) (140/271) Purging libxt (1.3.1-r0) (141/271) Purging libzmq (4.3.5-r2) (142/271) Purging pango (1.56.3-r0) Executing pango-1.56.3-r0.pre-deinstall (143/271) Purging py3-pybind11-pyc (2.13.6-r0) (144/271) Purging py3-re2-pyc (2024.07.02-r3) (145/271) Purging py3-re2 (2024.07.02-r3) (146/271) Purging py3-pybind11 (2.13.6-r0) (147/271) Purging tiff (4.7.1-r0) (148/271) Purging yaml (0.2.5-r2) (149/271) Purging grpc-cpp (1.72.0-r0) (150/271) Purging libgrpc_unsecure (1.72.0-r0) (151/271) Purging libgrpc (1.72.0-r0) (152/271) Purging abseil-cpp-random-internal-pool-urbg (20240722.1-r1) (153/271) Purging libgpr (1.72.0-r0) (154/271) Purging abseil-cpp-vlog-config-internal (20240722.1-r1) (155/271) Purging protoc (29.4-r0) (156/271) Purging libprotobuf-lite (29.4-r0) (157/271) Purging libarrow_acero (19.0.1-r6) (158/271) Purging libarrow (19.0.1-r6) (159/271) Purging apache-arrow (19.0.1-r6) (160/271) Purging libprotobuf (29.4-r0) (161/271) Purging protobuf (29.4-r0) (162/271) Purging libprotoc (29.4-r0) (163/271) Purging abseil-cpp-log-internal-conditions (20240722.1-r1) (164/271) Purging abseil-cpp-statusor (20240722.1-r1) (165/271) Purging abseil-cpp-status (20240722.1-r1) (166/271) Purging abseil-cpp-cord (20240722.1-r1) (167/271) Purging abseil-cpp-cordz-info (20240722.1-r1) (168/271) Purging abseil-cpp-cordz-handle (20240722.1-r1) (169/271) Purging abseil-cpp-die-if-null (20240722.1-r1) (170/271) Purging re2 (2024.07.02-r3) (171/271) Purging abseil-cpp-log-internal-message (20240722.1-r1) (172/271) Purging abseil-cpp-log-internal-log-sink-set (20240722.1-r1) (173/271) Purging abseil-cpp-flags-reflection (20240722.1-r1) (174/271) Purging abseil-cpp-flags-internal (20240722.1-r1) (175/271) Purging abseil-cpp-flags-config (20240722.1-r1) (176/271) Purging abseil-cpp-flags-program-name (20240722.1-r1) (177/271) Purging abseil-cpp-synchronization (20240722.1-r1) (178/271) Purging abseil-cpp-malloc-internal (20240722.1-r1) (179/271) Purging abseil-cpp-base (20240722.1-r1) (180/271) Purging abseil-cpp-raw-hash-set (20240722.1-r1) (181/271) Purging abseil-cpp-log-globals (20240722.1-r1) (182/271) Purging abseil-cpp-hash (20240722.1-r1) (183/271) Purging abseil-cpp-city (20240722.1-r1) (184/271) Purging abseil-cpp-cord-internal (20240722.1-r1) (185/271) Purging abseil-cpp-cordz-functions (20240722.1-r1) (186/271) Purging abseil-cpp-crc-cord-state (20240722.1-r1) (187/271) Purging abseil-cpp-crc32c (20240722.1-r1) (188/271) Purging abseil-cpp-crc-internal (20240722.1-r1) (189/271) Purging abseil-cpp-examine-stack (20240722.1-r1) (190/271) Purging abseil-cpp-stacktrace (20240722.1-r1) (191/271) Purging abseil-cpp-debugging-internal (20240722.1-r1) (192/271) Purging abseil-cpp-exponential-biased (20240722.1-r1) (193/271) Purging abseil-cpp-flags-commandlineflag (20240722.1-r1) (194/271) Purging abseil-cpp-flags-commandlineflag-internal (20240722.1-r1) (195/271) Purging abseil-cpp-flags-marshalling (20240722.1-r1) (196/271) Purging abseil-cpp-flags-private-handle-accessor (20240722.1-r1) (197/271) Purging abseil-cpp-log-internal-format (20240722.1-r1) (198/271) Purging abseil-cpp-str-format-internal (20240722.1-r1) (199/271) Purging abseil-cpp-int128 (20240722.1-r1) (200/271) Purging abseil-cpp-kernel-timeout-internal (20240722.1-r1) (201/271) Purging abseil-cpp-log-initialize (20240722.1-r1) (202/271) Purging abseil-cpp-log-internal-check-op (20240722.1-r1) (203/271) Purging abseil-cpp-log-internal-fnmatch (20240722.1-r1) (204/271) Purging abseil-cpp-log-internal-globals (20240722.1-r1) (205/271) Purging abseil-cpp-log-internal-nullguard (20240722.1-r1) (206/271) Purging abseil-cpp-log-internal-proto (20240722.1-r1) (207/271) Purging abseil-cpp-log-sink (20240722.1-r1) (208/271) Purging abseil-cpp-low-level-hash (20240722.1-r1) (209/271) Purging abseil-cpp-random-internal-randen (20240722.1-r1) (210/271) Purging abseil-cpp-random-internal-randen-hwaes-impl (20240722.1-r1) (211/271) Purging abseil-cpp-random-internal-randen-slow (20240722.1-r1) (212/271) Purging abseil-cpp-random-internal-platform (20240722.1-r1) (213/271) Purging abseil-cpp-random-internal-randen-hwaes (20240722.1-r1) (214/271) Purging abseil-cpp-random-internal-seed-material (20240722.1-r1) (215/271) Purging abseil-cpp-random-seed-gen-exception (20240722.1-r1) (216/271) Purging abseil-cpp-time (20240722.1-r1) (217/271) Purging abseil-cpp-strings (20240722.1-r1) (218/271) Purging abseil-cpp-strings-internal (20240722.1-r1) (219/271) Purging abseil-cpp-raw-logging-internal (20240722.1-r1) (220/271) Purging abseil-cpp-spinlock-wait (20240722.1-r1) (221/271) Purging abseil-cpp-strerror (20240722.1-r1) (222/271) Purging abseil-cpp-symbolize (20240722.1-r1) (223/271) Purging abseil-cpp-throw-delegate (20240722.1-r1) (224/271) Purging abseil-cpp-time-zone (20240722.1-r1) (225/271) Purging libavif (1.3.0-r0) (226/271) Purging aom-libs (3.12.1-r0) (227/271) Purging cairo (1.18.4-r0) (228/271) Purging libxft (2.3.8-r3) (229/271) Purging fontconfig (2.15.0-r3) (230/271) Purging harfbuzz (11.2.1-r0) (231/271) Purging freetype (2.13.3-r0) (232/271) Purging fribidi (1.0.16-r1) (233/271) Purging glog (0.7.1-r2) (234/271) Purging gflags (2.2.2-r2) (235/271) Purging glib (2.84.4-r0) (236/271) Purging graphite2 (1.3.14-r6) (237/271) Purging libupb_json_lib (1.72.0-r0) (238/271) Purging libaddress_sorting (1.72.0-r0) (239/271) Purging libupb_textformat_lib (1.72.0-r0) (240/271) Purging libupb_message_lib (1.72.0-r0) (241/271) Purging libupb_mem_lib (1.72.0-r0) (242/271) Purging libupb_base_lib (1.72.0-r0) (243/271) Purging grpc (1.72.0-r0) (244/271) Purging icu-libs (76.1-r1) (245/271) Purging icu-data-en (76.1-r1) (246/271) Purging libmount (2.41-r9) (247/271) Purging libblkid (2.41-r9) (248/271) Purging libxext (1.3.6-r2) (249/271) Purging libxrender (0.9.12-r0) (250/271) Purging libx11 (1.8.11-r0) (251/271) Purging libxcb (1.17.0-r0) (252/271) Purging libxdmcp (1.1.5-r1) (253/271) Purging libbsd (0.12.2-r0) (254/271) Purging libdav1d (1.5.1-r0) (255/271) Purging libeconf (0.6.3-r0) (256/271) Purging libsm (1.2.5-r0) (257/271) Purging libice (1.1.2-r0) (258/271) Purging libyuv (0.0.1887.20251502-r1) (259/271) Purging libjpeg-turbo (3.1.0-r0) (260/271) Purging libmd (1.1.0-r0) (261/271) Purging libpng (1.6.47-r0) (262/271) Purging libwebp (1.5.0-r0) (263/271) Purging libsharpyuv (1.5.0-r0) (264/271) Purging libsodium (1.0.20-r0) (265/271) Purging libunwind (1.8.1-r0) (266/271) Purging libuuid (2.41-r9) (267/271) Purging libxau (1.0.12-r0) (268/271) Purging lz4-libs (1.10.0-r0) (269/271) Purging pixman (0.46.4-r0) (270/271) Purging snappy (1.2.2-r0) (271/271) Purging utf8proc (2.10.0-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages