Oct 12 22:15:59.935 INFO testing tak2siva/rust-sqlite against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 22:15:59.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 12 22:16:00.126 INFO blam! d6eb301fe5aaa651254de6e47550aeb27e70ce9af1689c3ca2029f10194d0c17 Oct 12 22:16:00.127 INFO running `"docker" "start" "-a" "d6eb301fe5aaa651254de6e47550aeb27e70ce9af1689c3ca2029f10194d0c17"` Oct 12 22:16:00.583 INFO kablam! usermod: no changes Oct 12 22:16:00.602 INFO kablam! Compiling sqlite v0.0.1 (/source) Oct 12 22:16:00.710 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:16:00.710 INFO kablam! --> src/main.rs:28:6 Oct 12 22:16:00.710 INFO kablam! | Oct 12 22:16:00.710 INFO kablam! 28 | if (input.chars().nth(0).unwrap() == '.') { Oct 12 22:16:00.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:16:00.710 INFO kablam! | Oct 12 22:16:00.710 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 22:16:00.710 INFO kablam! Oct 12 22:16:00.747 INFO kablam! warning: variant is never constructed: `META_COMMAND_SUCCESS` Oct 12 22:16:00.747 INFO kablam! --> src/meta_command.rs:5:2 Oct 12 22:16:00.747 INFO kablam! | Oct 12 22:16:00.747 INFO kablam! 5 | META_COMMAND_SUCCESS, Oct 12 22:16:00.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 22:16:00.747 INFO kablam! | Oct 12 22:16:00.747 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:16:00.747 INFO kablam! Oct 12 22:16:00.747 INFO kablam! warning: function `defaultStatement` should have a snake case name such as `default_statement` Oct 12 22:16:00.747 INFO kablam! --> src/statement.rs:12:1 Oct 12 22:16:00.747 INFO kablam! | Oct 12 22:16:00.747 INFO kablam! 12 | / pub fn defaultStatement() -> Statement { Oct 12 22:16:00.747 INFO kablam! 13 | | return Statement{ st_type: StatementType::UNKNOWN }; Oct 12 22:16:00.747 INFO kablam! 14 | | } Oct 12 22:16:00.747 INFO kablam! | |_^ Oct 12 22:16:00.747 INFO kablam! | Oct 12 22:16:00.747 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 22:16:00.747 INFO kablam! Oct 12 22:16:00.747 INFO kablam! warning: method `setType` should have a snake case name such as `set_type` Oct 12 22:16:00.747 INFO kablam! --> src/statement.rs:17:2 Oct 12 22:16:00.747 INFO kablam! | Oct 12 22:16:00.747 INFO kablam! 17 | pub fn setType(&mut self, st_type: StatementType) { Oct 12 22:16:00.747 INFO kablam! | _____^ Oct 12 22:16:00.747 INFO kablam! 18 | | self.st_type = st_type; Oct 12 22:16:00.747 INFO kablam! 19 | | } Oct 12 22:16:00.747 INFO kablam! | |_____^ Oct 12 22:16:00.747 INFO kablam! Oct 12 22:16:01.125 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.53s Oct 12 22:16:01.127 INFO kablam! su: No module specific data is present Oct 12 22:16:01.399 INFO running `"docker" "rm" "-f" "d6eb301fe5aaa651254de6e47550aeb27e70ce9af1689c3ca2029f10194d0c17"` Oct 12 22:16:01.474 INFO blam! d6eb301fe5aaa651254de6e47550aeb27e70ce9af1689c3ca2029f10194d0c17 Oct 12 22:16:01.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 12 22:16:01.631 INFO blam! ecc5907606cf37e7e9bf3a93eaf6504d2a5deb3a029c4c6b97bf610b5f23a7b6 Oct 12 22:16:01.632 INFO running `"docker" "start" "-a" "ecc5907606cf37e7e9bf3a93eaf6504d2a5deb3a029c4c6b97bf610b5f23a7b6"` Oct 12 22:16:02.103 INFO kablam! usermod: no changes Oct 12 22:16:02.143 INFO kablam! Compiling sqlite v0.0.1 (/source) Oct 12 22:16:02.302 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:16:02.302 INFO kablam! --> src/main.rs:28:6 Oct 12 22:16:02.302 INFO kablam! | Oct 12 22:16:02.302 INFO kablam! 28 | if (input.chars().nth(0).unwrap() == '.') { Oct 12 22:16:02.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:16:02.302 INFO kablam! | Oct 12 22:16:02.302 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 22:16:02.302 INFO kablam! Oct 12 22:16:02.339 INFO kablam! warning: variant is never constructed: `META_COMMAND_SUCCESS` Oct 12 22:16:02.339 INFO kablam! --> src/meta_command.rs:5:2 Oct 12 22:16:02.339 INFO kablam! | Oct 12 22:16:02.339 INFO kablam! 5 | META_COMMAND_SUCCESS, Oct 12 22:16:02.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 22:16:02.339 INFO kablam! | Oct 12 22:16:02.339 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:16:02.339 INFO kablam! Oct 12 22:16:02.339 INFO kablam! warning: function `defaultStatement` should have a snake case name such as `default_statement` Oct 12 22:16:02.339 INFO kablam! --> src/statement.rs:12:1 Oct 12 22:16:02.339 INFO kablam! | Oct 12 22:16:02.339 INFO kablam! 12 | / pub fn defaultStatement() -> Statement { Oct 12 22:16:02.339 INFO kablam! 13 | | return Statement{ st_type: StatementType::UNKNOWN }; Oct 12 22:16:02.339 INFO kablam! 14 | | } Oct 12 22:16:02.339 INFO kablam! | |_^ Oct 12 22:16:02.339 INFO kablam! | Oct 12 22:16:02.339 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 22:16:02.339 INFO kablam! Oct 12 22:16:02.339 INFO kablam! warning: method `setType` should have a snake case name such as `set_type` Oct 12 22:16:02.339 INFO kablam! --> src/statement.rs:17:2 Oct 12 22:16:02.339 INFO kablam! | Oct 12 22:16:02.339 INFO kablam! 17 | pub fn setType(&mut self, st_type: StatementType) { Oct 12 22:16:02.339 INFO kablam! | _____^ Oct 12 22:16:02.339 INFO kablam! 18 | | self.st_type = st_type; Oct 12 22:16:02.339 INFO kablam! 19 | | } Oct 12 22:16:02.339 INFO kablam! | |_____^ Oct 12 22:16:02.339 INFO kablam! Oct 12 22:16:02.631 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.51s Oct 12 22:16:02.636 INFO kablam! su: No module specific data is present Oct 12 22:16:02.932 INFO running `"docker" "rm" "-f" "ecc5907606cf37e7e9bf3a93eaf6504d2a5deb3a029c4c6b97bf610b5f23a7b6"` Oct 12 22:16:03.071 INFO blam! ecc5907606cf37e7e9bf3a93eaf6504d2a5deb3a029c4c6b97bf610b5f23a7b6 Oct 12 22:16:03.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 12 22:16:03.260 INFO blam! 828606415a77ad34fde9fd1d73f51c90b781792b035aa09d48796a619aef253b Oct 12 22:16:03.262 INFO running `"docker" "start" "-a" "828606415a77ad34fde9fd1d73f51c90b781792b035aa09d48796a619aef253b"` Oct 12 22:16:03.691 INFO kablam! usermod: no changes Oct 12 22:16:03.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 22:16:03.735 INFO blam! Oct 12 22:16:03.735 INFO kablam! Running /target/debug/deps/sqlite-e90a697d0b187f5d Oct 12 22:16:03.735 INFO blam! running 0 tests Oct 12 22:16:03.735 INFO kablam! su: No module specific data is present Oct 12 22:16:03.735 INFO blam! Oct 12 22:16:03.735 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:16:03.735 INFO blam! Oct 12 22:16:04.179 INFO running `"docker" "rm" "-f" "828606415a77ad34fde9fd1d73f51c90b781792b035aa09d48796a619aef253b"` Oct 12 22:16:04.350 INFO blam! 828606415a77ad34fde9fd1d73f51c90b781792b035aa09d48796a619aef253b