Oct 27 10:33:24.092 INFO checking NQNStudios/davincibot against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:33:24.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 10:33:24.648 INFO blam! b5bf348687a05974eff1317df4633bab7c1f4c4b2486a84b3741164bc9da7f1b Oct 27 10:33:24.650 INFO running `"docker" "start" "-a" "b5bf348687a05974eff1317df4633bab7c1f4c4b2486a84b3741164bc9da7f1b"` Oct 27 10:33:26.223 INFO kablam! usermod: no changes Oct 27 10:33:26.371 INFO kablam! Checking utf8parse v0.1.0 Oct 27 10:33:26.371 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 27 10:33:26.372 INFO kablam! Checking subprocess v0.1.13 Oct 27 10:33:26.372 INFO kablam! Checking nix v0.11.0 Oct 27 10:33:30.411 INFO kablam! Checking edit-rs v0.1.1 Oct 27 10:33:31.872 INFO kablam! Checking rusqlite v0.13.0 Oct 27 10:33:36.724 INFO kablam! Checking rustyline v2.0.1 Oct 27 10:33:38.757 INFO kablam! Checking davincibot v0.0.18 (/source) Oct 27 10:33:41.491 INFO kablam! warning: unused variable: `i` Oct 27 10:33:41.491 INFO kablam! --> src/idea.rs:502:9 Oct 27 10:33:41.491 INFO kablam! | Oct 27 10:33:41.491 INFO kablam! 502 | for i in 0..depth { Oct 27 10:33:41.491 INFO kablam! | ^ help: consider using `_i` instead Oct 27 10:33:41.493 INFO kablam! | Oct 27 10:33:41.493 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:33:41.493 INFO kablam! Oct 27 10:33:41.493 INFO kablam! warning: unused variable: `repl` Oct 27 10:33:41.493 INFO kablam! --> src/core_commands.rs:24:57 Oct 27 10:33:41.493 INFO kablam! | Oct 27 10:33:41.493 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 10:33:41.493 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 10:33:41.493 INFO kablam! Oct 27 10:33:41.493 INFO kablam! warning: unused variable: `tree` Oct 27 10:33:41.493 INFO kablam! --> src/core_commands.rs:24:63 Oct 27 10:33:41.493 INFO kablam! | Oct 27 10:33:41.493 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 10:33:41.493 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 10:33:41.493 INFO kablam! Oct 27 10:33:41.493 INFO kablam! warning: unused variable: `repl` Oct 27 10:33:41.493 INFO kablam! --> src/core_commands.rs:261:19 Oct 27 10:33:41.493 INFO kablam! | Oct 27 10:33:41.493 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:41.493 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 10:33:41.493 INFO kablam! Oct 27 10:33:41.493 INFO kablam! warning: unused variable: `tree` Oct 27 10:33:41.493 INFO kablam! --> src/core_commands.rs:261:32 Oct 27 10:33:41.493 INFO kablam! | Oct 27 10:33:41.493 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:41.493 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 10:33:41.493 INFO kablam! Oct 27 10:33:41.493 INFO kablam! warning: unused variable: `tags` Oct 27 10:33:41.493 INFO kablam! --> src/core_commands.rs:261:49 Oct 27 10:33:41.493 INFO kablam! | Oct 27 10:33:41.493 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:41.493 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 27 10:33:41.493 INFO kablam! Oct 27 10:33:41.493 INFO kablam! warning: unused variable: `command` Oct 27 10:33:41.493 INFO kablam! --> src/repl.rs:462:38 Oct 27 10:33:41.493 INFO kablam! | Oct 27 10:33:41.493 INFO kablam! 462 | pub fn print_command_help(&self, command: String) { Oct 27 10:33:41.493 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 27 10:33:41.493 INFO kablam! Oct 27 10:33:41.731 INFO kablam! warning: unused variable: `i` Oct 27 10:33:41.731 INFO kablam! --> src/idea.rs:502:9 Oct 27 10:33:41.732 INFO kablam! | Oct 27 10:33:41.732 INFO kablam! 502 | for i in 0..depth { Oct 27 10:33:41.732 INFO kablam! | ^ help: consider using `_i` instead Oct 27 10:33:41.732 INFO kablam! | Oct 27 10:33:41.733 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:33:41.733 INFO kablam! Oct 27 10:33:41.734 INFO kablam! warning: unused variable: `repl` Oct 27 10:33:41.734 INFO kablam! --> src/core_commands.rs:24:57 Oct 27 10:33:41.734 INFO kablam! | Oct 27 10:33:41.734 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 10:33:41.734 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 10:33:41.735 INFO kablam! Oct 27 10:33:41.736 INFO kablam! warning: unused variable: `tree` Oct 27 10:33:41.736 INFO kablam! --> src/core_commands.rs:24:63 Oct 27 10:33:41.736 INFO kablam! | Oct 27 10:33:41.736 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 10:33:41.736 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 10:33:41.736 INFO kablam! Oct 27 10:33:41.738 INFO kablam! warning: unused variable: `repl` Oct 27 10:33:41.738 INFO kablam! --> src/core_commands.rs:261:19 Oct 27 10:33:41.739 INFO kablam! | Oct 27 10:33:41.739 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:41.739 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 10:33:41.739 INFO kablam! Oct 27 10:33:41.740 INFO kablam! warning: unused variable: `tree` Oct 27 10:33:41.740 INFO kablam! --> src/core_commands.rs:261:32 Oct 27 10:33:41.741 INFO kablam! | Oct 27 10:33:41.741 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:41.741 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 10:33:41.741 INFO kablam! Oct 27 10:33:41.742 INFO kablam! warning: unused variable: `tags` Oct 27 10:33:41.742 INFO kablam! --> src/core_commands.rs:261:49 Oct 27 10:33:41.742 INFO kablam! | Oct 27 10:33:41.742 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:41.742 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 27 10:33:41.742 INFO kablam! Oct 27 10:33:41.745 INFO kablam! warning: unused variable: `command` Oct 27 10:33:41.745 INFO kablam! --> src/repl.rs:462:38 Oct 27 10:33:41.745 INFO kablam! | Oct 27 10:33:41.745 INFO kablam! 462 | pub fn print_command_help(&self, command: String) { Oct 27 10:33:41.745 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 27 10:33:41.745 INFO kablam! Oct 27 10:33:41.796 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:33:41.796 INFO kablam! --> src/idea.rs:487:21 Oct 27 10:33:41.796 INFO kablam! | Oct 27 10:33:41.796 INFO kablam! 487 | file.write(idea_to_org_string(selected_idea, self, 1)?.as_bytes()); Oct 27 10:33:41.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:33:41.796 INFO kablam! | Oct 27 10:33:41.796 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:33:41.796 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:33:41.796 INFO kablam! Oct 27 10:33:42.131 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:33:42.132 INFO kablam! --> src/idea.rs:487:21 Oct 27 10:33:42.133 INFO kablam! | Oct 27 10:33:42.133 INFO kablam! 487 | file.write(idea_to_org_string(selected_idea, self, 1)?.as_bytes()); Oct 27 10:33:42.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:33:42.135 INFO kablam! | Oct 27 10:33:42.135 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:33:42.136 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:33:42.136 INFO kablam! Oct 27 10:33:45.990 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.73s Oct 27 10:33:45.991 INFO kablam! su: No module specific data is present Oct 27 10:33:47.149 INFO running `"docker" "rm" "-f" "b5bf348687a05974eff1317df4633bab7c1f4c4b2486a84b3741164bc9da7f1b"` Oct 27 10:33:47.423 INFO blam! b5bf348687a05974eff1317df4633bab7c1f4c4b2486a84b3741164bc9da7f1b