Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG][ppc64le][cudf python] test failures #10521

Closed
prashantkhoje opened this issue Mar 28, 2022 · 3 comments
Closed

[BUG][ppc64le][cudf python] test failures #10521

prashantkhoje opened this issue Mar 28, 2022 · 3 comments
Labels
0 - Backlog In queue waiting for assignment bug Something isn't working Python Affects Python cuDF API. tests Unit testing for project

Comments

@prashantkhoje
Copy link

Describe the bug
I tried to build and test cudf v21.12.00 on ppc64le platform with CUDA.
I encounter 196 test failures:

=============================================== short test summary info ================================================
FAILED cudf/cudf/tests/test_applymap.py::test_applymap_round[2-True] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_applymap.py::test_applymap_round[2-False] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_applymap.py::test_applymap_round[10-True] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_applymap.py::test_applymap_round[10-False] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_applymap.py::test_applymap_round[100-True] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_applymap.py::test_applymap_round[100-False] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_applymap.py::test_applymap_round[1000-True] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_applymap.py::test_applymap_round[1000-False] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_applymap.py::test_applymap_change_out_dtype - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_dataframe.py::test_dataframe_drop_multiindex[True-cow-None-pdf0] - TypeError: Expected tu...
FAILED cudf/cudf/tests/test_dataframe.py::test_dataframe_drop_multiindex[True-lama-None-pdf0] - TypeError: Expected t...
FAILED cudf/cudf/tests/test_dataframe.py::test_dataframe_drop_multiindex[True-falcon-None-pdf0] - TypeError: Expected...
FAILED cudf/cudf/tests/test_dataframe.py::test_dataframe_drop_multiindex[False-cow-None-pdf0] - TypeError: Expected t...
FAILED cudf/cudf/tests/test_dataframe.py::test_dataframe_drop_multiindex[False-lama-None-pdf0] - TypeError: Expected ...
FAILED cudf/cudf/tests/test_dataframe.py::test_dataframe_drop_multiindex[False-falcon-None-pdf0] - TypeError: Expecte...
FAILED cudf/cudf/tests/test_dataframe.py::test_dataframe_mode[True-True-df5] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_dataframe.py::test_dataframe_mode[True-True-df6] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_dataframe.py::test_dataframe_mode[False-True-df5] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_dataframe.py::test_dataframe_mode[False-True-df6] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[None-True-None-0-data0] - ValueError: column must be a scalar
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[None-True-None-0-data1] - ValueError: column must be a scalar
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[None-False-None-0-data0] - ValueError: column must be a scalar
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[None-False-None-0-data1] - ValueError: column must be a scalar
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[p_index1-True-None-0-data0] - ValueError: column must be a scalar
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[p_index1-True-None-0-data1] - ValueError: column must be a scalar
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[p_index1-False-None-0-data0] - ValueError: column must be a sc...
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[p_index1-False-None-0-data1] - ValueError: column must be a sc...
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[p_index2-True-None-0-data0] - ValueError: column must be a scalar
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[p_index2-True-None-0-data1] - ValueError: column must be a scalar
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[p_index2-False-None-0-data0] - ValueError: column must be a sc...
FAILED cudf/cudf/tests/test_dataframe.py::test_explode[p_index2-False-None-0-data1] - ValueError: column must be a sc...
FAILED cudf/cudf/tests/test_groupby.py::test_groupby_apply_no_keys[pdf1] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_groupby.py::test_groupby_fillna_multi_value[10] - AssertionError: DataFrame.index are dif...
FAILED cudf/cudf/tests/test_groupby.py::test_groupby_fillna_multi_value[100] - AssertionError: DataFrame.index are di...
FAILED cudf/cudf/tests/test_groupby.py::test_groupby_fillna_multi_value[1000] - AssertionError: DataFrame.index are d...
FAILED cudf/cudf/tests/test_index.py::test_index_difference[None-other7-data4] - AssertionError: Index are different
FAILED cudf/cudf/tests/test_index.py::test_index_difference[None-other7-data6] - AssertionError: Index are different
FAILED cudf/cudf/tests/test_index.py::test_index_type_methods[is_numeric-data2] - AssertionError:
FAILED cudf/cudf/tests/test_index.py::test_index_type_methods[is_floating-data2] - AssertionError:
FAILED cudf/cudf/tests/test_index.py::test_index_type_methods[is_object-data2] - AssertionError:
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem1-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem5-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem9-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem13-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem17-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem21-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem25-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem29-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem33-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem37-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem41-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem45-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem49-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem53-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem57-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem61-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem65-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem69-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem73-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem77-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem89-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem97-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem101-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem109-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem113-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem117-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem125-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem129-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem133-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_rank.py::test_series_rank_combinations[elem137-int64] - AssertionError: Series are different
FAILED cudf/cudf/tests/test_repr.py::test_multiIndex_repr[1-pmi0] - AssertionError: assert 'MultiIndex([...    length...
FAILED cudf/cudf/tests/test_repr.py::test_multiIndex_repr[1-pmi1] - AssertionError: assert 'MultiIndex([...   length=...
FAILED cudf/cudf/tests/test_repr.py::test_multiIndex_repr[1-pmi3] - AssertionError: assert 'MultiIndex([....], length...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_var_std_large[2-100-True-0-std] - AssertionError: DataFrame.iloc...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_var_std_large[2-100-True-0-var] - AssertionError: DataFrame.iloc...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_var_std_large[2-100-True-1-std] - AssertionError: DataFrame.iloc...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_var_std_large[2-100-True-1-var] - AssertionError: DataFrame.iloc...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_var_std_large[2-100-False-0-std] - AssertionError: DataFrame.ilo...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_var_std_large[2-100-False-0-var] - AssertionError: DataFrame.ilo...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_var_std_large[2-100-False-1-std] - AssertionError: DataFrame.ilo...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_var_std_large[2-100-False-1-var] - AssertionError: DataFrame.ilo...
FAILED cudf/cudf/tests/test_rolling.py::test_rollling_series_numba_udf_basic[True-data0-None] - MemoryError: std::bad...
FAILED cudf/cudf/tests/test_rolling.py::test_rollling_series_numba_udf_basic[False-data0-None] - MemoryError: std::ba...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_dataframe_numba_udf_basic[True-data1] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_dataframe_numba_udf_basic[True-data2] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_dataframe_numba_udf_basic[True-data3] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_dataframe_numba_udf_basic[False-data1] - MemoryError: std::bad_a...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_dataframe_numba_udf_basic[False-data2] - MemoryError: std::bad_a...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_dataframe_numba_udf_basic[False-data3] - MemoryError: std::bad_a...
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_numba_udf_with_offset - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_simple[sum] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_simple[min] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_simple[max] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_simple[mean] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_simple[count] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_simple[var] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_simple[std] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_multi[sum] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_multi[min] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_multi[max] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_multi[mean] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_multi[count] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_multi[var] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_multi[std] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[1d-sum] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[1d-min] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[1d-max] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[1d-mean] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[1d-count] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[1d-var] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[1d-std] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[2d-sum] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[2d-min] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[2d-max] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[2d-mean] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[2d-count] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[2d-var] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[2d-std] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[3d-sum] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[3d-min] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[3d-max] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[3d-mean] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[3d-count] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[3d-var] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[3d-std] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[4d-sum] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[4d-min] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[4d-max] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[4d-mean] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[4d-count] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[4d-var] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[4d-std] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[5d-sum] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[5d-min] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[5d-max] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[5d-mean] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[5d-count] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[5d-var] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[5d-std] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[6d-sum] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[6d-min] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[6d-max] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[6d-mean] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[6d-count] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[6d-var] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[6d-std] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[7d-sum] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[7d-min] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[7d-max] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[7d-mean] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[7d-count] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[7d-var] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_rolling.py::test_rolling_groupby_offset[7d-std] - AssertionError: DataFrame are different
FAILED cudf/cudf/tests/test_series.py::test_series_drop_multiindex[True-cow-None-ps0] - TypeError: Expected tuple, go...
FAILED cudf/cudf/tests/test_series.py::test_series_drop_multiindex[True-lama-None-ps0] - TypeError: Expected tuple, g...
FAILED cudf/cudf/tests/test_series.py::test_series_drop_multiindex[True-falcon-None-ps0] - TypeError: Expected tuple,...
FAILED cudf/cudf/tests/test_series.py::test_series_drop_multiindex[False-cow-None-ps0] - TypeError: Expected tuple, g...
FAILED cudf/cudf/tests/test_series.py::test_series_drop_multiindex[False-lama-None-ps0] - TypeError: Expected tuple, ...
FAILED cudf/cudf/tests/test_series.py::test_series_drop_multiindex[False-falcon-None-ps0] - TypeError: Expected tuple...
FAILED cudf/cudf/tests/test_series.py::test_explode[p_index1-True-data1] - AssertionError: Series.index are different
FAILED cudf/cudf/tests/test_series.py::test_explode[p_index2-True-data1] - AssertionError: Series.index are different
FAILED cudf/cudf/tests/test_seriesmap.py::test_series_map_callable_numeric_basic - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_seriesmap.py::test_series_map_callable_numeric_random[nelem0] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_seriesmap.py::test_series_map_callable_numeric_random[nelem1] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_seriesmap.py::test_series_map_callable_numeric_random[nelem2] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_seriesmap.py::test_series_map_callable_numeric_random[nelem3] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_seriesmap.py::test_series_map_callable_numeric_random_dtype_change - MemoryError: std::ba...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[_generic_function-<lambda>-float32] - MemoryErr...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[_generic_function-<lambda>-float64] - MemoryErr...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[_generic_function-<lambda>-int16] - MemoryError...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[_generic_function-<lambda>-int32] - MemoryError...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[_generic_function-<lambda>-int64] - MemoryError...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[_generic_function-<lambda>-int8] - MemoryError:...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[_generic_function-<lambda>-uint16] - MemoryErro...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[_generic_function-<lambda>-uint32] - MemoryErro...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[_generic_function-<lambda>-uint64] - MemoryErro...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[_generic_function-<lambda>-uint8] - MemoryError...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[<lambda>-<lambda>-float32] - MemoryError: std::...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[<lambda>-<lambda>-float64] - MemoryError: std::...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[<lambda>-<lambda>-int16] - MemoryError: std::ba...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[<lambda>-<lambda>-int32] - MemoryError: std::ba...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[<lambda>-<lambda>-int64] - MemoryError: std::ba...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[<lambda>-<lambda>-int8] - MemoryError: std::bad...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[<lambda>-<lambda>-uint16] - MemoryError: std::b...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[<lambda>-<lambda>-uint32] - MemoryError: std::b...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[<lambda>-<lambda>-uint64] - MemoryError: std::b...
FAILED cudf/cudf/tests/test_transform.py::test_applymap_python_lambda[<lambda>-<lambda>-uint8] - MemoryError: std::ba...
FAILED cudf/cudf/tests/test_udf_binops.py::test_generic_ptx[float32] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_udf_binops.py::test_generic_ptx[float64] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_udf_binops.py::test_generic_ptx[int16] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_udf_binops.py::test_generic_ptx[int32] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_udf_binops.py::test_generic_ptx[int64] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_udf_binops.py::test_generic_ptx[uint16] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_udf_binops.py::test_generic_ptx[uint32] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_udf_binops.py::test_generic_ptx[uint64] - MemoryError: std::bad_alloc
FAILED cudf/cudf/tests/test_udf_binops.py::test_generic_ptx[uint8] - MemoryError: std::bad_alloc
======= 196 failed, 86980 passed, 2357 skipped, 996 xfailed, 1841 xpassed, 22200 warnings in 3162.31s (0:52:42) ========

