Oct 16 13:40:25.786 INFO testing davincibot-0.0.14 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 13:40:25.786 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 13:40:25.995 INFO blam! a2ef34ebcca7d0b552e0cf36106b8061ef6618c8dd564ccdf80266af2b560e57 Oct 16 13:40:25.997 INFO running `"docker" "start" "-a" "a2ef34ebcca7d0b552e0cf36106b8061ef6618c8dd564ccdf80266af2b560e57"` Oct 16 13:40:26.420 INFO kablam! usermod: no changes Oct 16 13:40:26.521 INFO kablam! Compiling edit-rs v0.1.1 Oct 16 13:40:26.524 INFO kablam! Compiling rusqlite v0.13.0 Oct 16 13:40:28.406 INFO kablam! Compiling davincibot v0.0.14 (/source) Oct 16 13:40:30.355 INFO kablam! warning: unused variable: `repl` Oct 16 13:40:30.355 INFO kablam! --> src/core_commands.rs:24:57 Oct 16 13:40:30.355 INFO kablam! | Oct 16 13:40:30.355 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 16 13:40:30.355 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 16 13:40:30.355 INFO kablam! | Oct 16 13:40:30.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:40:30.355 INFO kablam! Oct 16 13:40:30.355 INFO kablam! warning: unused variable: `tree` Oct 16 13:40:30.355 INFO kablam! --> src/core_commands.rs:24:63 Oct 16 13:40:30.355 INFO kablam! | Oct 16 13:40:30.355 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 16 13:40:30.355 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 16 13:40:30.355 INFO kablam! Oct 16 13:40:30.355 INFO kablam! warning: unused variable: `repl` Oct 16 13:40:30.355 INFO kablam! --> src/core_commands.rs:249:19 Oct 16 13:40:30.355 INFO kablam! | Oct 16 13:40:30.355 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:30.355 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 16 13:40:30.355 INFO kablam! Oct 16 13:40:30.355 INFO kablam! warning: unused variable: `tree` Oct 16 13:40:30.355 INFO kablam! --> src/core_commands.rs:249:32 Oct 16 13:40:30.355 INFO kablam! | Oct 16 13:40:30.355 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:30.355 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 16 13:40:30.355 INFO kablam! Oct 16 13:40:30.355 INFO kablam! warning: unused variable: `tags` Oct 16 13:40:30.355 INFO kablam! --> src/core_commands.rs:249:49 Oct 16 13:40:30.355 INFO kablam! | Oct 16 13:40:30.355 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:30.355 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 16 13:40:30.355 INFO kablam! Oct 16 13:40:30.356 INFO kablam! warning: unused variable: `command` Oct 16 13:40:30.356 INFO kablam! --> src/repl.rs:458:38 Oct 16 13:40:30.356 INFO kablam! | Oct 16 13:40:30.356 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 16 13:40:30.356 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 16 13:40:30.356 INFO kablam! Oct 16 13:40:33.474 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 16 13:40:33.474 INFO kablam! --> src/main.rs:9:21 Oct 16 13:40:33.474 INFO kablam! | Oct 16 13:40:33.474 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 16 13:40:33.474 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:40:33.475 INFO kablam! | Oct 16 13:40:33.475 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:40:33.475 INFO kablam! Oct 16 13:40:34.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.17s Oct 16 13:40:34.615 INFO kablam! su: No module specific data is present Oct 16 13:40:35.081 INFO running `"docker" "rm" "-f" "a2ef34ebcca7d0b552e0cf36106b8061ef6618c8dd564ccdf80266af2b560e57"` Oct 16 13:40:35.187 INFO blam! a2ef34ebcca7d0b552e0cf36106b8061ef6618c8dd564ccdf80266af2b560e57 Oct 16 13:40:35.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 13:40:35.503 INFO blam! fb733a2127bfe9d7b6224dfa27a97acb7f682ec11b88aff917e8cdf52ea6b5e3 Oct 16 13:40:35.505 INFO running `"docker" "start" "-a" "fb733a2127bfe9d7b6224dfa27a97acb7f682ec11b88aff917e8cdf52ea6b5e3"` Oct 16 13:40:35.938 INFO kablam! usermod: no changes Oct 16 13:40:36.007 INFO kablam! Compiling davincibot v0.0.14 (/source) Oct 16 13:40:38.155 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 16 13:40:38.155 INFO kablam! --> src/main.rs:9:21 Oct 16 13:40:38.155 INFO kablam! | Oct 16 13:40:38.155 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 16 13:40:38.155 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:40:38.155 INFO kablam! | Oct 16 13:40:38.155 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:40:38.155 INFO kablam! Oct 16 13:40:40.271 INFO kablam! warning: unused variable: `repl` Oct 16 13:40:40.271 INFO kablam! --> src/core_commands.rs:24:57 Oct 16 13:40:40.271 INFO kablam! | Oct 16 13:40:40.271 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 16 13:40:40.271 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 16 13:40:40.271 INFO kablam! | Oct 16 13:40:40.271 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:40:40.271 INFO kablam! Oct 16 13:40:40.271 INFO kablam! warning: unused variable: `tree` Oct 16 13:40:40.271 INFO kablam! --> src/core_commands.rs:24:63 Oct 16 13:40:40.271 INFO kablam! | Oct 16 13:40:40.271 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 16 13:40:40.271 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 16 13:40:40.271 INFO kablam! Oct 16 13:40:40.271 INFO kablam! warning: unused variable: `repl` Oct 16 13:40:40.271 INFO kablam! --> src/core_commands.rs:249:19 Oct 16 13:40:40.271 INFO kablam! | Oct 16 13:40:40.271 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:40.271 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 16 13:40:40.271 INFO kablam! Oct 16 13:40:40.271 INFO kablam! warning: unused variable: `tree` Oct 16 13:40:40.271 INFO kablam! --> src/core_commands.rs:249:32 Oct 16 13:40:40.271 INFO kablam! | Oct 16 13:40:40.271 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:40.271 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 16 13:40:40.271 INFO kablam! Oct 16 13:40:40.271 INFO kablam! warning: unused variable: `tags` Oct 16 13:40:40.271 INFO kablam! --> src/core_commands.rs:249:49 Oct 16 13:40:40.271 INFO kablam! | Oct 16 13:40:40.271 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:40.271 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 16 13:40:40.271 INFO kablam! Oct 16 13:40:40.275 INFO kablam! warning: unused variable: `command` Oct 16 13:40:40.275 INFO kablam! --> src/repl.rs:458:38 Oct 16 13:40:40.275 INFO kablam! | Oct 16 13:40:40.275 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 16 13:40:40.275 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 16 13:40:40.275 INFO kablam! Oct 16 13:40:40.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.94s Oct 16 13:40:40.910 INFO kablam! su: No module specific data is present Oct 16 13:40:41.631 INFO running `"docker" "rm" "-f" "fb733a2127bfe9d7b6224dfa27a97acb7f682ec11b88aff917e8cdf52ea6b5e3"` Oct 16 13:40:41.835 INFO blam! fb733a2127bfe9d7b6224dfa27a97acb7f682ec11b88aff917e8cdf52ea6b5e3