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