Package: src:rust-hickory-dns Version: 0.24.4-1 Severity: serious Tags: ftbfs forky sid
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/202603/ 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:rust-hickory-dns, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem cargo dh_auto_clean -O--buildsystem=cargo debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = ['-j2'], lto = debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = x86_64-linux-gnu debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True} Removed 0 files dh_autoreconf_clean -O--buildsystem=cargo dh_clean -XCargo.toml.orig -O--buildsystem=cargo debian/rules binary dh binary --buildsystem cargo dh_update_autotools_config -O--buildsystem=cargo dh_autoreconf -O--buildsystem=cargo dh_auto_configure -O--buildsystem=cargo debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = ['-j2'], lto = [... snipped ...] warning: `indexmap` (lib) generated 2 warnings Compiling futures v0.3.31 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=futures CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/futures-0.3.31 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/futures-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs [too-long-redacted] stry=/usr/share/cargo/registry` warning: unexpected `cfg` condition value: `compat` --> /usr/share/cargo/registry/futures-0.3.31/src/lib.rs:200:7 | 200 | #[cfg(feature = "compat")] | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `async-await`, `bilock`, `default`, `executor`, `futures-executor`, `std`, `thread-pool`, `unstable`, and `write-all-vectored` = help: consider adding `compat` 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: requested on the command line with `-W unexpected-cfgs` warning: `futures` (lib) generated 1 warning Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=quinn CA [too-long-redacted] -check-cfg 'cfg(wasm_browser)'` warning: unexpected `cfg` condition value: `bloom` --> /usr/share/cargo/registry/quinn-0.11.9/src/lib.rs:60:7 | 60 | #[cfg(feature = "bloom")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `async-io`, `async-std`, `default`, `futures-io`, `lock_tracking`, `log`, `platform-verifier`, `ring`, `runtime-async-std`, `runtime-smol`, `runtime-tokio`, `rustls`, `rustls-log`, `rustls-ring`, and `smol` = help: consider adding `bloom` 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: `qlog` --> /usr/share/cargo/registry/quinn-0.11.9/src/lib.rs:71:7 | 71 | #[cfg(feature = "qlog")] | ^^^^^^^^^^------ | | | help: there is a expected value with a similar name: `"log"` | = note: expected values for `feature` are: `async-io`, `async-std`, `default`, `futures-io`, `lock_tracking`, `log`, `platform-verifier`, `ring`, `runtime-async-std`, `runtime-smol`, `runtime-tokio`, `rustls`, `rustls-log`, `rustls-ring`, and `smol` = help: consider adding `qlog` 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 warning: unexpected `cfg` condition value: `rustls-aws-lc-rs` --> /usr/share/cargo/registry/quinn-0.11.9/src/lib.rs:73:11 | 73 | #[cfg(any(feature = "rustls-aws-lc-rs", feature = "rustls-ring"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `async-io`, `async-std`, `default`, `futures-io`, `lock_tracking`, `log`, `platform-verifier`, `ring`, `runtime-async-std`, `runtime-smol`, `runtime-tokio`, `rustls`, `rustls-log`, `rustls-ring`, and `smol` = help: consider adding `rustls-aws-lc-rs` 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 warning: unexpected `cfg` condition value: `aws-lc-rs` --> /usr/share/cargo/registry/quinn-0.11.9/src/endpoint.rs:15:34 | 15 | #[cfg(all(not(wasm_browser), any(feature = "aws-lc-rs", feature = "ring")))] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `async-io`, `async-std`, `default`, `futures-io`, `lock_tracking`, `log`, `platform-verifier`, `ring`, `runtime-async-std`, `runtime-smol`, `runtime-tokio`, `rustls`, `rustls-log`, `rustls-ring`, and `smol` = help: consider adding `aws-lc-rs` 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 warning: unexpected `cfg` condition value: `aws-lc-rs` --> /usr/share/cargo/registry/quinn-0.11.9/src/endpoint.rs:29:34 | 29 | #[cfg(all(not(wasm_browser), any(feature = "aws-lc-rs", feature = "ring"),))] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `async-io`, `async-std`, `default`, `futures-io`, `lock_tracking`, `log`, `platform-verifier`, `ring`, `runtime-async-std`, `runtime-smol`, `runtime-tokio`, `rustls`, `rustls-log`, `rustls-ring`, and `smol` = help: consider adding `aws-lc-rs` 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 warning: unexpected `cfg` condition value: `aws-lc-rs` --> /usr/share/cargo/registry/quinn-0.11.9/src/endpoint.rs:71:38 | 71 | #[cfg(all(not(wasm_browser), any(feature = "aws-lc-rs", feature = "ring")))] // `EndpointConfig::default()` is only available with these | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `async-io`, `async-std`, `default`, `futures-io`, `lock_tracking`, `log`, `platform-verifier`, `ring`, `runtime-async-std`, `runtime-smol`, `runtime-tokio`, `rustls`, `rustls-log`, `rustls-ring`, and `smol` = help: consider adding `aws-lc-rs` 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 warning: unexpected `cfg` condition value: `aws-lc-rs` --> /usr/share/cargo/registry/quinn-0.11.9/src/endpoint.rs:101:38 | 101 | #[cfg(all(not(wasm_browser), any(feature = "aws-lc-rs", feature = "ring")))] // `EndpointConfig::default()` is only available with these | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `async-io`, `async-std`, `default`, `futures-io`, `lock_tracking`, `log`, `platform-verifier`, `ring`, `runtime-async-std`, `runtime-smol`, `runtime-tokio`, `rustls`, `rustls-log`, `rustls-ring`, and `smol` = help: consider adding `aws-lc-rs` 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 warning: hiding a lifetime that's elided elsewhere is confusing --> /usr/share/cargo/registry/h3-0.0.6/src/server/connection.rs:458:26 | 458 | pub fn read_datagram(&mut self) -> ReadDatagram<C, B> { | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 458 | pub fn read_datagram(&mut self) -> ReadDatagram<'_, C, B> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> /usr/share/cargo/registry/h3-0.0.6/src/buf.rs:25:19 | 25 | pub fn cursor(&self) -> Cursor<T> { | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 25 | pub fn cursor(&self) -> Cursor<'_, T> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> /usr/share/cargo/registry/h3-0.0.6/src/connection.rs:48:17 | 48 | pub fn read(&self, panic_msg: &'static str) -> RwLockReadGuard<SharedState> { | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 48 | pub fn read(&self, panic_msg: &'static str) -> RwLockReadGuard<'_, SharedState> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> /usr/share/cargo/registry/h3-0.0.6/src/connection.rs:52:18 | 52 | pub fn write(&self, panic_msg: &'static str) -> RwLockWriteGuard<SharedState> { | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 52 | pub fn write(&self, panic_msg: &'static str) -> RwLockWriteGuard<'_, SharedState> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> /usr/share/cargo/registry/h3-0.0.6/src/qpack/dynamic.rs:261:20 | 261 | pub fn decoder(&self, base: usize) -> DynamicTableDecoder { | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 261 | pub fn decoder(&self, base: usize) -> DynamicTableDecoder<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /usr/share/cargo/registry/h3-0.0.6/src/qpack/dynamic.rs:265:20 | 265 | pub fn encoder(&mut self, stream_id: u64) -> DynamicTableEncoder { | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 265 | pub fn encoder(&mut self, stream_id: u64) -> DynamicTableEncoder<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /usr/share/cargo/registry/h3-0.0.6/src/qpack/prefix_string/decode.rs:315:21 | 315 | fn hpack_decode(&self) -> DecodeIter; | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 315 | fn hpack_decode(&self) -> DecodeIter<'_>; | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /usr/share/cargo/registry/h3-0.0.6/src/qpack/prefix_string/decode.rs:319:21 | 319 | fn hpack_decode(&self) -> DecodeIter { | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 319 | fn hpack_decode(&self) -> DecodeIter<'_> { | ++++ warning: `h3` (lib) generated 8 warnings Compiling openssl-probe v0.1.2 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=openssl_probe CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/openssl-probe-0.1.2 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/openssl-probe-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton <[email protected]>' CARGO_PKG_DESCRIPTION='Tool for helping to find SSL certificate locations on the system for OpenSSL ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/openss [too-long-redacted] stry=/usr/share/cargo/registry` Compiling thiserror v1.0.69 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_sc [too-long-redacted] et/debug/deps --cap-lints warn` Compiling parking_lot_core v0.9.12 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_sc [too-long-redacted] et/debug/deps --cap-lints warn` warning: `quinn` (lib) generated 7 warnings Compiling atomic-waker v1.1.2 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=atomic_w [too-long-redacted] stry=/usr/share/cargo/registry` warning: unexpected `cfg` condition value: `portable-atomic` --> /usr/share/cargo/registry/atomic-waker-1.1.2/src/lib.rs:26:11 | 26 | #[cfg(not(feature = "portable-atomic"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `portable-atomic` 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: `portable-atomic` --> /usr/share/cargo/registry/atomic-waker-1.1.2/src/lib.rs:28:7 | 28 | #[cfg(feature = "portable-atomic")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `portable-atomic` 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 warning: trait `AssertSync` is never used --> /usr/share/cargo/registry/atomic-waker-1.1.2/src/lib.rs:226:15 | 226 | trait AssertSync: Sync {} | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `atomic-waker` (lib) generated 3 warnings Compiling h2 v0.4.13 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=h2 CARGO [too-long-redacted] stry=/usr/share/cargo/registry` Running `CARGO=/usr/bin/cargo CARGO_CFG_FEATURE='' CARG [too-long-redacted] 357e343525d/build-script-build` [parking_lot_core 0.9.12] cargo:rerun-if-changed=build.rs [parking_lot_core 0.9.12] cargo:rustc-check-cfg=cfg(tsan_enabled) Running `CARGO=/usr/bin/cargo CARGO_CFG_FEATURE='' CARG [too-long-redacted] 06fc33197ec/build-script-build` [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP Compiling rustls-native-certs v0.8.3 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=rustls_n [too-long-redacted] stry=/usr/share/cargo/registry` Compiling h3-quinn v0.0.7 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=h3_quinn [too-long-redacted] uild/ring-71a8a85c8d4deae2/out` error[E0616]: field `0` of struct `quinn::StreamId` is private --> /usr/share/cargo/registry/h3-quinn-0.0.7/src/lib.rs:503:14 | 503 | .0 | ^ private field error[E0616]: field `0` of struct `quinn::StreamId` is private --> /usr/share/cargo/registry/h3-quinn-0.0.7/src/lib.rs:650:14 | 650 | .0 | ^ private field For more information about this error, try `rustc --explain E0616`. error: could not compile `h3-quinn` (lib) due to 2 previous errors Caused by: process didn't exit successfully: `CARGO=/usr/bin/cargo CA [too-long-redacted] c8d4deae2/out` (exit status: 1) warning: build failed, waiting for other jobs to finish... dh_auto_test: error: /usr/share/cargo/bin/cargo build --features default,dns-over-h3,dns-over-https-rustls,dns-over-quic,dnssec-ring,recursor returned exit code 101 make[1]: *** [debian/rules:12: override_dh_auto_test] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:3: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

