Oct 26 19:52:28.961 INFO checking tak2siva/rust-sqlite against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:52:28.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 26 19:52:29.362 INFO blam! 999f6ad3a0e0771919720ab2fdee7b568013621bceccc8a86432596486fdcebe Oct 26 19:52:29.362 INFO running `"docker" "start" "-a" "999f6ad3a0e0771919720ab2fdee7b568013621bceccc8a86432596486fdcebe"` Oct 26 19:52:30.283 INFO kablam! usermod: no changes Oct 26 19:52:30.324 INFO kablam! Checking sqlite v0.0.1 (/source) Oct 26 19:52:30.510 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 19:52:30.510 INFO kablam! --> src/main.rs:28:6 Oct 26 19:52:30.510 INFO kablam! | Oct 26 19:52:30.510 INFO kablam! 28 | if (input.chars().nth(0).unwrap() == '.') { Oct 26 19:52:30.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 19:52:30.510 INFO kablam! | Oct 26 19:52:30.510 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 19:52:30.510 INFO kablam! Oct 26 19:52:30.559 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 19:52:30.559 INFO kablam! --> src/main.rs:28:6 Oct 26 19:52:30.559 INFO kablam! | Oct 26 19:52:30.559 INFO kablam! 28 | if (input.chars().nth(0).unwrap() == '.') { Oct 26 19:52:30.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 19:52:30.559 INFO kablam! | Oct 26 19:52:30.559 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 19:52:30.559 INFO kablam! Oct 26 19:52:30.567 INFO kablam! warning: variant is never constructed: `META_COMMAND_SUCCESS` Oct 26 19:52:30.567 INFO kablam! --> src/meta_command.rs:5:2 Oct 26 19:52:30.567 INFO kablam! | Oct 26 19:52:30.567 INFO kablam! 5 | META_COMMAND_SUCCESS, Oct 26 19:52:30.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 19:52:30.567 INFO kablam! | Oct 26 19:52:30.567 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:52:30.567 INFO kablam! Oct 26 19:52:30.567 INFO kablam! warning: function `defaultStatement` should have a snake case name such as `default_statement` Oct 26 19:52:30.567 INFO kablam! --> src/statement.rs:12:1 Oct 26 19:52:30.567 INFO kablam! | Oct 26 19:52:30.567 INFO kablam! 12 | / pub fn defaultStatement() -> Statement { Oct 26 19:52:30.567 INFO kablam! 13 | | return Statement{ st_type: StatementType::UNKNOWN }; Oct 26 19:52:30.567 INFO kablam! 14 | | } Oct 26 19:52:30.567 INFO kablam! | |_^ Oct 26 19:52:30.567 INFO kablam! | Oct 26 19:52:30.567 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 19:52:30.567 INFO kablam! Oct 26 19:52:30.567 INFO kablam! warning: method `setType` should have a snake case name such as `set_type` Oct 26 19:52:30.567 INFO kablam! --> src/statement.rs:17:2 Oct 26 19:52:30.567 INFO kablam! | Oct 26 19:52:30.567 INFO kablam! 17 | pub fn setType(&mut self, st_type: StatementType) { Oct 26 19:52:30.567 INFO kablam! | _____^ Oct 26 19:52:30.567 INFO kablam! 18 | | self.st_type = st_type; Oct 26 19:52:30.567 INFO kablam! 19 | | } Oct 26 19:52:30.567 INFO kablam! | |_____^ Oct 26 19:52:30.567 INFO kablam! Oct 26 19:52:30.623 INFO kablam! warning: variant is never constructed: `META_COMMAND_SUCCESS` Oct 26 19:52:30.623 INFO kablam! --> src/meta_command.rs:5:2 Oct 26 19:52:30.623 INFO kablam! | Oct 26 19:52:30.623 INFO kablam! 5 | META_COMMAND_SUCCESS, Oct 26 19:52:30.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 19:52:30.623 INFO kablam! | Oct 26 19:52:30.623 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:52:30.623 INFO kablam! Oct 26 19:52:30.623 INFO kablam! warning: function `defaultStatement` should have a snake case name such as `default_statement` Oct 26 19:52:30.623 INFO kablam! --> src/statement.rs:12:1 Oct 26 19:52:30.623 INFO kablam! | Oct 26 19:52:30.623 INFO kablam! 12 | / pub fn defaultStatement() -> Statement { Oct 26 19:52:30.623 INFO kablam! 13 | | return Statement{ st_type: StatementType::UNKNOWN }; Oct 26 19:52:30.623 INFO kablam! 14 | | } Oct 26 19:52:30.623 INFO kablam! | |_^ Oct 26 19:52:30.623 INFO kablam! | Oct 26 19:52:30.623 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 19:52:30.623 INFO kablam! Oct 26 19:52:30.623 INFO kablam! warning: method `setType` should have a snake case name such as `set_type` Oct 26 19:52:30.623 INFO kablam! --> src/statement.rs:17:2 Oct 26 19:52:30.623 INFO kablam! | Oct 26 19:52:30.623 INFO kablam! 17 | pub fn setType(&mut self, st_type: StatementType) { Oct 26 19:52:30.623 INFO kablam! | _____^ Oct 26 19:52:30.623 INFO kablam! 18 | | self.st_type = st_type; Oct 26 19:52:30.623 INFO kablam! 19 | | } Oct 26 19:52:30.623 INFO kablam! | |_____^ Oct 26 19:52:30.623 INFO kablam! Oct 26 19:52:30.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.34s Oct 26 19:52:30.645 INFO kablam! su: No module specific data is present Oct 26 19:52:30.987 INFO running `"docker" "rm" "-f" "999f6ad3a0e0771919720ab2fdee7b568013621bceccc8a86432596486fdcebe"` Oct 26 19:52:31.287 INFO blam! 999f6ad3a0e0771919720ab2fdee7b568013621bceccc8a86432596486fdcebe