Package: src:rust-debian-copyright
Version: 0.1.26-2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 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, profiles, parallel, lto: ['parallel=2'] [] 
['-j2']
debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, 
x86_64-linux-gnu
debian cargo wrapper: linking /usr/share/cargo/registry/* into 
/<<PKGBUILDDIR>>/debian/cargo_registry/
   dh_auto_build -O--buildsystem=cargo
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test -- test --all
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] 
['-j2']
debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, 
x86_64-linux-gnu

[... snipped ...]

     | ----------------------------------- in this macro invocation
     |
     = 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(has_total_cmp)'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` 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: this warning originates in the macro `totalorder_impl` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_total_cmp`
    --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19
     |
2305 |             #[cfg(has_total_cmp)]
     |                   ^^^^^^^^^^^^^
...
2326 | totalorder_impl!(f32, i32, u32, 32);
     | ----------------------------------- in this macro invocation
     |
     = 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(has_total_cmp)'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` 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: this warning originates in the macro `totalorder_impl` (in Nightly 
builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_total_cmp`
    --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23
     |
2311 |             #[cfg(not(has_total_cmp))]
     |                       ^^^^^^^^^^^^^
...
2326 | totalorder_impl!(f32, i32, u32, 32);
     | ----------------------------------- in this macro invocation
     |
     = 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(has_total_cmp)'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` 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: this warning originates in the macro `totalorder_impl` (in Nightly 
builds, run with -Z macro-backtrace for more info)

   Compiling countme v3.0.1
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=countme CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/countme-3.0.1 CARGO_PKG_AUTHORS='Aleksey Kladov <aleksey.kla...@gmail.com>' CARGO_PKG_DESCRIPTION='Counts 
the number of live instances of types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=countme CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/countme' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.1 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/countme-3.0.1 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name countme --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/countme-3.0.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dashmap", "enable", 
"once_cell", "print_at_exit", "rustc-hash"))' -C metadata=9dca8f945c779031 -C extra-filename=-9dca8f945c779031 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target 
x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
   Compiling text-size v1.1.1
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=text_size CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/text-size-1.1.1 CARGO_PKG_AUTHORS='Aleksey Kladov 
<aleksey.kla...@gmail.com>:Christopher Durham (CAD97) <ca...@cad97.com>' CARGO_PKG_DESCRIPTION='Newtypes for text offsets' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=text-size CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-analyzer/text-size' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 
CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/text-size-1.1.1 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name text_size --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/text-size-1.1.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, 
values("serde"))' -C metadata=f48c4021849d654c -C extra-filename=-f48c4021849d654c --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu 
-L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn 
-C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
   Compiling rustc-hash v1.1.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-1.1.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, 
non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-1.1.0 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name rustc_hash --edition=2015 
/<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C 
debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b7a6f01ac81eab3b -C 
extra-filename=-b7a6f01ac81eab3b --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: `num-traits` (lib) generated 4 warnings
   Compiling once_cell v1.19.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/once_cell-1.19.0 CARGO_PKG_AUTHORS='Aleksey Kladov <aleksey.kla...@gmail.com>' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.19.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 
CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/once_cell-1.19.0 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name once_cell --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/once_cell-1.19.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 
'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=e8e5fcda05ece56a -C extra-filename=-e8e5fcda05ece56a --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
   Compiling hashbrown v0.14.5
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/hashbrown-0.14.5 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <aman...@gmail.com>' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 
CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/hashbrown-0.14.5 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name hashbrown --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/hashbrown-0.14.5/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", 
"compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=1d157a3325466418 -C extra-filename=-1d157a3325466418 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints 
warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: unexpected `cfg` condition value: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5
   |
14 |     feature = "nightly",
   |     ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13
   |
39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))]
   |             ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13
   |
40 | #![cfg_attr(feature = "nightly", allow(internal_features))]
   |             ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7
   |
49 | #[cfg(feature = "nightly")]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7
   |
59 | #[cfg(feature = "nightly")]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11
   |
65 | #[cfg(not(feature = "nightly"))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11
   |
53 | #[cfg(not(feature = "nightly"))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11
   |
55 | #[cfg(not(feature = "nightly"))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7
   |
57 | #[cfg(feature = "nightly")]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7
     |
3549 | #[cfg(feature = "nightly")]
     |       ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7
     |
3661 | #[cfg(feature = "nightly")]
     |       ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11
     |
3678 | #[cfg(not(feature = "nightly"))]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7
     |
4304 | #[cfg(feature = "nightly")]
     |       ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11
     |
4319 | #[cfg(not(feature = "nightly"))]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
 --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7
  |
7 | #[cfg(feature = "nightly")]
  |       ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
  = help: consider adding `nightly` 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: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15
   |
28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))]
   |               ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
  --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15
   |
51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))]
   |               ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
   = help: consider adding `nightly` 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: `nightly`
   --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32
    |
944 |     #[cfg(any(feature = "raw", feature = "nightly"))]
    |                                ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
    = help: consider adding `nightly` 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/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7
  |
3 | #[cfg(feature = "rkyv")]
  |       ^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
  = 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: `nightly`
   --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11
    |
242 | #[cfg(not(feature = "nightly"))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
    = help: consider adding `nightly` 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: `nightly`
   --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7
    |
255 | #[cfg(feature = "nightly")]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
    = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11
     |
6517 |     #[cfg(feature = "nightly")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11
     |
6523 |     #[cfg(feature = "nightly")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11
     |
6591 |     #[cfg(feature = "nightly")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11
     |
6597 |     #[cfg(feature = "nightly")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11
     |
6651 |     #[cfg(feature = "nightly")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11
     |
6657 |     #[cfg(feature = "nightly")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11
     |
1359 |     #[cfg(feature = "nightly")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11
     |
1365 |     #[cfg(feature = "nightly")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11
     |
1383 |     #[cfg(feature = "nightly")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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: `nightly`
    --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11
     |
1389 |     #[cfg(feature = "nightly")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `ahash`, `allocator-api2`, 
`compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, 
`rayon`, `rustc-internal-api`, and `serde`
     = help: consider adding `nightly` 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 lazy-regex v2.5.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lazy_regex CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lazy-regex-2.5.0 CARGO_PKG_AUTHORS='Canop <cano.petr...@gmail.com>' CARGO_PKG_DESCRIPTION='lazy static regular expressions checked at compile time' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy-regex 
CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Canop/lazy-regex' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lazy-regex-2.5.0 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name lazy_regex --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/lazy-regex-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", 
"unicode-script", "unicode-segment"))' -C metadata=a0f323b27d6da6e9 -C extra-filename=-a0f323b27d6da6e9 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps 
--extern lazy_regex_proc_macros=/<<PKGBUILDDIR>>/target/debug/deps/liblazy_regex_proc_macros-6ab37de7dc645e4b.so --extern once_cell=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libonce_cell-e8e5fcda05ece56a.rmeta --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-4272032fdc3368e0.rmeta --cap-lints warn 
-C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
   Compiling chrono v0.4.38
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=chrono CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/chrono-0.4.38 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Date and time library for Rust' CARGO_PKG_HOMEPAGE='https://github.com/chronotope/chrono' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono' CARGO_PKG_RUST_VERSION=1.61.0 CARGO_PKG_VERSION=0.4.38 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/chrono-0.4.38 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name chrono 
--edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", 
"clock", "default", "iana-time-zone", "js-sys", "libc", "now", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind"))' -C 
metadata=0f64fbadd4620941 -C extra-filename=-0f64fbadd4620941 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern 
num_traits=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnum_traits-01afe81dfe44eeea.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: unexpected `cfg` condition value: `bench`
   --> /usr/share/cargo/registry/chrono-0.4.38/src/lib.rs:504:13
    |
504 | #![cfg_attr(feature = "bench", feature(test))] // lib stability features 
as per RFC #507
    |             ^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`rkyv`, `rkyv-16`, `rkyv-32`, `rkyv-64`, `rkyv-validation`, `serde`, `std`, 
`unstable-locales`, `wasm-bindgen`, and `wasmbind`
    = help: consider adding `bench` 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: `__internal_bench`
   --> /usr/share/cargo/registry/chrono-0.4.38/src/lib.rs:592:7
    |
592 | #[cfg(feature = "__internal_bench")]
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`rkyv`, `rkyv-16`, `rkyv-32`, `rkyv-64`, `rkyv-validation`, `serde`, `std`, 
`unstable-locales`, `wasm-bindgen`, and `wasmbind`
    = help: consider adding `__internal_bench` 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: `__internal_bench`
 --> /usr/share/cargo/registry/chrono-0.4.38/src/naive/internals.rs:3:13
  |
3 | #![cfg_attr(feature = "__internal_bench", allow(missing_docs))]
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`rkyv`, `rkyv-16`, `rkyv-32`, `rkyv-64`, `rkyv-validation`, `serde`, `std`, 
`unstable-locales`, `wasm-bindgen`, and `wasmbind`
  = help: consider adding `__internal_bench` 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: `__internal_bench`
  --> /usr/share/cargo/registry/chrono-0.4.38/src/naive/mod.rs:26:7
   |
26 | #[cfg(feature = "__internal_bench")]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, 
`default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, 
`rkyv`, `rkyv-16`, `rkyv-32`, `rkyv-64`, `rkyv-validation`, `serde`, `std`, 
`unstable-locales`, `wasm-bindgen`, and `wasmbind`
   = help: consider adding `__internal_bench` 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: `hashbrown` (lib) generated 31 warnings
   Compiling rowan v0.15.16
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=rowan CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/rowan-0.15.16 CARGO_PKG_AUTHORS='Aleksey Kladov <aleksey.kla...@gmail.com>' CARGO_PKG_DESCRIPTION='Library for generic lossless 
syntax trees' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rowan CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-analyzer/rowan' CARGO_PKG_RUST_VERSION=1.77.0 
CARGO_PKG_VERSION=0.15.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/rowan-0.15.16 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name rowan --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/rowan-0.15.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=0a04e5c272eb5db1 -C extra-filename=-0a04e5c272eb5db1 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern 
countme=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcountme-9dca8f945c779031.rmeta --extern hashbrown=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhashbrown-1d157a3325466418.rmeta --extern 
rustc_hash=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustc_hash-b7a6f01ac81eab3b.rmeta --extern text_size=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtext_size-f48c4021849d654c.rmeta --cap-lints 
warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: `chrono` (lib) generated 4 warnings
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.210 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzel...@gmail.com>:David Tolnay <dtol...@gmail.com>' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' 
CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.210 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 
CARGO_PKG_VERSION_PATCH=210 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.210 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/serde-069edd8b61446673/out rustc --crate-name 
serde --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 
'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=227899298afc0809 -C extra-filename=-227899298afc0809 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern 
serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-796be5960f4f0338.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' 
--check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
   Compiling deb822-derive v0.2.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=deb822_derive CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/deb822-derive-0.2.0 CARGO_PKG_AUTHORS='Jelmer Vernooij 
<jel...@debian.org>' CARGO_PKG_DESCRIPTION='Derive macro for deb822 style paragraphs' CARGO_PKG_HOMEPAGE='https://github.com/jelmer/deb822-lossless' CARGO_PKG_LICENSE=Apache-2.0 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deb822-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jelmer/deb822-lossless' CARGO_PKG_RUST_VERSION='' 
CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/deb822-derive-0.2.0 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name deb822_derive 
--edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/deb822-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 
proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffcc04677f05b842 -C 
extra-filename=-ffcc04677f05b842 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern 
proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-a5b97764535bf53e.rlib --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-2a65131c37998965.rlib 
--extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-0cef67278630abf9.rlib --extern proc_macro --cap-lints warn`
   Compiling debversion v0.4.3
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=debversion CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/debversion-0.4.3 CARGO_PKG_AUTHORS='Jelmer Vernooij <jel...@debian.org>' CARGO_PKG_DESCRIPTION='Debian version parsing, 
manipulation and comparison' CARGO_PKG_HOMEPAGE='https://github.com/jelmer/debversion-rs' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=debversion CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jelmer/debversion-rs' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/debversion-0.4.3 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name debversion --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/debversion-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "python-debian", "serde", "sqlx"))' -C 
metadata=271cec7f209610a2 -C extra-filename=-271cec7f209610a2 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L 
dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern chrono=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libchrono-0f64fbadd4620941.rmeta --extern 
lazy_regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_regex-a0f323b27d6da6e9.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
/<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
   Compiling deb822-lossless v0.2.1
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=deb822_lossless CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/deb822-lossless-0.2.1 CARGO_PKG_AUTHORS='Jelmer Vernooij <jel...@debian.org>' CARGO_PKG_DESCRIPTION='A lossless parser for deb822 files' 
CARGO_PKG_HOMEPAGE='https://github.com/jelmer/deb822-lossless' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deb822-lossless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jelmer/deb822-lossless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/deb822-lossless-0.2.1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name deb822_lossless 
--edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/deb822-lossless-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 
'feature="derive"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "python-debian", "serde"))' -C metadata=5444840ed7252173 -C extra-filename=-5444840ed7252173 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern 
deb822_derive=/<<PKGBUILDDIR>>/target/debug/deps/libdeb822_derive-ffcc04677f05b842.so --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-4272032fdc3368e0.rmeta --extern 
rowan=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librowan-0a04e5c272eb5db1.rmeta --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-227899298afc0809.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
   Compiling debian-copyright v0.1.26 (/<<PKGBUILDDIR>>)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=debian_copyright CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Jelmer Vernooij <jel...@debian.org>' CARGO_PKG_DESCRIPTION='A parser for Debian 
copyright files' CARGO_PKG_HOMEPAGE='https://github.com/jelmer/deb822-lossless' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=debian-copyright CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/jelmer/deb822-lossless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.26 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=26 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name debian_copyright --edition=2021 src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C 
metadata=dd4a537d3c2afd55 -C extra-filename=-dd4a537d3c2afd55 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C 
incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L 
dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern deb822_lossless=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libdeb822_lossless-5444840ed7252173.rmeta --extern 
debversion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libdebversion-271cec7f209610a2.rmeta --extern 
regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-4272032fdc3368e0.rmeta -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro 
--remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
error[E0282]: type annotations needed
   --> src/lossy.rs:158:27
    |
158 |         f.write_str(&self.to_paragraph().to_string())
    |                           ^^^^^^^^^^^^
    |
help: try using a fully qualified path to specify the expected types
    |
158 |         f.write_str(&<lossy::LicenseParagraph as 
ToDeb822Paragraph<P>>::to_paragraph(self).to_string())
    |                      
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    ~

error[E0282]: type annotations needed
   --> src/lossy.rs:186:27
    |
186 |         f.write_str(&self.to_paragraph().to_string())
    |                           ^^^^^^^^^^^^
    |
help: try using a fully qualified path to specify the expected types
    |
186 |         f.write_str(&<lossy::FilesParagraph as 
ToDeb822Paragraph<P>>::to_paragraph(self).to_string())
    |                      
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    ~

error[E0283]: type annotations needed
   --> src/lossy.rs:241:37
    |
241 |         write!(f, "{}", self.header.to_paragraph())?;
    |                                     ^^^^^^^^^^^^
    |
    = note: cannot satisfy `_: Deb822LikeParagraph`
    = help: the following types implement trait `Deb822LikeParagraph`:
              deb822_lossless::Paragraph
              deb822_lossless::lossy::Paragraph
note: required by a bound in `to_paragraph`
   --> /usr/share/cargo/registry/deb822-lossless-0.2.1/src/convert.rs:52:32
    |
52  | pub trait ToDeb822Paragraph<P: Deb822LikeParagraph> {
    |                                ^^^^^^^^^^^^^^^^^^^ required by this bound 
in `ToDeb822Paragraph::to_paragraph`
53  |     /// Convert this object to a paragraph.
54  |     fn to_paragraph(&self) -> P;
    |        ------------ required by a bound in this associated function
help: try using a fully qualified path to specify the expected types
    |
241 |         write!(f, "{}", <lossy::Header as 
ToDeb822Paragraph<P>>::to_paragraph(&self.header))?;
    |                         
+++++++++++++++++++++++++++++++++++++++++++++++++++++++           ~

Some errors have detailed explanations: E0282, E0283.
For more information about an error, try `rustc --explain E0282`.
error: could not compile `debian-copyright` (lib) due to 3 previous errors

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=debian_copyright CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Jelmer Vernooij <jel...@debian.org>' CARGO_PKG_DESCRIPTION='A 
parser for Debian copyright files' CARGO_PKG_HOMEPAGE='https://github.com/jelmer/deb822-lossless' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=debian-copyright CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/jelmer/deb822-lossless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.26 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=26 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name debian_copyright --edition=2021 src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C 
metadata=dd4a537d3c2afd55 -C extra-filename=-dd4a537d3c2afd55 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C 
incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L 
dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern deb822_lossless=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libdeb822_lossless-5444840ed7252173.rmeta --extern 
debversion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libdebversion-271cec7f209610a2.rmeta --extern 
regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-4272032fdc3368e0.rmeta -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro 
--remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/debian-copyright-0.1.26 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
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 returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202410/

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 could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to