Sep 21 11:33:13.457 INFO checking davincibot-0.0.14 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:33:13.458 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:33:13.458 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:33:13.632 INFO blam! 9b49ad1c5ddbc4040206dd485bc8ceea08c1b8c9b7176bbdf3feafc270b47138 Sep 21 11:33:13.633 INFO running `"docker" "start" "-a" "9b49ad1c5ddbc4040206dd485bc8ceea08c1b8c9b7176bbdf3feafc270b47138"` Sep 21 11:33:14.618 INFO kablam! usermod: no changes Sep 21 11:33:14.697 INFO kablam! Checking utf8parse v0.1.0 Sep 21 11:33:14.698 INFO kablam! Checking subprocess v0.1.14 Sep 21 11:33:14.699 INFO kablam! Checking rusqlite v0.13.0 Sep 21 11:33:15.110 INFO kablam! Checking rustyline v2.1.0 Sep 21 11:33:15.620 INFO kablam! Checking edit-rs v0.1.1 Sep 21 11:33:16.949 INFO kablam! Checking davincibot v0.0.14 (/source) Sep 21 11:33:18.313 INFO kablam! warning: unused variable: `repl` Sep 21 11:33:18.313 INFO kablam! --> src/core_commands.rs:24:57 Sep 21 11:33:18.313 INFO kablam! | Sep 21 11:33:18.313 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Sep 21 11:33:18.313 INFO kablam! | ^^^^ help: consider using `_repl` instead Sep 21 11:33:18.313 INFO kablam! | Sep 21 11:33:18.313 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 11:33:18.313 INFO kablam! Sep 21 11:33:18.313 INFO kablam! warning: unused variable: `tree` Sep 21 11:33:18.313 INFO kablam! --> src/core_commands.rs:24:63 Sep 21 11:33:18.313 INFO kablam! | Sep 21 11:33:18.313 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Sep 21 11:33:18.313 INFO kablam! | ^^^^ help: consider using `_tree` instead Sep 21 11:33:18.313 INFO kablam! Sep 21 11:33:18.313 INFO kablam! warning: unused variable: `repl` Sep 21 11:33:18.313 INFO kablam! --> src/core_commands.rs:249:19 Sep 21 11:33:18.313 INFO kablam! | Sep 21 11:33:18.313 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.313 INFO kablam! | ^^^^ help: consider using `_repl` instead Sep 21 11:33:18.313 INFO kablam! Sep 21 11:33:18.313 INFO kablam! warning: unused variable: `tree` Sep 21 11:33:18.313 INFO kablam! --> src/core_commands.rs:249:32 Sep 21 11:33:18.313 INFO kablam! | Sep 21 11:33:18.313 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.313 INFO kablam! | ^^^^ help: consider using `_tree` instead Sep 21 11:33:18.313 INFO kablam! Sep 21 11:33:18.313 INFO kablam! warning: unused variable: `tags` Sep 21 11:33:18.313 INFO kablam! --> src/core_commands.rs:249:49 Sep 21 11:33:18.313 INFO kablam! | Sep 21 11:33:18.313 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.313 INFO kablam! | ^^^^ help: consider using `_tags` instead Sep 21 11:33:18.314 INFO kablam! Sep 21 11:33:18.315 INFO kablam! warning: unused variable: `command` Sep 21 11:33:18.315 INFO kablam! --> src/repl.rs:458:38 Sep 21 11:33:18.315 INFO kablam! | Sep 21 11:33:18.315 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Sep 21 11:33:18.315 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Sep 21 11:33:18.315 INFO kablam! Sep 21 11:33:18.406 INFO kablam! warning: unused variable: `repl` Sep 21 11:33:18.406 INFO kablam! --> src/core_commands.rs:24:57 Sep 21 11:33:18.406 INFO kablam! | Sep 21 11:33:18.406 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Sep 21 11:33:18.406 INFO kablam! | ^^^^ help: consider using `_repl` instead Sep 21 11:33:18.406 INFO kablam! | Sep 21 11:33:18.406 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 11:33:18.406 INFO kablam! Sep 21 11:33:18.406 INFO kablam! warning: unused variable: `tree` Sep 21 11:33:18.406 INFO kablam! --> src/core_commands.rs:24:63 Sep 21 11:33:18.406 INFO kablam! | Sep 21 11:33:18.406 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Sep 21 11:33:18.406 INFO kablam! | ^^^^ help: consider using `_tree` instead Sep 21 11:33:18.406 INFO kablam! Sep 21 11:33:18.406 INFO kablam! warning: unused variable: `repl` Sep 21 11:33:18.406 INFO kablam! --> src/core_commands.rs:249:19 Sep 21 11:33:18.406 INFO kablam! | Sep 21 11:33:18.406 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.406 INFO kablam! | ^^^^ help: consider using `_repl` instead Sep 21 11:33:18.406 INFO kablam! Sep 21 11:33:18.406 INFO kablam! warning: unused variable: `tree` Sep 21 11:33:18.406 INFO kablam! --> src/core_commands.rs:249:32 Sep 21 11:33:18.406 INFO kablam! | Sep 21 11:33:18.406 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.406 INFO kablam! | ^^^^ help: consider using `_tree` instead Sep 21 11:33:18.406 INFO kablam! Sep 21 11:33:18.406 INFO kablam! warning: unused variable: `tags` Sep 21 11:33:18.406 INFO kablam! --> src/core_commands.rs:249:49 Sep 21 11:33:18.406 INFO kablam! | Sep 21 11:33:18.406 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.406 INFO kablam! | ^^^^ help: consider using `_tags` instead Sep 21 11:33:18.406 INFO kablam! Sep 21 11:33:18.406 INFO kablam! warning: unused variable: `command` Sep 21 11:33:18.406 INFO kablam! --> src/repl.rs:458:38 Sep 21 11:33:18.406 INFO kablam! | Sep 21 11:33:18.406 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Sep 21 11:33:18.406 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Sep 21 11:33:18.406 INFO kablam! Sep 21 11:33:19.857 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 21 11:33:19.857 INFO kablam! --> src/main.rs:9:21 Sep 21 11:33:19.857 INFO kablam! | Sep 21 11:33:19.857 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Sep 21 11:33:19.857 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:33:19.857 INFO kablam! | Sep 21 11:33:19.857 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:33:19.857 INFO kablam! Sep 21 11:33:20.008 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 21 11:33:20.008 INFO kablam! --> src/main.rs:9:21 Sep 21 11:33:20.008 INFO kablam! | Sep 21 11:33:20.008 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Sep 21 11:33:20.008 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:33:20.008 INFO kablam! | Sep 21 11:33:20.008 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:33:20.008 INFO kablam! Sep 21 11:33:20.066 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.42s Sep 21 11:33:20.070 INFO kablam! su: No module specific data is present Sep 21 11:33:20.671 INFO running `"docker" "rm" "-f" "9b49ad1c5ddbc4040206dd485bc8ceea08c1b8c9b7176bbdf3feafc270b47138"` Sep 21 11:33:20.759 INFO blam! 9b49ad1c5ddbc4040206dd485bc8ceea08c1b8c9b7176bbdf3feafc270b47138