Oct 13 02:24:23.434 INFO testing rookwood101/blocksworld_solver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:24:23.436 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 02:24:23.896 INFO blam! 860889f67254fd14e483bc21dd5aab34334e72ca4223ae11e5e000c581fe32cd Oct 13 02:24:23.898 INFO running `"docker" "start" "-a" "860889f67254fd14e483bc21dd5aab34334e72ca4223ae11e5e000c581fe32cd"` Oct 13 02:24:25.642 INFO kablam! usermod: no changes Oct 13 02:24:25.711 INFO kablam! Compiling bidir-map v0.3.0 Oct 13 02:24:26.263 INFO kablam! Compiling blocksworld_solver v0.1.0 (/source) Oct 13 02:24:26.562 INFO kablam! warning: unused import: `blocksworld::search::Node` Oct 13 02:24:26.562 INFO kablam! --> src/blocksworld/test/mod.rs:8:5 Oct 13 02:24:26.562 INFO kablam! | Oct 13 02:24:26.562 INFO kablam! 8 | use blocksworld::search::Node; Oct 13 02:24:26.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:26.562 INFO kablam! | Oct 13 02:24:26.564 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:24:26.564 INFO kablam! Oct 13 02:24:26.564 INFO kablam! warning: unused import: `blocksworld::test::test` Oct 13 02:24:26.564 INFO kablam! --> src/main.rs:10:5 Oct 13 02:24:26.564 INFO kablam! | Oct 13 02:24:26.564 INFO kablam! 10 | use blocksworld::test::test; Oct 13 02:24:26.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:26.564 INFO kablam! Oct 13 02:24:26.734 INFO kablam! warning: unused import: `blocksworld::search::Searcher` Oct 13 02:24:26.734 INFO kablam! --> src/blocksworld/test/mod.rs:7:5 Oct 13 02:24:26.734 INFO kablam! | Oct 13 02:24:26.734 INFO kablam! 7 | use blocksworld::search::Searcher; Oct 13 02:24:26.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:26.734 INFO kablam! Oct 13 02:24:26.819 INFO kablam! warning: method is never used: `latex_print` Oct 13 02:24:26.819 INFO kablam! --> src/blocksworld/world.rs:52:5 Oct 13 02:24:26.819 INFO kablam! | Oct 13 02:24:26.819 INFO kablam! 52 | pub fn latex_print(&self) { Oct 13 02:24:26.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:26.819 INFO kablam! | Oct 13 02:24:26.819 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:24:26.821 INFO kablam! Oct 13 02:24:26.821 INFO kablam! warning: function is never used: `solution_depth_difficulty` Oct 13 02:24:26.821 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 Oct 13 02:24:26.821 INFO kablam! | Oct 13 02:24:26.821 INFO kablam! 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { Oct 13 02:24:26.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:26.821 INFO kablam! Oct 13 02:24:26.821 INFO kablam! warning: struct is never constructed: `SolutionDepthSearcher` Oct 13 02:24:26.821 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 Oct 13 02:24:26.821 INFO kablam! | Oct 13 02:24:26.821 INFO kablam! 16 | pub struct SolutionDepthSearcher { Oct 13 02:24:26.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:26.821 INFO kablam! Oct 13 02:24:26.821 INFO kablam! warning: method is never used: `new` Oct 13 02:24:26.821 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 Oct 13 02:24:26.821 INFO kablam! | Oct 13 02:24:26.821 INFO kablam! 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { Oct 13 02:24:26.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:26.821 INFO kablam! Oct 13 02:24:26.821 INFO kablam! warning: method is never used: `search` Oct 13 02:24:26.821 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 Oct 13 02:24:26.821 INFO kablam! | Oct 13 02:24:26.821 INFO kablam! 31 | pub fn search(mut self) -> Vec<(u8, World)> { Oct 13 02:24:26.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:26.821 INFO kablam! Oct 13 02:24:26.821 INFO kablam! warning: function is never used: `grid_size_difficulty` Oct 13 02:24:26.821 INFO kablam! --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 Oct 13 02:24:26.821 INFO kablam! | Oct 13 02:24:26.821 INFO kablam! 1 | fn grid_size_difficulty() {} Oct 13 02:24:26.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:26.821 INFO kablam! Oct 13 02:24:26.821 INFO kablam! warning: function is never used: `test` Oct 13 02:24:26.821 INFO kablam! --> src/blocksworld/test/mod.rs:16:1 Oct 13 02:24:26.821 INFO kablam! | Oct 13 02:24:26.821 INFO kablam! 16 | pub fn test() { Oct 13 02:24:26.821 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:24:26.821 INFO kablam! Oct 13 02:24:26.821 INFO kablam! warning: function is never used: `run_all_searchers_average` Oct 13 02:24:26.821 INFO kablam! --> src/blocksworld/test/mod.rs:39:1 Oct 13 02:24:26.821 INFO kablam! | Oct 13 02:24:26.821 INFO kablam! 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { Oct 13 02:24:26.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:26.821 INFO kablam! Oct 13 02:24:28.276 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.61s Oct 13 02:24:28.278 INFO kablam! su: No module specific data is present Oct 13 02:24:29.307 INFO running `"docker" "rm" "-f" "860889f67254fd14e483bc21dd5aab34334e72ca4223ae11e5e000c581fe32cd"` Oct 13 02:24:29.635 INFO blam! 860889f67254fd14e483bc21dd5aab34334e72ca4223ae11e5e000c581fe32cd Oct 13 02:24:29.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 02:24:30.228 INFO blam! 114163af91a604d6a2ae5424bef1a873aa6372cbea390dacb3046eb74ca51bd9 Oct 13 02:24:30.235 INFO running `"docker" "start" "-a" "114163af91a604d6a2ae5424bef1a873aa6372cbea390dacb3046eb74ca51bd9"` Oct 13 02:24:31.598 INFO kablam! usermod: no changes Oct 13 02:24:31.667 INFO kablam! Compiling blocksworld_solver v0.1.0 (/source) Oct 13 02:24:32.115 INFO kablam! warning: unused import: `blocksworld::search::Node` Oct 13 02:24:32.116 INFO kablam! --> src/blocksworld/test/mod.rs:8:5 Oct 13 02:24:32.116 INFO kablam! | Oct 13 02:24:32.116 INFO kablam! 8 | use blocksworld::search::Node; Oct 13 02:24:32.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:32.117 INFO kablam! | Oct 13 02:24:32.117 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:24:32.117 INFO kablam! Oct 13 02:24:32.117 INFO kablam! warning: unused import: `blocksworld::test::test` Oct 13 02:24:32.118 INFO kablam! --> src/main.rs:10:5 Oct 13 02:24:32.118 INFO kablam! | Oct 13 02:24:32.118 INFO kablam! 10 | use blocksworld::test::test; Oct 13 02:24:32.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:32.119 INFO kablam! Oct 13 02:24:32.336 INFO kablam! warning: unused import: `blocksworld::search::Searcher` Oct 13 02:24:32.336 INFO kablam! --> src/blocksworld/test/mod.rs:7:5 Oct 13 02:24:32.336 INFO kablam! | Oct 13 02:24:32.336 INFO kablam! 7 | use blocksworld::search::Searcher; Oct 13 02:24:32.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:32.336 INFO kablam! Oct 13 02:24:32.427 INFO kablam! warning: method is never used: `latex_print` Oct 13 02:24:32.427 INFO kablam! --> src/blocksworld/world.rs:52:5 Oct 13 02:24:32.427 INFO kablam! | Oct 13 02:24:32.427 INFO kablam! 52 | pub fn latex_print(&self) { Oct 13 02:24:32.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:32.427 INFO kablam! | Oct 13 02:24:32.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:24:32.427 INFO kablam! Oct 13 02:24:32.427 INFO kablam! warning: function is never used: `solution_depth_difficulty` Oct 13 02:24:32.427 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 Oct 13 02:24:32.427 INFO kablam! | Oct 13 02:24:32.427 INFO kablam! 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { Oct 13 02:24:32.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:32.427 INFO kablam! Oct 13 02:24:32.427 INFO kablam! warning: struct is never constructed: `SolutionDepthSearcher` Oct 13 02:24:32.427 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 Oct 13 02:24:32.427 INFO kablam! | Oct 13 02:24:32.427 INFO kablam! 16 | pub struct SolutionDepthSearcher { Oct 13 02:24:32.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:32.427 INFO kablam! Oct 13 02:24:32.427 INFO kablam! warning: method is never used: `new` Oct 13 02:24:32.427 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 Oct 13 02:24:32.427 INFO kablam! | Oct 13 02:24:32.427 INFO kablam! 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { Oct 13 02:24:32.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:32.427 INFO kablam! Oct 13 02:24:32.427 INFO kablam! warning: method is never used: `search` Oct 13 02:24:32.427 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 Oct 13 02:24:32.427 INFO kablam! | Oct 13 02:24:32.427 INFO kablam! 31 | pub fn search(mut self) -> Vec<(u8, World)> { Oct 13 02:24:32.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:32.427 INFO kablam! Oct 13 02:24:32.427 INFO kablam! warning: function is never used: `grid_size_difficulty` Oct 13 02:24:32.427 INFO kablam! --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 Oct 13 02:24:32.427 INFO kablam! | Oct 13 02:24:32.427 INFO kablam! 1 | fn grid_size_difficulty() {} Oct 13 02:24:32.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:32.427 INFO kablam! Oct 13 02:24:32.427 INFO kablam! warning: function is never used: `test` Oct 13 02:24:32.427 INFO kablam! --> src/blocksworld/test/mod.rs:16:1 Oct 13 02:24:32.427 INFO kablam! | Oct 13 02:24:32.427 INFO kablam! 16 | pub fn test() { Oct 13 02:24:32.427 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:24:32.427 INFO kablam! Oct 13 02:24:32.427 INFO kablam! warning: function is never used: `run_all_searchers_average` Oct 13 02:24:32.427 INFO kablam! --> src/blocksworld/test/mod.rs:39:1 Oct 13 02:24:32.427 INFO kablam! | Oct 13 02:24:32.427 INFO kablam! 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { Oct 13 02:24:32.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:32.427 INFO kablam! Oct 13 02:24:32.960 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 13 02:24:32.960 INFO kablam! su: No module specific data is present Oct 13 02:24:33.889 INFO running `"docker" "rm" "-f" "114163af91a604d6a2ae5424bef1a873aa6372cbea390dacb3046eb74ca51bd9"` Oct 13 02:24:34.203 INFO blam! 114163af91a604d6a2ae5424bef1a873aa6372cbea390dacb3046eb74ca51bd9 Oct 13 02:24:34.210 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 02:24:34.755 INFO blam! d986d91215930edd5998b4588516bf439a3a71f89deb5faef7d12683a3c852a9 Oct 13 02:24:34.767 INFO running `"docker" "start" "-a" "d986d91215930edd5998b4588516bf439a3a71f89deb5faef7d12683a3c852a9"` Oct 13 02:24:35.863 INFO kablam! usermod: no changes Oct 13 02:24:35.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 02:24:35.954 INFO kablam! Running /target/debug/deps/blocksworld_solver-5373f519d88c11df Oct 13 02:24:35.954 INFO blam! Oct 13 02:24:35.954 INFO blam! running 0 tests Oct 13 02:24:35.954 INFO blam! Oct 13 02:24:35.954 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:24:35.954 INFO blam! Oct 13 02:24:35.957 INFO kablam! su: No module specific data is present Oct 13 02:24:36.631 INFO running `"docker" "rm" "-f" "d986d91215930edd5998b4588516bf439a3a71f89deb5faef7d12683a3c852a9"` Oct 13 02:24:36.919 INFO blam! d986d91215930edd5998b4588516bf439a3a71f89deb5faef7d12683a3c852a9