Sep 19 18:40:21.687 INFO checking tshell-0.2.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 18:40:21.687 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 18:40:21.687 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:40:21.846 INFO blam! a02c866e3f74e6efe8e629d5295eac4672fe35f8901b3cac0f112caf45b4be2b Sep 19 18:40:21.849 INFO running `"docker" "start" "-a" "a02c866e3f74e6efe8e629d5295eac4672fe35f8901b3cac0f112caf45b4be2b"` Sep 19 18:40:22.944 INFO kablam! usermod: no changes Sep 19 18:40:22.993 INFO kablam! Checking encode_unicode v0.1.3 Sep 19 18:40:23.399 INFO kablam! Checking rustyline v1.0.0 Sep 19 18:40:24.032 INFO kablam! Checking tshell v0.2.2 (/source) Sep 19 18:40:24.208 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:40:24.208 INFO kablam! --> src/commands.rs:312:42 Sep 19 18:40:24.208 INFO kablam! | Sep 19 18:40:24.208 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Sep 19 18:40:24.208 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 18:40:24.208 INFO kablam! | Sep 19 18:40:24.208 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 18:40:24.208 INFO kablam! Sep 19 18:40:24.220 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 19 18:40:24.220 INFO kablam! --> src/commands.rs:394:24 Sep 19 18:40:24.220 INFO kablam! | Sep 19 18:40:24.220 INFO kablam! 394 | let home_dir = env::home_dir() Sep 19 18:40:24.220 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:40:24.220 INFO kablam! | Sep 19 18:40:24.220 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:40:24.220 INFO kablam! Sep 19 18:40:24.237 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:40:24.237 INFO kablam! --> src/commands.rs:312:42 Sep 19 18:40:24.237 INFO kablam! | Sep 19 18:40:24.237 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Sep 19 18:40:24.237 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 18:40:24.237 INFO kablam! | Sep 19 18:40:24.237 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 18:40:24.237 INFO kablam! Sep 19 18:40:24.253 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 19 18:40:24.253 INFO kablam! --> src/commands.rs:394:24 Sep 19 18:40:24.253 INFO kablam! | Sep 19 18:40:24.253 INFO kablam! 394 | let home_dir = env::home_dir() Sep 19 18:40:24.253 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:40:24.253 INFO kablam! | Sep 19 18:40:24.253 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:40:24.253 INFO kablam! Sep 19 18:40:24.753 INFO kablam! warning: unused variable: `args` Sep 19 18:40:24.753 INFO kablam! --> examples/example.rs:12:10 Sep 19 18:40:24.753 INFO kablam! | Sep 19 18:40:24.753 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 19 18:40:24.753 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 19 18:40:24.753 INFO kablam! | Sep 19 18:40:24.753 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 18:40:24.753 INFO kablam! Sep 19 18:40:24.753 INFO kablam! warning: unused variable: `o_context` Sep 19 18:40:24.753 INFO kablam! --> examples/example.rs:12:39 Sep 19 18:40:24.753 INFO kablam! | Sep 19 18:40:24.753 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 19 18:40:24.753 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 19 18:40:24.753 INFO kablam! Sep 19 18:40:24.753 INFO kablam! warning: unused variable: `o_context` Sep 19 18:40:24.753 INFO kablam! --> examples/example.rs:20:42 Sep 19 18:40:24.753 INFO kablam! | Sep 19 18:40:24.753 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 19 18:40:24.753 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 19 18:40:24.753 INFO kablam! Sep 19 18:40:24.753 INFO kablam! warning: unused variable: `history` Sep 19 18:40:24.753 INFO kablam! --> examples/example.rs:20:75 Sep 19 18:40:24.753 INFO kablam! | Sep 19 18:40:24.753 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 19 18:40:24.753 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Sep 19 18:40:24.753 INFO kablam! Sep 19 18:40:24.753 INFO kablam! warning: unused variable: `o_context` Sep 19 18:40:24.753 INFO kablam! --> examples/example.rs:30:45 Sep 19 18:40:24.753 INFO kablam! | Sep 19 18:40:24.753 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 19 18:40:24.753 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 19 18:40:24.753 INFO kablam! Sep 19 18:40:24.753 INFO kablam! warning: unused variable: `history` Sep 19 18:40:24.753 INFO kablam! --> examples/example.rs:30:78 Sep 19 18:40:24.753 INFO kablam! | Sep 19 18:40:24.753 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 19 18:40:24.753 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Sep 19 18:40:24.753 INFO kablam! Sep 19 18:40:24.758 INFO kablam! warning: variable does not need to be mutable Sep 19 18:40:24.758 INFO kablam! --> examples/example.rs:42:9 Sep 19 18:40:24.758 INFO kablam! | Sep 19 18:40:24.758 INFO kablam! 42 | let mut context = Context::default(); Sep 19 18:40:24.758 INFO kablam! | ----^^^^^^^ Sep 19 18:40:24.758 INFO kablam! | | Sep 19 18:40:24.758 INFO kablam! | help: remove this `mut` Sep 19 18:40:24.758 INFO kablam! | Sep 19 18:40:24.758 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 18:40:24.758 INFO kablam! Sep 19 18:40:24.758 INFO kablam! warning: variable does not need to be mutable Sep 19 18:40:24.758 INFO kablam! --> examples/example.rs:43:9 Sep 19 18:40:24.759 INFO kablam! | Sep 19 18:40:24.759 INFO kablam! 43 | let mut o_context = Some(context); Sep 19 18:40:24.759 INFO kablam! | ----^^^^^^^^^ Sep 19 18:40:24.759 INFO kablam! | | Sep 19 18:40:24.759 INFO kablam! | help: remove this `mut` Sep 19 18:40:24.759 INFO kablam! Sep 19 18:40:24.774 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Sep 19 18:40:24.778 INFO kablam! su: No module specific data is present Sep 19 18:40:25.281 INFO running `"docker" "rm" "-f" "a02c866e3f74e6efe8e629d5295eac4672fe35f8901b3cac0f112caf45b4be2b"` Sep 19 18:40:25.358 INFO blam! a02c866e3f74e6efe8e629d5295eac4672fe35f8901b3cac0f112caf45b4be2b