cargo-deb 1.42.2 -> 1.43.1 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-bFTLpAMuhda2kDea+bCJ7cS/ARd3MTGxiNTLmFoElRs= 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. ---- run_cargo_deb_command_on_example_dir stdout ---- thread 'run_cargo_deb_command_on_example_dir' panicked at 'Cmd failed: warning: description field is missing in Cargo.toml warning: license field is missing in Cargo.toml Compiling example v0.1.0 (/build/source/example) Finished release [optimized] target(s) in 0.35s cargo-deb: unable to strip binary '/build/source/example/target/release/example': strip command failed to create output '/build/source/example/target/debian/example.tmp0-stripped' ', tests/command.rs:99:24 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- 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 'Cmd failed: warning: description field is missing in Cargo.toml warning: license field is missing in Cargo.toml Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on build directory Finished release [optimized] target(s) in 0.35s cargo-deb: unable to strip binary '/build/source/example/target/release/example': strip command failed to create output '/build/source/example/target/debian/example.tmp0-stripped' ', tests/command.rs:132:25 failures: run_cargo_deb_command_on_example_dir run_cargo_deb_command_on_example_dir_with_separate_debug_symbols test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s error: test failed, to rerun pass `--test command`