Package: src:rust-bounded-static Version: 0.8.0-5 Severity: serious Tags: ftbfs trixie sid
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules clean dh clean dh_auto_clean --buildsystem=rust /usr/share/dh-rust/bin/cargo clean debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, x86_64-linux-gnu debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True} Removed 0 files dh_clean -XCargo.toml.orig debian/rules binary dh binary dh_update_autotools_config dh_autoreconf dh_auto_configure --buildsystem=rust /usr/share/dh-rust/bin/cargo prepare-debian debian/cargo_registry debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, x86_64-linux-gnu debian cargo wrapper: linking /usr/share/cargo/registry/* into /<<PKGBUILDDIR>>/debian/cargo_registry/ dh_auto_build --buildsystem=rust dh_auto_test --buildsystem=rust /usr/share/dh-rust/bin/cargo test debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, x86_64-linux-gnu debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--profile', 'release', '--verbose', '--verbose', '-j2', '--target', 'x86_64-unknown-linux-gnu'],) {} Compiling proc-macro2 v1.0.92 Compiling unicode-ident v1.0.13 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>:Alex Crichton <a...@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name build_script_build --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-m acro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=53b35fc14547082e -C extra-filename=-53b35fc14547082e --out-dir /<<PKGBUILDDIR>>/target/release/build/proc-macro2-53b35fc14547082e -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints warn` Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name unicode_ident --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-ident-1.0.13/src/lib.rs --error-form at=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b79c077ad66cb5b9 -C extra-filename=-b79c077ad66cb5b9 --out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints warn` Compiling bounded-static v0.8.0 (/<<PKGBUILDDIR>>/bounded-static) Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bounded_static CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/bounded-static CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/bounded-static/Cargo.toml CARGO_PKG_AUTHORS='FujiApple <fujiapple...@gmail.com>' CARGO_PKG_DESCRIPTION='Defines the ToBoundedStatic and IntoBoundedStatic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bounded-static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fujiapple852/bounded-static' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name bounded_static --edition=2021 bounded-static/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'f eature="alloc"' --cfg 'feature="collections"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bounded-static-derive", "chrono", "chrono-clock", "collections", "default", "derive", "smallvec", "smartstring", "smol_str", "std"))' -C metadata=1e1cf1e6102118b7 -C extra-filename=-1e1cf1e6102118b7 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --remap-path-prefix bounded-static-derive_0.8.0=/usr/share/cargo/registry/bounded-static-derive-0.8.0 --remap-path-prefix bounded-static_0.8.0=/usr/share/cargo/registry/bounded-static-0.8.0` Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bounded_static CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/bounded-static CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/bounded-static/Cargo.toml CARGO_PKG_AUTHORS='FujiApple <fujiapple...@gmail.com>' CARGO_PKG_DESCRIPTION='Defines the ToBoundedStatic and IntoBoundedStatic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bounded-static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fujiapple852/bounded-static' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name bounded_static --edition=2021 bounded-static/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --cfg 'feature="alloc"' --c fg 'feature="collections"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bounded-static-derive", "chrono", "chrono-clock", "collections", "default", "derive", "smallvec", "smartstring", "smol_str", "std"))' -C metadata=a4590a9f30e5a333 -C extra-filename=-a4590a9f30e5a333 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --remap-path-prefix bounded-static-derive_0.8.0=/usr/share/cargo/registry/bounded-static-derive-0.8.0 --remap-path-prefix bounded-static_0.8.0=/usr/share/cargo/registry/bounded-static-0.8.0` 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='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>:Alex Crichton <a...@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CA RGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/release/deps:/<<PKGBUILDDIR>>/target/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/<<PKGBUILDDIR>>/target/release/build/proc-macro2-a43494f7fa1d80ef/out PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu /<<PKGBUILDDIR>>/target/release/build/proc-macro2-53b35fc14547082e/build-script-build` [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>:Alex Crichton <a...@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps OUT_DIR=/<<PKGBUILDDIR>>/target/release/build/proc-macro2-a43494f7fa1d80ef/out rustc --crate-name proc_ma cro2 --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.92/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 debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ce522521e99f9cf6 -C extra-filename=-ce522521e99f9cf6 --out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern unicode_ident=/<<PKGBUILDDIR>>/target/release/deps/libunicode_ident-b79c077ad66cb5b9.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backt race)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` Compiling quote v1.0.37 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.37 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name quote --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.37/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 debug-assertions=off -- cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=d1154909c8a1392c -C extra-filename=-d1154909c8a1392c --out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/release/deps/libproc_macro2-ce522521e99f9cf6.rmeta --cap-lints warn` Compiling syn v2.0.96 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/syn-2.0.96 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name syn --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/syn-2.0.96/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 debug-assertions=off --cfg 'feature="clone-i mpls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=dd4dbe00f143ac71 -C extra-filename=-dd4dbe00f143ac71 --out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/release/deps/libproc_macro2-ce522521e99f9cf6.rmeta --extern quote=/<<PKGBUILDDIR>>/target/release/deps/libquote-d1154909c8a1392c.rmeta --extern unicode_ident=/<<PKGBUILDDIR>>/target/release/deps/libunicode_ident-b79c077ad66cb5b9.rmeta --cap-lints warn` Compiling bounded-static-derive v0.8.0 (/<<PKGBUILDDIR>>/bounded-static-derive) Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bounded_static_derive CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/bounded-static-derive CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/bounded-static-derive/Cargo.toml CARGO_PKG_AUTHORS='FujiApple <fujiapple...@gmail.com>' CARGO_PKG_DESCRIPTION='Macro to derive ToBoundedStatic and IntoBoundedStatic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bounded-static-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name bounded_static_derive --edition=2021 bounded-static-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no --test --check-c fg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c6e604130e65601 -C extra-filename=-9c6e604130e65601 --out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/release/deps/libproc_macro2-ce522521e99f9cf6.rlib --extern quote=/<<PKGBUILDDIR>>/target/release/deps/libquote-d1154909c8a1392c.rlib --extern syn=/<<PKGBUILDDIR>>/target/release/deps/libsyn-dd4dbe00f143ac71.rlib --extern proc_macro` Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bounded_static_derive CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/bounded-static-derive CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/bounded-static-derive/Cargo.toml CARGO_PKG_AUTHORS='FujiApple <fujiapple...@gmail.com>' CARGO_PKG_DESCRIPTION='Macro to derive ToBoundedStatic and IntoBoundedStatic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bounded-static-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name bounded_static_derive --edition=2021 bounded-static-derive/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 debu g-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf905fa2ffcac32a -C extra-filename=-cf905fa2ffcac32a --out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/release/deps/libproc_macro2-ce522521e99f9cf6.rlib --extern quote=/<<PKGBUILDDIR>>/target/release/deps/libquote-d1154909c8a1392c.rlib --extern syn=/<<PKGBUILDDIR>>/target/release/deps/libsyn-dd4dbe00f143ac71.rlib --extern proc_macro` Finished `release` profile [optimized] target(s) in 4.45s Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/bounded-static CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/bounded-static/Cargo.toml CARGO_PKG_AUTHORS='FujiApple <fujiapple...@gmail.com>' CARGO_PKG_DESCRIPTION='Defines the ToBoundedStatic and IntoBoundedStatic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bounded-static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fujiapple852/bounded-static' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/bounded_static-a4590a9f30e5a333` running 69 tests test alloc_tests::test_array ... ok test alloc_tests::test_array_into ... ok test alloc_tests::test_box ... ok test alloc_tests::test_box_cow ... ok test alloc_tests::test_box_vec_cow ... ok test alloc_tests::test_cow_borrowed_str ... ok test alloc_tests::test_cow_box ... ok test alloc_tests::test_cow_cow ... ok test alloc_tests::test_cow_into_static ... ok test alloc_tests::test_cow_owned_string ... ok test alloc_tests::test_cow_struct ... ok test alloc_tests::test_cow_to_static ... ok test alloc_tests::test_cow_struct_of_cow ... ok test alloc_tests::test_option_none ... ok test alloc_tests::test_option_some ... ok test alloc_tests::test_string ... ok test alloc_tests::test_struct_cow_owned_string ... ok test alloc_tests::test_struct_cow_borrowed_str ... ok test alloc_tests::test_struct_mixed ... ok test alloc_tests::test_struct_multi ... ok test alloc_tests::test_vec1 ... ok test alloc_tests::test_vec2 ... ok test alloc_tests::test_vec_box_cow ... ok test collections_tests::test_binary_heap ... ok test collections_tests::test_btree_map ... ok test collections_tests::test_btree_set ... ok test collections_tests::test_linked_list ... ok test collections_tests::test_vec_deque ... ok test core_tests::test_bool ... ok test core_tests::test_array ... ok test core_tests::test_char ... ok test core_tests::test_f32 ... ok test core_tests::test_i128 ... ok test core_tests::test_f64 ... ok test core_tests::test_i16 ... ok test core_tests::test_i32 ... ok test core_tests::test_i64 ... ok test core_tests::test_i8 ... ok test core_tests::test_isize ... ok test core_tests::test_non_zero_i128 ... ok test core_tests::test_non_zero_i16 ... ok test core_tests::test_non_zero_i64 ... ok test core_tests::test_non_zero_i8 ... ok test core_tests::test_non_zero_i32 ... ok test core_tests::test_non_zero_u128 ... ok test core_tests::test_non_zero_isize ... ok test core_tests::test_non_zero_u16 ... ok test core_tests::test_non_zero_u32 ... ok test core_tests::test_non_zero_u64 ... ok test core_tests::test_non_zero_u8 ... ok test core_tests::test_option_none ... ok test core_tests::test_non_zero_usize ... ok test core_tests::test_option_some ... ok test core_tests::test_result ... ok test core_tests::test_str ... ok test core_tests::test_tuple11 ... ok test core_tests::test_tuple2 ... ok test core_tests::test_u128 ... ok test core_tests::test_u16 ... ok test core_tests::test_u32 ... ok test core_tests::test_u64 ... ok test core_tests::test_u8 ... ok test core_tests::test_usize ... ok test core_tests::test_unit ... ok test std_tests::test_custom_random_state ... ok test std_tests::test_hashmap1 ... ok test std_tests::test_hashmap3 ... ok test std_tests::test_hashmap2 ... ok test std_tests::test_hashset ... ok test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/bounded-static-derive CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/bounded-static-derive/Cargo.toml CARGO_PKG_AUTHORS='FujiApple <fujiapple...@gmail.com>' CARGO_PKG_DESCRIPTION='Macro to derive ToBoundedStatic and IntoBoundedStatic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bounded-static-derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/release/deps:/<<PKGBUILDDIR>>/target/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /<<PKGBUILDDIR>>/target/release/deps/bounded_static_derive-9c6e604130e65601` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests bounded_static Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bounded_static CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/bounded-static CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/bounded-static/Cargo.toml CARGO_PKG_AUTHORS='FujiApple <fujiapple...@gmail.com>' CARGO_PKG_DESCRIPTION='Defines the ToBoundedStatic and IntoBoundedStatic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bounded-static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fujiapple852/bounded-static' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustdoc --edition=2021 --crate-type lib --color auto --crate-name bounded_static --test bounded-static/src/lib.rs --test-run-directory /<<PKGBUILDDIR>>/bounded-static --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/rel ease/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern bounded_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libbounded_static-1e1cf1e6102118b7.rlib -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="collections"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bounded-static-derive", "chrono", "chrono-clock", "collections", "default", "derive", "smallvec", "smartstring", "smol_str", "std"))' --error-format human` running 5 tests test bounded-static/src/lib.rs - (line 12) ... ok test bounded-static/src/lib.rs - (line 116) ... ok test bounded-static/src/lib.rs - (line 153) ... FAILED test bounded-static/src/lib.rs - (line 86) ... ok test bounded-static/src/lib.rs - (line 98) ... ok failures: ---- bounded-static/src/lib.rs - (line 153) stdout ---- error[E0432]: unresolved import `bounded_static::ToStatic` --> bounded-static/src/lib.rs:157:5 | 7 | use bounded_static::ToStatic; | ^^^^^^^^^^^^^^^^^^^^^^^^ no `ToStatic` in the root | note: found an item that was configured out --> /<<PKGBUILDDIR>>/bounded-static/src/lib.rs:209:32 | 209 | pub use bounded_static_derive::ToStatic; | ^^^^^^^^ note: the item is gated behind the `derive` feature --> /<<PKGBUILDDIR>>/bounded-static/src/lib.rs:207:7 | 207 | #[cfg(feature = "derive")] | ^^^^^^^^^^^^^^^^^^ error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0432`. Couldn't compile the test. failures: bounded-static/src/lib.rs - (line 153) test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s error: doctest failed, to rerun pass `-p bounded-static --doc` dh_auto_test: error: /usr/share/dh-rust/bin/cargo test returned exit code 101 make: *** [debian/rules:4: binary] Error 25 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/202502/ 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 add an affects on src:rust-bounded-static, so that this is still visible in the BTS web page for this package. Thanks.