[Pkg-rust-maintainers] Bug#1090297: rust-debcargo: FTBFS: error[E0283]: type annotations needed
Santiago Vila
sanvila at debian.org
Mon Dec 16 17:52:50 GMT 2024
Package: src:rust-debcargo
Version: 2.7.5-1
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 ...]
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/pin-project-lite-0.2.13 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/pin-project-lite-0.2.13/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=fc9da391e00b506f -C extra-filename=-fc9da391e00b506f --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/debcargo-2.7.5 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: trait `ExtendFromWithinSpec` is never used
--> /<<PKGBUILDDIR>>/debian/cargo_registry/allocator-api2-0.2.16/src/stable/vec/mod.rs:2510:7
|
2510 | trait ExtendFromWithinSpec {
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: trait `NonDrop` is never used
--> /<<PKGBUILDDIR>>/debian/cargo_registry/allocator-api2-0.2.16/src/stable/vec/into_iter.rs:161:11
|
161 | pub trait NonDrop {}
| ^^^^^^^
Compiling typeid v1.0.2
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/typeid-1.0.2 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/typeid-1.0.2/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Const TypeId and non-'\''static TypeId' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typeid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/typeid' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/typeid-1.0.2 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/typeid-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5f06a07e5a6461a -C extra-filename=-e5f06a07e5a6461a --out-dir /<<PKGBUILDDIR>>/target/debug/build/typeid-e5f06a07e5a6461a -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
warning: `allocator-api2` (lib) generated 93 warnings
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu at 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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --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=1acdd9416e8a2250 -C extra-filename=-1acdd9416e8a2250 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern ahash=/<<PKGBUILDDIR>>/target/debug/deps/libahash-5c15fa3414cab8e6.rmeta --extern allocator_api2=/<<PKGBUILDDIR>>/target/debug/deps/liballocator_api2-3271a962f7ba5fa4.rmeta --cap-lints warn`
warning: unexpected `cfg` condition value: `nightly`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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`
--> /<<PKGBUILDDIR>>/debian/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
Running `CARGO=/usr/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=x86_64-linux-gnu-gcc-Clink-arg=-Wl,-z,relro--remap-path-prefix/<<PKGBUILDDIR>>=/usr/share/cargo/registry/debcargo-2.7.5--remap-path-prefix/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry' CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/typeid-1.0.2 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/typeid-1.0.2/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Const TypeId and non-'\''static TypeId' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typeid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/typeid' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/<<PKGBUILDDIR>>/target/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/typeid-6d05c11a29a64bbb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu /<<PKGBUILDDIR>>/target/debug/build/typeid-e5f06a07e5a6461a/build-script-build`
[typeid 1.0.2] cargo:rerun-if-changed=build.rs
[typeid 1.0.2] cargo:rustc-check-cfg=cfg(no_const_type_id)
Compiling tracing v0.1.40
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/tracing-0.1.40 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/tracing-0.1.40/Cargo.toml CARGO_PKG_AUTHORS='Eliza Weisman <eliza at buoyant.io>:Tokio Contributors <team at tokio.rs>' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.1.40 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/tracing-0.1.40 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name tracing --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/tracing-0.1.40/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="attributes"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes"))' -C metadata=3a49fb0a85955bee -C extra-filename=-3a49fb0a85955bee --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 pin_project_lite=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpin_project_lite-fc9da391e00b506f.rmeta --extern tracing_attributes=/<<PKGBUILDDIR>>/target/debug/deps/libtracing_attributes-15a69682c3fcbc3c.so --extern tracing_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtracing_core-4703249bcb32f30d.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/debcargo-2.7.5 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
--> /usr/share/cargo/registry/tracing-0.1.40/src/lib.rs:932:5
|
932 | private_in_public,
| ^^^^^^^^^^^^^^^^^
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
warning: `tracing` (lib) generated 1 warning
Compiling anstyle-parse v0.2.1
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/anstyle-parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.64.0 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/anstyle-parse-0.2.1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/anstyle-parse-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="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=8ba51c2b0f8b2c43 -C extra-filename=-8ba51c2b0f8b2c43 --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 utf8parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libutf8parse-a63ed54f0baadf96.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/debcargo-2.7.5 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: `hashbrown` (lib) generated 31 warnings
Compiling gix-index v0.33.1
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=gix_index CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/gix-index-0.33.1 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/gix-index-0.33.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel <sebastian.thiel at icloud.com>' CARGO_PKG_DESCRIPTION='A work-in-progress crate of the gitoxide project dedicated implementing the git index file' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-index CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.33.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=33 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/gix-index-0.33.1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name gix_index --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/gix-index-0.33.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("document-features", "serde"))' -C metadata=ef4bca6aaf09bed3 -C extra-filename=-ef4bca6aaf09bed3 --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 bitflags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbitflags-a578a4278ca4e3e3.rmeta --extern bstr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbstr-e91f2f8b3965d334.rmeta --extern filetime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfiletime-3946a8754f3a5bed.rmeta --extern fnv=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfnv-5c5c1b4c4ca78c70.rmeta --extern gix_bitmap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_bitmap-6f5c9bcb789df3a6.rmeta --extern gix_features=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_features-64416d5a07968ec7.rmeta --extern gix_fs=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_fs-32d6489dc365a844.rmeta --extern gix_hash=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_hash-a97aad82e0f498f9.rmeta --extern gix_lock=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_lock-02bc74351cde343e.rmeta --extern gix_object=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_object-55e7371e7a5f05e9.rmeta --extern gix_traverse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_traverse-ebee89a36b8ab347.rmeta --extern gix_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_utils-1da083e41fda0531.rmeta --extern gix_validate=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_validate-fdb1a7ab3a623d99.rmeta --extern hashbrown=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhashbrown-9e1162f07a5b290b.rmeta --extern itoa=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libitoa-e69da01848d1d0d4.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-75fe70dbb0c1df16.rmeta --extern memmap2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemmap2-307be3b539f49a51.rmeta --extern rustix=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustix-bf31bd6f4dc748c0.rmeta --extern smallvec=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsmallvec-eb31151b0cc6797f.rmeta --extern thiserror=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libthiserror-69ba524a882f2833.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/debcargo-2.7.5 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
Compiling indexmap v2.2.6
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/indexmap-2.2.6 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/indexmap-2.2.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.2.6 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/indexmap-2.2.6 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name indexmap --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/indexmap-2.2.6/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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=a173031a4913862d -C extra-filename=-a173031a4913862d --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 equivalent=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libequivalent-eee73b16da222c4d.rmeta --extern hashbrown=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhashbrown-9e1162f07a5b290b.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/debcargo-2.7.5 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
warning: unexpected `cfg` condition value: `borsh`
--> /usr/share/cargo/registry/indexmap-2.2.6/src/lib.rs:117:7
|
117 | #[cfg(feature = "borsh")]
| ^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug`
= help: consider adding `borsh` 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: `rustc-rayon`
--> /usr/share/cargo/registry/indexmap-2.2.6/src/lib.rs:131:7
|
131 | #[cfg(feature = "rustc-rayon")]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug`
= help: consider adding `rustc-rayon` 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: `quickcheck`
--> /usr/share/cargo/registry/indexmap-2.2.6/src/arbitrary.rs:38:7
|
38 | #[cfg(feature = "quickcheck")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug`
= help: consider adding `quickcheck` 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: `rustc-rayon`
--> /usr/share/cargo/registry/indexmap-2.2.6/src/macros.rs:128:30
|
128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug`
= help: consider adding `rustc-rayon` 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: `rustc-rayon`
--> /usr/share/cargo/registry/indexmap-2.2.6/src/macros.rs:153:30
|
153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug`
= help: consider adding `rustc-rayon` 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 name: `target_pointer_bits`
--> /usr/share/cargo/registry/gix-index-0.33.1/src/lib.rs:249:7
|
249 | #[cfg(target_pointer_bits = "64")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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(target_pointer_bits, values("64"))'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_bits, values(\"64\"))");` 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: `#[warn(unexpected_cfgs)]` on by default
help: there is a config with a similar name and value
|
249 | #[cfg(target_pointer_width = "64")]
| ~~~~~~~~~~~~~~~~~~~~
warning: elided lifetime has a name
--> /usr/share/cargo/registry/gix-index-0.33.1/src/access/mod.rs:218:17
|
213 | pub fn entry_closest_to_directory_icase<'a>(
| -- lifetime `'a` declared here
...
218 | ) -> Option<&Entry> {
| ^ this elided lifetime gets resolved as `'a`
|
= note: `#[warn(elided_named_lifetimes)]` on by default
warning: `indexmap` (lib) generated 5 warnings
Compiling regex v1.11.1
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.1 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name regex --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=a6e13138bcc98b00 -C extra-filename=-a6e13138bcc98b00 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern aho_corasick=/<<PKGBUILDDIR>>/target/debug/deps/libaho_corasick-e34d22e029807b58.rmeta --extern memchr=/<<PKGBUILDDIR>>/target/debug/deps/libmemchr-b4d26b684434c867.rmeta --extern regex_automata=/<<PKGBUILDDIR>>/target/debug/deps/libregex_automata-3b406811a537fa7f.rmeta --extern regex_syntax=/<<PKGBUILDDIR>>/target/debug/deps/libregex_syntax-496bb8054f21e85f.rmeta --cap-lints warn`
Compiling gix-credentials v0.24.3
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=gix_credentials CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/gix-credentials-0.24.3 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/gix-credentials-0.24.3/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel <sebastian.thiel at icloud.com>' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project to interact with git credentials helpers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-credentials CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.24.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=24 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/gix-credentials-0.24.3 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name gix_credentials --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/gix-credentials-0.24.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=eaa5634b19c5e387 -C extra-filename=-eaa5634b19c5e387 --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 bstr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbstr-e91f2f8b3965d334.rmeta --extern gix_command=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_command-b50f185fc83544ce.rmeta --extern gix_config_value=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_config_value-59443e79f1230310.rmeta --extern gix_path=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_path-61d1f26ee4d5367d.rmeta --extern gix_prompt=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_prompt-f23f4ae4205edf76.rmeta --extern gix_sec=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_sec-b22d3fb2e7c35307.rmeta --extern gix_trace=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_trace-839436c0507e929e.rmeta --extern gix_url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_url-28fd822a6675c177.rmeta --extern thiserror=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libthiserror-69ba524a882f2833.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/debcargo-2.7.5 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
error[E0283]: type annotations needed
--> /usr/share/cargo/registry/gix-credentials-0.24.3/src/program/mod.rs:83:63
|
83 | gix_command::prepare(gix_path::from_bstr(args.as_ref()).into_owned())
| ^^^^^^
|
= note: multiple `impl`s satisfying `BString: AsRef<_>` found in the `bstr` crate:
- impl AsRef<BStr> for BString;
- impl AsRef<[u8]> for BString;
help: try using a fully qualified path to specify the expected types
|
83 | gix_command::prepare(gix_path::from_bstr(<BString as AsRef<T>>::as_ref(&args)).into_owned())
| +++++++++++++++++++++++++++++++ ~
error[E0283]: type annotations needed
--> /usr/share/cargo/registry/gix-credentials-0.24.3/src/program/mod.rs:83:38
|
83 | gix_command::prepare(gix_path::from_bstr(args.as_ref()).into_owned())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for reference `&_`
|
= note: multiple `impl`s satisfying `Cow<'_, BStr>: From<&_>` found in the `bstr` crate:
- impl<'a> From<&'a BStr> for Cow<'a, BStr>;
- impl<'a> From<&'a BString> for Cow<'a, BStr>;
= note: required for `&_` to implement `Into<Cow<'_, BStr>>`
note: required by a bound in `from_bstr`
--> /usr/share/cargo/registry/gix-path-0.10.11/src/convert.rs:135:34
|
135 | pub fn from_bstr<'a>(input: impl Into<Cow<'a, BStr>>) -> Cow<'a, Path> {
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `from_bstr`
For more information about this error, try `rustc --explain E0283`.
error: could not compile `gix-credentials` (lib) due to 2 previous errors
Caused by:
process didn't exit successfully: `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=gix_credentials CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/gix-credentials-0.24.3 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/gix-credentials-0.24.3/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel <sebastian.thiel at icloud.com>' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project to interact with git credentials helpers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-credentials CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.24.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=24 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/gix-credentials-0.24.3 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name gix_credentials --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/gix-credentials-0.24.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=eaa5634b19c5e387 -C extra-filename=-eaa5634b19c5e387 --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 bstr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbstr-e91f2f8b3965d334.rmeta --extern gix_command=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_command-b50f185fc83544ce.rmeta --extern gix_config_value=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_config_value-59443e79f1230310.rmeta --extern gix_path=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_path-61d1f26ee4d5367d.rmeta --extern gix_prompt=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_prompt-f23f4ae4205edf76.rmeta --extern gix_sec=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_sec-b22d3fb2e7c35307.rmeta --extern gix_trace=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_trace-839436c0507e929e.rmeta --extern gix_url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgix_url-28fd822a6675c177.rmeta --extern thiserror=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libthiserror-69ba524a882f2833.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/debcargo-2.7.5 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
warning: `gix-index` (lib) generated 2 warnings
dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 101
make[1]: *** [debian/rules:9: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:5: 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/202412/
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.
More information about the Pkg-rust-maintainers
mailing list