Steps/Code to reproduce bug

mkdir p14
cd p14
conda create -y -n p14_nvtabular_dev_11.6 -c conda-forge cudatoolkit=11.6
conda activate p14_nvtabular_dev_11.6

conda install -y -c conda-forge python=3.8.10 pytest=6.2.5 py=1.11.0 pluggy=1.0.0 pytest-cov=3.0.0 pytest-forked=1.4.0 pytest-xdist=2.5.0 anyio=3.5.0 
# fastavro=0.22.9 fails to install with python 3.9
# thrust-1.16.0 - cudf fails to compile
# For rmm, python 3.9 is installed

conda install -y -c conda-forge thrust=1.11.0 librmm=21.12.00 rmm=21.12.00 cupy cython


# Arrow
conda install -y -c conda-forge boto3 cloudpickle fsspec hypothesis pytest-faulthandler pytest-lazy-fixture pytz s3fs=2021.8.0 setuptools setuptools_scm llvmdev=11
conda install -y -c conda-forge aws-sdk-cpp boost-cpp brotli bzip2 c-ares gflags glog gmock grpc-cpp gtest=1.10.0 libprotobuf libutf8proc lz4-c make ninja pkg-config rapidjson re2 snappy thrift-cpp zlib zstd autoconf ccache orc=1.7.2


