findex 0.7.1 -> 0.8.0 https://github.com/mdgaziur/findex/releases attrpath: findex Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-LAO1J9B42Is+fjF+xYgAaZXR1PJ+cquG8167w92mwD4= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A findex nix build failed. 25 | // or, add a shortcut key 26 | define_plugin!("prefix!", "p", init, handle_query);  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `findex_plugin_init` redefined here  |  = note: `findex_plugin_init` must be defined only once in the value namespace of this block  = note: this error originates in the macro `define_plugin` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0428]: the name `findex_plugin_query_handler` is defined multiple times  --> crates/findex-plugin/src/lib.rs:57:1  | 24 | define_plugin!("prefix!", init, handle_query);  | --------------------------------------------- previous definition of the value `findex_plugin_query_handler` here 25 | // or, add a shortcut key 26 | define_plugin!("prefix!", "p", init, handle_query);  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `findex_plugin_query_handler` redefined here  |  = note: `findex_plugin_query_handler` must be defined only once in the value namespace of this block  = note: this error originates in the macro `define_plugin` (in Nightly builds, run with -Z macro-backtrace for more info) error: aborting due to 3 previous errors For more information about this error, try `rustc --explain E0428`. Couldn't compile the test. failures: crates/findex-plugin/src/lib.rs - define_plugin (line 34) test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s error: doctest failed, to rerun pass `-p findex-plugin --doc`