[Pkg-rust-maintainers] Bug#1114358: rust-libheif-sys: FTBFS: error: test failed, to rerun pass `--test integration_test`

Santiago Vila sanvila at debian.org
Fri Sep 5 19:25:38 BST 2025


Package: src:rust-libheif-sys
Version: 5.0.0-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

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

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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem cargo
   dh_auto_clean -O--buildsystem=cargo
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = ['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True}
     Removed 0 files
   dh_autoreconf_clean -O--buildsystem=cargo
   dh_clean -XCargo.toml.orig -O--buildsystem=cargo
 debian/rules binary
dh binary --buildsystem cargo
   dh_update_autotools_config -O--buildsystem=cargo
   dh_autoreconf -O--buildsystem=cargo
   dh_auto_configure -O--buildsystem=cargo

[... snipped ...]

...
45 |     pub(crate) fn to_str<'s>(&'s self, input: &'s str) -> &'s str {
   |                   ^^^^^^
...
55 |     pub(crate) fn to_str_with_default<'s>(
   |                   ^^^^^^^^^^^^^^^^^^^

warning: constant `DEFAULT_ROOT_DECOR` is never used
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/toml_edit-0.22.22/src/table.rs:522:18
    |
522 | pub(crate) const DEFAULT_ROOT_DECOR: (&str, &str) = ("", "");
    |                  ^^^^^^^^^^^^^^^^^^

warning: constant `DEFAULT_KEY_DECOR` is never used
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/toml_edit-0.22.22/src/table.rs:523:18
    |
523 | pub(crate) const DEFAULT_KEY_DECOR: (&str, &str) = ("", " ");
    |                  ^^^^^^^^^^^^^^^^^

warning: constant `DEFAULT_TABLE_DECOR` is never used
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/toml_edit-0.22.22/src/table.rs:524:18
    |
524 | pub(crate) const DEFAULT_TABLE_DECOR: (&str, &str) = ("\n", "");
    |                  ^^^^^^^^^^^^^^^^^^^

warning: constant `DEFAULT_KEY_PATH_DECOR` is never used
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/toml_edit-0.22.22/src/table.rs:525:18
    |
525 | pub(crate) const DEFAULT_KEY_PATH_DECOR: (&str, &str) = ("", "");
    |                  ^^^^^^^^^^^^^^^^^^^^^^

warning: constant `DEFAULT_TRAILING_VALUE_DECOR` is never used
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/toml_edit-0.22.22/src/value.rs:364:18
    |
364 | pub(crate) const DEFAULT_TRAILING_VALUE_DECOR: (&str, &str) = (" ", " ");
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: struct `Pretty` is never constructed
 --> /<<PKGBUILDDIR>>/debian/cargo_registry/toml_edit-0.22.22/src/ser/pretty.rs:1:19
  |
1 | pub(crate) struct Pretty;
  |                   ^^^^^^

warning: `pkg-config` (lib) generated 1 warning
   Compiling toml v0.8.19
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.8.19 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides
implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.
' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO [too-long-redacted] 33ccfa2.rmeta --cap-lints warn`
warning: unused import: `std::fmt`
 --> /<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.8.19/src/table.rs:1:5
  |
1 | use std::fmt;
  |     ^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: `toml` (lib) generated 1 warning
   Compiling system-deps v7.0.2
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=system_d [too-long-redacted] 04b219d.rmeta --cap-lints warn`
   Compiling libc v0.2.175
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_sc [too-long-redacted] et/debug/deps --cap-lints warn`
warning: `toml_edit` (lib) generated 86 warnings
   Compiling libheif-sys v5.0.0+1.20.2 (/<<PKGBUILDDIR>>)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_sc [too-long-redacted] tem_deps-a94b0b3c95e4b3ad.rlib`
warning: unexpected `cfg` condition value: `embedded-libheif`
  --> build.rs:47:7
   |
47 | #[cfg(feature = "embedded-libheif")]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `latest`, `v1_17`, `v1_18`, `v1_19`, and `v1_20`
   = help: consider adding `embedded-libheif` 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: `use-bindgen`
   --> build.rs:184:7
    |
184 | #[cfg(feature = "use-bindgen")]
    |       ^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `latest`, `v1_17`, `v1_18`, `v1_19`, and `v1_20`
    = help: consider adding `use-bindgen` 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: `use-bindgen`
  --> build.rs:25:11
   |
25 |     #[cfg(feature = "use-bindgen")]
   |           ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `latest`, `v1_17`, `v1_18`, `v1_19`, and `v1_20`
   = help: consider adding `use-bindgen` 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: `embedded-libheif`
   --> build.rs:136:11
    |
136 |     #[cfg(feature = "embedded-libheif")]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `latest`, `v1_17`, `v1_18`, `v1_19`, and `v1_20`
    = help: consider adding `embedded-libheif` 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_FEATURE=default [too-long-redacted] d35755185d1/build-script-build`
[libc 0.2.175] cargo:rerun-if-changed=build.rs
[libc 0.2.175] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
[libc 0.2.175] cargo:rustc-cfg=freebsd11
[libc 0.2.175] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_MUSL_V1_2_3
[libc 0.2.175] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64
[libc 0.2.175] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS
[libc 0.2.175] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_TIME_BITS
[libc 0.2.175] cargo:rustc-cfg=libc_const_extern_fn
[libc 0.2.175] cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(espidf_time32)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(freebsd10)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(freebsd11)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(freebsd12)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(freebsd13)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(freebsd14)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(freebsd15)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(gnu_file_offset_bits64)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(gnu_time_bits64)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(libc_const_extern_fn)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(libc_deny_warnings)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(libc_thread_local)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(libc_ctest)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(linux_time_bits64)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(musl_v1_2_3)
[libc 0.2.175] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))
[libc 0.2.175] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))
[libc 0.2.175] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libc CAR [too-long-redacted] mips32r6","mips64r6","csky"))'`
warning: `libheif-sys` (build script) generated 4 warnings
     Running `CARGO=/usr/bin/cargo CARGO_CFG_FEATURE=v1_19 C [too-long-redacted] a2fff9f5a69/build-script-build`
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-changed=build.rs
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-changed=wrapper.h
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-changed=/<<PKGBUILDDIR>>/Cargo.toml
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=LIBHEIF_NO_PKG_CONFIG
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSROOT
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[libheif-sys 5.0.0+1.20.2] cargo:rustc-link-lib=heif
[libheif-sys 5.0.0+1.20.2] cargo:include=/usr/include/x86_64-linux-gnu:/usr/include/webp:/usr/include
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_LIBHEIF_LIB
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_LIBHEIF_LIB_FRAMEWORK
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_LIBHEIF_SEARCH_NATIVE
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_LIBHEIF_SEARCH_FRAMEWORK
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_LIBHEIF_INCLUDE
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_LIBHEIF_LDFLAGS
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_LIBHEIF_NO_PKG_CONFIG
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_LIBHEIF_BUILD_INTERNAL
[libheif-sys 5.0.0+1.20.2] cargo:rerun-if-env-changed=SYSTEM_DEPS_LIBHEIF_LINK
[libheif-sys 5.0.0+1.20.2] 
[libheif-sys 5.0.0+1.20.2] cargo:rustc-cfg=system_deps_have_libheif
   Compiling cfg-if v1.0.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if [too-long-redacted] stry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libheif_ [too-long-redacted] --cfg system_deps_have_libheif`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libheif_ [too-long-redacted] --cfg system_deps_have_libheif`
