cargo-deb 1.42.2 -> 1.43.0 https://repology.org/project/cargo-deb/versions attrpath: cargo-deb 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-WFSviKUXHFpQ6ZuBkUJlRy1wDEMbqJsPaqAxcD6Dlgw= 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 cargo-deb nix build failed. test result: ok. 113 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.13s  Running unittests src/main.rs (target/x86_64-unknown-linux-gnu/release/deps/cargo_deb-b5019a45fbbedc8f) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s  Running tests/command.rs (target/x86_64-unknown-linux-gnu/release/deps/command-febdef816ca8de08) running 5 tests test run_cargo_deb_command_on_example_dir ... ok test run_cargo_deb_command_on_example_dir_with_version ... ok test run_cargo_deb_command_on_example_dir_with_variant ... ok test run_cargo_deb_command_on_example_dir_with_separate_debug_symbols ... FAILED test build_workspaces ... ok failures: ---- run_cargo_deb_command_on_example_dir_with_separate_debug_symbols stdout ---- thread 'run_cargo_deb_command_on_example_dir_with_separate_debug_symbols' panicked at 'stripped executable should be smaller than debug executable', tests/command.rs:145:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: run_cargo_deb_command_on_example_dir_with_separate_debug_symbols test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s error: test failed, to rerun pass `--test command`