Oct 12 01:53:42.422 INFO testing davincibot-0.0.14 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:53:42.422 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 12 01:53:42.800 INFO blam! 88d40ab3d836b358cf76e33c3f22ce8b4804956ea11d10095f3e57df2b776de5 Oct 12 01:53:42.802 INFO running `"docker" "start" "-a" "88d40ab3d836b358cf76e33c3f22ce8b4804956ea11d10095f3e57df2b776de5"` Oct 12 01:53:43.652 INFO kablam! usermod: no changes Oct 12 01:53:43.780 INFO kablam! Compiling subprocess v0.1.16 Oct 12 01:53:46.401 INFO kablam! Compiling edit-rs v0.1.1 Oct 12 01:53:47.405 INFO kablam! Compiling davincibot v0.0.14 (/source) Oct 12 01:53:50.300 INFO kablam! warning: unused variable: `repl` Oct 12 01:53:50.300 INFO kablam! --> src/core_commands.rs:24:57 Oct 12 01:53:50.300 INFO kablam! | Oct 12 01:53:50.300 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 12 01:53:50.300 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 12 01:53:50.300 INFO kablam! | Oct 12 01:53:50.300 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:53:50.300 INFO kablam! Oct 12 01:53:50.300 INFO kablam! warning: unused variable: `tree` Oct 12 01:53:50.300 INFO kablam! --> src/core_commands.rs:24:63 Oct 12 01:53:50.300 INFO kablam! | Oct 12 01:53:50.300 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 12 01:53:50.300 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 12 01:53:50.300 INFO kablam! Oct 12 01:53:50.300 INFO kablam! warning: unused variable: `repl` Oct 12 01:53:50.300 INFO kablam! --> src/core_commands.rs:249:19 Oct 12 01:53:50.300 INFO kablam! | Oct 12 01:53:50.300 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 12 01:53:50.300 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 12 01:53:50.300 INFO kablam! Oct 12 01:53:50.300 INFO kablam! warning: unused variable: `tree` Oct 12 01:53:50.300 INFO kablam! --> src/core_commands.rs:249:32 Oct 12 01:53:50.300 INFO kablam! | Oct 12 01:53:50.300 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 12 01:53:50.300 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 12 01:53:50.300 INFO kablam! Oct 12 01:53:50.300 INFO kablam! warning: unused variable: `tags` Oct 12 01:53:50.300 INFO kablam! --> src/core_commands.rs:249:49 Oct 12 01:53:50.300 INFO kablam! | Oct 12 01:53:50.300 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 12 01:53:50.300 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 12 01:53:50.300 INFO kablam! Oct 12 01:53:50.300 INFO kablam! warning: unused variable: `command` Oct 12 01:53:50.300 INFO kablam! --> src/repl.rs:458:38 Oct 12 01:53:50.300 INFO kablam! | Oct 12 01:53:50.300 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 12 01:53:50.300 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 12 01:53:50.300 INFO kablam! Oct 12 01:53:54.860 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 12 01:53:54.860 INFO kablam! --> src/main.rs:9:21 Oct 12 01:53:54.860 INFO kablam! | Oct 12 01:53:54.860 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 12 01:53:54.860 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:53:54.860 INFO kablam! | Oct 12 01:53:54.860 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:53:54.860 INFO kablam! Oct 12 01:53:56.370 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.70s Oct 12 01:53:56.376 INFO kablam! su: No module specific data is present Oct 12 01:53:57.501 INFO running `"docker" "rm" "-f" "88d40ab3d836b358cf76e33c3f22ce8b4804956ea11d10095f3e57df2b776de5"` Oct 12 01:53:57.812 INFO blam! 88d40ab3d836b358cf76e33c3f22ce8b4804956ea11d10095f3e57df2b776de5 Oct 12 01:53:57.814 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 12 01:53:58.222 INFO blam! bef4d56604df0f8b12988d1246ddb73214e8ec1fcf506a8239ec95d6a9189898 Oct 12 01:53:58.224 INFO running `"docker" "start" "-a" "bef4d56604df0f8b12988d1246ddb73214e8ec1fcf506a8239ec95d6a9189898"` Oct 12 01:54:00.555 INFO kablam! usermod: no changes Oct 12 01:54:00.692 INFO kablam! Compiling davincibot v0.0.14 (/source) Oct 12 01:54:07.197 INFO kablam! warning: unused variable: `repl` Oct 12 01:54:07.204 INFO kablam! --> src/core_commands.rs:24:57 Oct 12 01:54:07.204 INFO kablam! | Oct 12 01:54:07.205 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 12 01:54:07.205 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 12 01:54:07.206 INFO kablam! | Oct 12 01:54:07.206 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:54:07.207 INFO kablam! Oct 12 01:54:07.207 INFO kablam! warning: unused variable: `tree` Oct 12 01:54:07.208 INFO kablam! --> src/core_commands.rs:24:63 Oct 12 01:54:07.208 INFO kablam! | Oct 12 01:54:07.208 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 12 01:54:07.208 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 12 01:54:07.208 INFO kablam! Oct 12 01:54:07.208 INFO kablam! warning: unused variable: `repl` Oct 12 01:54:07.208 INFO kablam! --> src/core_commands.rs:249:19 Oct 12 01:54:07.208 INFO kablam! | Oct 12 01:54:07.208 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 12 01:54:07.208 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 12 01:54:07.209 INFO kablam! Oct 12 01:54:07.209 INFO kablam! warning: unused variable: `tree` Oct 12 01:54:07.209 INFO kablam! --> src/core_commands.rs:249:32 Oct 12 01:54:07.209 INFO kablam! | Oct 12 01:54:07.209 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 12 01:54:07.209 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 12 01:54:07.209 INFO kablam! Oct 12 01:54:07.209 INFO kablam! warning: unused variable: `tags` Oct 12 01:54:07.209 INFO kablam! --> src/core_commands.rs:249:49 Oct 12 01:54:07.209 INFO kablam! | Oct 12 01:54:07.209 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 12 01:54:07.209 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 12 01:54:07.209 INFO kablam! Oct 12 01:54:07.209 INFO kablam! warning: unused variable: `command` Oct 12 01:54:07.209 INFO kablam! --> src/repl.rs:458:38 Oct 12 01:54:07.209 INFO kablam! | Oct 12 01:54:07.209 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 12 01:54:07.209 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 12 01:54:07.209 INFO kablam! Oct 12 01:54:08.246 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 12 01:54:08.246 INFO kablam! --> src/main.rs:9:21 Oct 12 01:54:08.246 INFO kablam! | Oct 12 01:54:08.246 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 12 01:54:08.246 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:54:08.246 INFO kablam! | Oct 12 01:54:08.246 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:54:08.246 INFO kablam! Oct 12 01:54:09.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.11s Oct 12 01:54:09.700 INFO kablam! su: No module specific data is present Oct 12 01:54:10.977 INFO running `"docker" "rm" "-f" "bef4d56604df0f8b12988d1246ddb73214e8ec1fcf506a8239ec95d6a9189898"` Oct 12 01:54:11.282 INFO blam! bef4d56604df0f8b12988d1246ddb73214e8ec1fcf506a8239ec95d6a9189898