python312Packages.hdbscan 0.8.37 -> 0.8.38-1 https://github.com/scikit-learn-contrib/hdbscan/releases attrpath: python312Packages.hdbscan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v0qm2a0ihccq6p3appr2s76s44si06mi-packages.json.drv building '/nix/store/v0qm2a0ihccq6p3appr2s76s44si06mi-packages.json.drv'... Going to be running update for following packages: - python3.12-hdbscan-0.8.37 Press Enter key to continue... Running update for: - python3.12-hdbscan-0.8.37: UPDATING ... - python3.12-hdbscan-0.8.37: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hdbscan/default.nix b/pkgs/development/python-modules/hdbscan/default.nix index e56d4fd17123..31b060c56d54 100644 --- a/pkgs/development/python-modules/hdbscan/default.nix +++ b/pkgs/development/python-modules/hdbscan/default.nix @@ -13,12 +13,12 @@ buildPythonPackage rec { pname = "hdbscan"; - version = "0.8.37"; + version = "0.8.38.post1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-3EeHE0DRhT5WnF2Pb4/IB+nDEx7dKRafx3pHBnSqibA="; + hash = "sha256-X726L/tamai1L6KRVljO1r7Vn00NX0CxxnNkbJKKrAs="; }; pythonRemoveDeps = [ "cython" ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/hvkjjva2knprwmqaa989wrxhlw3zc19v-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.hdbscan nix build failed. error_job.get_result(self.timeout) /nix/store/gxf38arl3n1f1q5jh7zyv8mniq0d7408-python3.12-joblib-1.4.2/lib/python3.12/site-packages/joblib/parallel.py:745: in get_result return self._return_or_raise() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def _return_or_raise(self): try: if self.status == TASK_ERROR: > raise self._result E joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed to un-serialize. Please ensure that the arguments of the function are all picklable. /nix/store/gxf38arl3n1f1q5jh7zyv8mniq0d7408-python3.12-joblib-1.4.2/lib/python3.12/site-packages/joblib/parallel.py:763: BrokenProcessPool =========================== short test summary info ============================ FAILED test_branches.py::test_branch_detector - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_min_branch_size - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_label_sides_as_branches - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_max_branch_size - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_caching - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_centroid_medoids - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_exemplars - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_approximate_predict - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_trees_numpy_output_formats - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_trees_pandas_output_formats - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_trees_networkx_output_formats - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_condensed_tree_plot - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_single_linkage_tree_plot - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... FAILED test_branches.py::test_cluster_approximation_graph_plot - joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed... =========== 14 failed, 52 passed, 9 skipped, 6 deselected in 13.61s ============