Package: src:cyme
Version: 2.2.10+dfsg-2
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/202602/

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:cyme, 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
/bin/sh: 1: jq: not found
/bin/sh: 1: jq: not found
        /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
   dh_clean -XCargo.toml.orig
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf

[... snipped ...]

 --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/clap_complete-4.5.64/src/macros.rs:9:11
  |
9 | #[cfg(not(feature = "debug"))]
  |           ^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `default`, `unstable-doc`, and 
`unstable-dynamic`
  = help: consider adding `debug` 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

   Compiling uuid v1.18.1
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=uuid CAR 
[too-long-redacted] 3c233e6.rmeta --cap-lints warn`
   Compiling fastrand v2.3.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=fastrand 
[too-long-redacted] /release/deps --cap-lints warn`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=heck CAR 
[too-long-redacted] /release/deps --cap-lints warn`
   Compiling unicode-width v0.2.2
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_width 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.2.2 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.2.2/Cargo.toml
 CARGO_PKG_AUTHORS='kwantam <[email protected]>:Manish Goregaokar 
<[email protected]>' CARGO_PKG_DESCRIPTION='Determine displayed width of 
`char` and `str` types
according to Unicode Standard Annex #11 rules.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode- 
[too-long-redacted] /release/deps --cap-lints warn`
   Compiling strum v0.26.3
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=strum CA 
[too-long-redacted] /release/deps --cap-lints warn`
   Compiling cyme v2.2.10 (/<<PKGBUILDDIR>>)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cyme CAR 
[too-long-redacted] tive=/usr/lib/x86_64-linux-gnu`
warning: `clap_complete` (lib) generated 2 warnings
warning: unexpected `cfg` condition value: `nusb`
   --> src/error.rs:174:7
    |
174 | #[cfg(feature = "nusb")]
    |       ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
  --> src/profiler.rs:38:7
   |
38 | #[cfg(feature = "nusb")]
   |       ^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `bin`, `cli_generate`, `default`, 
`ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and `usb_test`
   = help: consider adding `nusb` 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: `nusb`
  --> src/profiler.rs:40:11
   |
40 | #[cfg(all(feature = "nusb", feature = "watch"))]
   |           ^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `bin`, `cli_generate`, `default`, 
`ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and `usb_test`
   = help: consider adding `nusb` 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: `watch`
  --> src/profiler.rs:40:29
   |
40 | #[cfg(all(feature = "nusb", feature = "watch"))]
   |                             ^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `bin`, `cli_generate`, `default`, 
`ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and `usb_test`
   = help: consider adding `watch` 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: `nusb`
    --> src/profiler/types.rs:1270:7
     |
1270 | #[cfg(feature = "nusb")]
     |       ^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
     = help: consider adding `nusb` 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: `nusb`
   --> src/profiler/types.rs:369:38
    |
369 |     #[cfg(all(target_os = "windows", feature = "nusb"))]
    |                                      ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
    --> src/profiler/types.rs:1257:11
     |
1257 |     #[cfg(feature = "nusb")]
     |           ^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
     = help: consider adding `nusb` 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: `nusb`
   --> src/profiler/types.rs:220:11
    |
220 |     #[cfg(feature = "nusb")]
    |           ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
   --> src/profiler/types.rs:231:11
    |
231 |     #[cfg(feature = "nusb")]
    |           ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
   --> src/profiler/types.rs:678:11
    |
678 |     #[cfg(feature = "nusb")]
    |           ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
   --> src/profiler/types.rs:692:11
    |
692 |     #[cfg(feature = "nusb")]
    |           ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
    --> src/profiler/types.rs:1815:11
     |
1815 |     #[cfg(feature = "nusb")]
     |           ^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
     = help: consider adding `nusb` 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: `nusb`
    --> src/profiler/types.rs:1832:11
     |
1832 |     #[cfg(feature = "nusb")]
     |           ^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
     = help: consider adding `nusb` 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: `nusb`
   --> src/profiler.rs:808:39
    |
808 |     #[cfg(all(feature = "libusb", not(feature = "nusb")))]
    |                                       ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
   --> src/profiler.rs:816:11
    |
816 |     #[cfg(feature = "nusb")]
    |           ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
   --> src/profiler.rs:822:44
    |
822 |     #[cfg(all(not(feature = "libusb"), not(feature = "nusb")))]
    |                                            ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
   --> src/profiler.rs:835:39
    |
835 |     #[cfg(all(feature = "libusb", not(feature = "nusb")))]
    |                                       ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
   --> src/profiler.rs:844:11
    |
844 |     #[cfg(feature = "nusb")]
    |           ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
   --> src/profiler.rs:850:44
    |
850 |     #[cfg(all(not(feature = "libusb"), not(feature = "nusb")))]
    |                                            ^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
    = help: consider adding `nusb` 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: `nusb`
    --> src/profiler.rs:1080:11
     |
1080 |     #[cfg(feature = "nusb")]
     |           ^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
     = help: consider adding `nusb` 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: `nusb`
    --> src/profiler.rs:1092:11
     |
1092 |     #[cfg(feature = "nusb")]
     |           ^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `bin`, `cli_generate`, 
`default`, `ffi`, `libusb`, `regex_icon`, `udev`, `udev_hwdb`, `udevlib`, and 
`usb_test`
     = help: consider adding `nusb` 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: use of deprecated method `itertools::Itertools::group_by`: Use 
.chunk_by() instead
   --> src/profiler.rs:650:48
    |
650 |         for (key, group) in &cache.into_iter().group_by(|d| 
d.location_id.bus) {
    |                                                ^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated method `itertools::Itertools::group_by`: Use 
.chunk_by() instead
   --> src/profiler.rs:656:23
    |
656 |                 group.group_by(|d| 
d.parent_port_path().unwrap_or(d.trunk_port_path()));
    |                       ^^^^^^^^

error[E0004]: non-exhaustive patterns: `colored::Color::AnsiColor(_)` not 
covered
   --> src/colour.rs:269:11
    |
269 |     match color {
    |           ^^^^^ pattern `colored::Color::AnsiColor(_)` not covered
    |
note: `colored::Color` defined here
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/colored-3.1.1/src/color.rs:10:1
    |
 10 | pub enum Color {
    | ^^^^^^^^^^^^^^
...
 27 |     AnsiColor(u8),
    |     --------- not covered
    = note: the matched value is of type `colored::Color`
help: ensure that all possible cases are being handled by adding a match arm 
with a wildcard pattern or an explicit pattern as shown
    |
286 ~         Color::TrueColor { r, g, b } => format!("[{r}, {g}, {b}]"),
287 ~         colored::Color::AnsiColor(_) => todo!(),
    |

For more information about this error, try `rustc --explain E0004`.
warning: `cyme` (lib) generated 23 warnings
error: could not compile `cyme` (lib) due to 1 previous error; 23 warnings 
emitted

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo CA 
[too-long-redacted] _64-linux-gnu` (exit status: 1)
dh_auto_build: error: /usr/share/dh-rust/bin/cargo build returned exit code 101
make: *** [debian/rules:32: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to