[INFO] updating cached repository https://github.com/stevenleadbeater/union-find-exercises [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e4d9721b4c8f9d4cb24113a8affd9ed3976decd [INFO] testing stevenleadbeater/union-find-exercises against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevenleadbeater%2Funion-find-exercises" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stevenleadbeater/union-find-exercises on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stevenleadbeater/union-find-exercises [INFO] finished tweaking git repo https://github.com/stevenleadbeater/union-find-exercises [INFO] tweaked toml for git repo https://github.com/stevenleadbeater/union-find-exercises written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/stevenleadbeater/union-find-exercises already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 66932de2f05454d4871988118a0a9b10bcf92fc9cdd694b3507a5f6001d17cf3 [INFO] running `Command { std: "docker" "start" "-a" "66932de2f05454d4871988118a0a9b10bcf92fc9cdd694b3507a5f6001d17cf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66932de2f05454d4871988118a0a9b10bcf92fc9cdd694b3507a5f6001d17cf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66932de2f05454d4871988118a0a9b10bcf92fc9cdd694b3507a5f6001d17cf3", kill_on_drop: false }` [INFO] [stdout] 66932de2f05454d4871988118a0a9b10bcf92fc9cdd694b3507a5f6001d17cf3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] faa334fad548c1e2dc0f4cc5cf08b836acb84f3aef51b973c7efcd970c638a57 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "faa334fad548c1e2dc0f4cc5cf08b836acb84f3aef51b973c7efcd970c638a57", kill_on_drop: false }` [INFO] [stderr] Compiling Data_Structures_and_Algorithms v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct is never constructed: `QuickFind` [INFO] [stdout] --> src/quick_find.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct QuickFind { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/quick_find.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | fn new(size: i64) -> QuickFind { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `union` [INFO] [stdout] --> src/quick_find.rs:10:8 [INFO] [stdout] | [INFO] [stdout] 10 | fn union(&mut self, start: i64, end: i64) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `connected` [INFO] [stdout] --> src/quick_find.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | fn connected(&self, start: i64, end: i64) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `QuickUnion` [INFO] [stdout] --> src/quick_union.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct QuickUnion { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/quick_union.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | fn new(size: i64) -> QuickUnion { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `union` [INFO] [stdout] --> src/quick_union.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | fn union(&mut self, start: i64, end: i64) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `connected` [INFO] [stdout] --> src/quick_union.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | fn connected(&self, start: i64, end: i64) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_root` [INFO] [stdout] --> src/quick_union.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | fn get_root(&self, item: i64) -> i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `WeightedQuickUnion` [INFO] [stdout] --> src/weighted_quick_union.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct WeightedQuickUnion { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/weighted_quick_union.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | fn new(size: i64) -> WeightedQuickUnion { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `union` [INFO] [stdout] --> src/weighted_quick_union.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | fn union(&mut self, start: i64, end: i64) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `connected` [INFO] [stdout] --> src/weighted_quick_union.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | fn connected(&self, start: i64, end: i64) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_root` [INFO] [stdout] --> src/weighted_quick_union.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | fn get_root(&self, item: i64) -> i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `WeightedQuickUnionPathCompression` [INFO] [stdout] --> src/weighted_quick_union_path_compression.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct WeightedQuickUnionPathCompression { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/weighted_quick_union_path_compression.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | fn new(size: i64) -> WeightedQuickUnionPathCompression { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `union` [INFO] [stdout] --> src/weighted_quick_union_path_compression.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | fn union(&mut self, start: i64, end: i64) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `connected` [INFO] [stdout] --> src/weighted_quick_union_path_compression.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | fn connected(&mut self, start: i64, end: i64) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_root` [INFO] [stdout] --> src/weighted_quick_union_path_compression.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | fn get_root(&mut self, item: i64) -> i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Percolation` [INFO] [stdout] --> src/percolation.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct Percolation { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/percolation.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | fn new(size: i64) -> Percolation { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `union` [INFO] [stdout] --> src/percolation.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | fn union(&mut self, start: (i64, i64), end: (i64, i64)) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `connected` [INFO] [stdout] --> src/percolation.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | fn connected(&mut self, start: (i64, i64), end: (i64, i64)) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_root` [INFO] [stdout] --> src/percolation.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | fn get_root(&mut self, item: (i64, i64)) -> (i64, i64) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `percolates` [INFO] [stdout] --> src/percolation.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 69 | fn percolates(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Data_Structures_and_Algorithms` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `data_structures_and_algorithms` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.64s [INFO] running `Command { std: "docker" "inspect" "faa334fad548c1e2dc0f4cc5cf08b836acb84f3aef51b973c7efcd970c638a57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faa334fad548c1e2dc0f4cc5cf08b836acb84f3aef51b973c7efcd970c638a57", kill_on_drop: false }` [INFO] [stdout] faa334fad548c1e2dc0f4cc5cf08b836acb84f3aef51b973c7efcd970c638a57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9185b2a3d45a4ca5ec69080ab123ee193ed3d4fbd25e429980c8ec19bf0f27c2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9185b2a3d45a4ca5ec69080ab123ee193ed3d4fbd25e429980c8ec19bf0f27c2", kill_on_drop: false }` [INFO] [stderr] Compiling Data_Structures_and_Algorithms v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: crate `Data_Structures_and_Algorithms` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `data_structures_and_algorithms` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `Command { std: "docker" "inspect" "9185b2a3d45a4ca5ec69080ab123ee193ed3d4fbd25e429980c8ec19bf0f27c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9185b2a3d45a4ca5ec69080ab123ee193ed3d4fbd25e429980c8ec19bf0f27c2", kill_on_drop: false }` [INFO] [stdout] 9185b2a3d45a4ca5ec69080ab123ee193ed3d4fbd25e429980c8ec19bf0f27c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cbaf4d4382011a17ddadb69a78e27b4ec30744c55c1457666ea37e7ae3e5de43 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cbaf4d4382011a17ddadb69a78e27b4ec30744c55c1457666ea37e7ae3e5de43", kill_on_drop: false }` [INFO] [stderr] warning: crate `Data_Structures_and_Algorithms` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `data_structures_and_algorithms` [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/Data_Structures_and_Algorithms-ab25adceb6f82e55 [INFO] [stdout] running 48 tests [INFO] [stdout] test percolation::test::does_not_percolate ... ok [INFO] [stdout] test percolation::test::percolates_4 ... ok [INFO] [stdout] test percolation::test::new ... ok [INFO] [stdout] test percolation::test::percolates_2 ... ok [INFO] [stdout] test percolation::test::percolates_column_1 ... ok [INFO] [stdout] test percolation::test::percolates_3 ... ok [INFO] [stdout] test percolation::test::percolates_5 ... ok [INFO] [stdout] test quick_find::tests::new ... ok [INFO] [stdout] test percolation::test::percolates_column_2 ... ok [INFO] [stdout] test percolation::test::percolates_column_3 ... ok [INFO] [stdout] test percolation::test::percolates_column_4 ... ok [INFO] [stdout] test quick_find::tests::union_1_2_3_4_8_3 ... ok [INFO] [stdout] test quick_find::tests::union_1_2 ... ok [INFO] [stdout] test quick_find::tests::union_1_2_3_4 ... ok [INFO] [stdout] test quick_find::tests::connected_5_0 ... ok [INFO] [stdout] test quick_find::tests::union_1_2_3_4_8_3_4_9 ... ok [INFO] [stdout] test quick_union::tests::connected_5_0 ... ok [INFO] [stdout] test quick_find::tests::union_1_2_3_4_8_3_4_9_5_6 ... ok [INFO] [stdout] test quick_union::tests::connected_8_9 ... ok [INFO] [stdout] test quick_union::tests::new ... ok [INFO] [stdout] test quick_union::tests::new_contents ... ok [INFO] [stdout] test quick_union::tests::union_1_2_3_4 ... ok [INFO] [stdout] test quick_union::tests::union_1_2_3_4_8_3 ... ok [INFO] [stdout] test quick_union::tests::union_1_2_3_4_8_3_4_9 ... ok [INFO] [stdout] test weighted_quick_union::tests::connected_5_0 ... ok [INFO] [stdout] test weighted_quick_union::tests::connected_8_9 ... ok [INFO] [stdout] test weighted_quick_union::tests::new ... ok [INFO] [stdout] test weighted_quick_union::tests::new_contents ... ok [INFO] [stdout] test weighted_quick_union::tests::union_1_2 ... ok [INFO] [stdout] test weighted_quick_union::tests::union_1_2_3_4 ... ok [INFO] [stdout] test weighted_quick_union::tests::union_1_2_3_4_8_3 ... ok [INFO] [stdout] test weighted_quick_union::tests::union_1_2_3_4_8_3_4_9 ... ok [INFO] [stdout] test weighted_quick_union::tests::union_1_2_3_4_8_3_4_9_5_6 ... ok [INFO] [stdout] test weighted_quick_union_path_compression::tests::connected_5_0 ... ok [INFO] [stdout] test weighted_quick_union_path_compression::tests::new_contents ... ok [INFO] [stdout] test weighted_quick_union_path_compression::tests::union_1_2 ... ok [INFO] [stdout] test weighted_quick_union_path_compression::tests::union_1_2_2_3_3_4_5_6_6_7_7_8_5_1 ... ok [INFO] [stdout] test quick_find::tests::new_contents ... ok [INFO] [stdout] test weighted_quick_union_path_compression::tests::union_1_2_3_4 ... ok [INFO] [stdout] test weighted_quick_union_path_compression::tests::union_1_2_3_4_8_3 ... ok [INFO] [stdout] test weighted_quick_union_path_compression::tests::union_1_2_3_4_8_3_4_9 ... ok [INFO] [stdout] test weighted_quick_union_path_compression::tests::union_1_2_3_4_8_3_4_9_5_6 ... ok [INFO] [stdout] test quick_union::tests::union_1_2 ... ok [INFO] [stdout] test weighted_quick_union_path_compression::tests::connected_8_9 ... ok [INFO] [stdout] test weighted_quick_union_path_compression::tests::new ... ok [INFO] [stdout] test percolation::test::percolates_column_5 ... ok [INFO] [stdout] test quick_union::tests::union_1_2_3_4_8_3_4_9_5_6 ... ok [INFO] [stdout] test quick_find::tests::connected_8_9 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cbaf4d4382011a17ddadb69a78e27b4ec30744c55c1457666ea37e7ae3e5de43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbaf4d4382011a17ddadb69a78e27b4ec30744c55c1457666ea37e7ae3e5de43", kill_on_drop: false }` [INFO] [stdout] cbaf4d4382011a17ddadb69a78e27b4ec30744c55c1457666ea37e7ae3e5de43