git clone --recursive https://github.com/apache/arrow.git
pushd arrow
git checkout apache-arrow-5.0.0
git submodule init
git submodule update
export PARQUET_TEST_DATA="${PWD}/cpp/submodules/parquet-testing/data"
export ARROW_TEST_DATA="${PWD}/testing/data"
popd

export ARROW_HOME=$CONDA_PREFIX
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib

mkdir arrow/cpp/build
pushd arrow/cpp/build

cmake -DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=release \
-DARROW_WITH_BZ2=ON \
-DARROW_WITH_ZLIB=ON \
-DARROW_WITH_ZSTD=ON \
-DARROW_WITH_LZ4=ON \
-DARROW_WITH_SNAPPY=ON \
-DARROW_WITH_BROTLI=ON \
-DARROW_PARQUET=ON \
-DARROW_PYTHON=ON \
-DARROW_BUILD_TESTS=ON \
-DARROW_ORC=ON \
-DARROW_PARQUET=ON \
-DARROW_DATASET=ON \
-DARROW_HDFS=ON \
-DARROW_CUDA=ON ..


make -j4
make install
make unittest
popd


pushd arrow/python
export PYARROW_WITH_PARQUET=1
export PYARROW_WITH_CUDA=1
export PYARROW_WITH_ORC=1
export PYARROW_WITH_DATASET=1
export PYARROW_WITH_HDFS=1
python setup.py build_ext --inplace
python setup.py install
pip install -e . --no-build-isolation
# Skip pytest -v
popd


# ptxcompiler
git clone --recursive https://github.com/rapidsai/ptxcompiler
cd ptxcompiler
export CPATH=/usr/local/cuda/include
export LIBRARY_PATH=/usr/local/cuda/lib64
python setup.py install
unset CPATH
unset LIBRARY_PATH
cd ..


# rust, transformers, pyroc
conda install -y -c conda-forge rust
pip install transformers==4.10.3
export CPATH=${CONDA_PREFIX}/include
# pip install pyorc
pip install pyorc==0.5.0
unset CPATH


# cudf
conda install -y -c conda-forge cmake_setuptools=0.1.3 pandas=1.2 fastavro=0.22.9 python-snappy=0.6.0 pytest-benchmark pytest-xdist sphinx sphinxcontrib-websupport nbsphinx numpydoc ipython mypy=0.782 pre_commit dask=2021.11.1 distributed=2021.11.1 streamz dlpack=0.5 double-conversion sphinx-markdown-tables sphinx-copybutton mimesis packaging protobuf nvtx=0.2.1 cachetools pydata-sphinx-theme librdkafka=1.7.0 python-confluent-kafka=1.7.0 pydocstyle=6.1.1

git clone --recursive https://github.com/rapidsai/cudf.git
cd cudf
git checkout v21.12.00
export CUDF_HOME=$(pwd)
git submodule update --init --remote --recursive

./build.sh libcudf tests

./build.sh cudf

./build.sh dask_cudf

cd cpp/build
make test

# Python
# To build and install in edit/develop cudf python package:
cd $CUDF_HOME/python/cudf
python setup.py build_ext --inplace
python setup.py develop

# To run cudf tests :
cd $CUDF_HOME/python
py.test -v cudf/cudf/tests

# dask-cudf (Python)
# First, build the libcudf C++ and cudf Python libraries following the steps above
# To install in edit/develop mode the dask-cudf python package:
cd $CUDF_HOME/python/dask_cudf
python setup.py build_ext --inplace
python setup.py develop

# To run dask_cudf tests :
cd $CUDF_HOME/python
py.test -v dask_cudf

Expected behavior
All tests should pass.

Environment overview (please complete the following information)

  • Environment location: [Bare-metal, Docker, Cloud(specify cloud provider)]
    Linux p006n05 4.18.0-193.28.1.el8_2.ppc64le Collaborations on columnar data structures  #1 SMP Fri Oct 16 13:43:44 EDT 2020 ppc64le ppc64le ppc64le GNU/Linux
    NVIDIA-SMI 510.39.01 Driver Version: 510.39.01 CUDA Version: 11.6
  • Method of cuDF install: from source

