Sep 03 23:58:08.650 INFO checking tshell-0.2.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 23:58:08.650 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 23:58:08.650 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 23:58:08.877 INFO blam! 9ac47da2ef486e1c58363a9b1e09a7d8d7e1417021e723c2fa6b62231e837b53 Sep 03 23:58:08.880 INFO running `"docker" "start" "-a" "9ac47da2ef486e1c58363a9b1e09a7d8d7e1417021e723c2fa6b62231e837b53"` Sep 03 23:58:09.668 INFO kablam! Checking rustyline v1.0.0 Sep 03 23:58:10.996 INFO kablam! Checking tshell v0.2.2 (file:///source) Sep 03 23:58:11.538 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 23:58:11.538 INFO kablam! --> src/commands.rs:312:42 Sep 03 23:58:11.538 INFO kablam! | Sep 03 23:58:11.538 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Sep 03 23:58:11.538 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 03 23:58:11.538 INFO kablam! | Sep 03 23:58:11.538 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 23:58:11.538 INFO kablam! Sep 03 23:58:11.552 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 23:58:11.552 INFO kablam! --> src/commands.rs:312:42 Sep 03 23:58:11.552 INFO kablam! | Sep 03 23:58:11.552 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Sep 03 23:58:11.552 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 03 23:58:11.552 INFO kablam! | Sep 03 23:58:11.552 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 23:58:11.553 INFO kablam! Sep 03 23:58:11.562 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. Sep 03 23:58:11.562 INFO kablam! --> src/commands.rs:394:24 Sep 03 23:58:11.562 INFO kablam! | Sep 03 23:58:11.562 INFO kablam! 394 | let home_dir = env::home_dir() Sep 03 23:58:11.562 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 23:58:11.562 INFO kablam! | Sep 03 23:58:11.562 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 23:58:11.562 INFO kablam! Sep 03 23:58:11.566 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. Sep 03 23:58:11.566 INFO kablam! --> src/commands.rs:394:24 Sep 03 23:58:11.566 INFO kablam! | Sep 03 23:58:11.566 INFO kablam! 394 | let home_dir = env::home_dir() Sep 03 23:58:11.566 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 23:58:11.566 INFO kablam! | Sep 03 23:58:11.566 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 23:58:11.567 INFO kablam! Sep 03 23:58:12.791 INFO kablam! warning: unused variable: `args` Sep 03 23:58:12.791 INFO kablam! --> examples/example.rs:12:10 Sep 03 23:58:12.791 INFO kablam! | Sep 03 23:58:12.791 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 03 23:58:12.791 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 03 23:58:12.791 INFO kablam! | Sep 03 23:58:12.791 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 23:58:12.791 INFO kablam! Sep 03 23:58:12.791 INFO kablam! warning: unused variable: `o_context` Sep 03 23:58:12.791 INFO kablam! --> examples/example.rs:12:39 Sep 03 23:58:12.791 INFO kablam! | Sep 03 23:58:12.791 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 03 23:58:12.791 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 03 23:58:12.791 INFO kablam! Sep 03 23:58:12.791 INFO kablam! warning: unused variable: `o_context` Sep 03 23:58:12.791 INFO kablam! --> examples/example.rs:20:42 Sep 03 23:58:12.791 INFO kablam! | Sep 03 23:58:12.791 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 03 23:58:12.791 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 03 23:58:12.792 INFO kablam! Sep 03 23:58:12.792 INFO kablam! warning: unused variable: `history` Sep 03 23:58:12.792 INFO kablam! --> examples/example.rs:20:75 Sep 03 23:58:12.792 INFO kablam! | Sep 03 23:58:12.792 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 03 23:58:12.792 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Sep 03 23:58:12.792 INFO kablam! Sep 03 23:58:12.792 INFO kablam! warning: unused variable: `o_context` Sep 03 23:58:12.792 INFO kablam! --> examples/example.rs:30:45 Sep 03 23:58:12.792 INFO kablam! | Sep 03 23:58:12.792 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 03 23:58:12.792 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 03 23:58:12.792 INFO kablam! Sep 03 23:58:12.792 INFO kablam! warning: unused variable: `history` Sep 03 23:58:12.792 INFO kablam! --> examples/example.rs:30:78 Sep 03 23:58:12.792 INFO kablam! | Sep 03 23:58:12.792 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 03 23:58:12.792 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Sep 03 23:58:12.792 INFO kablam! Sep 03 23:58:12.806 INFO kablam! warning: variable does not need to be mutable Sep 03 23:58:12.806 INFO kablam! --> examples/example.rs:42:9 Sep 03 23:58:12.806 INFO kablam! | Sep 03 23:58:12.806 INFO kablam! 42 | let mut context = Context::default(); Sep 03 23:58:12.806 INFO kablam! | ----^^^^^^^ Sep 03 23:58:12.806 INFO kablam! | | Sep 03 23:58:12.806 INFO kablam! | help: remove this `mut` Sep 03 23:58:12.806 INFO kablam! | Sep 03 23:58:12.806 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 23:58:12.806 INFO kablam! Sep 03 23:58:12.806 INFO kablam! warning: variable does not need to be mutable Sep 03 23:58:12.806 INFO kablam! --> examples/example.rs:43:9 Sep 03 23:58:12.806 INFO kablam! | Sep 03 23:58:12.806 INFO kablam! 43 | let mut o_context = Some(context); Sep 03 23:58:12.806 INFO kablam! | ----^^^^^^^^^ Sep 03 23:58:12.806 INFO kablam! | | Sep 03 23:58:12.806 INFO kablam! | help: remove this `mut` Sep 03 23:58:12.806 INFO kablam! Sep 03 23:58:12.834 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.22s Sep 03 23:58:12.839 INFO kablam! su: No module specific data is present Sep 03 23:58:13.254 INFO running `"docker" "rm" "-f" "9ac47da2ef486e1c58363a9b1e09a7d8d7e1417021e723c2fa6b62231e837b53"` Sep 03 23:58:13.367 INFO blam! 9ac47da2ef486e1c58363a9b1e09a7d8d7e1417021e723c2fa6b62231e837b53