Oct 22 03:44:32.231 INFO checking davincibot-0.0.14 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:44:32.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 22 03:44:32.507 INFO blam! d576ca344301bfb2165bbd752f8d83b97899b782d2f2b6d69000ba8de2d3f46d Oct 22 03:44:32.514 INFO running `"docker" "start" "-a" "d576ca344301bfb2165bbd752f8d83b97899b782d2f2b6d69000ba8de2d3f46d"` Oct 22 03:44:33.423 INFO kablam! usermod: no changes Oct 22 03:44:33.540 INFO kablam! Checking edit-rs v0.1.1 Oct 22 03:44:33.544 INFO kablam! Checking rusqlite v0.13.0 Oct 22 03:44:34.946 INFO kablam! Checking davincibot v0.0.14 (/source) Oct 22 03:44:37.372 INFO kablam! warning: unused variable: `repl` Oct 22 03:44:37.372 INFO kablam! --> src/core_commands.rs:24:57 Oct 22 03:44:37.372 INFO kablam! | Oct 22 03:44:37.372 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 22 03:44:37.372 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 22 03:44:37.372 INFO kablam! | Oct 22 03:44:37.372 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 03:44:37.372 INFO kablam! Oct 22 03:44:37.372 INFO kablam! warning: unused variable: `tree` Oct 22 03:44:37.372 INFO kablam! --> src/core_commands.rs:24:63 Oct 22 03:44:37.372 INFO kablam! | Oct 22 03:44:37.372 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 22 03:44:37.372 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 22 03:44:37.372 INFO kablam! Oct 22 03:44:37.372 INFO kablam! warning: unused variable: `repl` Oct 22 03:44:37.372 INFO kablam! --> src/core_commands.rs:249:19 Oct 22 03:44:37.372 INFO kablam! | Oct 22 03:44:37.372 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 22 03:44:37.372 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 22 03:44:37.372 INFO kablam! Oct 22 03:44:37.372 INFO kablam! warning: unused variable: `tree` Oct 22 03:44:37.372 INFO kablam! --> src/core_commands.rs:249:32 Oct 22 03:44:37.372 INFO kablam! | Oct 22 03:44:37.372 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 22 03:44:37.372 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 22 03:44:37.372 INFO kablam! Oct 22 03:44:37.372 INFO kablam! warning: unused variable: `tags` Oct 22 03:44:37.372 INFO kablam! --> src/core_commands.rs:249:49 Oct 22 03:44:37.372 INFO kablam! | Oct 22 03:44:37.372 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 22 03:44:37.372 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 22 03:44:37.372 INFO kablam! Oct 22 03:44:37.372 INFO kablam! warning: unused variable: `command` Oct 22 03:44:37.372 INFO kablam! --> src/repl.rs:458:38 Oct 22 03:44:37.372 INFO kablam! | Oct 22 03:44:37.373 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 22 03:44:37.373 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 22 03:44:37.373 INFO kablam! Oct 22 03:44:37.374 INFO kablam! warning: unused variable: `repl` Oct 22 03:44:37.374 INFO kablam! --> src/core_commands.rs:24:57 Oct 22 03:44:37.374 INFO kablam! | Oct 22 03:44:37.374 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 22 03:44:37.374 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 22 03:44:37.374 INFO kablam! | Oct 22 03:44:37.374 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 03:44:37.375 INFO kablam! Oct 22 03:44:37.375 INFO kablam! warning: unused variable: `tree` Oct 22 03:44:37.375 INFO kablam! --> src/core_commands.rs:24:63 Oct 22 03:44:37.375 INFO kablam! | Oct 22 03:44:37.375 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 22 03:44:37.375 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 22 03:44:37.375 INFO kablam! Oct 22 03:44:37.375 INFO kablam! warning: unused variable: `repl` Oct 22 03:44:37.375 INFO kablam! --> src/core_commands.rs:249:19 Oct 22 03:44:37.375 INFO kablam! | Oct 22 03:44:37.375 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 22 03:44:37.375 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 22 03:44:37.375 INFO kablam! Oct 22 03:44:37.375 INFO kablam! warning: unused variable: `tree` Oct 22 03:44:37.375 INFO kablam! --> src/core_commands.rs:249:32 Oct 22 03:44:37.375 INFO kablam! | Oct 22 03:44:37.375 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 22 03:44:37.375 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 22 03:44:37.375 INFO kablam! Oct 22 03:44:37.375 INFO kablam! warning: unused variable: `tags` Oct 22 03:44:37.375 INFO kablam! --> src/core_commands.rs:249:49 Oct 22 03:44:37.375 INFO kablam! | Oct 22 03:44:37.375 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 22 03:44:37.375 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 22 03:44:37.375 INFO kablam! Oct 22 03:44:37.385 INFO kablam! warning: unused variable: `command` Oct 22 03:44:37.385 INFO kablam! --> src/repl.rs:458:38 Oct 22 03:44:37.385 INFO kablam! | Oct 22 03:44:37.385 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 22 03:44:37.385 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 22 03:44:37.385 INFO kablam! Oct 22 03:44:40.981 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 22 03:44:40.981 INFO kablam! --> src/main.rs:9:21 Oct 22 03:44:40.981 INFO kablam! | Oct 22 03:44:40.981 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 22 03:44:40.981 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:44:40.981 INFO kablam! | Oct 22 03:44:40.981 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:44:40.981 INFO kablam! Oct 22 03:44:41.530 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 22 03:44:41.530 INFO kablam! --> src/main.rs:9:21 Oct 22 03:44:41.530 INFO kablam! | Oct 22 03:44:41.530 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 22 03:44:41.530 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:44:41.530 INFO kablam! | Oct 22 03:44:41.530 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:44:41.530 INFO kablam! Oct 22 03:44:42.121 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.68s Oct 22 03:44:42.140 INFO kablam! su: No module specific data is present Oct 22 03:44:42.741 INFO running `"docker" "rm" "-f" "d576ca344301bfb2165bbd752f8d83b97899b782d2f2b6d69000ba8de2d3f46d"` Oct 22 03:44:42.981 INFO blam! d576ca344301bfb2165bbd752f8d83b97899b782d2f2b6d69000ba8de2d3f46d