Oct 10 13:52:02.154 INFO testing tak2siva/rust-sqlite against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:52:02.154 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:52:02.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:52:02.386 INFO blam! 0f28724b7746abd0df743db1cfbde0374393f0673c37b42612079fb64b3c4189 Oct 10 13:52:02.388 INFO running `"docker" "start" "-a" "0f28724b7746abd0df743db1cfbde0374393f0673c37b42612079fb64b3c4189"` Oct 10 13:52:02.844 INFO kablam! usermod: no changes Oct 10 13:52:02.863 INFO kablam! Compiling sqlite v0.0.1 (/source) Oct 10 13:52:03.157 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 13:52:03.157 INFO kablam! --> src/main.rs:28:6 Oct 10 13:52:03.157 INFO kablam! | Oct 10 13:52:03.157 INFO kablam! 28 | if (input.chars().nth(0).unwrap() == '.') { Oct 10 13:52:03.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 13:52:03.158 INFO kablam! | Oct 10 13:52:03.158 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 13:52:03.159 INFO kablam! Oct 10 13:52:03.187 INFO kablam! warning: variant is never constructed: `META_COMMAND_SUCCESS` Oct 10 13:52:03.187 INFO kablam! --> src/meta_command.rs:5:2 Oct 10 13:52:03.187 INFO kablam! | Oct 10 13:52:03.187 INFO kablam! 5 | META_COMMAND_SUCCESS, Oct 10 13:52:03.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 13:52:03.187 INFO kablam! | Oct 10 13:52:03.187 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:52:03.187 INFO kablam! Oct 10 13:52:03.190 INFO kablam! warning: function `defaultStatement` should have a snake case name such as `default_statement` Oct 10 13:52:03.190 INFO kablam! --> src/statement.rs:12:1 Oct 10 13:52:03.190 INFO kablam! | Oct 10 13:52:03.190 INFO kablam! 12 | / pub fn defaultStatement() -> Statement { Oct 10 13:52:03.190 INFO kablam! 13 | | return Statement{ st_type: StatementType::UNKNOWN }; Oct 10 13:52:03.190 INFO kablam! 14 | | } Oct 10 13:52:03.190 INFO kablam! | |_^ Oct 10 13:52:03.190 INFO kablam! | Oct 10 13:52:03.190 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 13:52:03.190 INFO kablam! Oct 10 13:52:03.190 INFO kablam! warning: method `setType` should have a snake case name such as `set_type` Oct 10 13:52:03.190 INFO kablam! --> src/statement.rs:17:2 Oct 10 13:52:03.190 INFO kablam! | Oct 10 13:52:03.190 INFO kablam! 17 | pub fn setType(&mut self, st_type: StatementType) { Oct 10 13:52:03.190 INFO kablam! | _____^ Oct 10 13:52:03.190 INFO kablam! 18 | | self.st_type = st_type; Oct 10 13:52:03.190 INFO kablam! 19 | | } Oct 10 13:52:03.190 INFO kablam! | |_____^ Oct 10 13:52:03.190 INFO kablam! Oct 10 13:52:03.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 10 13:52:03.525 INFO kablam! su: No module specific data is present Oct 10 13:52:03.753 INFO running `"docker" "rm" "-f" "0f28724b7746abd0df743db1cfbde0374393f0673c37b42612079fb64b3c4189"` Oct 10 13:52:03.831 INFO blam! 0f28724b7746abd0df743db1cfbde0374393f0673c37b42612079fb64b3c4189 Oct 10 13:52:03.833 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:52:03.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:52:03.985 INFO blam! 65825befc81d8b1697a6f508c1f3db30862ddb33db311ae94fdc84be108b34ec Oct 10 13:52:03.986 INFO running `"docker" "start" "-a" "65825befc81d8b1697a6f508c1f3db30862ddb33db311ae94fdc84be108b34ec"` Oct 10 13:52:04.434 INFO kablam! usermod: no changes Oct 10 13:52:04.453 INFO kablam! Compiling sqlite v0.0.1 (/source) Oct 10 13:52:04.803 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 13:52:04.803 INFO kablam! --> src/main.rs:28:6 Oct 10 13:52:04.803 INFO kablam! | Oct 10 13:52:04.803 INFO kablam! 28 | if (input.chars().nth(0).unwrap() == '.') { Oct 10 13:52:04.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 13:52:04.803 INFO kablam! | Oct 10 13:52:04.803 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 13:52:04.803 INFO kablam! Oct 10 13:52:04.850 INFO kablam! warning: variant is never constructed: `META_COMMAND_SUCCESS` Oct 10 13:52:04.850 INFO kablam! --> src/meta_command.rs:5:2 Oct 10 13:52:04.850 INFO kablam! | Oct 10 13:52:04.850 INFO kablam! 5 | META_COMMAND_SUCCESS, Oct 10 13:52:04.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 13:52:04.850 INFO kablam! | Oct 10 13:52:04.850 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:52:04.850 INFO kablam! Oct 10 13:52:04.850 INFO kablam! warning: function `defaultStatement` should have a snake case name such as `default_statement` Oct 10 13:52:04.850 INFO kablam! --> src/statement.rs:12:1 Oct 10 13:52:04.850 INFO kablam! | Oct 10 13:52:04.850 INFO kablam! 12 | / pub fn defaultStatement() -> Statement { Oct 10 13:52:04.850 INFO kablam! 13 | | return Statement{ st_type: StatementType::UNKNOWN }; Oct 10 13:52:04.850 INFO kablam! 14 | | } Oct 10 13:52:04.850 INFO kablam! | |_^ Oct 10 13:52:04.850 INFO kablam! | Oct 10 13:52:04.850 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 13:52:04.850 INFO kablam! Oct 10 13:52:04.850 INFO kablam! warning: method `setType` should have a snake case name such as `set_type` Oct 10 13:52:04.850 INFO kablam! --> src/statement.rs:17:2 Oct 10 13:52:04.850 INFO kablam! | Oct 10 13:52:04.850 INFO kablam! 17 | pub fn setType(&mut self, st_type: StatementType) { Oct 10 13:52:04.850 INFO kablam! | _____^ Oct 10 13:52:04.851 INFO kablam! 18 | | self.st_type = st_type; Oct 10 13:52:04.851 INFO kablam! 19 | | } Oct 10 13:52:04.851 INFO kablam! | |_____^ Oct 10 13:52:04.851 INFO kablam! Oct 10 13:52:05.186 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 10 13:52:05.188 INFO kablam! su: No module specific data is present Oct 10 13:52:05.480 INFO running `"docker" "rm" "-f" "65825befc81d8b1697a6f508c1f3db30862ddb33db311ae94fdc84be108b34ec"` Oct 10 13:52:05.580 INFO blam! 65825befc81d8b1697a6f508c1f3db30862ddb33db311ae94fdc84be108b34ec Oct 10 13:52:05.581 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:52:05.582 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:52:05.793 INFO blam! c6455ab072f761e882b86d4fe503bb034d63cb0728eab55c2760a42739375072 Oct 10 13:52:05.819 INFO running `"docker" "start" "-a" "c6455ab072f761e882b86d4fe503bb034d63cb0728eab55c2760a42739375072"` Oct 10 13:52:06.276 INFO kablam! usermod: no changes Oct 10 13:52:06.300 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 10 13:52:06.301 INFO kablam! Running /target/debug/deps/sqlite-e90a697d0b187f5d Oct 10 13:52:06.302 INFO blam! Oct 10 13:52:06.302 INFO blam! running 0 tests Oct 10 13:52:06.302 INFO blam! Oct 10 13:52:06.302 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:52:06.302 INFO blam! Oct 10 13:52:06.305 INFO kablam! su: No module specific data is present Oct 10 13:52:06.602 INFO running `"docker" "rm" "-f" "c6455ab072f761e882b86d4fe503bb034d63cb0728eab55c2760a42739375072"` Oct 10 13:52:06.765 INFO blam! c6455ab072f761e882b86d4fe503bb034d63cb0728eab55c2760a42739375072