Oct 27 09:16:53.161 INFO checking Vinatorul/RustyChecker against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:16:53.162 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:53.632 INFO blam! 2067d3982b7dc5c879db162b2a880bb181dbb944dcc2e427cc97d829e91f2943 Oct 27 09:16:53.633 INFO running `"docker" "start" "-a" "2067d3982b7dc5c879db162b2a880bb181dbb944dcc2e427cc97d829e91f2943"` Oct 27 09:16:55.636 INFO kablam! usermod: no changes Oct 27 09:16:55.683 INFO kablam! Checking rusty_checker v0.1.0 (/source) Oct 27 09:16:56.924 INFO kablam! warning: private type `problem::ProblemError` in public interface (error E0446) Oct 27 09:16:56.924 INFO kablam! --> src/problem.rs:103:2 Oct 27 09:16:56.924 INFO kablam! | Oct 27 09:16:56.924 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 27 09:16:56.924 INFO kablam! | _____^ Oct 27 09:16:56.924 INFO kablam! 104 | | let builder = match Command::new("rustc") Oct 27 09:16:56.924 INFO kablam! 105 | | .arg(format!("{}/{}/{}.rs", PROBLEMS_DIR, self.str_id, self.str_id)) Oct 27 09:16:56.924 INFO kablam! 106 | | .arg("--out-dir") Oct 27 09:16:56.924 INFO kablam! ... | Oct 27 09:16:56.924 INFO kablam! 117 | | return self.run_test(1); Oct 27 09:16:56.924 INFO kablam! 118 | | } Oct 27 09:16:56.924 INFO kablam! | |_____^ Oct 27 09:16:56.924 INFO kablam! | Oct 27 09:16:56.924 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 09:16:56.924 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:56.924 INFO kablam! = note: for more information, see issue #34537 Oct 27 09:16:56.935 INFO kablam! Oct 27 09:16:56.982 INFO kablam! warning: constant item is never used: `PROBLEMS_DIR` Oct 27 09:16:56.982 INFO kablam! --> src/problem.rs:10:1 Oct 27 09:16:56.982 INFO kablam! | Oct 27 09:16:56.982 INFO kablam! 10 | const PROBLEMS_DIR: &'static str = "problems"; Oct 27 09:16:56.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:56.982 INFO kablam! | Oct 27 09:16:56.982 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:16:56.982 INFO kablam! Oct 27 09:16:56.982 INFO kablam! warning: constant item is never used: `INPUT_DIR` Oct 27 09:16:56.982 INFO kablam! --> src/problem.rs:11:1 Oct 27 09:16:56.982 INFO kablam! | Oct 27 09:16:56.982 INFO kablam! 11 | const INPUT_DIR: &'static str = "input"; Oct 27 09:16:56.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:56.982 INFO kablam! Oct 27 09:16:56.982 INFO kablam! warning: constant item is never used: `OUTPUT_DIR` Oct 27 09:16:56.982 INFO kablam! --> src/problem.rs:12:1 Oct 27 09:16:56.982 INFO kablam! | Oct 27 09:16:56.982 INFO kablam! 12 | const OUTPUT_DIR: &'static str = "output"; Oct 27 09:16:56.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:56.982 INFO kablam! Oct 27 09:16:56.982 INFO kablam! warning: struct is never constructed: `Problem` Oct 27 09:16:56.982 INFO kablam! --> src/problem.rs:14:1 Oct 27 09:16:56.982 INFO kablam! | Oct 27 09:16:56.982 INFO kablam! 14 | pub struct Problem { Oct 27 09:16:56.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:16:56.982 INFO kablam! Oct 27 09:16:56.982 INFO kablam! warning: enum is never used: `State` Oct 27 09:16:56.982 INFO kablam! --> src/problem.rs:21:1 Oct 27 09:16:56.982 INFO kablam! | Oct 27 09:16:56.982 INFO kablam! 21 | enum State { Oct 27 09:16:56.982 INFO kablam! | ^^^^^^^^^^ Oct 27 09:16:56.982 INFO kablam! Oct 27 09:16:56.982 INFO kablam! warning: struct is never constructed: `ProblemError` Oct 27 09:16:56.982 INFO kablam! --> src/problem.rs:28:1 Oct 27 09:16:56.982 INFO kablam! | Oct 27 09:16:56.982 INFO kablam! 28 | struct ProblemError { Oct 27 09:16:56.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:56.982 INFO kablam! Oct 27 09:16:56.982 INFO kablam! warning: method is never used: `new` Oct 27 09:16:56.982 INFO kablam! --> src/problem.rs:68:2 Oct 27 09:16:56.982 INFO kablam! | Oct 27 09:16:56.982 INFO kablam! 68 | pub fn new(str_id: String) -> Problem { Oct 27 09:16:56.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:56.982 INFO kablam! Oct 27 09:16:56.982 INFO kablam! warning: method is never used: `run` Oct 27 09:16:56.982 INFO kablam! --> src/problem.rs:103:2 Oct 27 09:16:56.982 INFO kablam! | Oct 27 09:16:56.982 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 27 09:16:56.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:56.982 INFO kablam! Oct 27 09:16:56.982 INFO kablam! warning: method is never used: `run_test` Oct 27 09:16:56.982 INFO kablam! --> src/problem.rs:120:2 Oct 27 09:16:56.982 INFO kablam! | Oct 27 09:16:56.982 INFO kablam! 120 | fn run_test(&self, test_no: i32) -> Result<(), ProblemError> { Oct 27 09:16:56.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:56.982 INFO kablam! Oct 27 09:16:56.999 INFO kablam! warning: method is never used: `make_error` Oct 27 09:16:56.999 INFO kablam! --> src/problem.rs:169:2 Oct 27 09:16:56.999 INFO kablam! | Oct 27 09:16:56.999 INFO kablam! 169 | fn make_error(&self, reason: &'static str, sys_part: String, test_no: i32) -> Result<(), ProblemError> { Oct 27 09:16:56.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:16:56.999 INFO kablam! Oct 27 09:16:57.123 INFO kablam! warning: private type `problem::ProblemError` in public interface (error E0446) Oct 27 09:16:57.123 INFO kablam! --> src/problem.rs:103:2 Oct 27 09:16:57.123 INFO kablam! | Oct 27 09:16:57.123 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 27 09:16:57.123 INFO kablam! | _____^ Oct 27 09:16:57.123 INFO kablam! 104 | | let builder = match Command::new("rustc") Oct 27 09:16:57.123 INFO kablam! 105 | | .arg(format!("{}/{}/{}.rs", PROBLEMS_DIR, self.str_id, self.str_id)) Oct 27 09:16:57.123 INFO kablam! 106 | | .arg("--out-dir") Oct 27 09:16:57.123 INFO kablam! ... | Oct 27 09:16:57.123 INFO kablam! 117 | | return self.run_test(1); Oct 27 09:16:57.123 INFO kablam! 118 | | } Oct 27 09:16:57.123 INFO kablam! | |_____^ Oct 27 09:16:57.123 INFO kablam! | Oct 27 09:16:57.123 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 09:16:57.123 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:57.123 INFO kablam! = note: for more information, see issue #34537 Oct 27 09:16:57.123 INFO kablam! Oct 27 09:16:57.233 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 27 09:16:57.237 INFO kablam! su: No module specific data is present Oct 27 09:16:58.530 INFO running `"docker" "rm" "-f" "2067d3982b7dc5c879db162b2a880bb181dbb944dcc2e427cc97d829e91f2943"` Oct 27 09:16:58.771 INFO blam! 2067d3982b7dc5c879db162b2a880bb181dbb944dcc2e427cc97d829e91f2943