[INFO] updating cached repository rookwood101/blocksworld_solver [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rookwood101/blocksworld_solver [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rookwood101/blocksworld_solver" "work/ex/beta-1.38-1/sources/1.37.0/gh/rookwood101/blocksworld_solver"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/rookwood101/blocksworld_solver'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rookwood101/blocksworld_solver" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rookwood101/blocksworld_solver"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rookwood101/blocksworld_solver'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 625cca7c82e6d72c16742e25e11b0362ec8bec92 [INFO] sha for GitHub repo rookwood101/blocksworld_solver: 625cca7c82e6d72c16742e25e11b0362ec8bec92 [INFO] validating manifest of rookwood101/blocksworld_solver on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rookwood101/blocksworld_solver on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rookwood101/blocksworld_solver [INFO] finished frobbing rookwood101/blocksworld_solver [INFO] frobbed toml for rookwood101/blocksworld_solver written to work/ex/beta-1.38-1/sources/1.37.0/gh/rookwood101/blocksworld_solver/Cargo.toml [INFO] started frobbing rookwood101/blocksworld_solver [INFO] finished frobbing rookwood101/blocksworld_solver [INFO] frobbed toml for rookwood101/blocksworld_solver written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rookwood101/blocksworld_solver/Cargo.toml [INFO] crate rookwood101/blocksworld_solver already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rookwood101/blocksworld_solver against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rookwood101/blocksworld_solver:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 9f75f4dd26377ff9f6e9b5a27a7384c3ddea369f8c96f45c7e80d4ebe04b23c8 [INFO] running `"docker" "start" "-a" "9f75f4dd26377ff9f6e9b5a27a7384c3ddea369f8c96f45c7e80d4ebe04b23c8"` [INFO] [stderr] Compiling libc v0.2.17 [INFO] [stderr] Compiling bidir-map v0.3.0 [INFO] [stderr] Compiling rand v0.3.14 [INFO] [stderr] Compiling blocksworld_solver v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `blocksworld::search::Node` [INFO] [stderr] --> src/blocksworld/test/mod.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use blocksworld::search::Node; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `blocksworld::test::test` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use blocksworld::test::test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `blocksworld::search::Searcher` [INFO] [stderr] --> src/blocksworld/test/mod.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use blocksworld::search::Searcher; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `latex_print` [INFO] [stderr] --> src/blocksworld/world.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn latex_print(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `solution_depth_difficulty` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `SolutionDepthSearcher` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | pub struct SolutionDepthSearcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `search` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn search(mut self) -> Vec<(u8, World)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `grid_size_difficulty` [INFO] [stderr] --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | fn grid_size_difficulty() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test` [INFO] [stderr] --> src/blocksworld/test/mod.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn test() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `run_all_searchers_average` [INFO] [stderr] --> src/blocksworld/test/mod.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.24s [INFO] running `"docker" "inspect" "9f75f4dd26377ff9f6e9b5a27a7384c3ddea369f8c96f45c7e80d4ebe04b23c8"` [INFO] running `"docker" "rm" "-f" "9f75f4dd26377ff9f6e9b5a27a7384c3ddea369f8c96f45c7e80d4ebe04b23c8"` [INFO] [stdout] 9f75f4dd26377ff9f6e9b5a27a7384c3ddea369f8c96f45c7e80d4ebe04b23c8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rookwood101/blocksworld_solver:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 3f376814a3cc0c63d3785e8afe0bc02799e7172f1aac6b76ec53891f4f6f8deb [INFO] running `"docker" "start" "-a" "3f376814a3cc0c63d3785e8afe0bc02799e7172f1aac6b76ec53891f4f6f8deb"` [INFO] [stderr] Compiling blocksworld_solver v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `blocksworld::search::Node` [INFO] [stderr] --> src/blocksworld/test/mod.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use blocksworld::search::Node; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `blocksworld::test::test` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use blocksworld::test::test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `blocksworld::search::Searcher` [INFO] [stderr] --> src/blocksworld/test/mod.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use blocksworld::search::Searcher; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `latex_print` [INFO] [stderr] --> src/blocksworld/world.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn latex_print(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `solution_depth_difficulty` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `SolutionDepthSearcher` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | pub struct SolutionDepthSearcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `search` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn search(mut self) -> Vec<(u8, World)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `grid_size_difficulty` [INFO] [stderr] --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | fn grid_size_difficulty() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test` [INFO] [stderr] --> src/blocksworld/test/mod.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn test() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `run_all_searchers_average` [INFO] [stderr] --> src/blocksworld/test/mod.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `"docker" "inspect" "3f376814a3cc0c63d3785e8afe0bc02799e7172f1aac6b76ec53891f4f6f8deb"` [INFO] running `"docker" "rm" "-f" "3f376814a3cc0c63d3785e8afe0bc02799e7172f1aac6b76ec53891f4f6f8deb"` [INFO] [stdout] 3f376814a3cc0c63d3785e8afe0bc02799e7172f1aac6b76ec53891f4f6f8deb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rookwood101/blocksworld_solver:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 61093268bcb998e8839da70a3ec037e9d5d293565fa0846b5b2e0563d4a35836 [INFO] running `"docker" "start" "-a" "61093268bcb998e8839da70a3ec037e9d5d293565fa0846b5b2e0563d4a35836"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/blocksworld_solver-e644a03209061d3a [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "61093268bcb998e8839da70a3ec037e9d5d293565fa0846b5b2e0563d4a35836"` [INFO] running `"docker" "rm" "-f" "61093268bcb998e8839da70a3ec037e9d5d293565fa0846b5b2e0563d4a35836"` [INFO] [stdout] 61093268bcb998e8839da70a3ec037e9d5d293565fa0846b5b2e0563d4a35836