Sep 14 07:22:32.346 INFO checking tshell-0.2.2 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 07:22:32.346 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 07:22:32.346 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:22:32.514 INFO blam! 5c345e6f7f2444e670004af730422c18999cd5a6be7276459b4009d5b978f85e Sep 14 07:22:32.517 INFO running `"docker" "start" "-a" "5c345e6f7f2444e670004af730422c18999cd5a6be7276459b4009d5b978f85e"` Sep 14 07:22:33.252 INFO kablam! usermod: no changes Sep 14 07:22:33.332 INFO kablam! Checking rustyline v1.0.0 Sep 14 07:22:34.020 INFO kablam! Checking tshell v0.2.2 (file:///source) Sep 14 07:22:34.284 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 07:22:34.284 INFO kablam! --> src/commands.rs:312:42 Sep 14 07:22:34.284 INFO kablam! | Sep 14 07:22:34.284 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Sep 14 07:22:34.284 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 07:22:34.284 INFO kablam! | Sep 14 07:22:34.284 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 07:22:34.284 INFO kablam! Sep 14 07:22:34.284 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 07:22:34.284 INFO kablam! --> src/commands.rs:312:42 Sep 14 07:22:34.284 INFO kablam! | Sep 14 07:22:34.284 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Sep 14 07:22:34.284 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 07:22:34.284 INFO kablam! | Sep 14 07:22:34.284 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 07:22:34.284 INFO kablam! Sep 14 07:22:34.299 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 14 07:22:34.299 INFO kablam! --> src/commands.rs:394:24 Sep 14 07:22:34.299 INFO kablam! | Sep 14 07:22:34.299 INFO kablam! 394 | let home_dir = env::home_dir() Sep 14 07:22:34.299 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 07:22:34.299 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 14 07:22:34.299 INFO kablam! --> src/commands.rs:394:24 Sep 14 07:22:34.299 INFO kablam! | Sep 14 07:22:34.299 INFO kablam! 394 | let home_dir = env::home_dir() Sep 14 07:22:34.299 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 07:22:34.299 INFO kablam! | Sep 14 07:22:34.299 INFO kablam! | Sep 14 07:22:34.299 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 07:22:34.299 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 07:22:34.299 INFO kablam! Sep 14 07:22:34.299 INFO kablam! Sep 14 07:22:34.923 INFO kablam! warning: unused variable: `args` Sep 14 07:22:34.924 INFO kablam! --> examples/example.rs:12:10 Sep 14 07:22:34.924 INFO kablam! | Sep 14 07:22:34.924 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 14 07:22:34.924 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 14 07:22:34.924 INFO kablam! | Sep 14 07:22:34.924 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 07:22:34.924 INFO kablam! Sep 14 07:22:34.924 INFO kablam! warning: unused variable: `o_context` Sep 14 07:22:34.924 INFO kablam! --> examples/example.rs:12:39 Sep 14 07:22:34.924 INFO kablam! | Sep 14 07:22:34.924 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 14 07:22:34.924 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 14 07:22:34.924 INFO kablam! Sep 14 07:22:34.924 INFO kablam! warning: unused variable: `o_context` Sep 14 07:22:34.924 INFO kablam! --> examples/example.rs:20:42 Sep 14 07:22:34.924 INFO kablam! | Sep 14 07:22:34.924 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 14 07:22:34.924 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 14 07:22:34.924 INFO kablam! Sep 14 07:22:34.924 INFO kablam! warning: unused variable: `history` Sep 14 07:22:34.924 INFO kablam! --> examples/example.rs:20:75 Sep 14 07:22:34.924 INFO kablam! | Sep 14 07:22:34.924 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 14 07:22:34.924 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Sep 14 07:22:34.924 INFO kablam! Sep 14 07:22:34.924 INFO kablam! warning: unused variable: `o_context` Sep 14 07:22:34.924 INFO kablam! --> examples/example.rs:30:45 Sep 14 07:22:34.924 INFO kablam! | Sep 14 07:22:34.924 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 14 07:22:34.924 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Sep 14 07:22:34.924 INFO kablam! Sep 14 07:22:34.924 INFO kablam! warning: unused variable: `history` Sep 14 07:22:34.924 INFO kablam! --> examples/example.rs:30:78 Sep 14 07:22:34.924 INFO kablam! | Sep 14 07:22:34.924 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Sep 14 07:22:34.924 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Sep 14 07:22:34.924 INFO kablam! Sep 14 07:22:34.933 INFO kablam! warning: variable does not need to be mutable Sep 14 07:22:34.933 INFO kablam! --> examples/example.rs:42:9 Sep 14 07:22:34.933 INFO kablam! | Sep 14 07:22:34.933 INFO kablam! 42 | let mut context = Context::default(); Sep 14 07:22:34.933 INFO kablam! | ----^^^^^^^ Sep 14 07:22:34.933 INFO kablam! | | Sep 14 07:22:34.933 INFO kablam! | help: remove this `mut` Sep 14 07:22:34.933 INFO kablam! | Sep 14 07:22:34.933 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 07:22:34.933 INFO kablam! Sep 14 07:22:34.933 INFO kablam! warning: variable does not need to be mutable Sep 14 07:22:34.933 INFO kablam! --> examples/example.rs:43:9 Sep 14 07:22:34.933 INFO kablam! | Sep 14 07:22:34.933 INFO kablam! 43 | let mut o_context = Some(context); Sep 14 07:22:34.933 INFO kablam! | ----^^^^^^^^^ Sep 14 07:22:34.933 INFO kablam! | | Sep 14 07:22:34.933 INFO kablam! | help: remove this `mut` Sep 14 07:22:34.933 INFO kablam! Sep 14 07:22:34.957 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Sep 14 07:22:34.964 INFO kablam! su: No module specific data is present Sep 14 07:22:35.494 INFO running `"docker" "rm" "-f" "5c345e6f7f2444e670004af730422c18999cd5a6be7276459b4009d5b978f85e"` Sep 14 07:22:35.595 INFO blam! 5c345e6f7f2444e670004af730422c18999cd5a6be7276459b4009d5b978f85e