-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
branch-25.10
Which installation method(s) does this occur on?
Conda
Describe the bug.
I'm trying to compile the examples in cpp/examples
Running ./build.sh all -v
This doesn't succeed and reports template argument deduction failed
Minimum reproducible example
Relevant log output
https://gist.github.com/DevUt/cd437015c807e719ac08dcce8e4fa291Environment details
<details><summary>Click here to see environment details</summary><pre>
**git***
commit 9905d57c7af32d381d52e63586de5a7b01a3db34 (HEAD -> branch-25.10, origin/branch-25.10)
Author: Alex Barghi <[email protected]>
Date: Mon Oct 13 09:07:22 2025 -0700
[CRITICAL BUG] Fix sample result destructor (hotfix) (#5306)
Addresses a severe memory leak in sampling caused by a bug in the C API.
The destructor for the sample result object was not properly updated to
cover additional fields that were added later. This resulted in these
fields never being cleaned up, and eventually to an OOM error.
**git submodules***
***OS Information***
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04.3 LTS"
PRETTY_NAME="Ubuntu 24.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.3 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
Linux server 6.8.12+ #7 SMP PREEMPT_DYNAMIC Sat Jul 26 01:34:22 IST 2025 x86_64 x86_64 x86_64 GNU/Linux
***GPU Information***
Fri Oct 24 10:32:54 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.86.15 Driver Version: 570.86.15 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| 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 NVIDIA RTX A5000 Off | 00000000:86:00.0 Off | Off |
| 34% 63C P5 85W / 230W | 74MiB / 24564MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
| 1 NVIDIA RTX A4000 Off | 00000000:AF:00.0 Off | Off |
| 43% 57C P8 19W / 140W | 4MiB / 16376MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
***CPU***
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
CPU family: 6
Model: 85
Thread(s) per core: 2
Core(s) per socket: 16
Socket(s): 2
Stepping: 4
CPU(s) scaling MHz: 29%
CPU max MHz: 3700.0000
CPU min MHz: 1000.0000
BogoMIPS: 5200.00
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ssbd mba ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req vnmi pku ospke md_clear flush_l1d arch_capabilities
Virtualization: VT-x
L1d cache: 1 MiB (32 instances)
L1i cache: 1 MiB (32 instances)
L2 cache: 32 MiB (32 instances)
L3 cache: 44 MiB (2 instances)
NUMA node(s): 2
NUMA node0 CPU(s): 0-15,32-47
NUMA node1 CPU(s): 16-31,48-63
Vulnerability Gather data sampling: Mitigation; Microcode
Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled
Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; IBRS; IBPB conditional; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT vulnerable
***CMake***
/usr/local/bin/cmake
cmake version 4.2.0-rc1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
***g++***
/usr/bin/g++
g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Copyright (C) 2023 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***
/home/ub-14/miniconda3/envs/rapids-25.10/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2025 NVIDIA Corporation
Built on Tue_May_27_02:21:03_PDT_2025
Cuda compilation tools, release 12.9, V12.9.86
Build cuda_12.9.r12.9/compiler.36037853_0
***Python***
/home/ub-14/miniconda3/envs/rapids-25.10/bin/python
Python 3.12.12
***Environment Variables***
PATH : /home/ub-14/miniconda3/envs/rapids-25.10/bin:/usr/local/cuda/bin:/home/ub-14/miniconda3/condabin:/home/ub-14/.sdkman/candidates/java/current/bin:/home/ub-14/.nvm/versions/node/v22.16.0/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
LD_LIBRARY_PATH : /usr/local/cuda/lib64:/usr/local/cuda/lib64:
NUMBAPRO_NVVM :
NUMBAPRO_LIBDEVICE :
CONDA_PREFIX : /home/ub-14/miniconda3/envs/rapids-25.10
PYTHON_PATH :
***conda packages***
/home/ub-14/miniconda3/condabin/conda
# packages in environment at /home/ub-14/miniconda3/envs/rapids-25.10:
#
# Name Version Build Channel
_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 2_gnu conda-forge
_python_abi3_support 1.0 hd8ed1ab_2 conda-forge
aiohappyeyeballs 2.6.1 pyhd8ed1ab_0 conda-forge
aiohttp 3.13.0 py312h033f2cf_0 conda-forge
aiosignal 1.4.0 pyhd8ed1ab_0 conda-forge
anyio 4.11.0 pyhcf101f3_0 conda-forge
aom 3.9.1 hac33072_0 conda-forge
argon2-cffi 25.1.0 pyhd8ed1ab_0 conda-forge
argon2-cffi-bindings 25.1.0 py312h4c3975b_1 conda-forge
arrow 1.4.0 pyhcf101f3_0 conda-forge
attr 2.5.2 h39aace5_0 conda-forge
attrs 25.4.0 pyh71513ae_0 conda-forge
aws-c-auth 0.9.1 h48c9088_3 conda-forge
aws-c-cal 0.9.2 he7b75e1_1 conda-forge
aws-c-common 0.12.4 hb03c661_0 conda-forge
aws-c-compression 0.3.1 h92c474e_6 conda-forge
aws-c-event-stream 0.5.6 h82d11aa_3 conda-forge
aws-c-http 0.10.4 h94feff3_3 conda-forge
aws-c-io 0.22.0 h57f3b0d_1 conda-forge
aws-c-mqtt 0.13.3 h2b1cf8c_6 conda-forge
aws-c-s3 0.8.6 h4e5ac4b_5 conda-forge
aws-c-sdkutils 0.2.4 h92c474e_1 conda-forge
aws-checksums 0.2.7 h92c474e_2 conda-forge
aws-crt-cpp 0.34.4 h60c762c_0 conda-forge
aws-sdk-cpp 1.11.606 h32384e2_4 conda-forge
azure-core-cpp 1.16.1 h3a458e0_0 conda-forge
azure-identity-cpp 1.13.2 h3a5f585_1 conda-forge
azure-storage-blobs-cpp 12.15.0 h2a74896_1 conda-forge
azure-storage-common-cpp 12.11.0 h3d7a050_1 conda-forge
azure-storage-files-datalake-cpp 12.13.0 hf38f1be_1 conda-forge
beautifulsoup4 4.14.2 pyha770c72_0 conda-forge
bleach 6.2.0 pyh29332c3_4 conda-forge
bleach-with-css 6.2.0 h82add2a_4 conda-forge
blosc 1.21.6 he440d0b_1 conda-forge
bokeh 3.8.0 pyhd8ed1ab_0 conda-forge
branca 0.8.2 pyhd8ed1ab_0 conda-forge
brotli 1.1.0 hb03c661_4 conda-forge
brotli-bin 1.1.0 hb03c661_4 conda-forge
brotli-python 1.1.0 py312h1289d80_4 conda-forge
brunsli 0.1 he3183e4_1 conda-forge
bzip2 1.0.8 hda65f42_8 conda-forge
c-ares 1.34.5 hb9d3cd8_0 conda-forge
c-blosc2 2.21.3 h4cfbee9_0 conda-forge
ca-certificates 2025.10.5 hbd8a1cb_0 conda-forge
cached-property 1.5.2 hd8ed1ab_1 conda-forge
cached_property 1.5.2 pyha770c72_1 conda-forge
cachetools 6.2.1 pyhd8ed1ab_0 conda-forge
certifi 2025.10.5 pyhd8ed1ab_0 conda-forge
cffi 2.0.0 py312h460c074_1 conda-forge
charls 2.4.2 h59595ed_0 conda-forge
charset-normalizer 3.4.4 pyhd8ed1ab_0 conda-forge
click 8.3.0 pyh707e725_0 conda-forge
cloudpickle 3.1.1 pyhd8ed1ab_0 conda-forge
colorama 0.4.6 pyhd8ed1ab_1 conda-forge
colorcet 3.1.0 pyhd8ed1ab_1 conda-forge
contourpy 1.3.3 py312hd9148b4_2 conda-forge
cpython 3.12.12 py312hd8ed1ab_1 conda-forge
cucim 25.10.00 cuda12_py312_251008_ghgf278340_gn0}_phc494990 rapidsai
cuda-bindings 12.9.4 py312h4730824_1 conda-forge
cuda-cccl_linux-64 12.9.27 ha770c72_0 conda-forge
cuda-core 0.3.2 py312h38fbac0_0 conda-forge
cuda-crt-dev_linux-64 12.9.86 ha770c72_2 conda-forge
cuda-crt-tools 12.9.86 ha770c72_2 conda-forge
cuda-cudart 12.9.79 h5888daf_0 conda-forge
cuda-cudart-dev 12.9.79 h5888daf_0 conda-forge
cuda-cudart-dev_linux-64 12.9.79 h3f2d84a_0 conda-forge
cuda-cudart-static 12.9.79 h5888daf_0 conda-forge
cuda-cudart-static_linux-64 12.9.79 h3f2d84a_0 conda-forge
cuda-cudart_linux-64 12.9.79 h3f2d84a_0 conda-forge
cuda-nvcc-dev_linux-64 12.9.86 he91c749_2 conda-forge
cuda-nvcc-impl 12.9.86 h85509e4_2 conda-forge
cuda-nvcc-tools 12.9.86 he02047a_2 conda-forge
cuda-nvrtc 12.9.86 hecca717_1 conda-forge
cuda-nvvm-dev_linux-64 12.9.86 ha770c72_2 conda-forge
cuda-nvvm-impl 12.9.86 h4bc722e_2 conda-forge
cuda-nvvm-tools 12.9.86 h4bc722e_2 conda-forge
cuda-pathfinder 1.3.1 pyhcf101f3_0 conda-forge
cuda-profiler-api 12.9.79 h7938cbb_1 conda-forge
cuda-python 12.9.4 pyh15a92d1_1 conda-forge
cuda-version 12.9 h4f385c5_3 conda-forge
cudf 25.10.00 cuda12_py312_251008_f4e35ca0 rapidsai
cudf-polars 25.10.00 cuda12_py312_251008_f4e35ca0 rapidsai
cudf_kafka 25.10.00 cuda12_py312_251008_f4e35ca0 rapidsai
cugraph 25.10.01 cuda12_py312_251013_741f9105 rapidsai
cuml 25.10.00 cuda12_py312_251008_f9fcdbb0 rapidsai
cupy 13.6.0 py312h0317cef_2 conda-forge
cupy-core 13.6.0 py312h16a6543_2 conda-forge
custreamz 25.10.00 cuda12_py312_251008_f4e35ca0 rapidsai
cuvs 25.10.00 cuda12_py312_251008_f245c152 rapidsai
cuxfilter 25.10.00 cuda12_py312_251008_aa53656f rapidsai
cycler 0.12.1 pyhd8ed1ab_1 conda-forge
cyrus-sasl 2.1.28 hd9c7081_0 conda-forge
cytoolz 1.1.0 py312h4c3975b_1 conda-forge
dask 2025.9.1 pyhcf101f3_0 conda-forge
dask-core 2025.9.1 pyhcf101f3_0 conda-forge
dask-cuda 25.10.00 py313_251008_472ca1ce rapidsai
dask-cudf 25.10.00 cuda12_py312_251008_f4e35ca0 rapidsai
datashader 0.18.2 pyhd8ed1ab_0 conda-forge
dav1d 1.2.1 hd590300_0 conda-forge
defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge
distributed 2025.9.1 pyhcf101f3_0 conda-forge
distributed-ucxx 0.46.00 py_251008_64355220_h9c9281c rapidsai
dlpack 0.8 h59595ed_3 conda-forge
exceptiongroup 1.3.0 pyhd8ed1ab_0 conda-forge
fastrlock 0.8.3 py312h8285ef7_2 conda-forge
folium 0.20.0 pyhd8ed1ab_0 conda-forge
fonttools 4.60.1 py312h8a5da7c_0 conda-forge
fqdn 1.5.1 pyhd8ed1ab_1 conda-forge
freetype 2.14.1 ha770c72_0 conda-forge
freexl 2.0.0 h9dce30a_2 conda-forge
frozenlist 1.7.0 py312h447239a_0 conda-forge
fsspec 2025.9.0 pyhd8ed1ab_0 conda-forge
geopandas 1.1.1 pyhd8ed1ab_1 conda-forge
geopandas-base 1.1.1 pyha770c72_1 conda-forge
geos 3.14.0 h480dda7_0 conda-forge
gflags 2.2.2 h5888daf_1005 conda-forge
giflib 5.2.2 hd590300_0 conda-forge
glog 0.7.1 hbabe93e_0 conda-forge
h2 4.3.0 pyhcf101f3_0 conda-forge
holoviews 1.21.0 pyhd8ed1ab_0 conda-forge
hpack 4.1.0 pyhd8ed1ab_0 conda-forge
hyperframe 6.1.0 pyhd8ed1ab_0 conda-forge
icu 75.1 he02047a_0 conda-forge
idna 3.11 pyhd8ed1ab_0 conda-forge
imagecodecs 2025.8.2 py312h4ecb025_4 conda-forge
imageio 2.37.0 pyhfb79c49_0 conda-forge
importlib-metadata 8.7.0 pyhe01879c_1 conda-forge
isoduration 20.11.0 pyhd8ed1ab_1 conda-forge
jinja2 3.1.6 pyhd8ed1ab_0 conda-forge
joblib 1.5.2 pyhd8ed1ab_0 conda-forge
json-c 0.18 h6688a6e_0 conda-forge
jsonpointer 3.0.0 py312h7900ff3_2 conda-forge
jsonschema 4.25.1 pyhe01879c_0 conda-forge
jsonschema-specifications 2025.9.1 pyhcf101f3_0 conda-forge
jsonschema-with-format-nongpl 4.25.1 he01879c_0 conda-forge
jupyter-server-proxy 4.4.0 pyhd8ed1ab_1 conda-forge
jupyter_client 8.6.3 pyhd8ed1ab_1 conda-forge
jupyter_core 5.9.1 pyhc90fa1f_0 conda-forge
jupyter_events 0.12.0 pyh29332c3_0 conda-forge
jupyter_server 2.17.0 pyhcf101f3_0 conda-forge
jupyter_server_terminals 0.5.3 pyhd8ed1ab_1 conda-forge
jupyterlab_pygments 0.3.0 pyhd8ed1ab_2 conda-forge
jxrlib 1.1 hd590300_3 conda-forge
keyutils 1.6.3 hb9d3cd8_0 conda-forge
kiwisolver 1.4.9 py312h0a2e395_1 conda-forge
krb5 1.21.3 h659f571_0 conda-forge
lark 1.3.0 pyhd8ed1ab_0 conda-forge
lazy-loader 0.4 pyhd8ed1ab_2 conda-forge
lazy_loader 0.4 pyhd8ed1ab_2 conda-forge
lcms2 2.17 h717163a_0 conda-forge
ld_impl_linux-64 2.44 ha97dd6f_2 conda-forge
lerc 4.0.0 h0aef613_1 conda-forge
libabseil 20250512.1 cxx17_hba17884_0 conda-forge
libaec 1.1.4 h3f801dc_0 conda-forge
libarchive 3.8.2 gpl_h7be2006_100 conda-forge
libarrow 21.0.0 hf201b43_9_cpu conda-forge
libarrow-acero 21.0.0 h635bf11_9_cpu conda-forge
libarrow-compute 21.0.0 h8c2c5c3_9_cpu conda-forge
libarrow-dataset 21.0.0 h635bf11_9_cpu conda-forge
libarrow-substrait 21.0.0 h3f74fd7_9_cpu conda-forge
libavif16 1.3.0 h6395336_2 conda-forge
libblas 3.9.0 37_h4a7cf45_openblas conda-forge
libbrotlicommon 1.1.0 hb03c661_4 conda-forge
libbrotlidec 1.1.0 hb03c661_4 conda-forge
libbrotlienc 1.1.0 hb03c661_4 conda-forge
libcap 2.76 h0b2e76d_0 conda-forge
libcblas 3.9.0 37_h0358290_openblas conda-forge
libcrc32c 1.1.2 h9c3ff4c_0 conda-forge
libcublas 12.9.1.4 h676940d_1 conda-forge
libcublas-dev 12.9.1.4 h676940d_1 conda-forge
libcucim 25.10.00 cuda12_251008_ghgf278340_gn0}_phc1c8ae4 rapidsai
libcudf 25.10.00 cuda12_251008_f4e35ca0 rapidsai
libcudf_kafka 25.10.00 cuda12_251008_f4e35ca0 rapidsai
libcufft 11.4.1.4 hecca717_1 conda-forge
libcufile 1.14.1.1 hbc026e6_1 conda-forge
libcufile-dev 1.14.1.1 hecca717_1 conda-forge
libcugraph 25.10.01 cuda12_251013_741f9105 rapidsai
libcugraph_etl 25.10.01 cuda12_251013_741f9105 rapidsai
libcuml 25.10.00 cuda12_251008_f9fcdbb0 rapidsai
libcumlprims 25.10.00 cuda12_py310_251008_7b289cfd rapidsai
libcurand 10.3.10.19 h676940d_1 conda-forge
libcurand-dev 10.3.10.19 h676940d_1 conda-forge
libcurl 8.16.0 h4e3cde8_0 conda-forge
libcusolver 11.7.5.82 h676940d_2 conda-forge
libcusolver-dev 11.7.5.82 h676940d_2 conda-forge
libcusparse 12.5.10.65 hecca717_2 conda-forge
libcusparse-dev 12.5.10.65 hecca717_2 conda-forge
libcuvs 25.10.00 cuda12_251008_f245c152 rapidsai
libdeflate 1.24 h86f0d12_0 conda-forge
libedit 3.1.20250104 pl5321h7949ede_0 conda-forge
libev 4.33 hd590300_2 conda-forge
libevent 2.1.12 hf998b51_1 conda-forge
libexpat 2.7.1 hecca717_0 conda-forge
libffi 3.5.2 h9ec8514_0 conda-forge
libfreetype 2.14.1 ha770c72_0 conda-forge
libfreetype6 2.14.1 h73754d4_0 conda-forge
libgcc 15.2.0 h767d61c_7 conda-forge
libgcc-ng 15.2.0 h69a702a_7 conda-forge
libgcrypt-lib 1.11.1 hb9d3cd8_0 conda-forge
libgdal-core 3.11.4 h7321e12_5 conda-forge
libgfortran 15.2.0 h69a702a_7 conda-forge
libgfortran5 15.2.0 hcd61629_7 conda-forge
libgomp 15.2.0 h767d61c_7 conda-forge
libgoogle-cloud 2.39.0 hdb79228_0 conda-forge
libgoogle-cloud-storage 2.39.0 hdbdcf42_0 conda-forge
libgpg-error 1.55 h3f2d84a_0 conda-forge
libgrpc 1.73.1 h3288cfb_1 conda-forge
libhwy 1.3.0 h4c17acf_1 conda-forge
libiconv 1.18 h3b78370_2 conda-forge
libjpeg-turbo 3.1.0 hb9d3cd8_0 conda-forge
libjxl 0.11.1 h6cb5226_4 conda-forge
libkml 1.3.0 haa4a5bd_1022 conda-forge
libkvikio 25.10.00 cuda12_9_251008_fb6220c4 rapidsai
liblapack 3.9.0 37_h47877c9_openblas conda-forge
liblzma 5.8.1 hb9d3cd8_2 conda-forge
libnghttp2 1.67.0 had1ee68_0 conda-forge
libnl 3.11.0 hb9d3cd8_0 conda-forge
libnsl 2.0.1 hb9d3cd8_1 conda-forge
libntlm 1.8 hb9d3cd8_0 conda-forge
libnuma 2.0.18 hb9d3cd8_3 conda-forge
libnvcomp 5.0.0.6 hb7e823c_3 conda-forge
libnvcomp-dev 5.0.0.6 hb7e823c_3 conda-forge
libnvjitlink 12.9.86 hecca717_2 conda-forge
libnvjpeg 12.4.0.76 hecca717_1 conda-forge
libnvptxcompiler-dev 12.9.86 ha770c72_2 conda-forge
libnvptxcompiler-dev_linux-64 12.9.86 ha770c72_2 conda-forge
libopenblas 0.3.30 pthreads_h94d23a6_2 conda-forge
libopentelemetry-cpp 1.21.0 hb9b0907_1 conda-forge
libopentelemetry-cpp-headers 1.21.0 ha770c72_1 conda-forge
libparquet 21.0.0 h7376487_9_cpu conda-forge
libpng 1.6.50 h421ea60_1 conda-forge
libprotobuf 6.31.1 h49aed37_2 conda-forge
libraft 25.10.00 cuda12_251008_521611f8 rapidsai
libraft-headers 25.10.00 cuda12_251008_521611f8 rapidsai
libraft-headers-only 25.10.00 cuda12_251008_521611f8 rapidsai
librdkafka 2.8.0 h2e2c4f7_0 conda-forge
libre2-11 2025.08.12 h7b12aa8_1 conda-forge
librmm 25.10.00 cuda12_251008_7aaad1de rapidsai
librttopo 1.1.0 h96cd706_19 conda-forge
libsodium 1.0.20 h4ab18f5_0 conda-forge
libspatialite 5.1.0 gpl_hcb59c51_118 conda-forge
libsqlite 3.50.4 h0c1763c_0 conda-forge
libssh2 1.11.1 hcf80075_0 conda-forge
libstdcxx 15.2.0 h8f9b012_7 conda-forge
libstdcxx-ng 15.2.0 h4852527_7 conda-forge
libsystemd0 257.9 h996ca69_0 conda-forge
libthrift 0.22.0 h454ac66_1 conda-forge
libtiff 4.7.1 h8261f1e_0 conda-forge
libucxx 0.46.00 cuda12_251008_64355220 rapidsai
libudev1 257.9 h085a93f_0 conda-forge
libutf8proc 2.11.0 hb04c3b8_0 conda-forge
libuuid 2.41.2 he9a06e4_0 conda-forge
libuv 1.51.0 hb03c661_1 conda-forge
libwebp-base 1.6.0 hd42ef1d_0 conda-forge
libxcb 1.17.0 h8a09558_0 conda-forge
libxcrypt 4.4.36 hd590300_1 conda-forge
libxgboost 3.0.5 rapidsai_h98a37b8_3 rapidsai
libxml2 2.15.1 h26afc86_0 conda-forge
libxml2-16 2.15.1 ha9997c6_0 conda-forge
libxml2-devel 2.15.1 h26afc86_0 conda-forge
libzlib 1.3.1 hb9d3cd8_2 conda-forge
libzopfli 1.0.3 h9c3ff4c_0 conda-forge
linkify-it-py 2.0.3 pyhd8ed1ab_1 conda-forge
llvmlite 0.44.0 py312he100287_2 conda-forge
locket 1.0.0 pyhd8ed1ab_0 conda-forge
lz4 4.4.4 py312h5d89b6d_1 conda-forge
lz4-c 1.10.0 h5888daf_1 conda-forge
lzo 2.10 h280c20c_1002 conda-forge
mapclassify 2.10.0 pyhd8ed1ab_1 conda-forge
markdown 3.9 pyhd8ed1ab_0 conda-forge
markdown-it-py 4.0.0 pyhd8ed1ab_0 conda-forge
markupsafe 3.0.3 py312h8a5da7c_0 conda-forge
matplotlib-base 3.10.7 py312he3d6523_0 conda-forge
mdit-py-plugins 0.5.0 pyhd8ed1ab_0 conda-forge
mdurl 0.1.2 pyhd8ed1ab_1 conda-forge
minizip 4.0.10 h05a5f5f_0 conda-forge
mistune 3.1.4 pyhcf101f3_0 conda-forge
msgpack-python 1.1.2 py312hd9148b4_0 conda-forge
multidict 6.6.3 py312h178313f_0 conda-forge
multipledispatch 0.6.0 pyhd8ed1ab_1 conda-forge
munkres 1.1.4 pyhd8ed1ab_1 conda-forge
muparser 2.3.5 h5888daf_0 conda-forge
narwhals 2.9.0 pyhcf101f3_0 conda-forge
nbclient 0.10.2 pyhd8ed1ab_0 conda-forge
nbconvert-core 7.16.6 pyhcf101f3_1 conda-forge
nbformat 5.10.4 pyhd8ed1ab_1 conda-forge
nccl 2.27.7.1 h49b9d9a_3 conda-forge
ncurses 6.5 h2d0b736_3 conda-forge
networkx 3.5 pyhe01879c_0 conda-forge
nlohmann_json 3.12.0 h54a6638_1 conda-forge
nodejs 24.9.0 heeeca48_0 conda-forge
numba 0.61.2 py312h907b442_2 conda-forge
numba-cuda 0.19.1 pyhcf101f3_2 conda-forge
numpy 2.2.6 py312h72c5963_0 conda-forge
nvidia-ml-py 13.580.82 pyhd8ed1ab_0 conda-forge
nvtx 0.2.13 py312h4c3975b_1 conda-forge
nx-cugraph 25.10.00 py312_251008_3289e672 rapidsai
openjpeg 2.5.4 h55fea9a_0 conda-forge
openssl 3.5.4 h26f9b46_0 conda-forge
orc 2.2.1 hd747db4_0 conda-forge
overrides 7.7.0 pyhd8ed1ab_1 conda-forge
packaging 25.0 pyh29332c3_1 conda-forge
pandas 2.3.3 py312hf79963d_1 conda-forge
pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge
panel 1.8.2 pyhd8ed1ab_0 conda-forge
param 2.2.1 pyhd8ed1ab_0 conda-forge
partd 1.4.2 pyhd8ed1ab_0 conda-forge
pcre2 10.46 h1321c63_0 conda-forge
pillow 11.3.0 py312h7b42cdd_3 conda-forge
pip 25.2 pyh8b19718_0 conda-forge
platformdirs 4.5.0 pyhcf101f3_0 conda-forge
polars 1.32.3 default_h3512890_0 conda-forge
polars-default 1.32.3 py39hf521cc8_0 conda-forge
proj 9.7.0 hb72c0af_0 conda-forge
prometheus-cpp 1.3.0 ha5d0236_0 conda-forge
prometheus_client 0.23.1 pyhd8ed1ab_0 conda-forge
propcache 0.3.1 py312h178313f_0 conda-forge
psutil 7.1.1 py312h4c3975b_0 conda-forge
pthread-stubs 0.4 hb9d3cd8_1002 conda-forge
ptyprocess 0.7.0 pyhd8ed1ab_1 conda-forge
py-xgboost 3.0.5 rapidsai_pyh4bd9c9a_3 rapidsai
pyarrow 21.0.0 py312h7900ff3_1 conda-forge
pyarrow-core 21.0.0 py312hc195796_1_cpu conda-forge
pycparser 2.22 pyh29332c3_1 conda-forge
pyct 0.6.0 pyhd8ed1ab_0 conda-forge
pygments 2.19.2 pyhd8ed1ab_0 conda-forge
pylibcudf 25.10.00 cuda12_py312_251008_f4e35ca0 rapidsai
pylibcugraph 25.10.01 cuda12_py312_251013_741f9105 rapidsai
pylibraft 25.10.00 cuda12_py312_251008_521611f8 rapidsai
pyogrio 0.11.1 py312h6e8b602_1 conda-forge
pyparsing 3.2.5 pyhcf101f3_0 conda-forge
pyproj 3.7.2 py312h9b6a7d9_2 conda-forge
pysocks 1.7.1 pyha55dd90_7 conda-forge
python 3.12.12 hd63d673_1_cpython conda-forge
python-confluent-kafka 2.8.0 py312h66e93f0_0 conda-forge
python-dateutil 2.9.0.post0 pyhe01879c_2 conda-forge
python-fastjsonschema 2.21.2 pyhe01879c_0 conda-forge
python-gil 3.12.12 hd8ed1ab_1 conda-forge
python-json-logger 2.0.7 pyhd8ed1ab_0 conda-forge
python-tzdata 2025.2 pyhd8ed1ab_0 conda-forge
python_abi 3.12 8_cp312 conda-forge
pytz 2025.2 pyhd8ed1ab_0 conda-forge
pyviz_comms 3.0.6 pyhd8ed1ab_0 conda-forge
pywavelets 1.9.0 py312h4f23490_1 conda-forge
pyyaml 6.0.3 py312h8a5da7c_0 conda-forge
pyzmq 27.1.0 py312hfb55c3c_0 conda-forge
qhull 2020.2 h434a139_5 conda-forge
raft-dask 25.10.00 cuda12_py312_251008_521611f8 rapidsai
rapids 25.10.00 cuda12_py310_251008_18a317e3 rapidsai
rapids-dask-dependency 25.10.00 251008_bcfdc48e rapidsai
rapids-logger 0.1.1 h98325ef_0 rapidsai
rapids-xgboost 25.10.00 cuda12_py310_251008_18a317e3 rapidsai
rav1e 0.7.1 h8fae777_3 conda-forge
rdma-core 59.0 hecca717_0 conda-forge
re2 2025.08.12 h5301d42_1 conda-forge
readline 8.2 h8c095d6_2 conda-forge
referencing 0.37.0 pyhcf101f3_0 conda-forge
requests 2.32.5 pyhd8ed1ab_0 conda-forge
rfc3339-validator 0.1.4 pyhd8ed1ab_1 conda-forge
rfc3986-validator 0.1.1 pyh9f0ad1d_0 conda-forge
rfc3987-syntax 1.1.0 pyhe01879c_1 conda-forge
rich 14.2.0 pyhcf101f3_0 conda-forge
rmm 25.10.00 cuda12_py312_251008_7aaad1de rapidsai
rpds-py 0.28.0 py312h868fb18_1 conda-forge
s2n 1.5.26 h5ac9029_0 conda-forge
scikit-image 0.24.0 py312hf9745cd_3 conda-forge
scikit-learn 1.7.2 py312h4f0b9e3_0 conda-forge
scipy 1.16.2 py312h7a1785b_0 conda-forge
send2trash 1.8.3 pyh0d859eb_1 conda-forge
setuptools 80.9.0 pyhff2d567_0 conda-forge
shapely 2.1.2 py312h950be2a_0 conda-forge
simpervisor 1.0.0 pyhd8ed1ab_1 conda-forge
six 1.17.0 pyhe01879c_1 conda-forge
snappy 1.2.2 h03e3b7b_0 conda-forge
sniffio 1.3.1 pyhd8ed1ab_1 conda-forge
sortedcontainers 2.4.0 pyhd8ed1ab_1 conda-forge
soupsieve 2.8 pyhd8ed1ab_0 conda-forge
sqlite 3.50.4 hbc0de68_0 conda-forge
streamz 0.6.4 pyhd8ed1ab_1 conda-forge
svt-av1 3.1.2 hecca717_0 conda-forge
tblib 3.1.0 pyhd8ed1ab_0 conda-forge
terminado 0.18.1 pyh0d859eb_0 conda-forge
threadpoolctl 3.6.0 pyhecae5ae_0 conda-forge
tifffile 2025.10.16 pyhd8ed1ab_0 conda-forge
tinycss2 1.4.0 pyhd8ed1ab_0 conda-forge
tk 8.6.13 noxft_hd72426e_102 conda-forge
toolz 1.1.0 pyhd8ed1ab_1 conda-forge
tornado 6.5.2 py312h4c3975b_1 conda-forge
tqdm 4.67.1 pyhd8ed1ab_1 conda-forge
traitlets 5.14.3 pyhd8ed1ab_1 conda-forge
treelite 4.4.1 py312h90c54bd_1 conda-forge
typing-extensions 4.15.0 h396c80c_0 conda-forge
typing_extensions 4.15.0 pyhcf101f3_0 conda-forge
typing_utils 0.1.0 pyhd8ed1ab_1 conda-forge
tzdata 2025b h78e105d_0 conda-forge
uc-micro-py 1.0.3 pyhd8ed1ab_1 conda-forge
ucx 1.19.0 hc93acc0_4 conda-forge
ucxx 0.46.00 cuda12_py312_251008_64355220 rapidsai
unicodedata2 16.0.0 py312h4c3975b_1 conda-forge
uri-template 1.3.0 pyhd8ed1ab_1 conda-forge
uriparser 0.9.8 hac33072_0 conda-forge
urllib3 2.5.0 pyhd8ed1ab_0 conda-forge
webcolors 24.11.1 pyhd8ed1ab_0 conda-forge
webencodings 0.5.1 pyhd8ed1ab_3 conda-forge
websocket-client 1.9.0 pyhd8ed1ab_0 conda-forge
wheel 0.45.1 pyhd8ed1ab_1 conda-forge
xarray 2025.10.1 pyhd8ed1ab_0 conda-forge
xerces-c 3.2.5 h988505b_2 conda-forge
xgboost 3.0.5 rapidsai_pyh13f938f_3 rapidsai
xorg-libxau 1.0.12 hb9d3cd8_0 conda-forge
xorg-libxdmcp 1.1.5 hb9d3cd8_0 conda-forge
xyzservices 2025.4.0 pyhd8ed1ab_0 conda-forge
yaml 0.2.5 h280c20c_3 conda-forge
yarl 1.20.1 py312h178313f_0 conda-forge
zeromq 4.3.5 h387f397_9 conda-forge
zfp 1.0.1 h909a3a2_3 conda-forge
zict 3.0.0 pyhd8ed1ab_1 conda-forge
zipp 3.23.0 pyhd8ed1ab_0 conda-forge
zlib 1.3.1 hb9d3cd8_2 conda-forge
zlib-ng 2.2.5 hde8ca8f_0 conda-forge
zstandard 0.25.0 py312h5253ce2_0 conda-forge
zstd 1.5.7 hb8e6e7a_2 conda-forge
</pre></details>Other/Misc.
No response
Code of Conduct
- I agree to follow cuGraph's Code of Conduct
- I have searched the open bugs and have found no duplicates for this bug report
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working