Sep 21 11:33:13.568 INFO checking davincibot-0.0.14 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 11:33:13.568 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 11:33:13.568 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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.750 INFO blam! ed7cd75742237540f06382592e44cf104016070a7c3d8a373e2fc7fd782e1448 Sep 21 11:33:13.752 INFO running `"docker" "start" "-a" "ed7cd75742237540f06382592e44cf104016070a7c3d8a373e2fc7fd782e1448"` Sep 21 11:33:14.631 INFO kablam! usermod: no changes Sep 21 11:33:14.719 INFO kablam! Checking custom_derive v0.1.7 Sep 21 11:33:14.719 INFO kablam! Checking edit-rs v0.1.1 Sep 21 11:33:14.720 INFO kablam! Checking rustyline v2.1.0 Sep 21 11:33:15.026 INFO kablam! Checking conv v0.3.3 Sep 21 11:33:16.625 INFO kablam! Checking davincibot v0.0.14 (/source) Sep 21 11:33:18.014 INFO kablam! warning: unused variable: `repl` Sep 21 11:33:18.014 INFO kablam! --> src/core_commands.rs:24:57 Sep 21 11:33:18.014 INFO kablam! | Sep 21 11:33:18.014 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Sep 21 11:33:18.014 INFO kablam! | ^^^^ help: consider using `_repl` instead Sep 21 11:33:18.014 INFO kablam! | Sep 21 11:33:18.014 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 11:33:18.014 INFO kablam! Sep 21 11:33:18.014 INFO kablam! warning: unused variable: `tree` Sep 21 11:33:18.014 INFO kablam! --> src/core_commands.rs:24:63 Sep 21 11:33:18.014 INFO kablam! | Sep 21 11:33:18.014 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Sep 21 11:33:18.014 INFO kablam! | ^^^^ help: consider using `_tree` instead Sep 21 11:33:18.014 INFO kablam! Sep 21 11:33:18.026 INFO kablam! warning: unused variable: `repl` Sep 21 11:33:18.026 INFO kablam! --> src/core_commands.rs:249:19 Sep 21 11:33:18.026 INFO kablam! | Sep 21 11:33:18.026 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.026 INFO kablam! | ^^^^ help: consider using `_repl` instead Sep 21 11:33:18.026 INFO kablam! Sep 21 11:33:18.026 INFO kablam! warning: unused variable: `tree` Sep 21 11:33:18.026 INFO kablam! --> src/core_commands.rs:249:32 Sep 21 11:33:18.026 INFO kablam! | Sep 21 11:33:18.026 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.026 INFO kablam! | ^^^^ help: consider using `_tree` instead Sep 21 11:33:18.026 INFO kablam! Sep 21 11:33:18.026 INFO kablam! warning: unused variable: `tags` Sep 21 11:33:18.026 INFO kablam! --> src/core_commands.rs:249:49 Sep 21 11:33:18.026 INFO kablam! | Sep 21 11:33:18.026 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.026 INFO kablam! | ^^^^ help: consider using `_tags` instead Sep 21 11:33:18.026 INFO kablam! Sep 21 11:33:18.034 INFO kablam! warning: unused variable: `command` Sep 21 11:33:18.034 INFO kablam! --> src/repl.rs:458:38 Sep 21 11:33:18.034 INFO kablam! | Sep 21 11:33:18.034 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Sep 21 11:33:18.034 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Sep 21 11:33:18.034 INFO kablam! Sep 21 11:33:18.098 INFO kablam! warning: unused variable: `repl` Sep 21 11:33:18.098 INFO kablam! --> src/core_commands.rs:24:57 Sep 21 11:33:18.098 INFO kablam! | Sep 21 11:33:18.098 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Sep 21 11:33:18.098 INFO kablam! | ^^^^ help: consider using `_repl` instead Sep 21 11:33:18.098 INFO kablam! | Sep 21 11:33:18.098 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 11:33:18.098 INFO kablam! Sep 21 11:33:18.098 INFO kablam! warning: unused variable: `tree` Sep 21 11:33:18.098 INFO kablam! --> src/core_commands.rs:24:63 Sep 21 11:33:18.098 INFO kablam! | Sep 21 11:33:18.098 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Sep 21 11:33:18.098 INFO kablam! | ^^^^ help: consider using `_tree` instead Sep 21 11:33:18.098 INFO kablam! Sep 21 11:33:18.098 INFO kablam! warning: unused variable: `repl` Sep 21 11:33:18.098 INFO kablam! --> src/core_commands.rs:249:19 Sep 21 11:33:18.098 INFO kablam! | Sep 21 11:33:18.098 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.098 INFO kablam! | ^^^^ help: consider using `_repl` instead Sep 21 11:33:18.098 INFO kablam! Sep 21 11:33:18.102 INFO kablam! warning: unused variable: `tree` Sep 21 11:33:18.102 INFO kablam! --> src/core_commands.rs:249:32 Sep 21 11:33:18.102 INFO kablam! | Sep 21 11:33:18.102 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.102 INFO kablam! | ^^^^ help: consider using `_tree` instead Sep 21 11:33:18.102 INFO kablam! Sep 21 11:33:18.102 INFO kablam! warning: unused variable: `tags` Sep 21 11:33:18.102 INFO kablam! --> src/core_commands.rs:249:49 Sep 21 11:33:18.102 INFO kablam! | Sep 21 11:33:18.102 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Sep 21 11:33:18.102 INFO kablam! | ^^^^ help: consider using `_tags` instead Sep 21 11:33:18.102 INFO kablam! Sep 21 11:33:18.102 INFO kablam! warning: unused variable: `command` Sep 21 11:33:18.102 INFO kablam! --> src/repl.rs:458:38 Sep 21 11:33:18.102 INFO kablam! | Sep 21 11:33:18.102 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Sep 21 11:33:18.102 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Sep 21 11:33:18.102 INFO kablam! Sep 21 11:33:19.558 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.558 INFO kablam! --> src/main.rs:9:21 Sep 21 11:33:19.558 INFO kablam! | Sep 21 11:33:19.558 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Sep 21 11:33:19.558 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:33:19.558 INFO kablam! | Sep 21 11:33:19.558 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:33:19.558 INFO kablam! Sep 21 11:33:19.642 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.642 INFO kablam! --> src/main.rs:9:21 Sep 21 11:33:19.642 INFO kablam! | Sep 21 11:33:19.642 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Sep 21 11:33:19.642 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:33:19.642 INFO kablam! | Sep 21 11:33:19.642 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:33:19.642 INFO kablam! Sep 21 11:33:19.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.09s Sep 21 11:33:19.733 INFO kablam! su: No module specific data is present Sep 21 11:33:20.431 INFO running `"docker" "rm" "-f" "ed7cd75742237540f06382592e44cf104016070a7c3d8a373e2fc7fd782e1448"` Sep 21 11:33:20.517 INFO blam! ed7cd75742237540f06382592e44cf104016070a7c3d8a373e2fc7fd782e1448