Oct 13 07:04:20.679 INFO checking tshell-0.2.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:04:20.681 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 07:04:21.067 INFO blam! b50116ebf708e3eaf708e9e410eb7e3de204582ac5b03b35fcda4c61d4f8b80c Oct 13 07:04:21.080 INFO running `"docker" "start" "-a" "b50116ebf708e3eaf708e9e410eb7e3de204582ac5b03b35fcda4c61d4f8b80c"` Oct 13 07:04:22.444 INFO kablam! usermod: no changes Oct 13 07:04:22.616 INFO kablam! Checking rustyline v1.0.0 Oct 13 07:04:23.901 INFO kablam! Checking tshell v0.2.2 (/source) Oct 13 07:04:25.204 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:04:25.204 INFO kablam! --> src/commands.rs:312:42 Oct 13 07:04:25.204 INFO kablam! | Oct 13 07:04:25.204 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Oct 13 07:04:25.204 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:04:25.205 INFO kablam! | Oct 13 07:04:25.205 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:04:25.205 INFO kablam! Oct 13 07:04:25.239 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 13 07:04:25.239 INFO kablam! --> src/commands.rs:394:24 Oct 13 07:04:25.239 INFO kablam! | Oct 13 07:04:25.239 INFO kablam! 394 | let home_dir = env::home_dir() Oct 13 07:04:25.239 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:04:25.239 INFO kablam! | Oct 13 07:04:25.239 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:04:25.239 INFO kablam! Oct 13 07:04:25.348 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:04:25.348 INFO kablam! --> src/commands.rs:312:42 Oct 13 07:04:25.348 INFO kablam! | Oct 13 07:04:25.348 INFO kablam! 312 | context: Arc::new(Mutex::new((context))) Oct 13 07:04:25.348 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:04:25.348 INFO kablam! | Oct 13 07:04:25.348 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:04:25.348 INFO kablam! Oct 13 07:04:25.394 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 13 07:04:25.394 INFO kablam! --> src/commands.rs:394:24 Oct 13 07:04:25.394 INFO kablam! | Oct 13 07:04:25.394 INFO kablam! 394 | let home_dir = env::home_dir() Oct 13 07:04:25.394 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:04:25.394 INFO kablam! | Oct 13 07:04:25.394 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:04:25.394 INFO kablam! Oct 13 07:04:27.148 INFO kablam! warning: unused variable: `args` Oct 13 07:04:27.148 INFO kablam! --> examples/example.rs:12:10 Oct 13 07:04:27.148 INFO kablam! | Oct 13 07:04:27.148 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 13 07:04:27.148 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 13 07:04:27.148 INFO kablam! | Oct 13 07:04:27.148 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:04:27.148 INFO kablam! Oct 13 07:04:27.148 INFO kablam! warning: unused variable: `o_context` Oct 13 07:04:27.149 INFO kablam! --> examples/example.rs:12:39 Oct 13 07:04:27.149 INFO kablam! | Oct 13 07:04:27.149 INFO kablam! 12 | fn world(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 13 07:04:27.149 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Oct 13 07:04:27.149 INFO kablam! Oct 13 07:04:27.149 INFO kablam! warning: unused variable: `o_context` Oct 13 07:04:27.149 INFO kablam! --> examples/example.rs:20:42 Oct 13 07:04:27.149 INFO kablam! | Oct 13 07:04:27.149 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 13 07:04:27.149 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Oct 13 07:04:27.149 INFO kablam! Oct 13 07:04:27.149 INFO kablam! warning: unused variable: `history` Oct 13 07:04:27.149 INFO kablam! --> examples/example.rs:20:75 Oct 13 07:04:27.149 INFO kablam! | Oct 13 07:04:27.149 INFO kablam! 20 | fn darkness(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 13 07:04:27.149 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 13 07:04:27.149 INFO kablam! Oct 13 07:04:27.149 INFO kablam! warning: unused variable: `o_context` Oct 13 07:04:27.149 INFO kablam! --> examples/example.rs:30:45 Oct 13 07:04:27.149 INFO kablam! | Oct 13 07:04:27.149 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 13 07:04:27.149 INFO kablam! | ^^^^^^^^^ help: consider using `_o_context` instead Oct 13 07:04:27.149 INFO kablam! Oct 13 07:04:27.149 INFO kablam! warning: unused variable: `history` Oct 13 07:04:27.149 INFO kablam! --> examples/example.rs:30:78 Oct 13 07:04:27.149 INFO kablam! | Oct 13 07:04:27.149 INFO kablam! 30 | fn new_context(args: HashMap, o_context: &mut Option, history: &HashMap) -> CommandResult> { Oct 13 07:04:27.149 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 13 07:04:27.149 INFO kablam! Oct 13 07:04:27.149 INFO kablam! warning: variable does not need to be mutable Oct 13 07:04:27.149 INFO kablam! --> examples/example.rs:42:9 Oct 13 07:04:27.149 INFO kablam! | Oct 13 07:04:27.149 INFO kablam! 42 | let mut context = Context::default(); Oct 13 07:04:27.149 INFO kablam! | ----^^^^^^^ Oct 13 07:04:27.149 INFO kablam! | | Oct 13 07:04:27.149 INFO kablam! | help: remove this `mut` Oct 13 07:04:27.149 INFO kablam! | Oct 13 07:04:27.149 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:04:27.149 INFO kablam! Oct 13 07:04:27.149 INFO kablam! warning: variable does not need to be mutable Oct 13 07:04:27.149 INFO kablam! --> examples/example.rs:43:9 Oct 13 07:04:27.149 INFO kablam! | Oct 13 07:04:27.149 INFO kablam! 43 | let mut o_context = Some(context); Oct 13 07:04:27.149 INFO kablam! | ----^^^^^^^^^ Oct 13 07:04:27.149 INFO kablam! | | Oct 13 07:04:27.149 INFO kablam! | help: remove this `mut` Oct 13 07:04:27.149 INFO kablam! Oct 13 07:04:27.197 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.73s Oct 13 07:04:27.208 INFO kablam! su: No module specific data is present Oct 13 07:04:28.176 INFO running `"docker" "rm" "-f" "b50116ebf708e3eaf708e9e410eb7e3de204582ac5b03b35fcda4c61d4f8b80c"` Oct 13 07:04:28.493 INFO blam! b50116ebf708e3eaf708e9e410eb7e3de204582ac5b03b35fcda4c61d4f8b80c