Package: src:warp Version: 0.9.2-7 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/202605/ 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:warp, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] warning: unexpected `cfg` condition value: `v4_22` --> /usr/share/cargo/registry/gsk4-0.10.3/src/auto/enums.rs:1469:19 | 1469 | #[cfg(feature = "v4_22")] | ^^^^^^^^^^------- | | | help: there is a expected value with a similar name: `"v4_20"` | = note: expected values for `feature` are: `broadway`, `v4_10`, `v4_14`, `v4_16`, `v4_18`, `v4_2`, `v4_20`, `v4_4`, `v4_6`, and `vulkan` = help: consider adding `v4_22` 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: `v4_22` --> /usr/share/cargo/registry/gsk4-0.10.3/src/auto/enums.rs:1471:19 | 1471 | #[cfg(feature = "v4_22")] | ^^^^^^^^^^------- | | | help: there is a expected value with a similar name: `"v4_20"` | = note: expected values for `feature` are: `broadway`, `v4_10`, `v4_14`, `v4_16`, `v4_18`, `v4_2`, `v4_20`, `v4_4`, `v4_6`, and `vulkan` = help: consider adding `v4_22` 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 error[E0277]: can't compare `auto::path::Path` with `auto::path::Path` --> /usr/share/cargo/registry/gsk4-0.10.3/src/auto/path.rs:9:21 | 9 | #[derive(Debug, PartialOrd, Ord, Hash)] | ^^^^^^^^^^ no implementation for `auto::path::Path == auto::path::Path` | = help: the trait `PartialEq` is not implemented for `auto::path::Path` note: required by a bound in `PartialOrd` --> /usr/src/rustc-1.94.1/library/core/src/cmp.rs:1358:0 help: consider annotating `auto::path::Path` with `#[derive(PartialEq)]` --> /usr/share/cargo/registry/glib-0.21.5/src/shared.rs:35:1 | 35 + #[derive(PartialEq)] 36 | $visibility struct $name $(<$($generic $(: $bound $(+ $bound2)*)?),+>)? { | error[E0277]: the trait bound `auto::path::Path: std::cmp::Eq` is not satisfied --> /usr/share/cargo/registry/gsk4-0.10.3/src/auto/path.rs:9:33 | 9 | #[derive(Debug, PartialOrd, Ord, Hash)] | ^^^ the trait `std::cmp::Eq` is not implemented for `auto::path::Path` | note: required by a bound in `Ord` --> /usr/src/rustc-1.94.1/library/core/src/cmp.rs:973:0 help: consider annotating `auto::path::Path` with `#[derive(Eq)]` --> /usr/share/cargo/registry/glib-0.21.5/src/shared.rs:35:1 | 35 + #[derive(Eq)] 36 | $visibility struct $name $(<$($generic $(: $bound $(+ $bound2)*)?),+>)? { | Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=field_of [too-long-redacted] it --cfg fieldoffset_has_alloc` warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn` --> /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:2:13 | 2 | #![cfg_attr(fieldoffset_assert_in_const_fn, feature(const_panic))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_assert_in_const_fn)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)");` to the top of the `build.rs` = 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 name: `fieldoffset_has_alloc` --> /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:8:17 | 8 | #[cfg(all(test, fieldoffset_has_alloc))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_has_alloc)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_has_alloc)");` to the top of the `build.rs` = 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 name: `fieldoffset_maybe_uninit` --> /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:73:11 | 73 | #[cfg(fieldoffset_maybe_uninit)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_maybe_uninit)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_maybe_uninit)");` to the top of the `build.rs` = 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 name: `fieldoffset_maybe_uninit` --> /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:81:15 | 81 | #[cfg(not(fieldoffset_maybe_uninit))] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_maybe_uninit)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_maybe_uninit)");` to the top of the `build.rs` = 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 name: `fieldoffset_assert_in_const_fn` --> /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:124:15 | 124 | #[cfg(fieldoffset_assert_in_const_fn)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fieldoffset_assert_in_const_fn)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: field `0` is never read --> /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:60:25 | 60 | struct PhantomContra<T>(fn(T)); | ------------- ^^^^^ | | | field in this struct | = help: consider removing this field = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `field-offset` (lib) generated 6 warnings Compiling derive_builder_core v0.20.2 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=derive_b [too-long-redacted] 9f39394.rmeta --cap-lints warn` warning: hiding a lifetime that's elided elsewhere is confusing --> /<<PKGBUILDDIR>>/debian/cargo_registry/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs:28:35 | 28 | pub fn to_explicit_visibility(&self) -> Option<Cow<syn::Visibility>> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ 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: the lint level is defined here --> /<<PKGBUILDDIR>>/debian/cargo_registry/derive_builder_core-0.20.2/src/lib.rs:18:9 | 18 | #![deny(warnings, missing_docs)] | ^^^^^^^^ = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]` help: use `'_` for type paths | 28 | pub fn to_explicit_visibility(&self) -> Option<Cow<'_, syn::Visibility>> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> /<<PKGBUILDDIR>>/debian/cargo_registry/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs:615:24 | 615 | pub fn builder_vis(&self) -> Cow<syn::Visibility> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ 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 | 615 | pub fn builder_vis(&self) -> Cow<'_, syn::Visibility> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> /<<PKGBUILDDIR>>/debian/cargo_registry/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs:623:29 | 623 | pub fn build_method_vis(&self) -> Cow<syn::Visibility> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ 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 | 623 | pub fn build_method_vis(&self) -> Cow<'_, syn::Visibility> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> /<<PKGBUILDDIR>>/debian/cargo_registry/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs:646:19 | 646 | pub fn fields(&self) -> FieldIter { | ^^^^^ ^^^^^^^^^ 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 | 646 | pub fn fields(&self) -> FieldIter<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /<<PKGBUILDDIR>>/debian/cargo_registry/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs:657:23 | 657 | pub fn as_builder(&self) -> Builder { | ^^^^^ ^^^^^^^ 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 | 657 | pub fn as_builder(&self) -> Builder<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /<<PKGBUILDDIR>>/debian/cargo_registry/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs:693:28 | 693 | pub fn as_build_method(&self) -> BuildMethod { | ^^^^^ ^^^^^^^^^^^ 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 | 693 | pub fn as_build_method(&self) -> BuildMethod<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /<<PKGBUILDDIR>>/debian/cargo_registry/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs:791:23 | 791 | pub fn setter_vis(&self) -> Cow<syn::Visibility> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ 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 | 791 | pub fn setter_vis(&self) -> Cow<'_, syn::Visibility> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> /<<PKGBUILDDIR>>/debian/cargo_registry/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs:808:22 | 808 | pub fn field_vis(&self) -> Cow<syn::Visibility> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ 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 | 808 | pub fn field_vis(&self) -> Cow<'_, syn::Visibility> { | +++ For more information about this error, try `rustc --explain E0277`. warning: `gsk4` (lib) generated 23 warnings error: could not compile `gsk4` (lib) due to 2 previous errors; 23 warnings emitted Caused by: process didn't exit successfully: `CARGO=/usr/bin/cargo CA [too-long-redacted] argo/registry` (exit status: 1) warning: build failed, waiting for other jobs to finish... warning: `derive_builder_core` (lib) generated 8 warnings [62/63] /usr/bin/msgfmt -o po/zh_CN/LC_MESSAGES/warp-gtk.mo ../po/zh_CN.po FAILED: [code=101] src/warp-gtk /usr/bin/env /usr/share/cargo/bin/cargo build --manifest-path /<<PKGBUILDDIR>>/Cargo.toml --target-dir /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src --no-default-features --release --features meson,qr_code_scanning && cp src/x86_64-unknown-linux-gnu/release/warp-gtk src/warp-gtk ninja: build stopped: subcommand failed. dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v returned exit code 101 make: *** [debian/rules:15: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

