Oct 27 23:20:32.512 INFO checking davincibot-0.0.14 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 23:20:32.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.844 INFO blam! 81ec35015f938378f78e691608d957e30dc48c23b0d250a32fb4c1f113d53102 Oct 27 23:20:32.855 INFO running `"docker" "start" "-a" "81ec35015f938378f78e691608d957e30dc48c23b0d250a32fb4c1f113d53102"` Oct 27 23:20:33.683 INFO kablam! usermod: no changes Oct 27 23:20:33.867 INFO kablam! Checking edit-rs v0.1.1 Oct 27 23:20:33.867 INFO kablam! Checking rustyline v2.1.0 Oct 27 23:20:36.367 INFO kablam! Checking davincibot v0.0.14 (/source) Oct 27 23:20:39.447 INFO kablam! warning: unused variable: `repl` Oct 27 23:20:39.447 INFO kablam! --> src/core_commands.rs:24:57 Oct 27 23:20:39.447 INFO kablam! | Oct 27 23:20:39.447 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 23:20:39.447 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 23:20:39.447 INFO kablam! | Oct 27 23:20:39.447 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 23:20:39.447 INFO kablam! Oct 27 23:20:39.447 INFO kablam! warning: unused variable: `tree` Oct 27 23:20:39.447 INFO kablam! --> src/core_commands.rs:24:63 Oct 27 23:20:39.447 INFO kablam! | Oct 27 23:20:39.447 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 23:20:39.447 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 23:20:39.447 INFO kablam! Oct 27 23:20:39.447 INFO kablam! warning: unused variable: `repl` Oct 27 23:20:39.447 INFO kablam! --> src/core_commands.rs:249:19 Oct 27 23:20:39.447 INFO kablam! | Oct 27 23:20:39.447 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.447 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 23:20:39.447 INFO kablam! Oct 27 23:20:39.447 INFO kablam! warning: unused variable: `tree` Oct 27 23:20:39.447 INFO kablam! --> src/core_commands.rs:249:32 Oct 27 23:20:39.447 INFO kablam! | Oct 27 23:20:39.447 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.447 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 23:20:39.447 INFO kablam! Oct 27 23:20:39.447 INFO kablam! warning: unused variable: `tags` Oct 27 23:20:39.447 INFO kablam! --> src/core_commands.rs:249:49 Oct 27 23:20:39.447 INFO kablam! | Oct 27 23:20:39.447 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.447 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 27 23:20:39.447 INFO kablam! Oct 27 23:20:39.447 INFO kablam! warning: unused variable: `command` Oct 27 23:20:39.447 INFO kablam! --> src/repl.rs:458:38 Oct 27 23:20:39.447 INFO kablam! | Oct 27 23:20:39.447 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 27 23:20:39.447 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 27 23:20:39.447 INFO kablam! Oct 27 23:20:39.987 INFO kablam! warning: unused variable: `repl` Oct 27 23:20:39.987 INFO kablam! --> src/core_commands.rs:24:57 Oct 27 23:20:39.988 INFO kablam! | Oct 27 23:20:39.988 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 23:20:39.988 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 23:20:39.989 INFO kablam! | Oct 27 23:20:39.989 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 23:20:39.989 INFO kablam! Oct 27 23:20:39.990 INFO kablam! warning: unused variable: `tree` Oct 27 23:20:39.990 INFO kablam! --> src/core_commands.rs:24:63 Oct 27 23:20:39.990 INFO kablam! | Oct 27 23:20:39.990 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 23:20:39.991 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 23:20:39.991 INFO kablam! Oct 27 23:20:39.992 INFO kablam! warning: unused variable: `repl` Oct 27 23:20:39.992 INFO kablam! --> src/core_commands.rs:249:19 Oct 27 23:20:39.992 INFO kablam! | Oct 27 23:20:39.994 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.994 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 23:20:39.994 INFO kablam! Oct 27 23:20:39.994 INFO kablam! warning: unused variable: `tree` Oct 27 23:20:39.994 INFO kablam! --> src/core_commands.rs:249:32 Oct 27 23:20:39.994 INFO kablam! | Oct 27 23:20:39.994 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.994 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 23:20:39.994 INFO kablam! Oct 27 23:20:39.994 INFO kablam! warning: unused variable: `tags` Oct 27 23:20:39.994 INFO kablam! --> src/core_commands.rs:249:49 Oct 27 23:20:39.994 INFO kablam! | Oct 27 23:20:39.994 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 23:20:39.994 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 27 23:20:39.994 INFO kablam! Oct 27 23:20:39.994 INFO kablam! warning: unused variable: `command` Oct 27 23:20:39.994 INFO kablam! --> src/repl.rs:458:38 Oct 27 23:20:39.994 INFO kablam! | Oct 27 23:20:39.994 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 27 23:20:39.995 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 27 23:20:39.995 INFO kablam! Oct 27 23:20:42.447 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.447 INFO kablam! --> src/main.rs:9:21 Oct 27 23:20:42.447 INFO kablam! | Oct 27 23:20:42.447 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 27 23:20:42.447 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:20:42.447 INFO kablam! | Oct 27 23:20:42.447 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:20:42.447 INFO kablam! Oct 27 23:20:42.627 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.627 INFO kablam! --> src/main.rs:9:21 Oct 27 23:20:42.627 INFO kablam! | Oct 27 23:20:42.627 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 27 23:20:42.627 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:20:42.627 INFO kablam! | Oct 27 23:20:42.627 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:20:42.627 INFO kablam! Oct 27 23:20:42.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.98s Oct 27 23:20:42.691 INFO kablam! su: No module specific data is present Oct 27 23:20:43.455 INFO running `"docker" "rm" "-f" "81ec35015f938378f78e691608d957e30dc48c23b0d250a32fb4c1f113d53102"` Oct 27 23:20:43.671 INFO blam! 81ec35015f938378f78e691608d957e30dc48c23b0d250a32fb4c1f113d53102