Oct 15 10:31:27.350 INFO testing Gregory-Meyer/sweepsolve-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:31:27.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 10:31:27.859 INFO blam! ec40098dc439842744a459281e024599abad4718e8914293625f3ae3e341c037 Oct 15 10:31:27.859 INFO running `"docker" "start" "-a" "ec40098dc439842744a459281e024599abad4718e8914293625f3ae3e341c037"` Oct 15 10:31:28.735 INFO kablam! usermod: no changes Oct 15 10:31:28.863 INFO kablam! Compiling sweepsolve-rs v0.1.0 (/source) Oct 15 10:31:30.011 INFO kablam! warning: variant is never constructed: `NotMine` Oct 15 10:31:30.011 INFO kablam! --> src/solver/click_result.rs:5:5 Oct 15 10:31:30.011 INFO kablam! | Oct 15 10:31:30.011 INFO kablam! 5 | NotMine(MineCount), Oct 15 10:31:30.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.011 INFO kablam! | Oct 15 10:31:30.011 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:31:30.011 INFO kablam! Oct 15 10:31:30.011 INFO kablam! warning: variant is never constructed: `Mine` Oct 15 10:31:30.011 INFO kablam! --> src/solver/click_result.rs:6:5 Oct 15 10:31:30.011 INFO kablam! | Oct 15 10:31:30.011 INFO kablam! 6 | Mine, Oct 15 10:31:30.011 INFO kablam! | ^^^^ Oct 15 10:31:30.011 INFO kablam! Oct 15 10:31:30.011 INFO kablam! warning: method is never used: `new` Oct 15 10:31:30.011 INFO kablam! --> src/solver/mine_count.rs:7:5 Oct 15 10:31:30.011 INFO kablam! | Oct 15 10:31:30.011 INFO kablam! 7 | pub fn new(count: u8) -> MineCount { Oct 15 10:31:30.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.011 INFO kablam! Oct 15 10:31:30.011 INFO kablam! warning: method is never used: `get` Oct 15 10:31:30.011 INFO kablam! --> src/solver/mine_count.rs:13:5 Oct 15 10:31:30.011 INFO kablam! | Oct 15 10:31:30.011 INFO kablam! 13 | pub fn get(&self) -> u8 { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: method is never used: `to_count_update` Oct 15 10:31:30.012 INFO kablam! --> src/solver/update.rs:12:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 12 | pub fn to_count_update(&self) -> Option { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: variant is never constructed: `Clicked` Oct 15 10:31:30.012 INFO kablam! --> src/solver/tile_state.rs:6:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 6 | Clicked(MineCount), Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: variant is never constructed: `Mine` Oct 15 10:31:30.012 INFO kablam! --> src/solver/tile_state.rs:7:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 7 | Mine, Oct 15 10:31:30.012 INFO kablam! | ^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: struct is never constructed: `Solver` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:16:1 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 16 | pub struct Solver { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: method is never used: `new` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:24:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 24 | pub fn new(width: usize, height: usize, num_mines: usize) -> Solver { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: method is never used: `next_move` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:36:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 36 | pub fn next_move(&self) -> Option<(usize, usize)> { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: method is never used: `update_board` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:54:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 54 | pub fn update_board(&mut self, update: Update) -> bool { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: method is never used: `get_unclicked_probabilities` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:69:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 69 | fn get_unclicked_probabilities(&self) -> Vec<(usize, f64)> { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: method is never used: `do_update_board` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:78:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 78 | fn do_update_board(&mut self, update: CountUpdate) { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: method is never used: `update_coeff_mtx` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:89:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 89 | fn update_coeff_mtx(&self, update: CountUpdate) -> DMatrix { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: method is never used: `update_coeff_vec` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:104:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 104 | fn update_coeff_vec(&self, num_mines: MineCount) -> DVector { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: method is never used: `adjacent_indices` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:109:5 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 109 | fn adjacent_indices(&self, update: CountUpdate) -> Vec { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: function is never used: `to_signed` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:131:1 Oct 15 10:31:30.012 INFO kablam! | Oct 15 10:31:30.012 INFO kablam! 131 | fn to_signed(x: usize) -> isize { Oct 15 10:31:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.012 INFO kablam! Oct 15 10:31:30.012 INFO kablam! warning: function is never used: `adjacent_indices_unchecked` Oct 15 10:31:30.012 INFO kablam! --> src/solver/mod.rs:137:1 Oct 15 10:31:30.013 INFO kablam! | Oct 15 10:31:30.013 INFO kablam! 137 | fn adjacent_indices_unchecked(i: isize, j: isize) -> [(isize, isize); 8] { Oct 15 10:31:30.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:30.013 INFO kablam! Oct 15 10:31:30.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Oct 15 10:31:30.443 INFO kablam! su: No module specific data is present Oct 15 10:31:31.059 INFO running `"docker" "rm" "-f" "ec40098dc439842744a459281e024599abad4718e8914293625f3ae3e341c037"` Oct 15 10:31:31.335 INFO blam! ec40098dc439842744a459281e024599abad4718e8914293625f3ae3e341c037 Oct 15 10:31:31.340 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 10:31:31.759 INFO blam! 219e959dd2182313982e86386f568a3179623bda368d08bdae08b4506db8c671 Oct 15 10:31:31.761 INFO running `"docker" "start" "-a" "219e959dd2182313982e86386f568a3179623bda368d08bdae08b4506db8c671"` Oct 15 10:31:33.283 INFO kablam! usermod: no changes Oct 15 10:31:33.354 INFO kablam! Compiling sweepsolve-rs v0.1.0 (/source) Oct 15 10:31:34.232 INFO kablam! warning: variant is never constructed: `NotMine` Oct 15 10:31:34.232 INFO kablam! --> src/solver/click_result.rs:5:5 Oct 15 10:31:34.232 INFO kablam! | Oct 15 10:31:34.232 INFO kablam! 5 | NotMine(MineCount), Oct 15 10:31:34.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.232 INFO kablam! | Oct 15 10:31:34.232 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:31:34.232 INFO kablam! Oct 15 10:31:34.232 INFO kablam! warning: variant is never constructed: `Mine` Oct 15 10:31:34.232 INFO kablam! --> src/solver/click_result.rs:6:5 Oct 15 10:31:34.232 INFO kablam! | Oct 15 10:31:34.232 INFO kablam! 6 | Mine, Oct 15 10:31:34.232 INFO kablam! | ^^^^ Oct 15 10:31:34.232 INFO kablam! Oct 15 10:31:34.232 INFO kablam! warning: method is never used: `new` Oct 15 10:31:34.232 INFO kablam! --> src/solver/mine_count.rs:7:5 Oct 15 10:31:34.232 INFO kablam! | Oct 15 10:31:34.232 INFO kablam! 7 | pub fn new(count: u8) -> MineCount { Oct 15 10:31:34.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.232 INFO kablam! Oct 15 10:31:34.232 INFO kablam! warning: method is never used: `get` Oct 15 10:31:34.232 INFO kablam! --> src/solver/mine_count.rs:13:5 Oct 15 10:31:34.232 INFO kablam! | Oct 15 10:31:34.232 INFO kablam! 13 | pub fn get(&self) -> u8 { Oct 15 10:31:34.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.232 INFO kablam! Oct 15 10:31:34.232 INFO kablam! warning: method is never used: `to_count_update` Oct 15 10:31:34.232 INFO kablam! --> src/solver/update.rs:12:5 Oct 15 10:31:34.232 INFO kablam! | Oct 15 10:31:34.232 INFO kablam! 12 | pub fn to_count_update(&self) -> Option { Oct 15 10:31:34.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.232 INFO kablam! Oct 15 10:31:34.232 INFO kablam! warning: variant is never constructed: `Clicked` Oct 15 10:31:34.232 INFO kablam! --> src/solver/tile_state.rs:6:5 Oct 15 10:31:34.233 INFO kablam! | Oct 15 10:31:34.233 INFO kablam! 6 | Clicked(MineCount), Oct 15 10:31:34.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.233 INFO kablam! Oct 15 10:31:34.233 INFO kablam! warning: variant is never constructed: `Mine` Oct 15 10:31:34.233 INFO kablam! --> src/solver/tile_state.rs:7:5 Oct 15 10:31:34.233 INFO kablam! | Oct 15 10:31:34.233 INFO kablam! 7 | Mine, Oct 15 10:31:34.233 INFO kablam! | ^^^^ Oct 15 10:31:34.233 INFO kablam! Oct 15 10:31:34.233 INFO kablam! warning: struct is never constructed: `Solver` Oct 15 10:31:34.233 INFO kablam! --> src/solver/mod.rs:16:1 Oct 15 10:31:34.233 INFO kablam! | Oct 15 10:31:34.233 INFO kablam! 16 | pub struct Solver { Oct 15 10:31:34.233 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.233 INFO kablam! Oct 15 10:31:34.233 INFO kablam! warning: method is never used: `new` Oct 15 10:31:34.233 INFO kablam! --> src/solver/mod.rs:24:5 Oct 15 10:31:34.233 INFO kablam! | Oct 15 10:31:34.233 INFO kablam! 24 | pub fn new(width: usize, height: usize, num_mines: usize) -> Solver { Oct 15 10:31:34.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.233 INFO kablam! Oct 15 10:31:34.233 INFO kablam! warning: method is never used: `next_move` Oct 15 10:31:34.233 INFO kablam! --> src/solver/mod.rs:36:5 Oct 15 10:31:34.233 INFO kablam! | Oct 15 10:31:34.233 INFO kablam! 36 | pub fn next_move(&self) -> Option<(usize, usize)> { Oct 15 10:31:34.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.233 INFO kablam! Oct 15 10:31:34.233 INFO kablam! warning: method is never used: `update_board` Oct 15 10:31:34.233 INFO kablam! --> src/solver/mod.rs:54:5 Oct 15 10:31:34.233 INFO kablam! | Oct 15 10:31:34.233 INFO kablam! 54 | pub fn update_board(&mut self, update: Update) -> bool { Oct 15 10:31:34.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.234 INFO kablam! Oct 15 10:31:34.234 INFO kablam! warning: method is never used: `get_unclicked_probabilities` Oct 15 10:31:34.234 INFO kablam! --> src/solver/mod.rs:69:5 Oct 15 10:31:34.234 INFO kablam! | Oct 15 10:31:34.234 INFO kablam! 69 | fn get_unclicked_probabilities(&self) -> Vec<(usize, f64)> { Oct 15 10:31:34.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.234 INFO kablam! Oct 15 10:31:34.234 INFO kablam! warning: method is never used: `do_update_board` Oct 15 10:31:34.234 INFO kablam! --> src/solver/mod.rs:78:5 Oct 15 10:31:34.234 INFO kablam! | Oct 15 10:31:34.234 INFO kablam! 78 | fn do_update_board(&mut self, update: CountUpdate) { Oct 15 10:31:34.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.234 INFO kablam! Oct 15 10:31:34.234 INFO kablam! warning: method is never used: `update_coeff_mtx` Oct 15 10:31:34.234 INFO kablam! --> src/solver/mod.rs:89:5 Oct 15 10:31:34.234 INFO kablam! | Oct 15 10:31:34.234 INFO kablam! 89 | fn update_coeff_mtx(&self, update: CountUpdate) -> DMatrix { Oct 15 10:31:34.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.234 INFO kablam! Oct 15 10:31:34.234 INFO kablam! warning: method is never used: `update_coeff_vec` Oct 15 10:31:34.234 INFO kablam! --> src/solver/mod.rs:104:5 Oct 15 10:31:34.234 INFO kablam! | Oct 15 10:31:34.234 INFO kablam! 104 | fn update_coeff_vec(&self, num_mines: MineCount) -> DVector { Oct 15 10:31:34.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.234 INFO kablam! Oct 15 10:31:34.240 INFO kablam! warning: method is never used: `adjacent_indices` Oct 15 10:31:34.240 INFO kablam! --> src/solver/mod.rs:109:5 Oct 15 10:31:34.240 INFO kablam! | Oct 15 10:31:34.240 INFO kablam! 109 | fn adjacent_indices(&self, update: CountUpdate) -> Vec { Oct 15 10:31:34.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.240 INFO kablam! Oct 15 10:31:34.240 INFO kablam! warning: function is never used: `to_signed` Oct 15 10:31:34.240 INFO kablam! --> src/solver/mod.rs:131:1 Oct 15 10:31:34.240 INFO kablam! | Oct 15 10:31:34.240 INFO kablam! 131 | fn to_signed(x: usize) -> isize { Oct 15 10:31:34.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.240 INFO kablam! Oct 15 10:31:34.240 INFO kablam! warning: function is never used: `adjacent_indices_unchecked` Oct 15 10:31:34.240 INFO kablam! --> src/solver/mod.rs:137:1 Oct 15 10:31:34.240 INFO kablam! | Oct 15 10:31:34.240 INFO kablam! 137 | fn adjacent_indices_unchecked(i: isize, j: isize) -> [(isize, isize); 8] { Oct 15 10:31:34.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:31:34.240 INFO kablam! Oct 15 10:31:34.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 15 10:31:34.623 INFO kablam! su: No module specific data is present Oct 15 10:31:35.029 INFO running `"docker" "rm" "-f" "219e959dd2182313982e86386f568a3179623bda368d08bdae08b4506db8c671"` Oct 15 10:31:35.116 INFO blam! 219e959dd2182313982e86386f568a3179623bda368d08bdae08b4506db8c671 Oct 15 10:31:35.121 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 10:31:35.317 INFO blam! 7587c29b38a9143dec20135249a3d08e9a886ca1b0af1f6bc034a9cde109eb9c Oct 15 10:31:35.317 INFO running `"docker" "start" "-a" "7587c29b38a9143dec20135249a3d08e9a886ca1b0af1f6bc034a9cde109eb9c"` Oct 15 10:31:35.771 INFO kablam! usermod: no changes Oct 15 10:31:35.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 10:31:35.826 INFO kablam! Running /target/debug/deps/sweepsolve_rs-56c0829809b048ae Oct 15 10:31:35.829 INFO blam! Oct 15 10:31:35.829 INFO blam! running 0 tests Oct 15 10:31:35.829 INFO blam! Oct 15 10:31:35.829 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:31:35.829 INFO blam! Oct 15 10:31:35.830 INFO kablam! su: No module specific data is present Oct 15 10:31:36.077 INFO running `"docker" "rm" "-f" "7587c29b38a9143dec20135249a3d08e9a886ca1b0af1f6bc034a9cde109eb9c"` Oct 15 10:31:36.142 INFO blam! 7587c29b38a9143dec20135249a3d08e9a886ca1b0af1f6bc034a9cde109eb9c