Oct 27 23:20:32.093 INFO checking davincibot-0.0.14 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 23:20:32.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 23:20:32.489 INFO blam! 6906cf3224a6a55662e21861596f85952371e2e2825321366574930f52c042c4 Oct 27 23:20:32.499 INFO running `"docker" "start" "-a" "6906cf3224a6a55662e21861596f85952371e2e2825321366574930f52c042c4"` Oct 27 23:20:33.403 INFO kablam! usermod: no changes Oct 27 23:20:33.571 INFO kablam! Checking subprocess v0.1.17 Oct 27 23:20:33.571 INFO kablam! Checking rustyline v2.1.0 Oct 27 23:20:35.023 INFO kablam! Checking edit-rs v0.1.1 Oct 27 23:20:36.208 INFO kablam! Checking davincibot v0.0.14 (/source) Oct 27 23:20:39.331 INFO kablam! warning: unused variable: `repl` Oct 27 23:20:39.331 INFO kablam! --> src/core_commands.rs:24:57 Oct 27 23:20:39.331 INFO kablam! | Oct 27 23:20:39.331 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 23:20:39.331 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 23:20:39.331 INFO kablam! | Oct 27 23:20:39.331 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 23:20:39.331 INFO kablam! Oct 27 23:20:39.331 INFO kablam! warning: unused variable: `tree` Oct 27 23:20:39.331 INFO kablam! --> src/core_commands.rs:24:63 Oct 27 23:20:39.331 INFO kablam! | Oct 27 23:20:39.331 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 23:20:39.331 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 23:20:39.331 INFO kablam! Oct 27 23:20:39.331 INFO kablam! warning: unused variable: `repl` Oct 27 23:20:39.331 INFO kablam! --> src/core_commands.rs:249:19 Oct 27 23:20:39.331 INFO kablam! | Oct 27 23:20:39.331 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.331 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 23:20:39.331 INFO kablam! Oct 27 23:20:39.331 INFO kablam! warning: unused variable: `tree` Oct 27 23:20:39.331 INFO kablam! --> src/core_commands.rs:249:32 Oct 27 23:20:39.331 INFO kablam! | Oct 27 23:20:39.331 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.331 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 23:20:39.331 INFO kablam! Oct 27 23:20:39.331 INFO kablam! warning: unused variable: `tags` Oct 27 23:20:39.331 INFO kablam! --> src/core_commands.rs:249:49 Oct 27 23:20:39.331 INFO kablam! | Oct 27 23:20:39.331 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.331 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 27 23:20:39.331 INFO kablam! Oct 27 23:20:39.336 INFO kablam! warning: unused variable: `command` Oct 27 23:20:39.336 INFO kablam! --> src/repl.rs:458:38 Oct 27 23:20:39.336 INFO kablam! | Oct 27 23:20:39.336 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 27 23:20:39.336 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 27 23:20:39.336 INFO kablam! Oct 27 23:20:39.907 INFO kablam! warning: unused variable: `repl` Oct 27 23:20:39.907 INFO kablam! --> src/core_commands.rs:24:57 Oct 27 23:20:39.907 INFO kablam! | Oct 27 23:20:39.907 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 23:20:39.907 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 23:20:39.907 INFO kablam! | Oct 27 23:20:39.907 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 23:20:39.907 INFO kablam! Oct 27 23:20:39.907 INFO kablam! warning: unused variable: `tree` Oct 27 23:20:39.907 INFO kablam! --> src/core_commands.rs:24:63 Oct 27 23:20:39.907 INFO kablam! | Oct 27 23:20:39.907 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 23:20:39.907 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 23:20:39.907 INFO kablam! Oct 27 23:20:39.907 INFO kablam! warning: unused variable: `repl` Oct 27 23:20:39.907 INFO kablam! --> src/core_commands.rs:249:19 Oct 27 23:20:39.907 INFO kablam! | Oct 27 23:20:39.907 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.907 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 23:20:39.907 INFO kablam! Oct 27 23:20:39.907 INFO kablam! warning: unused variable: `tree` Oct 27 23:20:39.907 INFO kablam! --> src/core_commands.rs:249:32 Oct 27 23:20:39.907 INFO kablam! | Oct 27 23:20:39.907 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.907 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 23:20:39.907 INFO kablam! Oct 27 23:20:39.907 INFO kablam! warning: unused variable: `tags` Oct 27 23:20:39.907 INFO kablam! --> src/core_commands.rs:249:49 Oct 27 23:20:39.907 INFO kablam! | Oct 27 23:20:39.907 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.907 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 27 23:20:39.907 INFO kablam! Oct 27 23:20:39.907 INFO kablam! warning: unused variable: `command` Oct 27 23:20:39.907 INFO kablam! --> src/repl.rs:458:38 Oct 27 23:20:39.907 INFO kablam! | Oct 27 23:20:39.907 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 27 23:20:39.907 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 27 23:20:39.907 INFO kablam! Oct 27 23:20:42.351 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 27 23:20:42.351 INFO kablam! --> src/main.rs:9:21 Oct 27 23:20:42.351 INFO kablam! | Oct 27 23:20:42.351 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 27 23:20:42.351 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:20:42.355 INFO kablam! | Oct 27 23:20:42.355 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:20:42.355 INFO kablam! Oct 27 23:20:42.431 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 27 23:20:42.431 INFO kablam! --> src/main.rs:9:21 Oct 27 23:20:42.432 INFO kablam! | Oct 27 23:20:42.432 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 27 23:20:42.432 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:20:42.432 INFO kablam! | Oct 27 23:20:42.432 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:20:42.432 INFO kablam! Oct 27 23:20:42.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.07s Oct 27 23:20:42.522 INFO kablam! su: No module specific data is present Oct 27 23:20:43.155 INFO running `"docker" "rm" "-f" "6906cf3224a6a55662e21861596f85952371e2e2825321366574930f52c042c4"` Oct 27 23:20:43.586 INFO blam! 6906cf3224a6a55662e21861596f85952371e2e2825321366574930f52c042c4