Oct 31 20:04:44.073 INFO checking tak2siva/rust-sqlite against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:04:44.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 20:04:44.753 INFO blam! e1692e132958758a69e0b65df8ac88f164c49f87faae4bbcf65d2a4d51ba81d1 Oct 31 20:04:44.758 INFO running `"docker" "start" "-a" "e1692e132958758a69e0b65df8ac88f164c49f87faae4bbcf65d2a4d51ba81d1"` Oct 31 20:04:46.024 INFO kablam! usermod: no changes Oct 31 20:04:46.082 INFO kablam! Checking sqlite v0.0.1 (/source) Oct 31 20:04:46.416 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 31 20:04:46.416 INFO kablam! --> src/main.rs:28:6 Oct 31 20:04:46.416 INFO kablam! | Oct 31 20:04:46.416 INFO kablam! 28 | if (input.chars().nth(0).unwrap() == '.') { Oct 31 20:04:46.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 20:04:46.416 INFO kablam! | Oct 31 20:04:46.416 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 20:04:46.416 INFO kablam! Oct 31 20:04:46.436 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 31 20:04:46.436 INFO kablam! --> src/main.rs:28:6 Oct 31 20:04:46.436 INFO kablam! | Oct 31 20:04:46.436 INFO kablam! 28 | if (input.chars().nth(0).unwrap() == '.') { Oct 31 20:04:46.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 20:04:46.436 INFO kablam! | Oct 31 20:04:46.436 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 20:04:46.436 INFO kablam! Oct 31 20:04:46.484 INFO kablam! warning: variant is never constructed: `META_COMMAND_SUCCESS` Oct 31 20:04:46.484 INFO kablam! --> src/meta_command.rs:5:2 Oct 31 20:04:46.484 INFO kablam! | Oct 31 20:04:46.484 INFO kablam! 5 | META_COMMAND_SUCCESS, Oct 31 20:04:46.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 20:04:46.484 INFO kablam! | Oct 31 20:04:46.484 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:04:46.484 INFO kablam! Oct 31 20:04:46.484 INFO kablam! warning: function `defaultStatement` should have a snake case name such as `default_statement` Oct 31 20:04:46.484 INFO kablam! --> src/statement.rs:12:1 Oct 31 20:04:46.484 INFO kablam! | Oct 31 20:04:46.484 INFO kablam! 12 | / pub fn defaultStatement() -> Statement { Oct 31 20:04:46.484 INFO kablam! 13 | | return Statement{ st_type: StatementType::UNKNOWN }; Oct 31 20:04:46.484 INFO kablam! 14 | | } Oct 31 20:04:46.484 INFO kablam! | |_^ Oct 31 20:04:46.484 INFO kablam! | Oct 31 20:04:46.484 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 20:04:46.484 INFO kablam! Oct 31 20:04:46.484 INFO kablam! warning: method `setType` should have a snake case name such as `set_type` Oct 31 20:04:46.484 INFO kablam! --> src/statement.rs:17:2 Oct 31 20:04:46.484 INFO kablam! | Oct 31 20:04:46.484 INFO kablam! 17 | pub fn setType(&mut self, st_type: StatementType) { Oct 31 20:04:46.484 INFO kablam! | _____^ Oct 31 20:04:46.484 INFO kablam! 18 | | self.st_type = st_type; Oct 31 20:04:46.484 INFO kablam! 19 | | } Oct 31 20:04:46.484 INFO kablam! | |_____^ Oct 31 20:04:46.484 INFO kablam! Oct 31 20:04:46.487 INFO kablam! warning: variant is never constructed: `META_COMMAND_SUCCESS` Oct 31 20:04:46.487 INFO kablam! --> src/meta_command.rs:5:2 Oct 31 20:04:46.487 INFO kablam! | Oct 31 20:04:46.487 INFO kablam! 5 | META_COMMAND_SUCCESS, Oct 31 20:04:46.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 20:04:46.487 INFO kablam! | Oct 31 20:04:46.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:04:46.487 INFO kablam! Oct 31 20:04:46.487 INFO kablam! warning: function `defaultStatement` should have a snake case name such as `default_statement` Oct 31 20:04:46.487 INFO kablam! --> src/statement.rs:12:1 Oct 31 20:04:46.487 INFO kablam! | Oct 31 20:04:46.487 INFO kablam! 12 | / pub fn defaultStatement() -> Statement { Oct 31 20:04:46.487 INFO kablam! 13 | | return Statement{ st_type: StatementType::UNKNOWN }; Oct 31 20:04:46.487 INFO kablam! 14 | | } Oct 31 20:04:46.487 INFO kablam! | |_^ Oct 31 20:04:46.487 INFO kablam! | Oct 31 20:04:46.487 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 20:04:46.487 INFO kablam! Oct 31 20:04:46.487 INFO kablam! warning: method `setType` should have a snake case name such as `set_type` Oct 31 20:04:46.487 INFO kablam! --> src/statement.rs:17:2 Oct 31 20:04:46.487 INFO kablam! | Oct 31 20:04:46.487 INFO kablam! 17 | pub fn setType(&mut self, st_type: StatementType) { Oct 31 20:04:46.487 INFO kablam! | _____^ Oct 31 20:04:46.487 INFO kablam! 18 | | self.st_type = st_type; Oct 31 20:04:46.487 INFO kablam! 19 | | } Oct 31 20:04:46.487 INFO kablam! | |_____^ Oct 31 20:04:46.487 INFO kablam! Oct 31 20:04:46.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.46s Oct 31 20:04:46.533 INFO kablam! su: No module specific data is present Oct 31 20:04:47.158 INFO running `"docker" "rm" "-f" "e1692e132958758a69e0b65df8ac88f164c49f87faae4bbcf65d2a4d51ba81d1"` Oct 31 20:04:47.516 INFO blam! e1692e132958758a69e0b65df8ac88f164c49f87faae4bbcf65d2a4d51ba81d1