On 29.07.24 10:37, Jonas Smedegaard wrote:
Control: 2.3.1-6
Quoting Matthias Geiger (2024-07-29 10:06:04)
thanks for fixing async-channels autopkgtest on armel. However, the std
feature on s390x still fails one test:
218s
218s failures:
218s
218s ---- mpmc stdout ----
218s thread 'mpmc' panicked at tests/bounded.rs:468:9:
218s assertion `left == right` failed
218s left: 3
218s right: 4
218s stack backtrace:
218s 0: rust_begin_unwind
218s 1: core::panicking::panic_fmt
218s 2: core::panicking::assert_failed_inner
218s 3: core::panicking::assert_failed
218s 4: core::ops::function::FnOnce::call_once
218s note: Some details are omitted, run with `RUST_BACKTRACE=full` for a
verbose backtrace.
218s
218s
218s failures:
218s mpmc
218s
218s test result: FAILED. 21 passed; 1 failed; 0 ignored; 0 measured; 0
filtered out; finished in 3.54s
218s
218s error: test failed, to rerun pass `--test bounded`
218s autopkgtest [21:37:53]: test rust-async-channel-2:std:
-----------------------]
This smells like an unstable test, as I am pretty sure nothing changed
since last test run. I will try simply request a retry, and close if
this bugreport if that succeeds.
This looks related: https://github.com/smol-rs/async-channel/issues/78
ok. Note that we might need to ping the release team to let all affected
crates migrate to testing.
NB! Please make sure to include version when reporting bugs.
Thanks for reporting,
Sorry, forgot to include the version.
best,
werdahias