Environment details
The output of the cudf/print_env.sh script:

(p14_nvtabular_dev_11.6) [user6@p006n05 cudf]$ export CUDF_HOME=$(pwd)
(p14_nvtabular_dev_11.6) [user6@p006n05 cudf]$ ./print_env.sh
<details><summary>Click here to see environment details</summary><pre>

     **git***
     commit f1ef2d2daf1a6053c8629f09956d52a5cf28c8f8 (HEAD, tag: v21.12.00)
     Author: gpuCI <38199262+GPUtester@users.noreply.github.com>
     Date:   Fri Dec 3 19:16:58 2021 +0000

     REL v21.12.00 release
     **git submodules***

     ***OS Information***
     NAME="Red Hat Enterprise Linux"
     VERSION="8.2 (Ootpa)"
     ID="rhel"
     ID_LIKE="fedora"
     VERSION_ID="8.2"
     PLATFORM_ID="platform:el8"
     PRETTY_NAME="Red Hat Enterprise Linux 8.2 (Ootpa)"
     ANSI_COLOR="0;31"
     CPE_NAME="cpe:/o:redhat:enterprise_linux:8.2:GA"
     HOME_URL="https://www.redhat.com/"
     BUG_REPORT_URL="https://bugzilla.redhat.com/"

     REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
     REDHAT_BUGZILLA_PRODUCT_VERSION=8.2
     REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
     REDHAT_SUPPORT_PRODUCT_VERSION="8.2"
     Red Hat Enterprise Linux release 8.2 (Ootpa)
     Red Hat Enterprise Linux release 8.2 (Ootpa)
     Linux p006n05 4.18.0-193.28.1.el8_2.ppc64le #1 SMP Fri Oct 16 13:43:44 EDT 2020 ppc64le ppc64le ppc64le GNU/Linux

     ***GPU Information***
     Mon Mar 28 05:19:37 2022
     +-----------------------------------------------------------------------------+
     | NVIDIA-SMI 510.39.01    Driver Version: 510.39.01    CUDA Version: 11.6     |
     |-------------------------------+----------------------+----------------------+
     | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
     | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
     |                               |                      |               MIG M. |
     |===============================+======================+======================|
     |   0  Tesla V100-SXM2...  On   | 00000004:04:00.0 Off |                    0 |
     | N/A   31C    P0    38W / 300W |      0MiB / 32768MiB |      0%      Default |
     |                               |                      |                  N/A |
     +-------------------------------+----------------------+----------------------+
     |   1  Tesla V100-SXM2...  On   | 00000035:03:00.0 Off |                    0 |
     | N/A   31C    P0    38W / 300W |      0MiB / 32768MiB |      0%      Default |
     |                               |                      |                  N/A |
     +-------------------------------+----------------------+----------------------+

     +-----------------------------------------------------------------------------+
     | Processes:                                                                  |
     |  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
     |        ID   ID                                                   Usage      |
     |=============================================================================|
     |  No running processes found                                                 |
     +-----------------------------------------------------------------------------+

     ***CPU***
     Architecture:        ppc64le
     Byte Order:          Little Endian
     CPU(s):              128
     On-line CPU(s) list: 0-127
     Thread(s) per core:  4
     Core(s) per socket:  16
     Socket(s):           2
     NUMA node(s):        6
     Model:               2.2 (pvr 004e 1202)
     Model name:          POWER9, altivec supported
     CPU max MHz:         3800.0000
     CPU min MHz:         2300.0000
     L1d cache:           32K
     L1i cache:           32K
     L2 cache:            512K
     L3 cache:            10240K
     NUMA node0 CPU(s):   0-63
     NUMA node8 CPU(s):   64-127
     NUMA node252 CPU(s):
     NUMA node253 CPU(s):
     NUMA node254 CPU(s):
     NUMA node255 CPU(s):

     ***CMake***
     /home/user6/conda/bin/cmake
     cmake version 3.21.3

     CMake suite maintained and supported by Kitware (kitware.com/cmake).

     ***g++***
     /home/user6/conda/bin/g++
     g++ (GCC) 9.4.0
     Copyright (C) 2019 Free Software Foundation, Inc.
     This is free software; see the source for copying conditions.  There is NO
     warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


     ***nvcc***
     /usr/local/cuda/bin/nvcc
     nvcc: NVIDIA (R) Cuda compiler driver
     Copyright (c) 2005-2021 NVIDIA Corporation
     Built on Fri_Dec_17_18:16:21_PST_2021
     Cuda compilation tools, release 11.6, V11.6.55
     Build cuda_11.6.r11.6/compiler.30794723_0

     ***Python***
     /home/user6/conda/envs/p14_nvtabular_dev_11.6/bin/python
     Python 3.8.10

     ***Environment Variables***
     PATH                            : /home/user6/conda/envs/p14_nvtabular_dev_11.6/bin:/home/user6/conda/condabin:/home/user6/conda/bin:/usr/local/cuda/bin:/home/user6/.local/bin:/home/user6/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
     LD_LIBRARY_PATH                 :
     NUMBAPRO_NVVM                   :
     NUMBAPRO_LIBDEVICE              :
     CONDA_PREFIX                    : /home/user6/conda/envs/p14_nvtabular_dev_11.6
     PYTHON_PATH                     :

     ***conda packages***
     /home/user6/conda/condabin/conda
     # packages in environment at /home/user6/conda/envs/p14_nvtabular_dev_11.6:
     #
     # Name                    Version                   Build  Channel
     _libgcc_mutex             0.1                 conda_forge    conda-forge
     _openmp_mutex             4.5                       1_gnu    conda-forge
     abseil-cpp                20211102.0           hbbae597_1    conda-forge
     aiobotocore               1.4.0              pyhd8ed1ab_0    conda-forge
     aiohttp                   3.8.1            py38h98b8a6f_0    conda-forge
     aioitertools              0.10.0             pyhd8ed1ab_0    conda-forge
     aiosignal                 1.2.0              pyhd8ed1ab_0    conda-forge
     alabaster                 0.7.12                     py_0    conda-forge
     anyio                     3.5.0            py38hf8b3453_0    conda-forge
     asttokens                 2.0.5              pyhd8ed1ab_0    conda-forge
     async-timeout             4.0.2              pyhd8ed1ab_0    conda-forge
     attrs                     21.4.0             pyhd8ed1ab_0    conda-forge
     autoconf                  2.69            pl5321h6ec5382_11    conda-forge
     aws-c-auth                0.6.11               hda57d25_0    conda-forge
     aws-c-cal                 0.5.14               h357c9b6_0    conda-forge
     aws-c-common              0.6.19               h4e0d66e_0    conda-forge
     aws-c-compression         0.2.14               hc555d25_9    conda-forge
     aws-c-event-stream        0.2.7               h7ee9064_39    conda-forge
     aws-c-http                0.6.11               hea6be7a_1    conda-forge
     aws-c-io                  0.10.19              ha6507a5_2    conda-forge
     aws-c-mqtt                0.7.10               h4ea86e9_8    conda-forge
     aws-c-s3                  0.1.36               hc8ef83c_0    conda-forge
     aws-c-sdkutils            0.1.2                hc555d25_0    conda-forge
     aws-checksums             0.1.12               hc555d25_8    conda-forge
     aws-crt-cpp               0.17.18              h108091e_4    conda-forge
     aws-sdk-cpp               1.9.196              hb9fabd1_0    conda-forge
     babel                     2.9.1              pyh44b312d_0    conda-forge
     backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
     backports                 1.0                        py_2    conda-forge
     backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
     beautifulsoup4            4.10.0             pyha770c72_0    conda-forge
     binutils_impl_linux-ppc64le 2.36.1               h5836da8_2    conda-forge
     bleach                    4.1.0              pyhd8ed1ab_0    conda-forge
     bokeh                     2.4.2            py38h8328f6c_0    conda-forge
     boost-cpp                 1.77.0               hded5aff_1    conda-forge
     boto3                     1.17.106           pyhd8ed1ab_0    conda-forge
     botocore                  1.20.106           pyhd8ed1ab_0    conda-forge
     brotli                    1.0.9                h4e0d66e_6    conda-forge
     brotli-bin                1.0.9                h4e0d66e_6    conda-forge
     brotlipy                  0.7.0           py38h98b8a6f_1003    conda-forge
     bzip2                     1.0.8                h4e0d66e_4    conda-forge
     c-ares                    1.18.1               h4e0d66e_0    conda-forge
     ca-certificates           2021.10.8            h1084571_0    conda-forge
     cachetools                5.0.0              pyhd8ed1ab_0    conda-forge
     ccache                    4.5.1                h75fff2b_0    conda-forge
     certifi                   2021.10.8        py38hf8b3453_1    conda-forge
     cffi                      1.15.0           py38hae6c81b_0    conda-forge
     cfgv                      3.3.1              pyhd8ed1ab_0    conda-forge
     charset-normalizer        2.0.12             pyhd8ed1ab_0    conda-forge
     click                     8.0.4            py38hf8b3453_0    conda-forge
     cloudpickle               2.0.0              pyhd8ed1ab_0    conda-forge
     cmake_setuptools          0.1.3                      py_0
     colorama                  0.4.4              pyh9f0ad1d_0    conda-forge
     commonmark                0.9.1                      py_0    conda-forge
     coverage                  6.3.2            py38h6e87771_1    conda-forge
     cryptography              36.0.1           py38h2987e8e_0    conda-forge
     cudatoolkit               11.6.0              h0b1e446_10    conda-forge
     cudf                      21.12.0                  pypi_0    pypi
     cupy                      10.2.0           py38h5cb07f6_0    conda-forge
     cyrus-sasl                2.1.27               h111759a_5    conda-forge
     cython                    0.29.28          py38ha35a538_0    conda-forge
     cytoolz                   0.11.2           py38h98b8a6f_1    conda-forge
     dask                      2021.11.1          pyhd8ed1ab_0    conda-forge
     dask-core                 2021.11.1          pyhd8ed1ab_0    conda-forge
     dask-cudf                 21.12.0                  pypi_0    pypi
     decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
     defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
     distlib                   0.3.4              pyhd8ed1ab_0    conda-forge
     distributed               2021.11.1        py38hf8b3453_0    conda-forge
     dlpack                    0.5                  h3b9df90_0    conda-forge
     docutils                  0.17.1           py38hf8b3453_1    conda-forge
     double-conversion         3.2.0                h3b9df90_0    conda-forge
     entrypoints               0.4                pyhd8ed1ab_0    conda-forge
     execnet                   1.9.0              pyhd8ed1ab_0    conda-forge
     executing                 0.8.3              pyhd8ed1ab_0    conda-forge
     fastavro                  0.22.9           py38h6eb9509_0    conda-forge
     fastrlock                 0.8              py38ha35a538_1    conda-forge
     filelock                  3.6.0              pyhd8ed1ab_0    conda-forge
     freetype                  2.10.4               h8a70690_1    conda-forge
     frozenlist                1.3.0            py38h98b8a6f_0    conda-forge
     fsspec                    2021.7.0           pyhd8ed1ab_0    conda-forge
     future                    0.18.2           py38hf8b3453_4    conda-forge
     gcc_impl_linux-ppc64le    11.2.0              he2e0ff7_13    conda-forge
     gettext                   0.19.8.1          h6603d1e_1008    conda-forge
     gflags                    2.2.2             hb209c28_1004    conda-forge
     giflib                    5.2.1                h339bb43_2    conda-forge
     glog                      0.5.0                h4040248_0    conda-forge
     gmock                     1.10.0               h2acdbc0_7    conda-forge
     grpc-cpp                  1.44.0               h448807a_1    conda-forge
     gtest                     1.10.0               h2acdbc0_7    conda-forge
     heapdict                  1.0.1                      py_0    conda-forge
     hypothesis                6.39.3             pyhd8ed1ab_0    conda-forge
     icu                       69.1                 h3b4ca64_0    conda-forge
     identify                  2.4.11             pyhd8ed1ab_0    conda-forge
     idna                      3.3                pyhd8ed1ab_0    conda-forge
     imagesize                 1.3.0              pyhd8ed1ab_0    conda-forge
     importlib-metadata        4.11.2           py38hf8b3453_0    conda-forge
     importlib_resources       5.4.0              pyhd8ed1ab_0    conda-forge
     iniconfig                 1.1.1              pyh9f0ad1d_0    conda-forge
     ipython                   8.1.1            py38h8328f6c_0    conda-forge
     ipython_genutils          0.2.0                      py_1    conda-forge
     jbig                      2.1               h4e0d66e_2003    conda-forge
     jedi                      0.18.1           py38hf8b3453_0    conda-forge
     jinja2                    3.0.3              pyhd8ed1ab_0    conda-forge
     jmespath                  0.10.0             pyh9f0ad1d_0    conda-forge
     jpeg                      9e                   h4e0d66e_0    conda-forge
     jsonschema                4.4.0              pyhd8ed1ab_0    conda-forge
     jupyter_client            7.1.2              pyhd8ed1ab_0    conda-forge
     jupyter_core              4.9.2            py38h8328f6c_0    conda-forge
     jupyterlab_pygments       0.1.2              pyh9f0ad1d_0    conda-forge
     kernel-headers_linux-ppc64le 3.10.0              h23d7e6c_13    conda-forge
     keyutils                  1.6.1                hb283c62_0    conda-forge
     krb5                      1.19.2               h33c4487_4    conda-forge
     lcms2                     2.11                 h6d9531b_1    conda-forge
     ld_impl_linux-ppc64le     2.36.1               ha35d02b_2    conda-forge
     lerc                      3.0                  h3b9df90_0    conda-forge
     libblas                   3.9.0           13_linuxppc64le_openblas    conda-forge
     libbrotlicommon           1.0.9                h4e0d66e_6    conda-forge
     libbrotlidec              1.0.9                h4e0d66e_6    conda-forge
     libbrotlienc              1.0.9                h4e0d66e_6    conda-forge
     libcblas                  3.9.0           13_linuxppc64le_openblas    conda-forge
     libcurl                   7.82.0               h2ae36b4_0    conda-forge
     libdeflate                1.10                 h4e0d66e_0    conda-forge
     libedit                   3.1.20191231         h41a240f_2    conda-forge
     libev                     4.33                 h6eb9509_1    conda-forge
     libevent                  2.1.10               h97db324_4    conda-forge
     libffi                    3.4.2                h4e0d66e_5    conda-forge
     libgcc-devel_linux-ppc64le 11.2.0              h8ca155a_13    conda-forge
     libgcc-ng                 11.2.0              h7698a5e_13    conda-forge
     libgcrypt                 1.10.0               h4e0d66e_0    conda-forge
     libgfortran-ng            11.2.0              hfdc3801_13    conda-forge
     libgfortran5              11.2.0              he58fbb4_13    conda-forge
     libgomp                   11.2.0              h7698a5e_13    conda-forge
     libgpg-error              1.44                 h83fe3e3_0    conda-forge
     libgsasl                  1.10.0               h517e617_0    conda-forge
     libhiredis                1.0.2                hbc21c25_0    conda-forge
     liblapack                 3.9.0           13_linuxppc64le_openblas    conda-forge
     libllvm11                 11.1.0               h6c99497_3    conda-forge
     libnghttp2                1.47.0               h262a72d_0    conda-forge
     libnsl                    2.0.0                h4e0d66e_0    conda-forge
     libntlm                   1.4               h4e0d66e_1002    conda-forge
     libopenblas               0.3.18          pthreads_h486567c_0    conda-forge
     libpng                    1.6.37               h38e1d09_2    conda-forge
     libprotobuf               3.19.4               h690f14c_0    conda-forge
     librdkafka                1.7.0                h76f88f1_1    conda-forge
     librmm                    21.12.00             hd6263e0_1    conda-forge
     libsanitizer              11.2.0              habdf983_13    conda-forge
     libsodium                 1.0.18               h6eb9509_1    conda-forge
     libssh2                   1.10.0               ha5a9321_2    conda-forge
     libstdcxx-ng              11.2.0              habdf983_13    conda-forge
     libthrift                 0.15.0               h54f692e_1    conda-forge
     libtiff                   4.3.0                hecb0ed6_3    conda-forge
     libutf8proc               2.7.0                h4e0d66e_0    conda-forge
     libwebp                   1.2.2                h740ddc3_0    conda-forge
     libwebp-base              1.2.2                h4e0d66e_1    conda-forge
     libxcb                    1.13              h4e0d66e_1004    conda-forge
     libzlib                   1.2.11            h339bb43_1013    conda-forge
     llvm-tools                11.1.0               h6c99497_3    conda-forge
     llvmdev                   11.1.0               h6c99497_3    conda-forge
     llvmlite                  0.38.0           py38h8d99f3c_0    conda-forge
     locket                    0.2.0                      py_2    conda-forge
     lz4-c                     1.9.3                h3b9df90_1    conda-forge
     m4                        1.4.18            h6eb9509_1001    conda-forge
     make                      4.3                  hf817498_1    conda-forge
     markdown                  3.3.6              pyhd8ed1ab_0    conda-forge
     markupsafe                2.1.0            py38h6e87771_1    conda-forge
     matplotlib-inline         0.1.3              pyhd8ed1ab_0    conda-forge
     mimesis                   4.0.0              pyh9f0ad1d_0    conda-forge
     mistune                   0.8.4           py38h98b8a6f_1005    conda-forge
     msgpack-python            1.0.3            py38h06b7ddb_0    conda-forge
     multidict                 5.2.0            py38h98b8a6f_1    conda-forge
     mypy                      0.782                      py_0    conda-forge
     mypy_extensions           0.4.3            py38hf8b3453_4    conda-forge
     nbclient                  0.5.12             pyhd8ed1ab_0    conda-forge
     nbconvert                 6.4.2            py38h8328f6c_0    conda-forge
     nbformat                  5.1.3              pyhd8ed1ab_0    conda-forge
     nbsphinx                  0.8.8              pyhd8ed1ab_0    conda-forge
     ncurses                   6.3                  h3b9df90_0    conda-forge
     nest-asyncio              1.5.4              pyhd8ed1ab_0    conda-forge
     ninja                     1.10.2               h2acdbc0_1    conda-forge
     nodeenv                   1.6.0              pyhd8ed1ab_0    conda-forge
     numba                     0.55.1           py38hcf00e1d_0    conda-forge
     numpy                     1.21.5           py38h22d831a_0    conda-forge
     numpydoc                  1.2                pyhd8ed1ab_0    conda-forge
     nvtx                      0.2.1            py38h98b8a6f_2    conda-forge
     openjpeg                  2.4.0                h29f4549_1    conda-forge
     openssl                   1.1.1l               h4e0d66e_0    conda-forge
     orc                       1.7.2                h5df204f_0    conda-forge
     packaging                 21.3               pyhd8ed1ab_0    conda-forge
     pandas                    1.2.5            py38h92aa891_0    conda-forge
     pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
     parso                     0.8.3              pyhd8ed1ab_0    conda-forge
     partd                     1.2.0              pyhd8ed1ab_0    conda-forge
     perl                      5.32.1          2_h4e0d66e_perl5    conda-forge
     pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
     pickleshare               0.7.5                   py_1003    conda-forge
     pillow                    9.0.1            py38hdb37dd1_2    conda-forge
     pip                       22.0.4             pyhd8ed1ab_0    conda-forge
     pkg-config                0.29.2            h339bb43_1008    conda-forge
     platformdirs              2.5.1              pyhd8ed1ab_0    conda-forge
     pluggy                    1.0.0            py38hf8b3453_2    conda-forge
     pre-commit                2.17.0           py38hf8b3453_0    conda-forge
     pre_commit                2.17.0               hd8ed1ab_0    conda-forge
     prompt-toolkit            3.0.27             pyha770c72_0    conda-forge
     protobuf                  3.19.4           py38ha35a538_0    conda-forge
     psutil                    5.9.0            py38h98b8a6f_0    conda-forge
     pthread-stubs             0.4               h339bb43_1001    conda-forge
     ptxcompiler               0.3.0                    pypi_0    pypi
     ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
     pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
     py                        1.11.0             pyh6c4a22f_0    conda-forge
     py-cpuinfo                8.0.0              pyhd8ed1ab_0    conda-forge
     pyarrow                   5.0.0                     dev_0    <develop>
     pycparser                 2.21               pyhd8ed1ab_0    conda-forge
     pydata-sphinx-theme       0.8.0              pyhd8ed1ab_0    conda-forge
     pydocstyle                6.1.1              pyhd8ed1ab_0    conda-forge
     pygments                  2.11.2             pyhd8ed1ab_0    conda-forge
     pyopenssl                 22.0.0             pyhd8ed1ab_0    conda-forge
     pyparsing                 3.0.7              pyhd8ed1ab_0    conda-forge
     pyrsistent                0.18.1           py38h98b8a6f_0    conda-forge
     pysocks                   1.7.1            py38hf8b3453_4    conda-forge
     pytest                    6.2.5            py38hf8b3453_2    conda-forge
     pytest-benchmark          3.4.1              pyhd8ed1ab_0    conda-forge
     pytest-cov                3.0.0              pyhd8ed1ab_0    conda-forge
     pytest-faulthandler       2.0.1                      py_0    conda-forge
     pytest-forked             1.4.0              pyhd8ed1ab_0    conda-forge
     pytest-lazy-fixture       0.6.3                      py_0    conda-forge
     pytest-xdist              2.5.0              pyhd8ed1ab_0    conda-forge
     python                    3.8.10          h57873ef_2_cpython    conda-forge
     python-confluent-kafka    1.7.0            py38h1e5b5cc_2    conda-forge
     python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
     python-snappy             0.6.0            py38h1b2cfa5_1    conda-forge
     python_abi                3.8                      2_cp38    conda-forge
     pytz                      2021.3             pyhd8ed1ab_0    conda-forge
     pyyaml                    6.0              py38h98b8a6f_3    conda-forge
     pyzmq                     22.3.0           py38h2f7163f_1    conda-forge
     rapidjson                 1.1.0             hb209c28_1002    conda-forge
     re2                       2022.02.01           h3b9df90_0    conda-forge
     readline                  8.1                  h5c45dff_0    conda-forge
     recommonmark              0.7.1              pyhd8ed1ab_0    conda-forge
     requests                  2.27.1             pyhd8ed1ab_0    conda-forge
     rmm                       21.12.00         py38h7ab1e68_0    conda-forge
     rust                      1.59.0               hf3e60ca_0    conda-forge
     rust-std-powerpc64le-unknown-linux-gnu 1.59.0               h6ac4ec8_0    conda-forge
     s2n                       1.3.8                h83130ae_0    conda-forge
     s3fs                      2021.8.0           pyhd8ed1ab_0    conda-forge
     s3transfer                0.4.2              pyhd8ed1ab_0    conda-forge
     setuptools                59.8.0           py38hf8b3453_0    conda-forge
     setuptools-scm            6.4.2              pyhd8ed1ab_0    conda-forge
     setuptools_scm            6.4.2                hd8ed1ab_0    conda-forge
     six                       1.16.0             pyh6c4a22f_0    conda-forge
     snappy                    1.1.8                hb209c28_3    conda-forge
     sniffio                   1.2.0            py38hf8b3453_2    conda-forge
     snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
     sortedcontainers          2.4.0              pyhd8ed1ab_0    conda-forge
     soupsieve                 2.3.1              pyhd8ed1ab_0    conda-forge
     spdlog                    1.9.2                h2acdbc0_1    conda-forge
     sphinx                    4.4.0              pyh6c4a22f_1    conda-forge
     sphinx-copybutton         0.5.0              pyhd8ed1ab_0    conda-forge
     sphinx-markdown-tables    0.0.15             pyhd3deb0d_0    conda-forge
     sphinxcontrib-applehelp   1.0.2                      py_0    conda-forge
     sphinxcontrib-devhelp     1.0.2                      py_0    conda-forge
     sphinxcontrib-htmlhelp    2.0.0              pyhd8ed1ab_0    conda-forge
     sphinxcontrib-jsmath      1.0.1                      py_0    conda-forge
     sphinxcontrib-qthelp      1.0.3                      py_0    conda-forge
     sphinxcontrib-serializinghtml 1.1.5              pyhd8ed1ab_1    conda-forge
     sphinxcontrib-websupport  1.2.4              pyhd8ed1ab_1    conda-forge
     sqlite                    3.37.0               h4e2196e_0    conda-forge
     stack_data                0.2.0              pyhd8ed1ab_0    conda-forge
     streamz                   0.6.3              pyh6c4a22f_0    conda-forge
     sysroot_linux-ppc64le     2.17                h395ec9b_13    conda-forge
     tblib                     1.7.0              pyhd8ed1ab_0    conda-forge
     testpath                  0.6.0              pyhd8ed1ab_0    conda-forge
     thrift-compiler           0.15.0               h54f692e_1    conda-forge
     thrift-cpp                0.15.0               ha3edaa6_1    conda-forge
     thrust                    1.11.0               ha3edaa6_1    conda-forge
     tk                        8.6.12               h41c6715_0    conda-forge
     toml                      0.10.2             pyhd8ed1ab_0    conda-forge
     tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
     toolz                     0.11.2             pyhd8ed1ab_0    conda-forge
     tornado                   6.1              py38h98b8a6f_2    conda-forge
     traitlets                 5.1.1              pyhd8ed1ab_0    conda-forge
     typed-ast                 1.4.3            py38h98b8a6f_1    conda-forge
     typing-extensions         4.1.1                hd8ed1ab_0    conda-forge
     typing_extensions         4.1.1              pyha770c72_0    conda-forge
     ukkonen                   1.0.1            py38h06b7ddb_1    conda-forge
     urllib3                   1.26.8             pyhd8ed1ab_1    conda-forge
     virtualenv                20.13.3          py38hf8b3453_0    conda-forge
     wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
     webencodings              0.5.1                      py_1    conda-forge
     wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
     wrapt                     1.13.3           py38h98b8a6f_1    conda-forge
     xorg-libxau               1.0.9                h4e0d66e_0    conda-forge
     xorg-libxdmcp             1.1.3                h4e0d66e_0    conda-forge
     xz                        5.2.5                h6eb9509_1    conda-forge
     yaml                      0.2.5                h4e0d66e_2    conda-forge
     yarl                      1.7.2            py38h1e5b5cc_1    conda-forge
     zeromq                    4.3.4                h3b9df90_1    conda-forge
     zict                      2.1.0              pyhd8ed1ab_0    conda-forge
     zipp                      3.7.0              pyhd8ed1ab_1    conda-forge
     zlib                      1.2.11            h339bb43_1013    conda-forge
     zstd                      1.5.1                h65c4b1a_0    conda-forge

