Source: rust-rusty-pool
Version: 0.7.0-2
Severity: important
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=rust-rusty-pool&ver=0.7.0-2
...
failures:
---- tests::test_try_increment_worker_total stdout ----
thread 'tests::test_try_increment_worker_total' panicked at 'assertion failed:
`(left == right)`
left: `65536`,
right: `0`', src/lib.rs:1802:9
stack backtrace:
0: rust_begin_unwind
at /usr/src/rustc-1.61.0/library/std/src/panicking.rs:584:5
1: core::panicking::panic_fmt
at /usr/src/rustc-1.61.0/library/core/src/panicking.rs:143:14
2: core::panicking::assert_failed_inner
3: core::panicking::assert_failed
at /usr/src/rustc-1.61.0/library/core/src/panicking.rs:182:5
4: rusty_pool::tests::test_try_increment_worker_total
5: core::ops::function::FnOnce::call_once
at /usr/src/rustc-1.61.0/library/core/src/ops/function.rs:227:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- tests::worker_count_test stdout ----
thread 'tests::worker_count_test' panicked at 'assertion failed: `(left ==
right)`
left: `63581`,
right: `456797`', src/lib.rs:1766:9
stack backtrace:
0: rust_begin_unwind
at /usr/src/rustc-1.61.0/library/std/src/panicking.rs:584:5
1: core::panicking::panic_fmt
at /usr/src/rustc-1.61.0/library/core/src/panicking.rs:143:14
2: core::panicking::assert_failed_inner
3: core::panicking::assert_failed
at /usr/src/rustc-1.61.0/library/core/src/panicking.rs:182:5
4: rusty_pool::tests::worker_count_test
5: core::ops::function::FnOnce::call_once
at /usr/src/rustc-1.61.0/library/core/src/ops/function.rs:227:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
failures:
tests::test_try_increment_worker_total
tests::worker_count_test
test result: FAILED. 33 passed; 2 failed; 1 ignored; 0 measured; 0 filtered
out; finished in 82.06s
error: test failed, to rerun pass '--lib'
dh_auto_test: error: /<<PKGBUILDDIR>>/debian/dh-cargo/bin/cargo test returned
exit code 101
make: *** [debian/rules:9: binary-arch] Error 25