Package: src:btm
Version: 0.11.2+~0+20250330+~0.30.0~alpha5+~0.37.2+~0.3.4-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/202510/

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:btm, 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
   dh_clean -XCargo.toml.orig
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=rust
        /usr/share/dh-rust/bin/cargo prepare-debian debian/cargo_registry

[... snipped ...]

warning: unexpected `cfg` condition value: `generate_schema`
 --> src/options/config/ignore_list.rs:9:12
  |
9 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/layout.rs:8:12
  |
8 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
   --> src/options/config/layout.rs:219:12
    |
219 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
    = help: consider adding `generate_schema` 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: `generate_schema`
   --> src/options/config/layout.rs:232:12
    |
232 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
    = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/network.rs:7:12
  |
7 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/process.rs:7:12
  |
7 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
  --> src/options/config/style.rs:31:12
   |
31 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
   = help: consider adding `generate_schema` 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: `generate_schema`
  --> src/options/config/style.rs:38:12
   |
38 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
   = help: consider adding `generate_schema` 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: `generate_schema`
  --> src/options/config/style.rs:63:12
   |
63 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
   = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/style/battery.rs:7:12
  |
7 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/style/borders.rs:5:12
  |
5 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/style/cpu.rs:7:12
  |
7 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/style/graphs.rs:7:12
  |
7 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/style/memory.rs:8:12
  |
8 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/style/network.rs:7:12
  |
7 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/style/tables.rs:7:12
  |
7 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/style/widgets.rs:7:12
  |
7 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
 --> src/options/config/temperature.rs:7:12
  |
7 | #[cfg_attr(feature = "generate_schema", derive(schemars::JsonSchema))]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
  = help: consider adding `generate_schema` 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: `generate_schema`
  --> src/widgets/disk_table.rs:86:5
   |
86 |     feature = "generate_schema",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
   = help: consider adding `generate_schema` 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: `generate_schema`
   --> src/widgets/disk_table.rs:127:11
    |
127 |     #[cfg(feature = "generate_schema")]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
    = help: consider adding `generate_schema` 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: `generate_schema`
  --> src/widgets/process_table/process_columns.rs:14:5
   |
14 |     feature = "generate_schema",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
   = help: consider adding `generate_schema` 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: `generate_schema`
  --> src/widgets/process_table/process_columns.rs:43:11
   |
43 |     #[cfg(feature = "generate_schema")]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
   = help: consider adding `generate_schema` 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: `logging`
   --> src/lib.rs:295:11
    |
295 |     #[cfg(feature = "logging")]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
    = help: consider adding `logging` 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: `logging`
   --> src/utils/logging.rs:142:11
    |
142 |     #[cfg(feature = "logging")]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
    = help: consider adding `logging` 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: `logging`
   --> src/utils/logging.rs:162:11
    |
162 |     #[cfg(feature = "logging")]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
    = help: consider adding `logging` 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: `logging`
   --> src/utils/logging.rs:174:11
    |
174 |     #[cfg(feature = "logging")]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `battery`, `default`, `deploy`, 
`gpu`, `nvidia`, `nvml-wrapper`, `starship-battery`, and `zfs`
    = help: consider adding `logging` 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: `bottom` (lib) generated 32 warnings
     Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=btm CARGO_ 
[too-long-redacted] e_width-cb604020865070c4.rlib'`
     Running `CARGO=/usr/bin/cargo CARGO_BIN_EXE_btm='/<<PKG 
[too-long-redacted] e_width-cb604020865070c4.rlib'`
error: expected identifier, found `!`
   --> tests/integration/invalid_config_tests.rs:117:3
    |
117 | #[!ignore]
    |   ^ expected identifier

error: could not compile `bottom` (test "integration") due to 1 previous error

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo CA 
[too-long-redacted] 65070c4.rlib'` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
warning: `bottom` (lib test) generated 35 warnings (32 duplicates)
dh_auto_test: error: /usr/share/dh-rust/bin/cargo test returned exit code 101
make: *** [debian/rules:23: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to