{
[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] [stderr] Compiling rand v0.4.6
[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) generated 3 warnings (run `cargo fix --lib -p kdvtree` to apply 3 suggestions)
[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.02s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kdvtree-845e1d0e8e48037f)
[INFO] [stdout]
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::kdv_tree_basic ... ok
[INFO] [stdout] test tests::kdv_tree_triangle ... ok
[INFO] [stdout] test tests::kdv_tree_nearest ... 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' (27) 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: 0x570eecb25ab2 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc
[INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout] 1: 0x570eecb25ab2 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1
[INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout] 2: 0x570eecb25ab2 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5
[INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout] 3: 0x570eecb25ab2 -