Oct 21 22:50:50.264 INFO checking tshell-0.2.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:50:50.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 22:50:50.498 INFO blam! edc8b35337eae2ff482e9cfc2c31cfea81c1a42415853ec5830bf0c1ca0617d5 Oct 21 22:50:50.501 INFO running `"docker" "start" "-a" "edc8b35337eae2ff482e9cfc2c31cfea81c1a42415853ec5830bf0c1ca0617d5"` Oct 21 22:50:51.058 INFO kablam! usermod: no changes Oct 21 22:50:51.140 INFO kablam! Checking rustyline v1.0.0 Oct 21 22:50:52.238 INFO kablam! Checking tshell v0.2.2 (/source) Oct 21 22:50:53.596 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:50:53.597 INFO kablam! --> src/commands.rs:312:42 Oct 21 22:50:53.597 INFO kablam! | Oct 21 22:50:53.597 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Oct 21 22:50:53.598 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 22:50:53.598 INFO kablam! | Oct 21 22:50:53.598 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 22:50:53.598 INFO kablam! Oct 21 22:50:53.628 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 21 22:50:53.629 INFO kablam! --> src/commands.rs:394:24 Oct 21 22:50:53.629 INFO kablam! | Oct 21 22:50:53.629 INFO kablam! 394 | let home_dir = env::home_dir() Oct 21 22:50:53.629 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 22:50:53.630 INFO kablam! | Oct 21 22:50:53.630 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:50:53.630 INFO kablam! Oct 21 22:50:54.128 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:50:54.128 INFO kablam! --> src/commands.rs:312:42 Oct 21 22:50:54.128 INFO kablam! | Oct 21 22:50:54.128 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Oct 21 22:50:54.128 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 22:50:54.128 INFO kablam! | Oct 21 22:50:54.128 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 22:50:54.128 INFO kablam! Oct 21 22:50:54.140 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 21 22:50:54.140 INFO kablam! --> src/commands.rs:394:24 Oct 21 22:50:54.140 INFO kablam! | Oct 21 22:50:54.140 INFO kablam! 394 | let home_dir = env::home_dir() Oct 21 22:50:54.140 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 22:50:54.140 INFO kablam! | Oct 21 22:50:54.140 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:50:54.140 INFO kablam! Oct 21 22:50:55.257 INFO kablam! warning: unused variable: `args` Oct 21 22:50:55.257 INFO kablam! --> examples/example.rs:12:10 Oct 21 22:50:55.257 INFO kablam! | Oct 21 22:50:55.257 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 21 22:50:55.258 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 21 22:50:55.258 INFO kablam! | Oct 21 22:50:55.258 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 22:50:55.258 INFO kablam! Oct 21 22:50:55.259 INFO kablam! warning: unused variable: `o_context` Oct 21 22:50:55.259 INFO kablam! --> examples/example.rs:12:39 Oct 21 22:50:55.259 INFO kablam! | Oct 21 22:50:55.260 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 21 22:50:55.260 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Oct 21 22:50:55.260 INFO kablam! Oct 21 22:50:55.260 INFO kablam! warning: unused variable: `o_context` Oct 21 22:50:55.261 INFO kablam! --> examples/example.rs:20:42 Oct 21 22:50:55.261 INFO kablam! | Oct 21 22:50:55.261 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 21 22:50:55.261 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Oct 21 22:50:55.262 INFO kablam! Oct 21 22:50:55.262 INFO kablam! warning: unused variable: `history` Oct 21 22:50:55.262 INFO kablam! --> examples/example.rs:20:75 Oct 21 22:50:55.263 INFO kablam! | Oct 21 22:50:55.263 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 21 22:50:55.263 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 21 22:50:55.263 INFO kablam! Oct 21 22:50:55.264 INFO kablam! warning: unused variable: `o_context` Oct 21 22:50:55.265 INFO kablam! --> examples/example.rs:30:45 Oct 21 22:50:55.265 INFO kablam! | Oct 21 22:50:55.265 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 21 22:50:55.265 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Oct 21 22:50:55.266 INFO kablam! Oct 21 22:50:55.266 INFO kablam! warning: unused variable: `history` Oct 21 22:50:55.266 INFO kablam! --> examples/example.rs:30:78 Oct 21 22:50:55.266 INFO kablam! | Oct 21 22:50:55.267 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 21 22:50:55.267 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 21 22:50:55.267 INFO kablam! Oct 21 22:50:55.267 INFO kablam! warning: variable does not need to be mutable Oct 21 22:50:55.268 INFO kablam! --> examples/example.rs:42:9 Oct 21 22:50:55.268 INFO kablam! | Oct 21 22:50:55.268 INFO kablam! 42 | let mut context = Context::default(); Oct 21 22:50:55.269 INFO kablam! | ----^^^^^^^ Oct 21 22:50:55.269 INFO kablam! | | Oct 21 22:50:55.269 INFO kablam! | help: remove this `mut` Oct 21 22:50:55.269 INFO kablam! | Oct 21 22:50:55.270 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:50:55.270 INFO kablam! Oct 21 22:50:55.270 INFO kablam! warning: variable does not need to be mutable Oct 21 22:50:55.270 INFO kablam! --> examples/example.rs:43:9 Oct 21 22:50:55.271 INFO kablam! | Oct 21 22:50:55.271 INFO kablam! 43 | let mut o_context = Some(context); Oct 21 22:50:55.271 INFO kablam! | ----^^^^^^^^^ Oct 21 22:50:55.271 INFO kablam! | | Oct 21 22:50:55.272 INFO kablam! | help: remove this `mut` Oct 21 22:50:55.272 INFO kablam! Oct 21 22:50:55.279 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.20s Oct 21 22:50:55.292 INFO kablam! su: No module specific data is present Oct 21 22:50:55.750 INFO running `"docker" "rm" "-f" "edc8b35337eae2ff482e9cfc2c31cfea81c1a42415853ec5830bf0c1ca0617d5"` Oct 21 22:50:55.960 INFO blam! edc8b35337eae2ff482e9cfc2c31cfea81c1a42415853ec5830bf0c1ca0617d5