Oct 13 02:07:43.178 INFO checking Vinatorul/RustyChecker against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 02:07:43.178 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 02:07:43.596 INFO blam! 87a134135f0e7497cf9ca4cf416de6d07f46cd18592f996b554c8ea8c1e19b6c Oct 13 02:07:43.598 INFO running `"docker" "start" "-a" "87a134135f0e7497cf9ca4cf416de6d07f46cd18592f996b554c8ea8c1e19b6c"` Oct 13 02:07:45.856 INFO kablam! usermod: no changes Oct 13 02:07:45.937 INFO kablam! Checking rusty_checker v0.1.0 (/source) Oct 13 02:07:46.747 INFO kablam! warning: private type `problem::ProblemError` in public interface (error E0446) Oct 13 02:07:46.747 INFO kablam! --> src/problem.rs:103:2 Oct 13 02:07:46.748 INFO kablam! | Oct 13 02:07:46.748 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 13 02:07:46.748 INFO kablam! | _____^ Oct 13 02:07:46.749 INFO kablam! 104 | | let builder = match Command::new("rustc") Oct 13 02:07:46.749 INFO kablam! 105 | | .arg(format!("{}/{}/{}.rs", PROBLEMS_DIR, self.str_id, self.str_id)) Oct 13 02:07:46.749 INFO kablam! 106 | | .arg("--out-dir") Oct 13 02:07:46.750 INFO kablam! ... | Oct 13 02:07:46.750 INFO kablam! 117 | | return self.run_test(1); Oct 13 02:07:46.750 INFO kablam! 118 | | } Oct 13 02:07:46.750 INFO kablam! | |_____^ Oct 13 02:07:46.751 INFO kablam! | Oct 13 02:07:46.751 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 13 02:07:46.751 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 13 02:07:46.751 INFO kablam! = note: for more information, see issue #34537 Oct 13 02:07:46.751 INFO kablam! Oct 13 02:07:46.770 INFO kablam! warning: constant item is never used: `PROBLEMS_DIR` Oct 13 02:07:46.771 INFO kablam! --> src/problem.rs:10:1 Oct 13 02:07:46.771 INFO kablam! | Oct 13 02:07:46.771 INFO kablam! 10 | const PROBLEMS_DIR: &'static str = "problems"; Oct 13 02:07:46.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:46.772 INFO kablam! | Oct 13 02:07:46.772 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:07:46.773 INFO kablam! Oct 13 02:07:46.773 INFO kablam! warning: constant item is never used: `INPUT_DIR` Oct 13 02:07:46.773 INFO kablam! --> src/problem.rs:11:1 Oct 13 02:07:46.774 INFO kablam! | Oct 13 02:07:46.774 INFO kablam! 11 | const INPUT_DIR: &'static str = "input"; Oct 13 02:07:46.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:46.774 INFO kablam! Oct 13 02:07:46.775 INFO kablam! warning: constant item is never used: `OUTPUT_DIR` Oct 13 02:07:46.775 INFO kablam! --> src/problem.rs:12:1 Oct 13 02:07:46.775 INFO kablam! | Oct 13 02:07:46.775 INFO kablam! 12 | const OUTPUT_DIR: &'static str = "output"; Oct 13 02:07:46.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:46.776 INFO kablam! Oct 13 02:07:46.776 INFO kablam! warning: struct is never constructed: `Problem` Oct 13 02:07:46.776 INFO kablam! --> src/problem.rs:14:1 Oct 13 02:07:46.777 INFO kablam! | Oct 13 02:07:46.777 INFO kablam! 14 | pub struct Problem { Oct 13 02:07:46.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 02:07:46.777 INFO kablam! Oct 13 02:07:46.778 INFO kablam! warning: enum is never used: `State` Oct 13 02:07:46.778 INFO kablam! --> src/problem.rs:21:1 Oct 13 02:07:46.778 INFO kablam! | Oct 13 02:07:46.778 INFO kablam! 21 | enum State { Oct 13 02:07:46.779 INFO kablam! | ^^^^^^^^^^ Oct 13 02:07:46.779 INFO kablam! Oct 13 02:07:46.779 INFO kablam! warning: struct is never constructed: `ProblemError` Oct 13 02:07:46.779 INFO kablam! --> src/problem.rs:28:1 Oct 13 02:07:46.780 INFO kablam! | Oct 13 02:07:46.780 INFO kablam! 28 | struct ProblemError { Oct 13 02:07:46.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:46.780 INFO kablam! Oct 13 02:07:46.781 INFO kablam! warning: method is never used: `new` Oct 13 02:07:46.781 INFO kablam! --> src/problem.rs:68:2 Oct 13 02:07:46.781 INFO kablam! | Oct 13 02:07:46.781 INFO kablam! 68 | pub fn new(str_id: String) -> Problem { Oct 13 02:07:46.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:46.782 INFO kablam! Oct 13 02:07:46.782 INFO kablam! warning: method is never used: `run` Oct 13 02:07:46.782 INFO kablam! --> src/problem.rs:103:2 Oct 13 02:07:46.783 INFO kablam! | Oct 13 02:07:46.783 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 13 02:07:46.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:46.783 INFO kablam! Oct 13 02:07:46.783 INFO kablam! warning: method is never used: `run_test` Oct 13 02:07:46.784 INFO kablam! --> src/problem.rs:120:2 Oct 13 02:07:46.784 INFO kablam! | Oct 13 02:07:46.784 INFO kablam! 120 | fn run_test(&self, test_no: i32) -> Result<(), ProblemError> { Oct 13 02:07:46.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:46.785 INFO kablam! Oct 13 02:07:46.785 INFO kablam! warning: method is never used: `make_error` Oct 13 02:07:46.786 INFO kablam! --> src/problem.rs:169:2 Oct 13 02:07:46.786 INFO kablam! | Oct 13 02:07:46.786 INFO kablam! 169 | fn make_error(&self, reason: &'static str, sys_part: String, test_no: i32) -> Result<(), ProblemError> { Oct 13 02:07:46.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:46.787 INFO kablam! Oct 13 02:07:47.048 INFO kablam! warning: private type `problem::ProblemError` in public interface (error E0446) Oct 13 02:07:47.049 INFO kablam! --> src/problem.rs:103:2 Oct 13 02:07:47.049 INFO kablam! | Oct 13 02:07:47.049 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 13 02:07:47.049 INFO kablam! | _____^ Oct 13 02:07:47.049 INFO kablam! 104 | | let builder = match Command::new("rustc") Oct 13 02:07:47.049 INFO kablam! 105 | | .arg(format!("{}/{}/{}.rs", PROBLEMS_DIR, self.str_id, self.str_id)) Oct 13 02:07:47.049 INFO kablam! 106 | | .arg("--out-dir") Oct 13 02:07:47.049 INFO kablam! ... | Oct 13 02:07:47.049 INFO kablam! 117 | | return self.run_test(1); Oct 13 02:07:47.049 INFO kablam! 118 | | } Oct 13 02:07:47.049 INFO kablam! | |_____^ Oct 13 02:07:47.049 INFO kablam! | Oct 13 02:07:47.049 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 13 02:07:47.049 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 13 02:07:47.049 INFO kablam! = note: for more information, see issue #34537 Oct 13 02:07:47.049 INFO kablam! Oct 13 02:07:47.125 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 13 02:07:47.128 INFO kablam! su: No module specific data is present Oct 13 02:07:47.928 INFO running `"docker" "rm" "-f" "87a134135f0e7497cf9ca4cf416de6d07f46cd18592f996b554c8ea8c1e19b6c"` Oct 13 02:07:48.197 INFO blam! 87a134135f0e7497cf9ca4cf416de6d07f46cd18592f996b554c8ea8c1e19b6c