{
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout] --> src/lib.rs:511:71
[INFO] [stdout] |
[INFO] [stdout] 511 | ... shape_fragment: shape_fragment.clone(),
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: the type `ShapeFragment {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout] --> src/lib.rs:511:71
[INFO] [stdout] |
[INFO] [stdout] 511 | ... shape_fragment: shape_fragment.clone(),
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: the type `ShapeFragment {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout] --> src/lib.rs:511:71
[INFO] [stdout] |
[INFO] [stdout] 511 | ... shape_fragment: shape_fragment.clone(),
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: the type `ShapeFragment {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr] --> src/lib.rs:511:71
[INFO] [stderr] |
[INFO] [stderr] 511 | ... shape_fragment: shape_fragment.clone(),
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the type `ShapeFragment {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see {
[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.08s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kdvtree-4643bc149d9af755)
[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' (18) 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: 0x5f9597e1ecc2 - std::backtrace_rs::backtrace::libunwind::trace::hc4a5f428cfb78751
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout] 1: 0x5f9597e1ecc2 - std::backtrace_rs::backtrace::trace_unsynchronized::h20e1095684b4c296
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout] 2: 0x5f9597e1ecc2 - std::sys::backtrace::_print_fmt::h461f2e3a8f6b29e2
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout] 3: 0x5f9597e1ecc2 -