TileDB-Inc / TileDB-VCF

Efficient variant-call data storage and retrieval library using the TileDB storage library.
https://tiledb-inc.github.io/TileDB-VCF/
MIT License
88 stars 15 forks source link

The nightly build job failed on Friday (2024-10-18) #782

Open github-actions[bot] opened 2 days ago

github-actions[bot] commented 2 days ago

The nightly build job failed on Friday (2024-10-18) in run 11396712732

jdblischak commented 2 days ago

The Ubuntu and macOS builds against dev libtiledb both failed. Based on the error messages, I assume this is due to https://github.com/TileDB-Inc/TileDB/pull/5336

  /Users/runner/work/TileDB-VCF/TileDB-VCF/TileDB-Py/tiledb/cc/group.cc:122:8: note: in instantiation of function template specialization 'pybind11::class_<tiledb::Group>::def<void (tiledb::Group::*)(const std::string &, const bool &, std::optional<std::string>, std::optional<tiledb_object_t>), pybind11::arg, pybind11::arg_v, pybind11::arg_v>' requested here
        .def("_add", &Group::add_member, py::arg("uri"),
         ^
  1 error generated.

@teo-tsirpanis please advise

xref: https://github.com/TileDB-Inc/centralized-tiledb-nightlies/issues/24#issuecomment-2422539787

teo-tsirpanis commented 2 days ago

Yes, same error as in TileDB-Py centralized nightlies.