Oct 15 05:52:26.695 INFO testing Vinatorul/RustyChecker against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:52:26.695 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 05:52:27.141 INFO blam! 702490fd7975e6ee87b47dd4615a5ea437f143aa9a2dc1aaafa1fd2f8c058e85 Oct 15 05:52:27.147 INFO running `"docker" "start" "-a" "702490fd7975e6ee87b47dd4615a5ea437f143aa9a2dc1aaafa1fd2f8c058e85"` Oct 15 05:52:28.595 INFO kablam! usermod: no changes Oct 15 05:52:28.631 INFO kablam! Compiling rusty_checker v0.1.0 (/source) Oct 15 05:52:29.145 INFO kablam! warning: private type `problem::ProblemError` in public interface (error E0446) Oct 15 05:52:29.145 INFO kablam! --> src/problem.rs:103:2 Oct 15 05:52:29.145 INFO kablam! | Oct 15 05:52:29.145 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 15 05:52:29.145 INFO kablam! | _____^ Oct 15 05:52:29.145 INFO kablam! 104 | | let builder = match Command::new("rustc") Oct 15 05:52:29.145 INFO kablam! 105 | | .arg(format!("{}/{}/{}.rs", PROBLEMS_DIR, self.str_id, self.str_id)) Oct 15 05:52:29.145 INFO kablam! 106 | | .arg("--out-dir") Oct 15 05:52:29.145 INFO kablam! ... | Oct 15 05:52:29.145 INFO kablam! 117 | | return self.run_test(1); Oct 15 05:52:29.145 INFO kablam! 118 | | } Oct 15 05:52:29.145 INFO kablam! | |_____^ Oct 15 05:52:29.145 INFO kablam! | Oct 15 05:52:29.145 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 05:52:29.145 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 15 05:52:29.145 INFO kablam! = note: for more information, see issue #34537 Oct 15 05:52:29.145 INFO kablam! Oct 15 05:52:29.163 INFO kablam! warning: constant item is never used: `PROBLEMS_DIR` Oct 15 05:52:29.164 INFO kablam! --> src/problem.rs:10:1 Oct 15 05:52:29.164 INFO kablam! | Oct 15 05:52:29.164 INFO kablam! 10 | const PROBLEMS_DIR: &'static str = "problems"; Oct 15 05:52:29.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:52:29.165 INFO kablam! | Oct 15 05:52:29.165 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:52:29.166 INFO kablam! Oct 15 05:52:29.166 INFO kablam! warning: constant item is never used: `INPUT_DIR` Oct 15 05:52:29.166 INFO kablam! --> src/problem.rs:11:1 Oct 15 05:52:29.167 INFO kablam! | Oct 15 05:52:29.167 INFO kablam! 11 | const INPUT_DIR: &'static str = "input"; Oct 15 05:52:29.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:52:29.168 INFO kablam! Oct 15 05:52:29.168 INFO kablam! warning: constant item is never used: `OUTPUT_DIR` Oct 15 05:52:29.168 INFO kablam! --> src/problem.rs:12:1 Oct 15 05:52:29.169 INFO kablam! | Oct 15 05:52:29.169 INFO kablam! 12 | const OUTPUT_DIR: &'static str = "output"; Oct 15 05:52:29.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:52:29.170 INFO kablam! Oct 15 05:52:29.170 INFO kablam! warning: struct is never constructed: `Problem` Oct 15 05:52:29.171 INFO kablam! --> src/problem.rs:14:1 Oct 15 05:52:29.171 INFO kablam! | Oct 15 05:52:29.171 INFO kablam! 14 | pub struct Problem { Oct 15 05:52:29.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:52:29.172 INFO kablam! Oct 15 05:52:29.172 INFO kablam! warning: enum is never used: `State` Oct 15 05:52:29.173 INFO kablam! --> src/problem.rs:21:1 Oct 15 05:52:29.173 INFO kablam! | Oct 15 05:52:29.173 INFO kablam! 21 | enum State { Oct 15 05:52:29.174 INFO kablam! | ^^^^^^^^^^ Oct 15 05:52:29.174 INFO kablam! Oct 15 05:52:29.174 INFO kablam! warning: struct is never constructed: `ProblemError` Oct 15 05:52:29.175 INFO kablam! --> src/problem.rs:28:1 Oct 15 05:52:29.175 INFO kablam! | Oct 15 05:52:29.175 INFO kablam! 28 | struct ProblemError { Oct 15 05:52:29.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:52:29.176 INFO kablam! Oct 15 05:52:29.177 INFO kablam! warning: method is never used: `new` Oct 15 05:52:29.177 INFO kablam! --> src/problem.rs:68:2 Oct 15 05:52:29.177 INFO kablam! | Oct 15 05:52:29.178 INFO kablam! 68 | pub fn new(str_id: String) -> Problem { Oct 15 05:52:29.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:52:29.178 INFO kablam! Oct 15 05:52:29.179 INFO kablam! warning: method is never used: `run` Oct 15 05:52:29.179 INFO kablam! --> src/problem.rs:103:2 Oct 15 05:52:29.179 INFO kablam! | Oct 15 05:52:29.180 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 15 05:52:29.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:52:29.180 INFO kablam! Oct 15 05:52:29.181 INFO kablam! warning: method is never used: `run_test` Oct 15 05:52:29.181 INFO kablam! --> src/problem.rs:120:2 Oct 15 05:52:29.181 INFO kablam! | Oct 15 05:52:29.182 INFO kablam! 120 | fn run_test(&self, test_no: i32) -> Result<(), ProblemError> { Oct 15 05:52:29.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:52:29.182 INFO kablam! Oct 15 05:52:29.183 INFO kablam! warning: method is never used: `make_error` Oct 15 05:52:29.183 INFO kablam! --> src/problem.rs:169:2 Oct 15 05:52:29.183 INFO kablam! | Oct 15 05:52:29.184 INFO kablam! 169 | fn make_error(&self, reason: &'static str, sys_part: String, test_no: i32) -> Result<(), ProblemError> { Oct 15 05:52:29.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:52:29.184 INFO kablam! Oct 15 05:52:29.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 15 05:52:29.699 INFO kablam! su: No module specific data is present Oct 15 05:52:30.387 INFO running `"docker" "rm" "-f" "702490fd7975e6ee87b47dd4615a5ea437f143aa9a2dc1aaafa1fd2f8c058e85"` Oct 15 05:52:30.613 INFO blam! 702490fd7975e6ee87b47dd4615a5ea437f143aa9a2dc1aaafa1fd2f8c058e85 Oct 15 05:52:30.624 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 05:52:31.211 INFO blam! 173ef8ce60db01dbe2996bfbd6140bd09bc2b6a583ff5cdef18f1a8bbae00b00 Oct 15 05:52:31.213 INFO running `"docker" "start" "-a" "173ef8ce60db01dbe2996bfbd6140bd09bc2b6a583ff5cdef18f1a8bbae00b00"` Oct 15 05:52:32.366 INFO kablam! usermod: no changes Oct 15 05:52:32.443 INFO kablam! Compiling rusty_checker v0.1.0 (/source) Oct 15 05:52:33.011 INFO kablam! warning: private type `problem::ProblemError` in public interface (error E0446) Oct 15 05:52:33.011 INFO kablam! --> src/problem.rs:103:2 Oct 15 05:52:33.011 INFO kablam! | Oct 15 05:52:33.011 INFO kablam! 103 | pub fn run(&self) -> Result<(), ProblemError> { Oct 15 05:52:33.011 INFO kablam! | _____^ Oct 15 05:52:33.011 INFO kablam! 104 | | let builder = match Command::new("rustc") Oct 15 05:52:33.011 INFO kablam! 105 | | .arg(format!("{}/{}/{}.rs", PROBLEMS_DIR, self.str_id, self.str_id)) Oct 15 05:52:33.011 INFO kablam! 106 | | .arg("--out-dir") Oct 15 05:52:33.011 INFO kablam! ... | Oct 15 05:52:33.011 INFO kablam! 117 | | return self.run_test(1); Oct 15 05:52:33.011 INFO kablam! 118 | | } Oct 15 05:52:33.011 INFO kablam! | |_____^ Oct 15 05:52:33.011 INFO kablam! | Oct 15 05:52:33.011 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 05:52:33.011 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 15 05:52:33.011 INFO kablam! = note: for more information, see issue #34537 Oct 15 05:52:33.011 INFO kablam! Oct 15 05:52:34.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 15 05:52:34.371 INFO kablam! su: No module specific data is present Oct 15 05:52:35.668 INFO running `"docker" "rm" "-f" "173ef8ce60db01dbe2996bfbd6140bd09bc2b6a583ff5cdef18f1a8bbae00b00"` Oct 15 05:52:35.927 INFO blam! 173ef8ce60db01dbe2996bfbd6140bd09bc2b6a583ff5cdef18f1a8bbae00b00