Your message dated Mon, 13 Jul 2026 08:14:52 +0200
with message-id 
<caaajcmazjke8wjh2bkpreopfx_72afj3aradc5ewx34tsqk...@mail.gmail.com>
and subject line Re: rust-argh-derive: FTBFS: error[E0063]: missing field 
`short` in initializer of `CommandInfo<'_>`
has caused the Debian Bug report #1140275,
regarding rust-backdown: FTBFS: error[E0063]: missing field `short` in 
initializer of `CommandInfo<'_>`
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.)


-- 
1140275: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1140275
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rust-backdown
Version: 1.1.2-6
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/202606/

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-backdown, 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 ...]

 --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/fixed.rs:9:29
  |
9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                             ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-16` 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: `rkyv-32`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/fixed.rs:9:50
  |
9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                  ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-32` 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: `rkyv-64`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/fixed.rs:9:71
  |
9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                                       
^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-64` 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: `defmt`
   --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/fixed.rs:177:7
    |
177 | #[cfg(feature = "defmt")]
    |       ^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
    = help: consider adding `defmt` 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: `rkyv`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/local/mod.rs:9:11
  |
9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |           ^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv` 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: `rkyv-16`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/local/mod.rs:9:29
  |
9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                             ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-16` 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: `rkyv-32`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/local/mod.rs:9:50
  |
9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                  ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-32` 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: `rkyv-64`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/local/mod.rs:9:71
  |
9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                                       
^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-64` 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: `rkyv`
  --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/utc.rs:17:11
   |
17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
   |           ^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv` 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: `rkyv-16`
  --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/utc.rs:17:29
   |
17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
   |                             ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-16` 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: `rkyv-32`
  --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/utc.rs:17:50
   |
17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
   |                                                  ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-32` 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: `rkyv-64`
  --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/utc.rs:17:71
   |
17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
   |                                                                       
^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
   = help: consider adding `rkyv-64` 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: `defmt`
   --> /usr/share/cargo/registry/chrono-0.4.44/src/offset/utc.rs:154:7
    |
154 | #[cfg(feature = "defmt")]
    |       ^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
    = help: consider adding `defmt` 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: `rkyv`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/weekday.rs:3:11
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |           ^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv` 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: `rkyv-16`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/weekday.rs:3:29
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                             ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-16` 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: `rkyv-32`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/weekday.rs:3:50
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                  ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-32` 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: `rkyv-64`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/weekday.rs:3:71
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                                       
^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-64` 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: `defmt`
   --> /usr/share/cargo/registry/chrono-0.4.44/src/weekday.rs:260:7
    |
260 | #[cfg(feature = "defmt")]
    |       ^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
    = help: consider adding `defmt` 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: `defmt`
   --> /usr/share/cargo/registry/chrono-0.4.44/src/weekday_set.rs:334:7
    |
334 | #[cfg(feature = "defmt")]
    |       ^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
    = help: consider adding `defmt` 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: `rkyv`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/month.rs:3:11
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |           ^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv` 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: `rkyv-16`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/month.rs:3:29
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                             ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-16` 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: `rkyv-32`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/month.rs:3:50
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                  ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-32` 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: `rkyv-64`
 --> /usr/share/cargo/registry/chrono-0.4.44/src/month.rs:3:71
  |
3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", 
feature = "rkyv-64"))]
  |                                                                       
^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
  = help: consider adding `rkyv-64` 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: `defmt`
   --> /usr/share/cargo/registry/chrono-0.4.44/src/month.rs:292:7
    |
292 | #[cfg(feature = "defmt")]
    |       ^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `__internal_bench`, `alloc`, 
`arbitrary`, `clock`, `core-error`, `default`, `iana-time-zone`, `js-sys`, 
`libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, 
`wasm-bindgen`, and `wasmbind`
    = help: consider adding `defmt` 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

     Running `CARGO=/usr/bin/cargo CARGO_CFG_DEBUG_ASSERTION 
[too-long-redacted] 5e7f0ca5990/build-script-build`
[serde_json 1.0.150] cargo:rerun-if-changed=build.rs
[serde_json 1.0.150] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", 
"64"))
[serde_json 1.0.150] cargo:rustc-cfg=fast_arithmetic="64"
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=phf_shar 
[too-long-redacted] stry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CFG_DEBUG_ASSERTION 
[too-long-redacted] 10f601638dd/build-script-build`
[anyhow 1.0.102] cargo:rerun-if-changed=src/nightly.rs
[anyhow 1.0.102] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
[anyhow 1.0.102] cargo:rustc-check-cfg=cfg(anyhow_build_probe)
[anyhow 1.0.102] cargo:rustc-check-cfg=cfg(anyhow_nightly_testing)
[anyhow 1.0.102] cargo:rustc-check-cfg=cfg(anyhow_no_clippy_format_args)
[anyhow 1.0.102] cargo:rustc-check-cfg=cfg(anyhow_no_core_error)
[anyhow 1.0.102] cargo:rustc-check-cfg=cfg(error_generic_member_access)
   Compiling argh_derive v0.1.13
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=argh_der 
[too-long-redacted] rn proc_macro --cap-lints warn`
error[E0063]: missing field `short` in initializer of `CommandInfo<'_>`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/argh_derive-0.1.13/src/help.rs:251:16
    |
251 |     let info = argh_shared::CommandInfo { name, description };
    |                ^^^^^^^^^^^^^^^^^^^^^^^^ missing `short`

error[E0063]: missing field `short` in initializer of `CommandInfo<'_>`
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/argh_derive-0.1.13/src/help.rs:281:16
    |
281 |     let info = argh_shared::CommandInfo { name: &name, description };
    |                ^^^^^^^^^^^^^^^^^^^^^^^^ missing `short`

For more information about this error, try `rustc --explain E0063`.
error: could not compile `argh_derive` (lib) due to 2 previous errors

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo CA 
[too-long-redacted] ap-lints warn` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
warning: `chrono` (lib) generated 143 warnings
dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 
101
make[1]: *** [debian/rules:6: 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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
https://buildd.debian.org/status/package.php?p=rust-argh-derive

--- End Message ---

Reply via email to