Oct 27 10:33:25.197 INFO checking NQNStudios/davincibot against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:33:25.198 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:25.849 INFO blam! d312c04bc9dc413869abecd8110c6acfd1c39b151f0dc6ff2ab08b47b7598948 Oct 27 10:33:25.852 INFO running `"docker" "start" "-a" "d312c04bc9dc413869abecd8110c6acfd1c39b151f0dc6ff2ab08b47b7598948"` Oct 27 10:33:27.679 INFO kablam! usermod: no changes Oct 27 10:33:27.837 INFO kablam! Checking utf8parse v0.1.0 Oct 27 10:33:27.851 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 27 10:33:27.851 INFO kablam! Checking memchr v2.0.2 Oct 27 10:33:27.851 INFO kablam! Checking dirs v1.0.4 Oct 27 10:33:27.879 INFO kablam! Checking subprocess v0.1.13 Oct 27 10:33:27.895 INFO kablam! Checking yaml-rust v0.4.0 Oct 27 10:33:27.904 INFO kablam! Checking nix v0.11.0 Oct 27 10:33:32.889 INFO kablam! Checking edit-rs v0.1.1 Oct 27 10:33:34.565 INFO kablam! Checking rusqlite v0.13.0 Oct 27 10:33:40.122 INFO kablam! Checking rustyline v2.0.1 Oct 27 10:33:42.242 INFO kablam! Checking davincibot v0.0.18 (/source) Oct 27 10:33:45.007 INFO kablam! warning: unused variable: `i` Oct 27 10:33:45.007 INFO kablam! --> src/idea.rs:502:9 Oct 27 10:33:45.007 INFO kablam! | Oct 27 10:33:45.007 INFO kablam! 502 | for i in 0..depth { Oct 27 10:33:45.007 INFO kablam! | ^ help: consider using `_i` instead Oct 27 10:33:45.007 INFO kablam! | Oct 27 10:33:45.007 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:33:45.007 INFO kablam! Oct 27 10:33:45.007 INFO kablam! warning: unused variable: `repl` Oct 27 10:33:45.007 INFO kablam! --> src/core_commands.rs:24:57 Oct 27 10:33:45.007 INFO kablam! | Oct 27 10:33:45.007 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 10:33:45.007 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 10:33:45.007 INFO kablam! Oct 27 10:33:45.007 INFO kablam! warning: unused variable: `tree` Oct 27 10:33:45.007 INFO kablam! --> src/core_commands.rs:24:63 Oct 27 10:33:45.007 INFO kablam! | Oct 27 10:33:45.007 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 10:33:45.007 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 10:33:45.007 INFO kablam! Oct 27 10:33:45.007 INFO kablam! warning: unused variable: `repl` Oct 27 10:33:45.007 INFO kablam! --> src/core_commands.rs:261:19 Oct 27 10:33:45.007 INFO kablam! | Oct 27 10:33:45.007 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:45.007 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 10:33:45.007 INFO kablam! Oct 27 10:33:45.007 INFO kablam! warning: unused variable: `tree` Oct 27 10:33:45.007 INFO kablam! --> src/core_commands.rs:261:32 Oct 27 10:33:45.007 INFO kablam! | Oct 27 10:33:45.007 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:45.007 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 10:33:45.007 INFO kablam! Oct 27 10:33:45.007 INFO kablam! warning: unused variable: `tags` Oct 27 10:33:45.007 INFO kablam! --> src/core_commands.rs:261:49 Oct 27 10:33:45.007 INFO kablam! | Oct 27 10:33:45.007 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:45.008 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 27 10:33:45.008 INFO kablam! Oct 27 10:33:45.011 INFO kablam! warning: unused variable: `command` Oct 27 10:33:45.011 INFO kablam! --> src/repl.rs:462:38 Oct 27 10:33:45.011 INFO kablam! | Oct 27 10:33:45.011 INFO kablam! 462 | pub fn print_command_help(&self, command: String) { Oct 27 10:33:45.011 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 27 10:33:45.011 INFO kablam! Oct 27 10:33:45.161 INFO kablam! warning: unused variable: `i` Oct 27 10:33:45.161 INFO kablam! --> src/idea.rs:502:9 Oct 27 10:33:45.161 INFO kablam! | Oct 27 10:33:45.161 INFO kablam! 502 | for i in 0..depth { Oct 27 10:33:45.161 INFO kablam! | ^ help: consider using `_i` instead Oct 27 10:33:45.161 INFO kablam! | Oct 27 10:33:45.161 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:33:45.161 INFO kablam! Oct 27 10:33:45.161 INFO kablam! warning: unused variable: `repl` Oct 27 10:33:45.161 INFO kablam! --> src/core_commands.rs:24:57 Oct 27 10:33:45.161 INFO kablam! | Oct 27 10:33:45.161 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 10:33:45.161 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 10:33:45.161 INFO kablam! Oct 27 10:33:45.161 INFO kablam! warning: unused variable: `tree` Oct 27 10:33:45.161 INFO kablam! --> src/core_commands.rs:24:63 Oct 27 10:33:45.162 INFO kablam! | Oct 27 10:33:45.162 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 27 10:33:45.162 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 10:33:45.162 INFO kablam! Oct 27 10:33:45.162 INFO kablam! warning: unused variable: `repl` Oct 27 10:33:45.162 INFO kablam! --> src/core_commands.rs:261:19 Oct 27 10:33:45.162 INFO kablam! | Oct 27 10:33:45.162 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:45.162 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 27 10:33:45.162 INFO kablam! Oct 27 10:33:45.162 INFO kablam! warning: unused variable: `tree` Oct 27 10:33:45.162 INFO kablam! --> src/core_commands.rs:261:32 Oct 27 10:33:45.162 INFO kablam! | Oct 27 10:33:45.162 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:45.162 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 27 10:33:45.162 INFO kablam! Oct 27 10:33:45.162 INFO kablam! warning: unused variable: `tags` Oct 27 10:33:45.162 INFO kablam! --> src/core_commands.rs:261:49 Oct 27 10:33:45.162 INFO kablam! | Oct 27 10:33:45.162 INFO kablam! 261 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 27 10:33:45.162 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 27 10:33:45.162 INFO kablam! Oct 27 10:33:45.162 INFO kablam! warning: unused variable: `command` Oct 27 10:33:45.162 INFO kablam! --> src/repl.rs:462:38 Oct 27 10:33:45.162 INFO kablam! | Oct 27 10:33:45.162 INFO kablam! 462 | pub fn print_command_help(&self, command: String) { Oct 27 10:33:45.162 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 27 10:33:45.162 INFO kablam! Oct 27 10:33:45.271 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:33:45.271 INFO kablam! --> src/idea.rs:487:21 Oct 27 10:33:45.271 INFO kablam! | Oct 27 10:33:45.271 INFO kablam! 487 | file.write(idea_to_org_string(selected_idea, self, 1)?.as_bytes()); Oct 27 10:33:45.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:33:45.271 INFO kablam! | Oct 27 10:33:45.271 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:33:45.271 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:33:45.271 INFO kablam! Oct 27 10:33:45.355 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:33:45.355 INFO kablam! --> src/idea.rs:487:21 Oct 27 10:33:45.355 INFO kablam! | Oct 27 10:33:45.355 INFO kablam! 487 | file.write(idea_to_org_string(selected_idea, self, 1)?.as_bytes()); Oct 27 10:33:45.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:33:45.355 INFO kablam! | Oct 27 10:33:45.355 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:33:45.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:33:45.355 INFO kablam! Oct 27 10:33:48.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.63s Oct 27 10:33:48.347 INFO kablam! su: No module specific data is present Oct 27 10:33:49.487 INFO running `"docker" "rm" "-f" "d312c04bc9dc413869abecd8110c6acfd1c39b151f0dc6ff2ab08b47b7598948"` Oct 27 10:33:49.889 INFO blam! d312c04bc9dc413869abecd8110c6acfd1c39b151f0dc6ff2ab08b47b7598948