[INFO] fetching crate gorrosion 0.1.2... [INFO] testing gorrosion-0.1.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate gorrosion 0.1.2 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate gorrosion 0.1.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gorrosion 0.1.2 [INFO] finished tweaking crates.io crate gorrosion 0.1.2 [INFO] tweaked toml for crates.io crate gorrosion 0.1.2 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e5b62da81f3a97eeb4fba7d8ead0d17b18ec53551c56e49fccc83e3c5cf8bfb [INFO] running `Command { std: "docker" "start" "-a" "1e5b62da81f3a97eeb4fba7d8ead0d17b18ec53551c56e49fccc83e3c5cf8bfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e5b62da81f3a97eeb4fba7d8ead0d17b18ec53551c56e49fccc83e3c5cf8bfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e5b62da81f3a97eeb4fba7d8ead0d17b18ec53551c56e49fccc83e3c5cf8bfb", kill_on_drop: false }` [INFO] [stdout] 1e5b62da81f3a97eeb4fba7d8ead0d17b18ec53551c56e49fccc83e3c5cf8bfb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae8963d1bb86e027a1ccde3f31c0843eda361c575a655477a595edc712a108ca [INFO] running `Command { std: "docker" "start" "-a" "ae8963d1bb86e027a1ccde3f31c0843eda361c575a655477a595edc712a108ca", kill_on_drop: false }` [INFO] [stderr] Compiling gorrosion v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `place_stone` [INFO] [stdout] --> src/core/game.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | fn place_stone(&mut self, i: ::Index) { [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: `survivors` [INFO] [stdout] --> src/core/game.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | fn survivors(&self, free: &BoolVec) -> BoolVec { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kill` [INFO] [stdout] --> src/core/game.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | fn kill(&mut self, zombies: &BoolVec) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kill_dead` [INFO] [stdout] --> src/core/game.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | fn kill_dead(&mut self, liberties: &BoolVec) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Black` [INFO] [stdout] --> src/core/game.rs:75:2 [INFO] [stdout] | [INFO] [stdout] 75 | Black, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Color` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Clone, Copy, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `White` [INFO] [stdout] --> src/core/game.rs:76:2 [INFO] [stdout] | [INFO] [stdout] 76 | White, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Color` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Clone, Copy, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `other` [INFO] [stdout] --> src/core/game.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | fn other(&self) -> Color { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `free` [INFO] [stdout] --> src/core/game.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | fn free(&self) -> BoolVec { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kill_dead` [INFO] [stdout] --> src/core/game.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | fn kill_dead(&mut self, color: Color) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `player_state` [INFO] [stdout] --> src/core/game.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | fn player_state( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `place_stone` [INFO] [stdout] --> src/core/game.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | fn place_stone(&mut self, i: ::Index, color: Color) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Pass` [INFO] [stdout] --> src/core/game.rs:166:2 [INFO] [stdout] | [INFO] [stdout] 166 | Pass, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Resign` [INFO] [stdout] --> src/core/game.rs:167:2 [INFO] [stdout] | [INFO] [stdout] 167 | Resign, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Place` [INFO] [stdout] --> src/core/game.rs:168:2 [INFO] [stdout] | [INFO] [stdout] 168 | Place(Index), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `player` [INFO] [stdout] --> src/core/game.rs:173:2 [INFO] [stdout] | [INFO] [stdout] 173 | player: Color, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `action` [INFO] [stdout] --> src/core/game.rs:174:2 [INFO] [stdout] | [INFO] [stdout] 174 | action: Action<::Index>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `LocalRules` [INFO] [stdout] --> src/core/game.rs:177:8 [INFO] [stdout] | [INFO] [stdout] 177 | struct LocalRules { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Rules` [INFO] [stdout] --> src/core/game.rs:182:8 [INFO] [stdout] | [INFO] [stdout] 182 | struct Rules { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `GameNode` [INFO] [stdout] --> src/core/game.rs:190:8 [INFO] [stdout] | [INFO] [stdout] 190 | struct GameNode<'a, 'board: 'a, T: 'board + Board> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "ae8963d1bb86e027a1ccde3f31c0843eda361c575a655477a595edc712a108ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae8963d1bb86e027a1ccde3f31c0843eda361c575a655477a595edc712a108ca", kill_on_drop: false }` [INFO] [stdout] ae8963d1bb86e027a1ccde3f31c0843eda361c575a655477a595edc712a108ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d708e8d6f5e8e8d07826708fcb85baf6b4b719b0b754daa28c976f457089c38 [INFO] running `Command { std: "docker" "start" "-a" "0d708e8d6f5e8e8d07826708fcb85baf6b4b719b0b754daa28c976f457089c38", kill_on_drop: false }` [INFO] [stdout] warning: associated function is never used: `place_stone` [INFO] [stdout] --> src/core/game.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | fn place_stone(&mut self, i: ::Index) { [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: `survivors` [INFO] [stdout] --> src/core/game.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | fn survivors(&self, free: &BoolVec) -> BoolVec { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kill` [INFO] [stdout] --> src/core/game.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | fn kill(&mut self, zombies: &BoolVec) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kill_dead` [INFO] [stdout] --> src/core/game.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | fn kill_dead(&mut self, liberties: &BoolVec) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Black` [INFO] [stdout] --> src/core/game.rs:75:2 [INFO] [stdout] | [INFO] [stdout] 75 | Black, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Color` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Clone, Copy, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `White` [INFO] [stdout] --> src/core/game.rs:76:2 [INFO] [stdout] | [INFO] [stdout] 76 | White, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Color` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Clone, Copy, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `other` [INFO] [stdout] --> src/core/game.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | fn other(&self) -> Color { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `free` [INFO] [stdout] --> src/core/game.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | fn free(&self) -> BoolVec { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kill_dead` [INFO] [stdout] --> src/core/game.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | fn kill_dead(&mut self, color: Color) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `player_state` [INFO] [stdout] --> src/core/game.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | fn player_state( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `place_stone` [INFO] [stdout] --> src/core/game.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | fn place_stone(&mut self, i: ::Index, color: Color) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Pass` [INFO] [stdout] --> src/core/game.rs:166:2 [INFO] [stdout] | [INFO] [stdout] 166 | Pass, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Resign` [INFO] [stdout] --> src/core/game.rs:167:2 [INFO] [stdout] | [INFO] [stdout] 167 | Resign, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Place` [INFO] [stdout] --> src/core/game.rs:168:2 [INFO] [stdout] | [INFO] [stdout] 168 | Place(Index), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `player` [INFO] [stdout] --> src/core/game.rs:173:2 [INFO] [stdout] | [INFO] [stdout] 173 | player: Color, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gorrosion v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `action` [INFO] [stdout] --> src/core/game.rs:174:2 [INFO] [stdout] | [INFO] [stdout] 174 | action: Action<::Index>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `LocalRules` [INFO] [stdout] --> src/core/game.rs:177:8 [INFO] [stdout] | [INFO] [stdout] 177 | struct LocalRules { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Rules` [INFO] [stdout] --> src/core/game.rs:182:8 [INFO] [stdout] | [INFO] [stdout] 182 | struct Rules { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `GameNode` [INFO] [stdout] --> src/core/game.rs:190:8 [INFO] [stdout] | [INFO] [stdout] 190 | struct GameNode<'a, 'board: 'a, T: 'board + Board> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `place_stone` [INFO] [stdout] --> src/core/game.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | fn place_stone(&mut self, i: ::Index) { [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: `survivors` [INFO] [stdout] --> src/core/game.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | fn survivors(&self, free: &BoolVec) -> BoolVec { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kill` [INFO] [stdout] --> src/core/game.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | fn kill(&mut self, zombies: &BoolVec) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kill_dead` [INFO] [stdout] --> src/core/game.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | fn kill_dead(&mut self, liberties: &BoolVec) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Black` [INFO] [stdout] --> src/core/game.rs:75:2 [INFO] [stdout] | [INFO] [stdout] 75 | Black, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Color` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Clone, Copy, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `White` [INFO] [stdout] --> src/core/game.rs:76:2 [INFO] [stdout] | [INFO] [stdout] 76 | White, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Color` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Clone, Copy, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `other` [INFO] [stdout] --> src/core/game.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | fn other(&self) -> Color { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `free` [INFO] [stdout] --> src/core/game.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | fn free(&self) -> BoolVec { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kill_dead` [INFO] [stdout] --> src/core/game.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | fn kill_dead(&mut self, color: Color) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `player_state` [INFO] [stdout] --> src/core/game.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | fn player_state( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `place_stone` [INFO] [stdout] --> src/core/game.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | fn place_stone(&mut self, i: ::Index, color: Color) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Pass` [INFO] [stdout] --> src/core/game.rs:166:2 [INFO] [stdout] | [INFO] [stdout] 166 | Pass, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Resign` [INFO] [stdout] --> src/core/game.rs:167:2 [INFO] [stdout] | [INFO] [stdout] 167 | Resign, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Place` [INFO] [stdout] --> src/core/game.rs:168:2 [INFO] [stdout] | [INFO] [stdout] 168 | Place(Index), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `player` [INFO] [stdout] --> src/core/game.rs:173:2 [INFO] [stdout] | [INFO] [stdout] 173 | player: Color, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `action` [INFO] [stdout] --> src/core/game.rs:174:2 [INFO] [stdout] | [INFO] [stdout] 174 | action: Action<::Index>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/game.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `LocalRules` [INFO] [stdout] --> src/core/game.rs:177:8 [INFO] [stdout] | [INFO] [stdout] 177 | struct LocalRules { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Rules` [INFO] [stdout] --> src/core/game.rs:182:8 [INFO] [stdout] | [INFO] [stdout] 182 | struct Rules { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `GameNode` [INFO] [stdout] --> src/core/game.rs:190:8 [INFO] [stdout] | [INFO] [stdout] 190 | struct GameNode<'a, 'board: 'a, T: 'board + Board> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `Command { std: "docker" "inspect" "0d708e8d6f5e8e8d07826708fcb85baf6b4b719b0b754daa28c976f457089c38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d708e8d6f5e8e8d07826708fcb85baf6b4b719b0b754daa28c976f457089c38", kill_on_drop: false }` [INFO] [stdout] 0d708e8d6f5e8e8d07826708fcb85baf6b4b719b0b754daa28c976f457089c38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3627481503e63a2c30cb68de9aecc3a7b7e0dffbd6e9391264f48fa1d6a18e39 [INFO] running `Command { std: "docker" "start" "-a" "3627481503e63a2c30cb68de9aecc3a7b7e0dffbd6e9391264f48fa1d6a18e39", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `place_stone` [INFO] [stderr] --> src/core/game.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | fn place_stone(&mut self, i: ::Index) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `survivors` [INFO] [stderr] --> src/core/game.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | fn survivors(&self, free: &BoolVec) -> BoolVec { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `kill` [INFO] [stderr] --> src/core/game.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | fn kill(&mut self, zombies: &BoolVec) { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `kill_dead` [INFO] [stderr] --> src/core/game.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | fn kill_dead(&mut self, liberties: &BoolVec) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Black` [INFO] [stderr] --> src/core/game.rs:75:2 [INFO] [stderr] | [INFO] [stderr] 75 | Black, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Color` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/core/game.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Clone, Copy, Eq, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `White` [INFO] [stderr] --> src/core/game.rs:76:2 [INFO] [stderr] | [INFO] [stderr] 76 | White, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Color` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/core/game.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Clone, Copy, Eq, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `other` [INFO] [stderr] --> src/core/game.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | fn other(&self) -> Color { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `free` [INFO] [stderr] --> src/core/game.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | fn free(&self) -> BoolVec { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `kill_dead` [INFO] [stderr] --> src/core/game.rs:121:5 [INFO] [stderr] | [INFO] [stderr] 121 | fn kill_dead(&mut self, color: Color) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `player_state` [INFO] [stderr] --> src/core/game.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | fn player_state( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `place_stone` [INFO] [stderr] --> src/core/game.rs:136:5 [INFO] [stderr] | [INFO] [stderr] 136 | fn place_stone(&mut self, i: ::Index, color: Color) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Pass` [INFO] [stderr] --> src/core/game.rs:166:2 [INFO] [stderr] | [INFO] [stderr] 166 | Pass, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/core/game.rs:164:16 [INFO] [stderr] | [INFO] [stderr] 164 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Resign` [INFO] [stderr] --> src/core/game.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 167 | Resign, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/core/game.rs:164:16 [INFO] [stderr] | [INFO] [stderr] 164 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Place` [INFO] [stderr] --> src/core/game.rs:168:2 [INFO] [stderr] | [INFO] [stderr] 168 | Place(Index), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Action` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/core/game.rs:164:16 [INFO] [stderr] | [INFO] [stderr] 164 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `player` [INFO] [stderr] --> src/core/game.rs:173:2 [INFO] [stderr] | [INFO] [stderr] 173 | player: Color, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Move` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/core/game.rs:171:16 [INFO] [stderr] | [INFO] [stderr] 171 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `action` [INFO] [stderr] --> src/core/game.rs:174:2 [INFO] [stderr] | [INFO] [stderr] 174 | action: Action<::Index>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Move` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/core/game.rs:171:16 [INFO] [stderr] | [INFO] [stderr] 171 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `LocalRules` [INFO] [stderr] --> src/core/game.rs:177:8 [INFO] [stderr] | [INFO] [stderr] 177 | struct LocalRules { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Rules` [INFO] [stderr] --> src/core/game.rs:182:8 [INFO] [stderr] | [INFO] [stderr] 182 | struct Rules { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `GameNode` [INFO] [stderr] --> src/core/game.rs:190:8 [INFO] [stderr] | [INFO] [stderr] 190 | struct GameNode<'a, 'board: 'a, T: 'board + Board> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `gorrosion` (lib) generated 19 warnings [INFO] [stderr] warning: `gorrosion` (lib test) generated 19 warnings (19 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gorrosion-e12b7a0c930990a7) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test core::util::bool_vec::tests::doc_tests ... ok [INFO] [stdout] test core::util::indexer::tests::integer ... ok [INFO] [stdout] test core::util::indexer::tests::unit ... ok [INFO] [stdout] test core::util::indexer::tests::rect ... ok [INFO] [stdout] test core::board::tests::doctests ... ok [INFO] [stdout] test core::util::indexer::tests::integer_index_oob - should panic ... ok [INFO] [stdout] test core::util::indexer::tests::rect_index_oob - should panic ... ok [INFO] [stdout] test core::util::indexer::tests::rect_num_oob - should panic ... ok [INFO] [stdout] test core::util::indexer::tests::unit_num_oob - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests gorrosion [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/core/util/bool_vec.rs - core::util::bool_vec::BoolVec::reindex (line 163) ... ok [INFO] [stdout] test src/core/util/bool_vec.rs - core::util::bool_vec::BoolVec::intersection (line 115) ... ok [INFO] [stdout] test src/core/util/bool_vec.rs - core::util::bool_vec::BoolVec::falses (line 48) ... ok [INFO] [stdout] test src/core/board.rs - core::board::Rect::new (line 73) ... ok [INFO] [stdout] test src/core/util/bool_vec.rs - core::util::bool_vec::BoolVec::complement (line 148) ... ok [INFO] [stdout] test src/core/util/bool_vec.rs - core::util::bool_vec::BoolVec::trues (line 66) ... ok [INFO] [stdout] test src/core/util/bool_vec.rs - core::util::bool_vec::BoolVec::union (line 131) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3627481503e63a2c30cb68de9aecc3a7b7e0dffbd6e9391264f48fa1d6a18e39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3627481503e63a2c30cb68de9aecc3a7b7e0dffbd6e9391264f48fa1d6a18e39", kill_on_drop: false }` [INFO] [stdout] 3627481503e63a2c30cb68de9aecc3a7b7e0dffbd6e9391264f48fa1d6a18e39