[INFO] cloning repository https://github.com/ZackJorquera/rubiks-cube-solver [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ZackJorquera/rubiks-cube-solver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZackJorquera%2Frubiks-cube-solver", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZackJorquera%2Frubiks-cube-solver'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 726e572e613424e7f135f853646392a4cfd522ca [INFO] testing ZackJorquera/rubiks-cube-solver against try#9ce6b522e9d830b1461df3e1b001b5831bd32346 for pr-101061-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZackJorquera%2Frubiks-cube-solver" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ZackJorquera/rubiks-cube-solver on toolchain 9ce6b522e9d830b1461df3e1b001b5831bd32346 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9ce6b522e9d830b1461df3e1b001b5831bd32346" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ZackJorquera/rubiks-cube-solver [INFO] finished tweaking git repo https://github.com/ZackJorquera/rubiks-cube-solver [INFO] tweaked toml for git repo https://github.com/ZackJorquera/rubiks-cube-solver written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/ZackJorquera/rubiks-cube-solver already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9ce6b522e9d830b1461df3e1b001b5831bd32346" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+9ce6b522e9d830b1461df3e1b001b5831bd32346" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6224dafc2471e977a7f5ec44e57f047740878392bb068cbe9ac8b314e902c5e [INFO] running `Command { std: "docker" "start" "-a" "c6224dafc2471e977a7f5ec44e57f047740878392bb068cbe9ac8b314e902c5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6224dafc2471e977a7f5ec44e57f047740878392bb068cbe9ac8b314e902c5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6224dafc2471e977a7f5ec44e57f047740878392bb068cbe9ac8b314e902c5e", kill_on_drop: false }` [INFO] [stdout] c6224dafc2471e977a7f5ec44e57f047740878392bb068cbe9ac8b314e902c5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+9ce6b522e9d830b1461df3e1b001b5831bd32346" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13c324848c11f765e5eaec780f488b31ca964d7c36d78959f26df76095e318ae [INFO] running `Command { std: "docker" "start" "-a" "13c324848c11f765e5eaec780f488b31ca964d7c36d78959f26df76095e318ae", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling smallvec v1.5.0 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling libloading v0.6.5 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling instant v0.1.8 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling wayland-sys v0.28.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling wayland-scanner v0.28.2 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling winit v0.23.0 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling andrew v0.3.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling wayland-client v0.28.2 [INFO] [stderr] Compiling wayland-protocols v0.28.2 [INFO] [stderr] Compiling xcursor v0.3.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling addr2line v0.14.0 [INFO] [stderr] Compiling glium v0.28.0 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling object v0.22.0 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling takeable-option v0.5.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling nix v0.19.0 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling nalgebra v0.19.0 [INFO] [stderr] Compiling wayland-commons v0.28.2 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling wayland-cursor v0.28.2 [INFO] [stderr] Compiling wayland-egl v0.28.2 [INFO] [stderr] Compiling backtrace v0.3.54 [INFO] [stderr] Compiling statrs v0.13.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.0 [INFO] [stderr] Compiling glutin v0.25.1 [INFO] [stderr] Compiling rubiks-cube-solver v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `edge` [INFO] [stdout] --> src/rubiks.rs:1213:45 [INFO] [stdout] | [INFO] [stdout] 1213 | pub fn rotate_middle_edge_to(&mut self, edge: (Color, Color), to: (Face, Face)) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_edge` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `to` [INFO] [stdout] --> src/rubiks.rs:1213:67 [INFO] [stdout] | [INFO] [stdout] 1213 | pub fn rotate_middle_edge_to(&mut self, edge: (Color, Color), to: (Face, Face)) [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_to` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `face` [INFO] [stdout] --> src/rubiks.rs:1240:38 [INFO] [stdout] | [INFO] [stdout] 1240 | pub fn rotate_face_to(&mut self, face: Color, to: Face) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_face` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `to` [INFO] [stdout] --> src/rubiks.rs:1240:51 [INFO] [stdout] | [INFO] [stdout] 1240 | pub fn rotate_face_to(&mut self, face: Color, to: Face) [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_to` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `edge_type` [INFO] [stdout] --> src/solver.rs:59:50 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn calc_edge_heuristics_table(&mut self, edge_type: bool) [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_edge_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rubiks_state` [INFO] [stdout] --> src/solver.rs:427:44 [INFO] [stdout] | [INFO] [stdout] 427 | pub fn solve_best_approximation(&self, rubiks_state: &rubiks::RubiksCubeState) -> Result [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rubiks_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.61s [INFO] running `Command { std: "docker" "inspect" "13c324848c11f765e5eaec780f488b31ca964d7c36d78959f26df76095e318ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13c324848c11f765e5eaec780f488b31ca964d7c36d78959f26df76095e318ae", kill_on_drop: false }` [INFO] [stdout] 13c324848c11f765e5eaec780f488b31ca964d7c36d78959f26df76095e318ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+9ce6b522e9d830b1461df3e1b001b5831bd32346" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f2bc0ac9b6d425356bd4ca0a7c6323fa40af17342cb1f7255b333bccd2c5ff0 [INFO] running `Command { std: "docker" "start" "-a" "0f2bc0ac9b6d425356bd4ca0a7c6323fa40af17342cb1f7255b333bccd2c5ff0", kill_on_drop: false }` [INFO] [stderr] Compiling rubiks-cube-solver v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `edge` [INFO] [stdout] --> src/rubiks.rs:1213:45 [INFO] [stdout] | [INFO] [stdout] 1213 | pub fn rotate_middle_edge_to(&mut self, edge: (Color, Color), to: (Face, Face)) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_edge` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `to` [INFO] [stdout] --> src/rubiks.rs:1213:67 [INFO] [stdout] | [INFO] [stdout] 1213 | pub fn rotate_middle_edge_to(&mut self, edge: (Color, Color), to: (Face, Face)) [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_to` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `face` [INFO] [stdout] --> src/rubiks.rs:1240:38 [INFO] [stdout] | [INFO] [stdout] 1240 | pub fn rotate_face_to(&mut self, face: Color, to: Face) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_face` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `to` [INFO] [stdout] --> src/rubiks.rs:1240:51 [INFO] [stdout] | [INFO] [stdout] 1240 | pub fn rotate_face_to(&mut self, face: Color, to: Face) [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_to` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `edge_type` [INFO] [stdout] --> src/solver.rs:59:50 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn calc_edge_heuristics_table(&mut self, edge_type: bool) [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_edge_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rubiks_state` [INFO] [stdout] --> src/solver.rs:427:44 [INFO] [stdout] | [INFO] [stdout] 427 | pub fn solve_best_approximation(&self, rubiks_state: &rubiks::RubiksCubeState) -> Result [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rubiks_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.16s [INFO] running `Command { std: "docker" "inspect" "0f2bc0ac9b6d425356bd4ca0a7c6323fa40af17342cb1f7255b333bccd2c5ff0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f2bc0ac9b6d425356bd4ca0a7c6323fa40af17342cb1f7255b333bccd2c5ff0", kill_on_drop: false }` [INFO] [stdout] 0f2bc0ac9b6d425356bd4ca0a7c6323fa40af17342cb1f7255b333bccd2c5ff0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+9ce6b522e9d830b1461df3e1b001b5831bd32346" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] aca7e2aecb72ea288d96e8a55b715595f95c1e073701199c237acf250aaa5c74 [INFO] running `Command { std: "docker" "start" "-a" "aca7e2aecb72ea288d96e8a55b715595f95c1e073701199c237acf250aaa5c74", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `edge` [INFO] [stderr] --> src/rubiks.rs:1213:45 [INFO] [stderr] | [INFO] [stderr] 1213 | pub fn rotate_middle_edge_to(&mut self, edge: (Color, Color), to: (Face, Face)) [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_edge` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `to` [INFO] [stderr] --> src/rubiks.rs:1213:67 [INFO] [stderr] | [INFO] [stderr] 1213 | pub fn rotate_middle_edge_to(&mut self, edge: (Color, Color), to: (Face, Face)) [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_to` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `face` [INFO] [stderr] --> src/rubiks.rs:1240:38 [INFO] [stderr] | [INFO] [stderr] 1240 | pub fn rotate_face_to(&mut self, face: Color, to: Face) [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_face` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `to` [INFO] [stderr] --> src/rubiks.rs:1240:51 [INFO] [stderr] | [INFO] [stderr] 1240 | pub fn rotate_face_to(&mut self, face: Color, to: Face) [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_to` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `edge_type` [INFO] [stderr] --> src/solver.rs:59:50 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn calc_edge_heuristics_table(&mut self, edge_type: bool) [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_edge_type` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rubiks_state` [INFO] [stderr] --> src/solver.rs:427:44 [INFO] [stderr] | [INFO] [stderr] 427 | pub fn solve_best_approximation(&self, rubiks_state: &rubiks::RubiksCubeState) -> Result [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rubiks_state` [INFO] [stderr] [INFO] [stderr] warning: `rubiks-cube-solver` (bin "rubiks-cube-solver" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rubiks_cube_solver-ce3178d4e7712a56) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test rubiks::doc_tester ... ok [INFO] [stdout] test rubiks::test_is_solved ... ok [INFO] [stdout] test rubiks::test_rotates ... ok [INFO] [stdout] test rubiks::test_turns ... ok [INFO] [stdout] test rubiks::test_turn_converts ... ok [INFO] [stdout] test rubiks::test_rotate_cube ... ok [INFO] [stdout] test rubiks::test_change_cube_size ... ok [INFO] [stdout] test rubiks::test_move_inv ... ok [INFO] [stdout] test rubiks::test_hash ... ok [INFO] [stdout] test rubiks::test_move_append ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "aca7e2aecb72ea288d96e8a55b715595f95c1e073701199c237acf250aaa5c74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aca7e2aecb72ea288d96e8a55b715595f95c1e073701199c237acf250aaa5c74", kill_on_drop: false }` [INFO] [stdout] aca7e2aecb72ea288d96e8a55b715595f95c1e073701199c237acf250aaa5c74