Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202606/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:rudof, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean dh_auto_clean --buildsystem=rust /usr/share/dh-rust/bin/cargo clean debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, x86_64-linux-gnu debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True} Removed 0 files debian/rules execute_after_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' [ ! -f Cargo.lock.orig ] || mv -f Cargo.lock.orig Cargo.lock make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean -XCargo.toml.orig debian/rules binary dh binary [... snipped ...] 19 | | pub struct Md5(block_api::Md5Core); 20 | | oid: "1.2.840.113549.2.5"; 21 | | impl: FixedHashTraits; 22 | | ); | |_- in this macro invocation = note: there are multiple different versions of crate `digest` in the dependency graph = help: you can use `cargo tree` to explore your dependency tree = note: required for `CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, UInt<..., ...>, ...>>` to implement `md5::Digest` note: required by a bound in `build_hash_expression_evaluator` --> /<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1662:78 | 1662 | fn build_hash_expression_evaluator<'a, C: ExpressionEvaluatorContext<'a>, H: Digest>( | ^^^^^^ required by this bound in `build_hash_expression_evaluator` = note: the full name for the type has been written to '/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/spareval-3c9ca4d05d29e4b6.long-type-11841109069526752629.txt' = note: consider using `--verbose` to print the full type name to the console = note: this error originates in the macro `$crate::buffer_fixed` which comes from the expansion of the macro `digest::buffer_fixed` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, ..., ...>>: Digest` is not satisfied --> /<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1147:70 | 1147 | Function::Sha384 => build_hash_expression_evaluator::<_, Sha384>(parameters, context)?, | ^^^^^^ the trait `md5::digest::FixedOutput` is not implemented for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>` | note: there are multiple different versions of crate `digest` in the dependency graph --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/lib.rs:96:1 | 96 | pub trait FixedOutput: Update + OutputSizeUser + Sized { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.10.7/src/lib.rs:93:1 | 93 | pub trait FixedOutput: Update + OutputSizeUser + Sized { | ------------------------------------------------------ this is the found trait = help: you can use `cargo tree` to explore your dependency tree help: the following other types implement trait `md5::digest::FixedOutput` --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/buffer_macros/fixed.rs:220:9 | 220 | impl$(< $( $lt $( : $clt $(+ $dlt )* )? ),+ >)? $crate::FixedOutput for $name$(< $( $lt ),+ >)? { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `md5::Md5` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/xof_fixed.rs:94:1 | 94 | impl<T: ExtendableOutput + Update, S: ArraySize> FixedOutput for XofFixedWrapper<T, S> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `XofFixedWrapper<T, S>` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/lib.rs:17:1 | 17 | / digest::buffer_fixed!( 18 | | /// MD5 hasher state. 19 | | pub struct Md5(block_api::Md5Core); 20 | | oid: "1.2.840.113549.2.5"; 21 | | impl: FixedHashTraits; 22 | | ); | |_- in this macro invocation = note: there are multiple different versions of crate `digest` in the dependency graph = help: you can use `cargo tree` to explore your dependency tree = note: required for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>` to implement `md5::Digest` note: required by a bound in `build_hash_expression_evaluator` --> /<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1662:78 | 1662 | fn build_hash_expression_evaluator<'a, C: ExpressionEvaluatorContext<'a>, H: Digest>( | ^^^^^^ required by this bound in `build_hash_expression_evaluator` = note: the full name for the type has been written to '/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/spareval-3c9ca4d05d29e4b6.long-type-8864657364563199548.txt' = note: consider using `--verbose` to print the full type name to the console = note: this error originates in the macro `$crate::buffer_fixed` which comes from the expansion of the macro `digest::buffer_fixed` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, ..., ...>>: Digest` is not satisfied --> /<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1147:70 | 1147 | Function::Sha384 => build_hash_expression_evaluator::<_, Sha384>(parameters, context)?, | ^^^^^^ the trait `md5::digest::HashMarker` is not implemented for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>` | note: there are multiple different versions of crate `digest` in the dependency graph --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/digest.rs:10:1 | 10 | pub trait HashMarker {} | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.10.7/src/digest.rs:8:1 | 8 | pub trait HashMarker {} | -------------------- this is the found trait = help: you can use `cargo tree` to explore your dependency tree help: the following other types implement trait `md5::digest::HashMarker` --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/block_api/ct_variable.rs:39:1 | 39 | / impl<T, OutSize> HashMarker for CtOutWrapper<T, OutSize> 40 | | where 41 | | T: VariableOutputCore + HashMarker, 42 | | OutSize: ArraySize + IsLessOrEqual<T::OutputSize, Output = True>, | |_____________________________________________________________________^ `CtOutWrapper<T, OutSize>` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/block_api.rs:25:1 | 25 | impl HashMarker for Md5Core {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Md5Core` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/xof_fixed.rs:46:1 | 46 | impl<T: ExtendableOutput + HashMarker, S: ArraySize> HashMarker for XofFixedWrapper<T, S> {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `XofFixedWrapper<T, S>` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/buffer_macros/fixed.rs:298:9 | 298 | impl$(< $( $lt $( : $clt $(+ $dlt )* )? ),+ >)? $crate::HashMarker for $name$(< $( $lt ),+ >)? {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `md5::Md5` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/lib.rs:17:1 | 17 | / digest::buffer_fixed!( 18 | | /// MD5 hasher state. 19 | | pub struct Md5(block_api::Md5Core); 20 | | oid: "1.2.840.113549.2.5"; 21 | | impl: FixedHashTraits; 22 | | ); | |_- in this macro invocation = note: there are multiple different versions of crate `digest` in the dependency graph = help: you can use `cargo tree` to explore your dependency tree = note: required for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>` to implement `md5::Digest` note: required by a bound in `build_hash_expression_evaluator` --> /<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1662:78 | 1662 | fn build_hash_expression_evaluator<'a, C: ExpressionEvaluatorContext<'a>, H: Digest>( | ^^^^^^ required by this bound in `build_hash_expression_evaluator` = note: the full name for the type has been written to '/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/spareval-3c9ca4d05d29e4b6.long-type-8864657364563199548.txt' = note: consider using `--verbose` to print the full type name to the console = note: this error originates in the macro `$crate::buffer_fixed` which comes from the expansion of the macro `digest::buffer_fixed` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, ..., ...>>: Digest` is not satisfied --> /<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1148:70 | 1148 | Function::Sha512 => build_hash_expression_evaluator::<_, Sha512>(parameters, context)?, | ^^^^^^ the trait `md5::digest::FixedOutput` is not implemented for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>` | note: there are multiple different versions of crate `digest` in the dependency graph --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/lib.rs:96:1 | 96 | pub trait FixedOutput: Update + OutputSizeUser + Sized { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.10.7/src/lib.rs:93:1 | 93 | pub trait FixedOutput: Update + OutputSizeUser + Sized { | ------------------------------------------------------ this is the found trait = help: you can use `cargo tree` to explore your dependency tree help: the following other types implement trait `md5::digest::FixedOutput` --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/buffer_macros/fixed.rs:220:9 | 220 | impl$(< $( $lt $( : $clt $(+ $dlt )* )? ),+ >)? $crate::FixedOutput for $name$(< $( $lt ),+ >)? { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `md5::Md5` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/xof_fixed.rs:94:1 | 94 | impl<T: ExtendableOutput + Update, S: ArraySize> FixedOutput for XofFixedWrapper<T, S> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `XofFixedWrapper<T, S>` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/lib.rs:17:1 | 17 | / digest::buffer_fixed!( 18 | | /// MD5 hasher state. 19 | | pub struct Md5(block_api::Md5Core); 20 | | oid: "1.2.840.113549.2.5"; 21 | | impl: FixedHashTraits; 22 | | ); | |_- in this macro invocation = note: there are multiple different versions of crate `digest` in the dependency graph = help: you can use `cargo tree` to explore your dependency tree = note: required for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>` to implement `md5::Digest` note: required by a bound in `build_hash_expression_evaluator` --> /<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1662:78 | 1662 | fn build_hash_expression_evaluator<'a, C: ExpressionEvaluatorContext<'a>, H: Digest>( | ^^^^^^ required by this bound in `build_hash_expression_evaluator` = note: the full name for the type has been written to '/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/spareval-3c9ca4d05d29e4b6.long-type-6814499780890443329.txt' = note: consider using `--verbose` to print the full type name to the console = note: this error originates in the macro `$crate::buffer_fixed` which comes from the expansion of the macro `digest::buffer_fixed` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, ..., ...>>: Digest` is not satisfied --> /<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1148:70 | 1148 | Function::Sha512 => build_hash_expression_evaluator::<_, Sha512>(parameters, context)?, | ^^^^^^ the trait `md5::digest::HashMarker` is not implemented for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>` | note: there are multiple different versions of crate `digest` in the dependency graph --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/digest.rs:10:1 | 10 | pub trait HashMarker {} | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.10.7/src/digest.rs:8:1 | 8 | pub trait HashMarker {} | -------------------- this is the found trait = help: you can use `cargo tree` to explore your dependency tree help: the following other types implement trait `md5::digest::HashMarker` --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/block_api/ct_variable.rs:39:1 | 39 | / impl<T, OutSize> HashMarker for CtOutWrapper<T, OutSize> 40 | | where 41 | | T: VariableOutputCore + HashMarker, 42 | | OutSize: ArraySize + IsLessOrEqual<T::OutputSize, Output = True>, | |_____________________________________________________________________^ `CtOutWrapper<T, OutSize>` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/block_api.rs:25:1 | 25 | impl HashMarker for Md5Core {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Md5Core` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/xof_fixed.rs:46:1 | 46 | impl<T: ExtendableOutput + HashMarker, S: ArraySize> HashMarker for XofFixedWrapper<T, S> {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `XofFixedWrapper<T, S>` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/buffer_macros/fixed.rs:298:9 | 298 | impl$(< $( $lt $( : $clt $(+ $dlt )* )? ),+ >)? $crate::HashMarker for $name$(< $( $lt ),+ >)? {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `md5::Md5` | ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/lib.rs:17:1 | 17 | / digest::buffer_fixed!( 18 | | /// MD5 hasher state. 19 | | pub struct Md5(block_api::Md5Core); 20 | | oid: "1.2.840.113549.2.5"; 21 | | impl: FixedHashTraits; 22 | | ); | |_- in this macro invocation = note: there are multiple different versions of crate `digest` in the dependency graph = help: you can use `cargo tree` to explore your dependency tree = note: required for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>` to implement `md5::Digest` note: required by a bound in `build_hash_expression_evaluator` --> /<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1662:78 | 1662 | fn build_hash_expression_evaluator<'a, C: ExpressionEvaluatorContext<'a>, H: Digest>( | ^^^^^^ required by this bound in `build_hash_expression_evaluator` = note: the full name for the type has been written to '/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/spareval-3c9ca4d05d29e4b6.long-type-6814499780890443329.txt' = note: consider using `--verbose` to print the full type name to the console = note: this error originates in the macro `$crate::buffer_fixed` which comes from the expansion of the macro `digest::buffer_fixed` (in Nightly builds, run with -Z macro-backtrace for more info) Running `CARGO=/usr/bin/cargo CARGO_CFG_FEATURE=default [too-long-redacted] 8a9f71bea17/build-script-build` [rust_decimal 1.42.0] cargo:rerun-if-changed=README.md Running `CARGO=/usr/bin/cargo CARGO_CFG_FEATURE='' CARG [too-long-redacted] 6c3ebac5a8f/build-script-build` [paste 1.0.15] cargo:rerun-if-changed=build.rs [paste 1.0.15] cargo:rustc-check-cfg=cfg(no_literal_fromstr) [paste 1.0.15] cargo:rustc-check-cfg=cfg(feature, values("protocol_feature_paste")) Compiling dashmap v6.1.0 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=dashmap [too-long-redacted] 2b4741a.rmeta --cap-lints warn` warning: unexpected `cfg` condition value: `typesize` --> /<<PKGBUILDDIR>>/debian/cargo_registry/dashmap-6.1.0/src/lib.rs:1349:7 | 1349 | #[cfg(feature = "typesize")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `arbitrary`, `inline`, `raw-api`, `rayon`, and `serde` = help: consider adding `typesize` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `typesize` --> /<<PKGBUILDDIR>>/debian/cargo_registry/dashmap-6.1.0/src/set.rs:418:7 | 418 | #[cfg(feature = "typesize")] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `arbitrary`, `inline`, `raw-api`, `rayon`, and `serde` = help: consider adding `typesize` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration For more information about this error, try `rustc --explain E0277`. error: could not compile `spareval` (lib) due to 8 previous errors Caused by: process didn't exit successfully: `CARGO=/usr/bin/cargo CA [too-long-redacted] ap-lints warn` (exit status: 1) warning: build failed, waiting for other jobs to finish... warning: `dashmap` (lib) generated 2 warnings dh_auto_build: error: /usr/share/dh-rust/bin/cargo build returned exit code 101 make: *** [debian/rules:41: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------