[INFO] cloning repository https://github.com/Evilsmevil/Boxes [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Evilsmevil/Boxes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEvilsmevil%2FBoxes", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEvilsmevil%2FBoxes'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0b19f3dd9264dc8d52ccce479c7e3cc855c24d26 [INFO] testing Evilsmevil/Boxes against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEvilsmevil%2FBoxes" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Evilsmevil/Boxes 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 git repo https://github.com/Evilsmevil/Boxes [INFO] finished tweaking git repo https://github.com/Evilsmevil/Boxes [INFO] tweaked toml for git repo https://github.com/Evilsmevil/Boxes written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Evilsmevil/Boxes already has a lockfile, it will not be regenerated [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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] bb4f582216c7767fca868d1fa63e13e901351019420ef4b8fb801ba7786354e0 [INFO] running `Command { std: "docker" "start" "-a" "bb4f582216c7767fca868d1fa63e13e901351019420ef4b8fb801ba7786354e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb4f582216c7767fca868d1fa63e13e901351019420ef4b8fb801ba7786354e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb4f582216c7767fca868d1fa63e13e901351019420ef4b8fb801ba7786354e0", kill_on_drop: false }` [INFO] [stdout] bb4f582216c7767fca868d1fa63e13e901351019420ef4b8fb801ba7786354e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 4c9d66755da6f519c28096671cce2f0bc3608e2906187b7740d45de081b50d11 [INFO] running `Command { std: "docker" "start" "-a" "4c9d66755da6f519c28096671cce2f0bc3608e2906187b7740d45de081b50d11", kill_on_drop: false }` [INFO] [stderr] Compiling boxes v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `equal` [INFO] [stdout] --> src/edge.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | fn equal(&self, other : &Edge) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Empty` [INFO] [stdout] --> src/box_grid.rs:10:4 [INFO] [stdout] | [INFO] [stdout] 10 | Empty, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EdgeState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/box_grid.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 6 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Occupied` [INFO] [stdout] --> src/box_grid.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | Occupied{player_index: u32} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EdgeState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/box_grid.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 6 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `width` [INFO] [stdout] --> src/box_grid.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | width:u8, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoxGrid` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/box_grid.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `height` [INFO] [stdout] --> src/box_grid.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | height:u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoxGrid` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/box_grid.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `columns` [INFO] [stdout] --> src/box_grid.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | columns: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoxGrid` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/box_grid.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rows` [INFO] [stdout] --> src/box_grid.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | rows : Vec> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoxGrid` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/box_grid.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/box_grid.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn new(width:u8, height:u8) -> BoxGrid [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `max_edges` [INFO] [stdout] --> src/box_grid.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn max_edges(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_occupied` [INFO] [stdout] --> src/box_grid.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn is_occupied(&self, edge: &Edge) -> &EdgeState { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_occupied` [INFO] [stdout] --> src/box_grid.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | fn set_occupied(&mut self, edge : &Edge, player_index:u32) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_occupied_vertical` [INFO] [stdout] --> src/box_grid.rs:55:8 [INFO] [stdout] | [INFO] [stdout] 55 | fn set_occupied_vertical(&mut self, edge: &Edge, player_index : u32) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_occupied_horizontal` [INFO] [stdout] --> src/box_grid.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 62 | fn set_occupied_horizontal(&mut self, edge: &Edge, player_index : u32) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `find_vertical_occupancy` [INFO] [stdout] --> src/box_grid.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 69 | fn find_vertical_occupancy(&self, edge: &Edge) -> &EdgeState { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `find_horizontal_occupancy` [INFO] [stdout] --> src/box_grid.rs:79:8 [INFO] [stdout] | [INFO] [stdout] 79 | fn find_horizontal_occupancy(&self, edge: &Edge) -> &EdgeState { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `Command { std: "docker" "inspect" "4c9d66755da6f519c28096671cce2f0bc3608e2906187b7740d45de081b50d11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c9d66755da6f519c28096671cce2f0bc3608e2906187b7740d45de081b50d11", kill_on_drop: false }` [INFO] [stdout] 4c9d66755da6f519c28096671cce2f0bc3608e2906187b7740d45de081b50d11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 158ae505501aad86e5ad57e0a973d017ebd26901e727fdcd1b4b28172bb9de4d [INFO] running `Command { std: "docker" "start" "-a" "158ae505501aad86e5ad57e0a973d017ebd26901e727fdcd1b4b28172bb9de4d", kill_on_drop: false }` [INFO] [stderr] Compiling boxes v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.43s [INFO] running `Command { std: "docker" "inspect" "158ae505501aad86e5ad57e0a973d017ebd26901e727fdcd1b4b28172bb9de4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "158ae505501aad86e5ad57e0a973d017ebd26901e727fdcd1b4b28172bb9de4d", kill_on_drop: false }` [INFO] [stdout] 158ae505501aad86e5ad57e0a973d017ebd26901e727fdcd1b4b28172bb9de4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 9bd3b18b7c5a7d60641771963834f35b99b53840cb9d219ed4af3b6701d317b7 [INFO] running `Command { std: "docker" "start" "-a" "9bd3b18b7c5a7d60641771963834f35b99b53840cb9d219ed4af3b6701d317b7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stdout] running 8 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/boxes-d68e388f2e4c70fd) [INFO] [stdout] test box_grid::tests::test_edge_store ... ok [INFO] [stdout] test edge::tests::test_horizontal_left ... ok [INFO] [stdout] test edge::tests::test_vertical_bot ... ok [INFO] [stdout] test edge::tests::test_vertical ... ok [INFO] [stdout] test edge::tests::test_horizontal ... ok [INFO] [stdout] test edge::tests::test_diagonal ... ok [INFO] [stdout] test edge::tests::test_vertical_top ... ok [INFO] [stdout] test box_grid::tests::test_max_edges ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9bd3b18b7c5a7d60641771963834f35b99b53840cb9d219ed4af3b6701d317b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bd3b18b7c5a7d60641771963834f35b99b53840cb9d219ed4af3b6701d317b7", kill_on_drop: false }` [INFO] [stdout] 9bd3b18b7c5a7d60641771963834f35b99b53840cb9d219ed4af3b6701d317b7