Closed galipremsagar closed 1 year ago
@galipremsagar I pushed the changes from https://github.com/rapidsai/dask-cuda/pull/1256 into your branch, hope you don't mind.
@galipremsagar I pushed the changes from #1256 into your branch, hope you don't mind.
Absolutely fine by me. Thanks @pentschev !
@pentschev I think we have legit pytest failures this time, do we need to modify them?
I'm looking at them now, will post here shortly.
I'm xfailing the tests for now and filed https://github.com/rapidsai/dask-cuda/issues/1265 to investigate that.
Thanks @pentschev !
/merge
We've got some test failures due to AWS segfaults as we're still on PyArrow 12, rerunning those.
This is being really hard here, pr / conda-python-tests / tests (12.0.1, ubuntu22.04, amd64, 3.10, v100, latest)
failed 5 times with segfaults already:
[792bd23cf9a0:6818 :0:7196] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x10)
==== backtrace (tid: 7196) ====
0 /opt/conda/envs/test/lib/python3.10/site-packages/ucp/_libs/../../../../libucs.so.0(ucs_handle_error+0x2fd) [0x7f1dff619fed]
1 /opt/conda/envs/test/lib/python3.10/site-packages/ucp/_libs/../../../../libucs.so.0(+0x2a1e1) [0x7f1dff61a1e1]
2 /opt/conda/envs/test/lib/python3.10/site-packages/ucp/_libs/../../../../libucs.so.0(+0x2a3aa) [0x7f1dff61a3aa]
3 /usr/lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f2080993520]
4 /opt/conda/envs/test/lib/python3.10/site-packages/pyarrow/../../.././libaws-cpp-sdk-core.so(+0x824cc) [0x7f1e60d644cc]
5 /opt/conda/envs/test/lib/python3.10/site-packages/pyarrow/../../../././libaws-c-io.so.1.0.0(+0x1c843) [0x7f1e60326843]
6 /opt/conda/envs/test/lib/python3.10/site-packages/pyarrow/../../../././libaws-c-io.so.1.0.0(+0x167e6) [0x7f1e603207e6]
7 /opt/conda/envs/test/lib/python3.10/site-packages/pyarrow/../../../././libaws-c-io.so.1.0.0(+0x16839) [0x7f1e60320839]
8 /opt/conda/envs/test/lib/python3.10/site-packages/pyarrow/../../../././libaws-c-common.so.1(+0x26419) [0x7f1e604b3419]
9 /usr/lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7f20809e5ac3]
10 /usr/lib/x86_64-linux-gnu/libc.so.6(clone+0x44) [0x7f2080a76bf4]
=================================
This PR relaxes
dask
anddistributed
versions pinning for23.12
development.xref: https://github.com/rapidsai/cudf/pull/14320