</pre></details>
(p14_nvtabular_dev_11.6) [user6@p006n05 cudf]$

Additional context
I'm trying to build NVTabular and dependencies for ppc64le with cuda.

@prashantkhoje prashantkhoje added Needs Triage Need team to review and classify bug Something isn't working labels Mar 28, 2022
@github-actions
Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@GregoryKimball GregoryKimball added this to the Debug ppc64le builds milestone Jun 29, 2022
@GregoryKimball GregoryKimball removed the Needs Triage Need team to review and classify label Jun 29, 2022
@github-actions
Copy link

This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

@GregoryKimball GregoryKimball added 0 - Backlog In queue waiting for assignment Python Affects Python cuDF API. tests Unit testing for project and removed inactive-30d labels Nov 21, 2022
@shwina
Copy link
Contributor

shwina commented Jan 18, 2023

I'm very sorry that you didn't receive a response to this issue.

At this point, this issue is old enough that I'm inclined to go ahead and close it. If anyone is still experiencing this issue with the latest version of cuDF, please let us know and we would be happy to reopen the issue and investigate.

@shwina shwina closed this as completed Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog In queue waiting for assignment bug Something isn't working Python Affects Python cuDF API. tests Unit testing for project
Projects
Archived in project
Development

No branches or pull requests

3 participants