https://bugzilla.redhat.com/show_bug.cgi?id=2459296
--- Comment #7 from Ben Beasley <[email protected]> --- Hmm, this doesn’t seem to be working: running 5 tests test src/lib.rs - impl_value_wrapper (line 197) ... ignored test src/lib.rs - impl_value_wrapper (line 205) ... ignored test src/slog_test.rs - slog_test (line 13) ... FAILED test src/stats.rs - stats::StatsLoggerBuilder (line 481) ... ok test src/lib.rs - (line 78) ... ok failures: ---- src/slog_test.rs - slog_test (line 13) stdout ---- Test executable failed (exit status: 101). stderr: thread 'main' (775) panicked at src/slog_test.rs:20:37: index out of bounds: the len is 0 but the index is 0 I can reproduce this in a git checkout with "cargo test" if I add "--release", so we should probably just skip this test and note that it only works in debug mode. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2459296 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202459296%23c7 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
