[INFO] fetching crate algori 0.13.0... [INFO] testing algori-0.13.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate algori 0.13.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate algori 0.13.0 [INFO] finished tweaking crates.io crate algori 0.13.0 [INFO] tweaked toml for crates.io crate algori 0.13.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate algori 0.13.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6cda30fa164ca4afb2f3180f0327187735b2267a8a442eff6636c7bcf69910ff [INFO] running `Command { std: "docker" "start" "-a" "6cda30fa164ca4afb2f3180f0327187735b2267a8a442eff6636c7bcf69910ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6cda30fa164ca4afb2f3180f0327187735b2267a8a442eff6636c7bcf69910ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cda30fa164ca4afb2f3180f0327187735b2267a8a442eff6636c7bcf69910ff", kill_on_drop: false }` [INFO] [stdout] 6cda30fa164ca4afb2f3180f0327187735b2267a8a442eff6636c7bcf69910ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ec722d204c5f59e3639ea7ff0c00d111ed2c945de91e63224f3653e4f57bb73 [INFO] running `Command { std: "docker" "start" "-a" "8ec722d204c5f59e3639ea7ff0c00d111ed2c945de91e63224f3653e4f57bb73", kill_on_drop: false }` [INFO] [stderr] Compiling algori v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/structure/heap.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/structure/heap.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stdout] | ---------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/structure/heap.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stdout] | --- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `Command { std: "docker" "inspect" "8ec722d204c5f59e3639ea7ff0c00d111ed2c945de91e63224f3653e4f57bb73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ec722d204c5f59e3639ea7ff0c00d111ed2c945de91e63224f3653e4f57bb73", kill_on_drop: false }` [INFO] [stdout] 8ec722d204c5f59e3639ea7ff0c00d111ed2c945de91e63224f3653e4f57bb73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c90ba0e41cdf0380151be33a339000fdc2c19753754b46986f1048aaa3980ab7 [INFO] running `Command { std: "docker" "start" "-a" "c90ba0e41cdf0380151be33a339000fdc2c19753754b46986f1048aaa3980ab7", kill_on_drop: false }` [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/structure/heap.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/structure/heap.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stdout] | ---------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling algori v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/structure/heap.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stdout] | --- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/structure/heap.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/structure/heap.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stdout] | ---------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/structure/heap.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stdout] | --- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "c90ba0e41cdf0380151be33a339000fdc2c19753754b46986f1048aaa3980ab7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c90ba0e41cdf0380151be33a339000fdc2c19753754b46986f1048aaa3980ab7", kill_on_drop: false }` [INFO] [stdout] c90ba0e41cdf0380151be33a339000fdc2c19753754b46986f1048aaa3980ab7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8697d3957ce0babb83a2619bb73eb51c15387693bccc75fe47aff652b18c48c5 [INFO] running `Command { std: "docker" "start" "-a" "8697d3957ce0babb83a2619bb73eb51c15387693bccc75fe47aff652b18c48c5", kill_on_drop: false }` [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> src/structure/heap.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stderr] | --------- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> src/structure/heap.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stderr] | ---------- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> src/structure/heap.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq)] [INFO] [stderr] | --- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 41 | comparator: fn(&T, &T) -> bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] [INFO] [stderr] warning: `algori` (lib) generated 3 warnings [INFO] [stderr] warning: `algori` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/algori-326a61091e3e233a) [INFO] [stdout] [INFO] [stdout] running 64 tests [INFO] [stdout] test math::complex::max_substring::add ... ok [INFO] [stdout] test math::complex::max_substring::div ... ok [INFO] [stdout] test math::complex::max_substring::hash ... ok [INFO] [stdout] test math::complex::max_substring::mul ... ok [INFO] [stdout] test math::complex::max_substring::sub ... ok [INFO] [stdout] test searching::binary_search::test::one_element_not_found ... ok [INFO] [stdout] test searching::binary_search::test::string_one ... ok [INFO] [stdout] test sorting::bubble_sort::bubble_sort_tests::empty ... ok [INFO] [stdout] test searching::binary_search::test::string ... ok [INFO] [stdout] test searching::binary_search::test::empty ... ok [INFO] [stdout] test searching::binary_search::test::string_now_found ... ok [INFO] [stdout] test sorting::bubble_sort::bubble_sort_tests::one_element ... ok [INFO] [stdout] test sorting::bubble_sort::bubble_sort_tests::positive ... ok [INFO] [stdout] test sorting::insertion_sort::binary_sort_tests::one_element ... ok [INFO] [stdout] test sorting::insertion_sort::binary_sort_tests::positive ... ok [INFO] [stdout] test sorting::insertion_sort::insertion_sort_tests::empty ... ok [INFO] [stdout] test sorting::insertion_sort::insertion_sort_tests::positive ... ok [INFO] [stdout] test sorting::merge_sort::tests::test_merge_sort_already_sorted ... ok [INFO] [stdout] test sorting::merge_sort::tests::test_merge_sort ... ok [INFO] [stdout] test sorting::insertion_sort::insertion_sort_tests::one_element ... ok [INFO] [stdout] test sorting::merge_sort::tests::test_merge_sort_empty ... ok [INFO] [stdout] test sorting::insertion_sort::insertion_sort_tests::reverse ... ok [INFO] [stdout] test sorting::selection_sort::selection_sort_tests::positive ... ok [INFO] [stdout] test sorting::utils::issorted_test::unsorted ... ok [INFO] [stdout] test string::max_substring::max_substring::test_all_same_characters ... ok [INFO] [stdout] test sorting::utils::issorted_test::reverse ... ok [INFO] [stdout] test sorting::selection_sort::selection_sort_tests::empty ... ok [INFO] [stdout] test string::max_substring::max_substring::test_mixed_characters ... ok [INFO] [stdout] test sorting::utils::issorted_test::sorted ... ok [INFO] [stdout] test searching::binary_search::test::one_element ... ok [INFO] [stdout] test string::max_substring::max_substring::test_empty_string ... ok [INFO] [stdout] test math::complex::max_substring::create_new_complex ... ok [INFO] [stdout] test string::max_substring::max_substring::test_no_repeating_characters ... ok [INFO] [stdout] test sorting::merge_sort::tests::test_merge_sort_single_element ... ok [INFO] [stdout] test sorting::selection_sort::selection_sort_tests::one_element ... ok [INFO] [stdout] test sorting::utils::issorted_test::char_compare ... ok [INFO] [stdout] test sorting::merge_sort::tests::test_merge_sort_reverse_sorted ... ok [INFO] [stdout] test string::max_substring::max_substring::test_long_string_with_repeating_characters ... ok [INFO] [stdout] test string::max_substring::max_substring::test_repeating_characters ... ok [INFO] [stdout] test string::max_substring::max_substring::test_single_character_string ... ok [INFO] [stdout] test string::max_substring::max_substring::test_string_with_repeating_characters_at_end ... ok [INFO] [stdout] test string::max_substring::max_substring::test_string_with_repeating_characters_at_start ... ok [INFO] [stdout] test sorting::insertion_sort::binary_sort_tests::empty ... ok [INFO] [stdout] test string::max_substring::max_substring::test_with_numbers ... ok [INFO] [stdout] test string::max_substring::max_substring::test_with_special_characters ... ok [INFO] [stdout] test structure::heap::heap_tests::comparator_test ... ok [INFO] [stdout] test structure::heap::heap_tests::max_heap_operation ... ok [INFO] [stdout] test structure::heap::heap_tests::sort ... ok [INFO] [stdout] test structure::linkedlist::add_two_binary_test::empty ... ok [INFO] [stdout] test structure::linkedlist::add_two_binary_test::more ... ok [INFO] [stdout] test structure::linkedlist::add_two_binary_test::one ... ok [INFO] [stdout] test structure::linkedlist::add_two_binary_test::two ... ok [INFO] [stdout] test structure::linkedlist::add_two_linkedlist::carry ... ok [INFO] [stdout] test structure::linkedlist::add_two_linkedlist::empty ... ok [INFO] [stdout] test structure::linkedlist::add_two_linkedlist::common ... ok [INFO] [stdout] test structure::linkedlist::add_two_linkedlist::more ... ok [INFO] [stdout] test string::max_substring::max_substring::two_same_characters ... ok [INFO] [stdout] test structure::heap::heap_tests::min_heap_operation ... ok [INFO] [stdout] test structure::heap::heap_tests::pop ... ok [INFO] [stdout] test structure::linkedlist::add_two_binary_test::carry ... ok [INFO] [stdout] test structure::linkedlist::add_two_binary_test::common ... ok [INFO] [stdout] test structure::linkedlist::add_two_linkedlist::two ... ok [INFO] [stdout] test structure::linkedlist::add_two_linkedlist::one ... ok [INFO] [stdout] test structure::heap::heap_tests::macro_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests algori [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test src/sorting/insertion_sort.rs - sorting::insertion_sort::binary_sort (line 22) ... ok [INFO] [stdout] test src/structure/heap.rs - structure::heap::Heap::as_slice (line 268) ... ok [INFO] [stdout] test src/sorting/bubble_sort.rs - sorting::bubble_sort::bubble_sort (line 3) ... ok [INFO] [stdout] test src/searching/binary_search.rs - searching::binary_search::binary_search (line 7) ... ok [INFO] [stdout] test src/string/max_substring.rs - string::max_substring::max_substring (line 4) ... ok [INFO] [stdout] test src/sorting/insertion_sort.rs - sorting::insertion_sort::insertion_sort (line 3) ... ok [INFO] [stdout] test src/sorting/merge_sort.rs - sorting::merge_sort::merge_sort (line 34) ... ok [INFO] [stdout] test src/structure/heap.rs - structure::heap::Heap (line 30) ... ok [INFO] [stdout] test src/structure/heap.rs - structure::heap::Heap::new (line 119) ... ok [INFO] [stdout] test src/structure/heap.rs - structure::heap::Heap::comparator (line 248) ... ok [INFO] [stdout] test src/math/pi.rs - math::pi::leibniz_pi (line 2) ... ok [INFO] [stdout] test src/sorting/selection_sort.rs - sorting::selection_sort::selection_sort (line 3) ... ok [INFO] [stdout] test src/structure/linkedlist.rs - structure::linkedlist::LinkedList::get (line 335) ... ok [INFO] [stdout] test src/searching/two_sum.rs - searching::two_sum::two_sum (line 8) ... ok [INFO] [stdout] test src/structure/heap.rs - structure::heap::Heap::new_from (line 131) ... ok [INFO] [stdout] test src/structure/heap.rs - structure::heap::Heap (line 46) ... ok [INFO] [stdout] test src/sorting/utils.rs - sorting::utils::is_sorted (line 7) ... ok [INFO] [stdout] test src/structure/linkedlist.rs - structure::linkedlist::LinkedList::pop (line 274) ... ok [INFO] [stdout] test src/structure/heap.rs - structure::heap::Heap::sort (line 224) ... ok [INFO] [stdout] test src/math/dft.rs - math::dft::dft (line 5) ... ok [INFO] [stdout] test src/tools.rs - tools::test_time (line 3) ... ok [INFO] [stdout] test src/structure/linkedlist.rs - structure::linkedlist::LinkedList::pop_front (line 193) ... ok [INFO] [stdout] test src/structure/linkedlist.rs - structure::linkedlist::LinkedList::pop_back (line 233) ... ok [INFO] [stdout] test src/structure/linkedlist.rs - structure::linkedlist::add_two_linkedlist (line 438) ... ok [INFO] [stdout] test src/structure/linkedlist.rs - structure::linkedlist::add_two_binary_linkedlist (line 465) ... ok [INFO] [stdout] test src/structure/linkedlist.rs - structure::linkedlist::LinkedList::insert (line 127) ... ok [INFO] [stdout] test src/structure/heap.rs - structure::heap::Heap::peek (line 144) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8697d3957ce0babb83a2619bb73eb51c15387693bccc75fe47aff652b18c48c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8697d3957ce0babb83a2619bb73eb51c15387693bccc75fe47aff652b18c48c5", kill_on_drop: false }` [INFO] [stdout] 8697d3957ce0babb83a2619bb73eb51c15387693bccc75fe47aff652b18c48c5