[INFO] cloning repository https://github.com/ANtlord/system_ladder [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ANtlord/system_ladder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FANtlord%2Fsystem_ladder", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FANtlord%2Fsystem_ladder'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 44b3e901bcfed342ce69b974defef244f8170d6d [INFO] testing ANtlord/system_ladder against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FANtlord%2Fsystem_ladder" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ANtlord/system_ladder on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ANtlord/system_ladder [INFO] finished tweaking git repo https://github.com/ANtlord/system_ladder [INFO] tweaked toml for git repo https://github.com/ANtlord/system_ladder written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ANtlord/system_ladder already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc v0.2.51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d604102c9dbdb65e1b4a668ef9633e2322759da828ff91fbf6b686800288c581 [INFO] running `Command { std: "docker" "start" "-a" "d604102c9dbdb65e1b4a668ef9633e2322759da828ff91fbf6b686800288c581", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d604102c9dbdb65e1b4a668ef9633e2322759da828ff91fbf6b686800288c581", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d604102c9dbdb65e1b4a668ef9633e2322759da828ff91fbf6b686800288c581", kill_on_drop: false }` [INFO] [stdout] d604102c9dbdb65e1b4a668ef9633e2322759da828ff91fbf6b686800288c581 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8704f41bbbd0c44571c4a8b886cd6103b1e4cf97e15fe5d43c8cde2741c6376 [INFO] running `Command { std: "docker" "start" "-a" "d8704f41bbbd0c44571c4a8b886cd6103b1e4cf97e15fe5d43c8cde2741c6376", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling system_ladder v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/container/heap/indexed_heap.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | drop(index); [INFO] [stdout] | ^^^^^-----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `usize` [INFO] [stdout] | [INFO] [stdout] = note: use `let _ = ...` to ignore the expression or result [INFO] [stdout] = note: `#[warn(dropping_copy_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.10s [INFO] running `Command { std: "docker" "inspect" "d8704f41bbbd0c44571c4a8b886cd6103b1e4cf97e15fe5d43c8cde2741c6376", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8704f41bbbd0c44571c4a8b886cd6103b1e4cf97e15fe5d43c8cde2741c6376", kill_on_drop: false }` [INFO] [stdout] d8704f41bbbd0c44571c4a8b886cd6103b1e4cf97e15fe5d43c8cde2741c6376 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e04591c7152c8f055830d94f6cf6cf70ebb3981d3d9131d94b0c6a93dd705ec [INFO] running `Command { std: "docker" "start" "-a" "3e04591c7152c8f055830d94f6cf6cf70ebb3981d3d9131d94b0c6a93dd705ec", kill_on_drop: false }` [INFO] [stderr] Compiling system_ladder v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/fs/mod.rs:198:28 [INFO] [stdout] | [INFO] [stdout] 198 | panic!(e); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 198 | panic!("{}", e); [INFO] [stdout] | +++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 198 | std::panic::panic_any(e); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/container/heap/indexed_heap.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | drop(index); [INFO] [stdout] | ^^^^^-----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `usize` [INFO] [stdout] | [INFO] [stdout] = note: use `let _ = ...` to ignore the expression or result [INFO] [stdout] = note: `#[warn(dropping_copy_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/graph/shortest_path/dijkstra.rs:80:40 [INFO] [stdout] | [INFO] [stdout] 80 | assert!(shortest_path.is_ok(), shortest_path.err().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 80 | assert!(shortest_path.is_ok(), "{}", shortest_path.err().unwrap()); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/graph/shortest_path/dijkstra.rs:96:40 [INFO] [stdout] | [INFO] [stdout] 96 | assert!(shortest_path.is_ok(), shortest_path.err().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 96 | assert!(shortest_path.is_ok(), "{}", shortest_path.err().unwrap()); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/graph/shortest_path/dijkstra.rs:161:40 [INFO] [stdout] | [INFO] [stdout] 161 | assert!(!program.is_err(), program.err().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 161 | assert!(!program.is_err(), "{}", program.err().unwrap()); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.03s [INFO] running `Command { std: "docker" "inspect" "3e04591c7152c8f055830d94f6cf6cf70ebb3981d3d9131d94b0c6a93dd705ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e04591c7152c8f055830d94f6cf6cf70ebb3981d3d9131d94b0c6a93dd705ec", kill_on_drop: false }` [INFO] [stdout] 3e04591c7152c8f055830d94f6cf6cf70ebb3981d3d9131d94b0c6a93dd705ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f51bcdf40a40e01899a7af5959b90cac66cac77868ca6ea70cccc73911313f33 [INFO] running `Command { std: "docker" "start" "-a" "f51bcdf40a40e01899a7af5959b90cac66cac77868ca6ea70cccc73911313f33", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/fs/mod.rs:198:28 [INFO] [stderr] | [INFO] [stderr] 198 | panic!(e); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] help: add a "{}" format string to `Display` the message [INFO] [stderr] | [INFO] [stderr] 198 | panic!("{}", e); [INFO] [stderr] | +++++ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 198 | std::panic::panic_any(e); [INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/container/heap/indexed_heap.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | drop(index); [INFO] [stderr] | ^^^^^-----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `usize` [INFO] [stderr] | [INFO] [stderr] = note: use `let _ = ...` to ignore the expression or result [INFO] [stderr] = note: `#[warn(dropping_copy_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/graph/shortest_path/dijkstra.rs:80:40 [INFO] [stderr] | [INFO] [stderr] 80 | assert!(shortest_path.is_ok(), shortest_path.err().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to `Display` the message [INFO] [stderr] | [INFO] [stderr] 80 | assert!(shortest_path.is_ok(), "{}", shortest_path.err().unwrap()); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/graph/shortest_path/dijkstra.rs:96:40 [INFO] [stderr] | [INFO] [stderr] 96 | assert!(shortest_path.is_ok(), shortest_path.err().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to `Display` the message [INFO] [stderr] | [INFO] [stderr] 96 | assert!(shortest_path.is_ok(), "{}", shortest_path.err().unwrap()); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/graph/shortest_path/dijkstra.rs:161:40 [INFO] [stderr] | [INFO] [stderr] 161 | assert!(!program.is_err(), program.err().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to `Display` the message [INFO] [stderr] | [INFO] [stderr] 161 | assert!(!program.is_err(), "{}", program.err().unwrap()); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `system_ladder` (bin "system_ladder" test) generated 5 warnings (run `cargo fix --bin "system_ladder" --tests` to apply 4 suggestions) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/system_ladder-240115cad7396a7f) [INFO] [stdout] [INFO] [stdout] running 155 tests [INFO] [stdout] test container::btree::tests::outbounds ... ok [INFO] [stdout] test container::btree::tests::set::overflow_root ... ok [INFO] [stdout] test container::btree::tests::get::overflow_root ... ok [INFO] [stdout] test container::btree::tests::set::overflow_inner ... ok [INFO] [stdout] test container::btree::tests::set::overflow_leaf ... ok [INFO] [stdout] test container::heap::indexed_heap::tests::change_key::basic ... ok [INFO] [stdout] test container::heap::indexed_heap::tests::create::min_oriented ... ok [INFO] [stdout] test container::heap::tests::dynamic_median::add ... ok [INFO] [stdout] test container::btree::tests::bin ... ok [INFO] [stdout] test container::heap::indexed_heap::tests::change_key::add_pop_change ... ok [INFO] [stdout] test container::heap::indexed_heap::tests::create::max_oriented ... ok [INFO] [stdout] test container::heap::indexed_heap::tests::create::reverse_insert ... ok [INFO] [stdout] test container::heap::tests::dynamic_median::rebalance_in_empty ... ok [INFO] [stdout] test container::btree::tests::set::reverse_root ... ok [INFO] [stdout] test container::heap::tests::push_heap_max ... ok [INFO] [stdout] test container::heap::tests::push_heap_min ... ok [INFO] [stdout] test container::heap::tests::remove ... ok [INFO] [stdout] test container::rbtree::node::tests::fix_double_black::black_sibling_red_left_child ... ok [INFO] [stdout] test container::rbtree::node::tests::fix_double_black::black_sibling_red_right_child ... ok [INFO] [stdout] test container::rbtree::node::tests::fix_double_black::black_sibling_without_red_child_and_black_parent ... ok [INFO] [stdout] test container::rbtree::node::tests::fix_double_black::black_sibling_without_red_child_and_red_parent ... ok [INFO] [stdout] test container::rbtree::node::tests::fix_double_black::no_sibling ... ok [INFO] [stdout] test container::rbtree::node::tests::fix_double_black::red_left_sibling ... ok [INFO] [stdout] test container::rbtree::node::tests::del_step::internal_node_with_replacement ... ok [INFO] [stdout] test container::rbtree::node::tests::find_replacement::left ... ok [INFO] [stdout] test container::rbtree::node::tests::del_step::leaf_in_straight_branch ... ok [INFO] [stdout] test container::rbtree::node::tests::find_replacement::right ... ok [INFO] [stdout] test container::rbtree::node::tests::find_replacement::right_left ... ok [INFO] [stdout] test container::rbtree::node::tests::del_step::head_with_replacement_and_two_children ... ok [INFO] [stdout] test container::rbtree::node::tests::del_step::head_with_replacement ... ok [INFO] [stdout] test container::rbtree::node::tests::add ... ok [INFO] [stdout] test container::heap::tests::dynamic_median::rebalance_in_full ... ok [INFO] [stdout] test container::btree::tests::create ... ok [INFO] [stdout] test container::btree::tests::set::obverse_root ... ok [INFO] [stdout] test container::heap::tests::dynamic_median::get ... ok [INFO] [stdout] test container::rbtree::node::tests::repair_left_right ... ok [INFO] [stdout] test container::rbtree::node::tests::repair_red_uncle ... ok [INFO] [stdout] test container::rbtree::node::tests::repair_left_left ... ok [INFO] [stdout] test container::rbtree::node::tests::replace_child ... ok [INFO] [stdout] test container::rbtree::node::tests::rotate_left_no_ancestor ... ok [INFO] [stdout] test container::rbtree::node::tests::repair_straight_branch ... ok [INFO] [stdout] test container::rbtree::node::tests::rotate_left_with_ancestor ... ok [INFO] [stdout] test container::rbtree::node::tests::rotate_right_left_no_ancestor ... ok [INFO] [stdout] test container::rbtree::node::tests::rotate_right_no_ancestor ... ok [INFO] [stdout] test container::rbtree::node::tests::sibling ... ok [INFO] [stdout] test container::rbtree::node::tests::repair_right_left ... ok [INFO] [stdout] test container::rbtree::node::tests::repair_right_right ... ok [INFO] [stdout] test container::rbtree::node::tests::fix_double_black::red_right_sibling ... ok [INFO] [stdout] test container::rbtree::node::tests::test_cmp ... ok [INFO] [stdout] test container::rbtree::tests::delete::basic ... ok [INFO] [stdout] test container::rbtree::node::tests::uncle ... ok [INFO] [stdout] test container::rbtree::tests::delete::root_change ... ok [INFO] [stdout] test container::rbtree::node::tests::min_node ... ok [INFO] [stdout] test container::rbtree::node::tests::repair_left_right_v2 ... ok [INFO] [stdout] test container::rbtree::node::tests::grandparent ... ok [INFO] [stdout] test container::rbtree::tests::root_change ... ok [INFO] [stdout] test container::rbtree::node::tests::rotate_right_with_ancestor ... ok [INFO] [stdout] test container::rbtree::tests::delete::single ... ok [INFO] [stdout] test graph::maxflow::tests::find_the_biggest_closure::all_positive ... ok [INFO] [stdout] test graph::maxflow::tests::line ... ok [INFO] [stdout] test container::rbtree::tests::delete::both ... ok [INFO] [stdout] test graph::digraph::tests::adj ... ok [INFO] [stdout] test graph::maxflow::tests::basic ... ok [INFO] [stdout] test fs::tests::test_pathbuf ... ok [INFO] [stdout] test graph::shortest_path::dijkstra::tests::basic ... ok [INFO] [stdout] test graph::shortest_path::dijkstra::tests::skip_edge::basic ... ok [INFO] [stdout] test graph::shortest_path::monotonic::tests::memory ... ok [INFO] [stdout] test graph::maxflow::tests::find_the_biggest_closure::rombus ... ok [INFO] [stdout] test graph::shortest_path::monotonic::tests::shortest_wrong_ascending ... ok [INFO] [stdout] test list::item::tests::link_eq ... ok [INFO] [stdout] test graph::shortest_path::dijkstra::tests::non_zero_source ... ok [INFO] [stdout] test graph::shortest_path::kshortestpaths::tests::same_nodes_different_paths ... ok [INFO] [stdout] test graph::shortest_path::monotonic::tests::shortest_right_ascending ... ok [INFO] [stdout] test graph::maxflow::tests::bipartial_dance::basic ... ok [INFO] [stdout] test graph::shortest_path::monotonic::tests::descending_from_two_paths ... ok [INFO] [stdout] test graph::shortest_path::monotonic::tests::three_descending_paths_through_one_vertex ... ok [INFO] [stdout] test graph::shortest_path::kshortestpaths::tests::different_paths ... ok [INFO] [stdout] test list::tests::create_first ... ok [INFO] [stdout] test list::item::tests::link_null_eq ... ok [INFO] [stdout] test list::tests::pop_front ... ok [INFO] [stdout] test list::tests::push_back ... ok [INFO] [stdout] test graph::shortest_path::monotonic::tests::alternative_right_descending ... ok [INFO] [stdout] test list::tests::iter_filled ... ok [INFO] [stdout] test str::kmp::tests::radix::basic ... ok [INFO] [stdout] test list::tests::push_front ... ok [INFO] [stdout] test str::kmp::tests::cyclic_rotation ... ok [INFO] [stdout] test graph::shortest_path::monotonic::tests::shortest_right_descending ... ok [INFO] [stdout] test str::kmp::tests::search::second_match ... ok [INFO] [stdout] test str::manacher::tests::left_part_is_palindrome ... ok [INFO] [stdout] test list::tests::pop_back ... ok [INFO] [stdout] test str::kmp::tests::state_machine::basic ... ok [INFO] [stdout] test str::kmp::tests::search::empty ... ok [INFO] [stdout] test list::tests::iter_empty ... ok [INFO] [stdout] test str::manacher::tests::oneletter ... ok [INFO] [stdout] test str::manacher::tests::right_part_is_palindrome ... ok [INFO] [stdout] test str::suffixtree::tests::experiment ... ok [INFO] [stdout] test str::suffixarray::tests::longest_common_substring::basic ... ok [INFO] [stdout] test str::manacher::tests::middle_part_is_palindrome ... ok [INFO] [stdout] test container::rbtree::tests::delete::test_different_amounts ... ok [INFO] [stdout] test str::suffixtree::tests::memcrash ... ignored, Test causes memory fault [INFO] [stdout] test str::suffixtree::tests::inner_node_split ... ok [INFO] [stdout] test str::suffixtree::tests::post_suffix_linking ... ok [INFO] [stdout] test str::suffixtree::tests::pair_of_letters ... ok [INFO] [stdout] test str::suffixtree::tests::two_repeats ... ok [INFO] [stdout] test str::suffixtree::tests::undefined_repeat ... ok [INFO] [stdout] test tree::tests::sort_in_the_end ... ok [INFO] [stdout] test str::manacher::tests::lorem_ipsum ... ok [INFO] [stdout] test str::suffixtree::tests::three_repeats ... ok [INFO] [stdout] test str::suffixtree::tests::no_repeats ... ok [INFO] [stdout] test str::suffixtree::tests::suffix_link_from_recreated_node ... ok [INFO] [stdout] test tree::tests::one ... ok [INFO] [stdout] test str::suffixtree::tests::inner_node_extend ... ok [INFO] [stdout] test utils::insertionsort::tests::odd_reverse_sorted_elements ... ok [INFO] [stdout] test utils::heapsort::tests::random_100 ... ok [INFO] [stdout] test utils::heapsort::tests::random_1000 ... ok [INFO] [stdout] test utils::heapsort::tests::odd_reverse_sorted_elements ... ok [INFO] [stdout] test utils::heapsort::tests::random_5000 ... ok [INFO] [stdout] test str::manacher::tests::whole_word_is_palindrome ... ok [INFO] [stdout] test str::suffixtree::tests::find::negative ... ok [INFO] [stdout] test str::suffixtree::tests::longest_repeated_overlapped_substring::basic ... ok [INFO] [stdout] test utils::mergesort::tests::no_drops ... ok [INFO] [stdout] test utils::insertionsort::tests::random_100 ... ok [INFO] [stdout] test utils::mergesort::tests::odd_reverse_sorted_elements ... ok [INFO] [stdout] test utils::insertionsort::tests::random_250 ... ok [INFO] [stdout] test str::suffixtree::tests::find::positive ... ok [INFO] [stdout] test utils::insertionsort::tests::random_500 ... ok [INFO] [stdout] test utils::heapsort::tests::even_reverse_sorted_elements ... ok [INFO] [stdout] test utils::mergesort::tests::random_1000 ... ok [INFO] [stdout] test utils::mergesort::tests::even_reverse_sorted_elements ... ok [INFO] [stdout] test container::btree::tests::set::insert_1000 ... ok [INFO] [stdout] test utils::mergesort::tests::equal_elements ... ok [INFO] [stdout] test utils::quicksort::tests::even_elements ... ok [INFO] [stdout] test utils::quicksort::tests::equal_elements ... ok [INFO] [stdout] test utils::quicksort::tests::equal_elements_with_pivot_duplicate ... ok [INFO] [stdout] test utils::mergesort::tests::random_5000 ... ok [INFO] [stdout] test utils::mergesort::tests::random_100 ... ok [INFO] [stdout] test utils::quicksort::tests::odd_elements ... ok [INFO] [stdout] test utils::quicksort::tests::single_element ... ok [INFO] [stdout] test utils::quicksort::tests::two_element ... ok [INFO] [stdout] test utils::radixsort::tests::lcd::basic ... ok [INFO] [stdout] test utils::radixsort::tests::msd::basic ... ok [INFO] [stdout] test utils::vector::tests::odds_more_than_evens ... ok [INFO] [stdout] test utils::quicksort::tests::random_100 ... ok [INFO] [stdout] test utils::radixsort::tests::find_cyclic_rotations::basic ... ok [INFO] [stdout] test utils::quicksort::tests::random_5000 ... ok [INFO] [stdout] test utils::radixsort::tests::radixsort::basic ... ok [INFO] [stdout] test utils::quicksort::tests::random_1000 ... ok [INFO] [stdout] test utils::quicksort::tests::two_sorted_elements ... ok [INFO] [stdout] test container::rbtree::tests::black_root ... ok [INFO] [stdout] test utils::vector::tests::sample_no_duplicates ... ok [INFO] [stdout] test utils::vector::tests::sample_with_duplicates ... ok [INFO] [stdout] test utils::vector::tests::test_sink ... ok [INFO] [stdout] test utils::vector::tests::test_swim ... ok [INFO] [stdout] test container::rbtree::tests::red_node_has_black_children_only ... ok [INFO] [stdout] test container::rbtree::tests::equal_number_of_blacks_from_root_to_every_leaf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 154 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.44s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f51bcdf40a40e01899a7af5959b90cac66cac77868ca6ea70cccc73911313f33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f51bcdf40a40e01899a7af5959b90cac66cac77868ca6ea70cccc73911313f33", kill_on_drop: false }` [INFO] [stdout] f51bcdf40a40e01899a7af5959b90cac66cac77868ca6ea70cccc73911313f33