- ) -> Option
{
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: `kdvtree` (lib test) generated 4 warnings (2 duplicates) (run `cargo fix --lib -p kdvtree --tests` to apply 2 suggestions)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kdvtree-c57efcd92bad01e8)
[INFO] [stdout]
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::kdv_tree_basic ... ok
[INFO] [stdout] test tests::kdv_tree_nearest ... ok
[INFO] [stdout] test tests::kdv_tree_triangle ... ok
[INFO] [stdout] test tests::kdv_tree_nearest_check ... ok
[INFO] [stdout] test tests::kdv_tree_nearest_big_o ... FAILED
[INFO] [stdout]
[INFO] [stdout] failures:
[INFO] [stdout]
[INFO] [stdout] ---- tests::kdv_tree_nearest_big_o stdout ----
[INFO] [stdout]
[INFO] [stdout] thread 'tests::kdv_tree_nearest_big_o' (28) panicked at src/tests.rs:736:5:
[INFO] [stdout] assertion failed: stats_10k.0 * 10000 < stats_10k.2
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x583c5c6072c2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout] 1: 0x583c5c6072c2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout] 2: 0x583c5c6072c2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout] 3: 0x583c5c6072c2 - <::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout] 4: 0x583c5c61bd6a - ::fmt
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout] 5: 0x583c5c61bd6a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout] 6: 0x583c5c60c1c6 - std[716c9a7a72e5c14e]::io::default_write_fmt::>
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout] 7: 0x583c5c60c1c6 - as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout] 8: 0x583c5c5e578f - ::print
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout] 9: 0x583c5c5e578f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout] 10: 0x583c5c5ff5a9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout] 11: 0x583c5c59021e - core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout] 12: 0x583c5c59021e - test[64760d2bdea328cc]::test_main_with_exit_callback::::{closure#0}
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout] 13: 0x583c5c5ff762 - core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout] 14: 0x583c5c5ff762 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout] 15: 0x583c5c5e587a - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:691:13
[INFO] [stdout] 16: 0x583c5c5dd1e9 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout] 17: 0x583c5c5e669d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout] 18: 0x583c5c61c43c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout] 19: 0x583c5c61c402 - core[c5ed12ab89cc536a]::panicking::panic
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:150:5
[INFO] [stdout] 20: 0x583c5c56c79f - kdvtree[4969e28810e65126]::tests::kdv_tree_nearest_big_o
[INFO] [stdout] at /opt/rustwide/workdir/src/tests.rs:736:5
[INFO] [stdout] 21: 0x583c5c568d17 - kdvtree[4969e28810e65126]::tests::kdv_tree_nearest_big_o::{closure#0}
[INFO] [stdout] at /opt/rustwide/workdir/src/tests.rs:690:28
[INFO] [stdout] 22: 0x583c5c57ddc6 - >::call_once
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout] 23: 0x583c5c5845cb - core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout] 24: 0x583c5c5845cb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout] 25: 0x583c5c590e2a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout] 26: 0x583c5c590e2a - as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout] 27: 0x583c5c590e2a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout] 28: 0x583c5c590e2a - std[716c9a7a72e5c14e]::panicking::catch_unwind::, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe>
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout] 29: 0x583c5c590e2a - std[716c9a7a72e5c14e]::panic::catch_unwind::, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout] 30: 0x583c5c590e2a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout] 31: 0x583c5c590e2a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout] 32: 0x583c5c58b2f4 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout] 33: 0x583c5c58b2f4 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout] 34: 0x583c5c593922 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0}
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout] 35: 0x583c5c593922 - ::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout] 36: 0x583c5c593922 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()>
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout] 37: 0x583c5c593922 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>>
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout] 38: 0x583c5c593922 - std[716c9a7a72e5c14e]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()>
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout] 39: 0x583c5c593922 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::::{closure#1}
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout] 40: 0x583c5c593922 - ::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout] 41: 0x583c5c606b6f - + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout] 42: 0x583c5c606b6f - ::new::thread_start
[INFO] [stdout] at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout] 43: 0x79e9ce54aaa4 -
[INFO] [stdout] 44: 0x79e9ce5d7a64 - clone
[INFO] [stdout] 45: 0x0 -
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] failures:
[INFO] [stdout] tests::kdv_tree_nearest_big_o
[INFO] [stdout]
[INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.23s
[INFO] [stdout]
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "a04fcdac79ba22264b584cc94566bdf400ed6b7d6988cca5fed36a2bb41f556d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a04fcdac79ba22264b584cc94566bdf400ed6b7d6988cca5fed36a2bb41f556d", kill_on_drop: false }`
[INFO] [stdout] a04fcdac79ba22264b584cc94566bdf400ed6b7d6988cca5fed36a2bb41f556d