Your message dated Sun, 12 Oct 2025 14:16:39 +0200
with message-id <[email protected]>
and subject line Re: Bug#1117913: btm: FTBFS: error: expected identifier, found 
`!`
has caused the Debian Bug report #1117913,
regarding btm: FTBFS: error: expected identifier, found `!`
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1117913: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117913
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Version: 0.11.2+~0+20250330+~0.30.0~alpha5+~0.37.2+~0.3.4-3

Quoting Santiago Vila (2025-10-12 14:06:14)
> During a rebuild of all packages in unstable, this package failed to build.
[...]
> 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

Silly typo, now fixed.

Thanks for reporting!

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/
 * Sponsorship: https://ko-fi.com/drjones

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature


--- End Message ---

Reply via email to