warning: unexpected `cfg` condition value: `use-bindgen`
 --> src/lib.rs:6:11
  |
6 | #[cfg(all(feature = "use-bindgen", not(docsrs)))]
  |           ^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `latest`, `v1_17`, `v1_18`, `v1_19`, and `v1_20`
  = help: consider adding `use-bindgen` 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: `use-bindgen`
  --> src/lib.rs:16:17
   |
16 | #[cfg(all(test, feature = "use-bindgen", not(docsrs)))]
   |                 ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `latest`, `v1_17`, `v1_18`, `v1_19`, and `v1_20`
   = help: consider adding `use-bindgen` 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: `use-bindgen`
  --> src/lib.rs:10:22
   |
10 |     if #[cfg(any(not(feature = "use-bindgen"), docsrs))] {
   |                      ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `latest`, `v1_17`, `v1_18`, `v1_19`, and `v1_20`
   = help: consider adding `use-bindgen` 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: `libheif-sys` (lib) generated 3 warnings
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=integrat [too-long-redacted] --cfg system_deps_have_libheif`
warning: `libheif-sys` (lib test) generated 3 warnings (3 duplicates)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 8.02s
     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKG [too-long-redacted] s/libheif_sys-62fad3bc12273c3b`

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKG [too-long-redacted] egration_test-dc4752c3da7176b6`

running 1 test
test create_heic_context ... FAILED

failures:

---- create_heic_context stdout ----

thread 'create_heic_context' panicked at tests/integration_test.rs:12:9:
assertion failed: version.starts_with(&expected_version)
stack backtrace:
   0: rust_begin_unwind
             at /usr/src/rustc-1.86.0/library/std/src/panicking.rs:695:5
   1: core::panicking::panic_fmt
             at /usr/src/rustc-1.86.0/library/core/src/panicking.rs:75:14
   2: core::panicking::panic
             at /usr/src/rustc-1.86.0/library/core/src/panicking.rs:145:5
   3: integration_test::create_heic_context
             at /usr/share/cargo/registry/libheif-sys-5.0.0/tests/integration_test.rs:12:9
   4: integration_test::create_heic_context::{{closure}}
             at /usr/share/cargo/registry/libheif-sys-5.0.0/tests/integration_test.rs:7:25
   5: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.86.0/library/core/src/ops/function.rs:250:5
   6: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.86.0/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.


failures:
    create_heic_context

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s

error: test failed, to rerun pass `--test integration_test`
dh_auto_test: error: /usr/share/cargo/bin/cargo test --features v1_19 returned exit code 101
make[1]: *** [debian/rules:11: 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
--------------------------------------------------------------------------------



More information about the Pkg-rust-maintainers mailing list