Sep 17 15:44:20.548 INFO checking tshell-0.2.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 15:44:20.548 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 15:44:20.548 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 15:44:20.680 INFO blam! 9a4d8bdaa247149cc91497af746ef4a53fea2559a76973c8b2b0885a5360e151 Sep 17 15:44:20.682 INFO running `"docker" "start" "-a" "9a4d8bdaa247149cc91497af746ef4a53fea2559a76973c8b2b0885a5360e151"` Sep 17 15:44:22.228 INFO kablam! usermod: no changes Sep 17 15:44:22.280 INFO kablam! Checking rustyline v1.0.0 Sep 17 15:44:22.913 INFO kablam! Checking tshell v0.2.2 (/source) Sep 17 15:44:23.199 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:44:23.199 INFO kablam! --> src/commands.rs:312:42 Sep 17 15:44:23.199 INFO kablam! | Sep 17 15:44:23.199 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Sep 17 15:44:23.199 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 15:44:23.199 INFO kablam! | Sep 17 15:44:23.199 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 15:44:23.199 INFO kablam! Sep 17 15:44:23.199 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:44:23.199 INFO kablam! --> src/commands.rs:312:42 Sep 17 15:44:23.199 INFO kablam! | Sep 17 15:44:23.199 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Sep 17 15:44:23.199 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 15:44:23.199 INFO kablam! | Sep 17 15:44:23.199 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 15:44:23.199 INFO kablam! Sep 17 15:44:23.211 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 17 15:44:23.211 INFO kablam! --> src/commands.rs:394:24 Sep 17 15:44:23.211 INFO kablam! | Sep 17 15:44:23.211 INFO kablam! 394 | let home_dir = env::home_dir() Sep 17 15:44:23.211 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 15:44:23.211 INFO kablam! | Sep 17 15:44:23.211 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 15:44:23.211 INFO kablam! Sep 17 15:44:23.219 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 17 15:44:23.219 INFO kablam! --> src/commands.rs:394:24 Sep 17 15:44:23.219 INFO kablam! | Sep 17 15:44:23.219 INFO kablam! 394 | let home_dir = env::home_dir() Sep 17 15:44:23.219 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 15:44:23.219 INFO kablam! | Sep 17 15:44:23.219 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 15:44:23.219 INFO kablam! Sep 17 15:44:23.790 INFO kablam! warning: unused variable: `args` Sep 17 15:44:23.790 INFO kablam! --> examples/example.rs:12:10 Sep 17 15:44:23.790 INFO kablam! | Sep 17 15:44:23.790 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 17 15:44:23.790 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 17 15:44:23.790 INFO kablam! | Sep 17 15:44:23.791 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 15:44:23.791 INFO kablam! Sep 17 15:44:23.791 INFO kablam! warning: unused variable: `o_context` Sep 17 15:44:23.791 INFO kablam! --> examples/example.rs:12:39 Sep 17 15:44:23.791 INFO kablam! | Sep 17 15:44:23.791 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 17 15:44:23.791 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 17 15:44:23.791 INFO kablam! Sep 17 15:44:23.791 INFO kablam! warning: unused variable: `o_context` Sep 17 15:44:23.791 INFO kablam! --> examples/example.rs:20:42 Sep 17 15:44:23.791 INFO kablam! | Sep 17 15:44:23.791 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 17 15:44:23.791 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 17 15:44:23.791 INFO kablam! Sep 17 15:44:23.791 INFO kablam! warning: unused variable: `history` Sep 17 15:44:23.791 INFO kablam! --> examples/example.rs:20:75 Sep 17 15:44:23.791 INFO kablam! | Sep 17 15:44:23.791 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 17 15:44:23.791 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Sep 17 15:44:23.791 INFO kablam! Sep 17 15:44:23.791 INFO kablam! warning: unused variable: `o_context` Sep 17 15:44:23.791 INFO kablam! --> examples/example.rs:30:45 Sep 17 15:44:23.791 INFO kablam! | Sep 17 15:44:23.791 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 17 15:44:23.791 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 17 15:44:23.791 INFO kablam! Sep 17 15:44:23.791 INFO kablam! warning: unused variable: `history` Sep 17 15:44:23.791 INFO kablam! --> examples/example.rs:30:78 Sep 17 15:44:23.791 INFO kablam! | Sep 17 15:44:23.791 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 17 15:44:23.791 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Sep 17 15:44:23.791 INFO kablam! Sep 17 15:44:23.797 INFO kablam! warning: variable does not need to be mutable Sep 17 15:44:23.797 INFO kablam! --> examples/example.rs:42:9 Sep 17 15:44:23.797 INFO kablam! | Sep 17 15:44:23.797 INFO kablam! 42 | let mut context = Context::default(); Sep 17 15:44:23.797 INFO kablam! | ----^^^^^^^ Sep 17 15:44:23.797 INFO kablam! | | Sep 17 15:44:23.797 INFO kablam! | help: remove this `mut` Sep 17 15:44:23.797 INFO kablam! | Sep 17 15:44:23.797 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 15:44:23.797 INFO kablam! Sep 17 15:44:23.797 INFO kablam! warning: variable does not need to be mutable Sep 17 15:44:23.797 INFO kablam! --> examples/example.rs:43:9 Sep 17 15:44:23.797 INFO kablam! | Sep 17 15:44:23.797 INFO kablam! 43 | let mut o_context = Some(context); Sep 17 15:44:23.797 INFO kablam! | ----^^^^^^^^^ Sep 17 15:44:23.797 INFO kablam! | | Sep 17 15:44:23.797 INFO kablam! | help: remove this `mut` Sep 17 15:44:23.797 INFO kablam! Sep 17 15:44:23.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Sep 17 15:44:23.819 INFO kablam! su: No module specific data is present Sep 17 15:44:24.513 INFO running `"docker" "rm" "-f" "9a4d8bdaa247149cc91497af746ef4a53fea2559a76973c8b2b0885a5360e151"` Sep 17 15:44:24.610 INFO blam! 9a4d8bdaa247149cc91497af746ef4a53fea2559a76973c8b2b0885a5360e151