Oct 27 09:16:52.309 INFO checking Vinatorul/RustyChecker against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:16:52.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 09:16:52.866 INFO blam! cf94f191bc2c62722aa42a3778b8b1579a9f60533e74575a41fc2bb5b01c4b1b Oct 27 09:16:52.871 INFO running `"docker" "start" "-a" "cf94f191bc2c62722aa42a3778b8b1579a9f60533e74575a41fc2bb5b01c4b1b"` Oct 27 09:16:54.526 INFO kablam! usermod: no changes Oct 27 09:16:54.591 INFO kablam! Checking rusty_checker v0.1.0 (/source) Oct 27 09:16:55.571 INFO kablam! warning: private type `problem::ProblemError` in public interface (error E0446) Oct 27 09:16:55.571 INFO kablam! --> src/problem.rs:103:2 Oct 27 09:16:55.571 INFO kablam! | Oct 27 09:16:55.571 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 27 09:16:55.571 INFO kablam! | _____^ Oct 27 09:16:55.571 INFO kablam! 104 | | let builder = match Command::new("rustc") Oct 27 09:16:55.571 INFO kablam! 105 | | .arg(format!("{}/{}/{}.rs", PROBLEMS_DIR, self.str_id, self.str_id)) Oct 27 09:16:55.571 INFO kablam! 106 | | .arg("--out-dir") Oct 27 09:16:55.571 INFO kablam! ... | Oct 27 09:16:55.571 INFO kablam! 117 | | return self.run_test(1); Oct 27 09:16:55.571 INFO kablam! 118 | | } Oct 27 09:16:55.571 INFO kablam! | |_____^ Oct 27 09:16:55.571 INFO kablam! | Oct 27 09:16:55.571 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 09:16:55.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 09:16:55.571 INFO kablam! = note: for more information, see issue #34537 Oct 27 09:16:55.571 INFO kablam! Oct 27 09:16:55.595 INFO kablam! warning: constant item is never used: `PROBLEMS_DIR` Oct 27 09:16:55.595 INFO kablam! --> src/problem.rs:10:1 Oct 27 09:16:55.595 INFO kablam! | Oct 27 09:16:55.595 INFO kablam! 10 | const PROBLEMS_DIR: &'static str = "problems"; Oct 27 09:16:55.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:55.595 INFO kablam! | Oct 27 09:16:55.595 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:16:55.595 INFO kablam! Oct 27 09:16:55.595 INFO kablam! warning: constant item is never used: `INPUT_DIR` Oct 27 09:16:55.595 INFO kablam! --> src/problem.rs:11:1 Oct 27 09:16:55.595 INFO kablam! | Oct 27 09:16:55.595 INFO kablam! 11 | const INPUT_DIR: &'static str = "input"; Oct 27 09:16:55.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:55.595 INFO kablam! Oct 27 09:16:55.595 INFO kablam! warning: constant item is never used: `OUTPUT_DIR` Oct 27 09:16:55.595 INFO kablam! --> src/problem.rs:12:1 Oct 27 09:16:55.595 INFO kablam! | Oct 27 09:16:55.595 INFO kablam! 12 | const OUTPUT_DIR: &'static str = "output"; Oct 27 09:16:55.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:55.595 INFO kablam! Oct 27 09:16:55.595 INFO kablam! warning: struct is never constructed: `Problem` Oct 27 09:16:55.595 INFO kablam! --> src/problem.rs:14:1 Oct 27 09:16:55.595 INFO kablam! | Oct 27 09:16:55.595 INFO kablam! 14 | pub struct Problem { Oct 27 09:16:55.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:16:55.595 INFO kablam! Oct 27 09:16:55.595 INFO kablam! warning: enum is never used: `State` Oct 27 09:16:55.595 INFO kablam! --> src/problem.rs:21:1 Oct 27 09:16:55.595 INFO kablam! | Oct 27 09:16:55.595 INFO kablam! 21 | enum State { Oct 27 09:16:55.595 INFO kablam! | ^^^^^^^^^^ Oct 27 09:16:55.595 INFO kablam! Oct 27 09:16:55.595 INFO kablam! warning: struct is never constructed: `ProblemError` Oct 27 09:16:55.595 INFO kablam! --> src/problem.rs:28:1 Oct 27 09:16:55.595 INFO kablam! | Oct 27 09:16:55.595 INFO kablam! 28 | struct ProblemError { Oct 27 09:16:55.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:55.595 INFO kablam! Oct 27 09:16:55.595 INFO kablam! warning: method is never used: `new` Oct 27 09:16:55.595 INFO kablam! --> src/problem.rs:68:2 Oct 27 09:16:55.595 INFO kablam! | Oct 27 09:16:55.595 INFO kablam! 68 | pub fn new(str_id: String) -> Problem { Oct 27 09:16:55.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:55.595 INFO kablam! Oct 27 09:16:55.595 INFO kablam! warning: method is never used: `run` Oct 27 09:16:55.595 INFO kablam! --> src/problem.rs:103:2 Oct 27 09:16:55.595 INFO kablam! | Oct 27 09:16:55.595 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 27 09:16:55.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:55.603 INFO kablam! Oct 27 09:16:55.603 INFO kablam! warning: method is never used: `run_test` Oct 27 09:16:55.603 INFO kablam! --> src/problem.rs:120:2 Oct 27 09:16:55.603 INFO kablam! | Oct 27 09:16:55.603 INFO kablam! 120 | fn run_test(&self, test_no: i32) -> Result<(), ProblemError> { Oct 27 09:16:55.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:55.603 INFO kablam! Oct 27 09:16:55.603 INFO kablam! warning: method is never used: `make_error` Oct 27 09:16:55.603 INFO kablam! --> src/problem.rs:169:2 Oct 27 09:16:55.603 INFO kablam! | Oct 27 09:16:55.603 INFO kablam! 169 | fn make_error(&self, reason: &'static str, sys_part: String, test_no: i32) -> Result<(), ProblemError> { Oct 27 09:16:55.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:55.604 INFO kablam! Oct 27 09:16:55.791 INFO kablam! warning: private type `problem::ProblemError` in public interface (error E0446) Oct 27 09:16:55.791 INFO kablam! --> src/problem.rs:103:2 Oct 27 09:16:55.791 INFO kablam! | Oct 27 09:16:55.791 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 27 09:16:55.791 INFO kablam! | _____^ Oct 27 09:16:55.791 INFO kablam! 104 | | let builder = match Command::new("rustc") Oct 27 09:16:55.791 INFO kablam! 105 | | .arg(format!("{}/{}/{}.rs", PROBLEMS_DIR, self.str_id, self.str_id)) Oct 27 09:16:55.791 INFO kablam! 106 | | .arg("--out-dir") Oct 27 09:16:55.791 INFO kablam! ... | Oct 27 09:16:55.791 INFO kablam! 117 | | return self.run_test(1); Oct 27 09:16:55.791 INFO kablam! 118 | | } Oct 27 09:16:55.791 INFO kablam! | |_____^ Oct 27 09:16:55.791 INFO kablam! | Oct 27 09:16:55.791 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 09:16:55.791 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 09:16:55.791 INFO kablam! = note: for more information, see issue #34537 Oct 27 09:16:55.791 INFO kablam! Oct 27 09:16:55.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 27 09:16:55.843 INFO kablam! su: No module specific data is present Oct 27 09:16:56.978 INFO running `"docker" "rm" "-f" "cf94f191bc2c62722aa42a3778b8b1579a9f60533e74575a41fc2bb5b01c4b1b"` Oct 27 09:16:57.259 INFO blam! cf94f191bc2c62722aa42a3778b8b1579a9f60533e74575a41fc2bb5b01c4b1b