Oct 11 01:44:45.075 INFO testing burtgulash/sirka against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:44:45.076 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:44:45.077 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 11 01:44:45.528 INFO blam! f39986614d7f390b48d42e2cc3cc1c69faeaa83b6b50e851e22bb84aa2a0875a Oct 11 01:44:45.540 INFO running `"docker" "start" "-a" "f39986614d7f390b48d42e2cc3cc1c69faeaa83b6b50e851e22bb84aa2a0875a"` Oct 11 01:44:46.846 INFO kablam! usermod: no changes Oct 11 01:44:46.896 INFO kablam! Compiling sirka v0.1.0 (/source) Oct 11 01:44:48.076 INFO kablam! warning: unused variable: `terms_size` Oct 11 01:44:48.076 INFO kablam! --> src/nutrie/read.rs:47:68 Oct 11 01:44:48.076 INFO kablam! | Oct 11 01:44:48.076 INFO kablam! 47 | pub fn new(bytes: &'a [u8], dict_size: usize, root_ptr: usize, terms_size: usize) -> Self { Oct 11 01:44:48.076 INFO kablam! | ^^^^^^^^^^ help: consider using `_terms_size` instead Oct 11 01:44:48.076 INFO kablam! | Oct 11 01:44:48.076 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:44:48.076 INFO kablam! Oct 11 01:44:48.181 INFO kablam! warning: variable does not need to be mutable Oct 11 01:44:48.181 INFO kablam! --> src/postings/cursor/merge/with_duplicates.rs:77:17 Oct 11 01:44:48.181 INFO kablam! | Oct 11 01:44:48.181 INFO kablam! 77 | let mut ptrs = self.frontier.drain().collect::>(); Oct 11 01:44:48.181 INFO kablam! | ----^^^^ Oct 11 01:44:48.181 INFO kablam! | | Oct 11 01:44:48.181 INFO kablam! | help: remove this `mut` Oct 11 01:44:48.181 INFO kablam! | Oct 11 01:44:48.181 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:44:48.181 INFO kablam! Oct 11 01:44:50.072 INFO kablam! warning: unused `#[macro_use]` import Oct 11 01:44:50.072 INFO kablam! --> src/bin/search.rs:1:1 Oct 11 01:44:50.072 INFO kablam! | Oct 11 01:44:50.072 INFO kablam! 1 | #[macro_use] Oct 11 01:44:50.072 INFO kablam! | ^^^^^^^^^^^^ Oct 11 01:44:50.072 INFO kablam! | Oct 11 01:44:50.072 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:44:50.072 INFO kablam! Oct 11 01:44:50.480 INFO kablam! warning: unused variable: `written_terms` Oct 11 01:44:50.480 INFO kablam! --> src/bin/index.rs:116:10 Oct 11 01:44:50.480 INFO kablam! | Oct 11 01:44:50.480 INFO kablam! 116 | let (written_terms, dict_size, root_ptr, terms_size) = create_trie(term_serial, &terms, &mut postings, Oct 11 01:44:50.480 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_written_terms` instead Oct 11 01:44:50.480 INFO kablam! | Oct 11 01:44:50.480 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:44:50.480 INFO kablam! Oct 11 01:44:53.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.28s Oct 11 01:44:53.168 INFO kablam! su: No module specific data is present Oct 11 01:44:54.212 INFO running `"docker" "rm" "-f" "f39986614d7f390b48d42e2cc3cc1c69faeaa83b6b50e851e22bb84aa2a0875a"` Oct 11 01:44:54.468 INFO blam! f39986614d7f390b48d42e2cc3cc1c69faeaa83b6b50e851e22bb84aa2a0875a Oct 11 01:44:54.470 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:44:54.470 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 11 01:44:55.088 INFO blam! 8fd7c69497064383689d95224ca124c77fbcf5ccc05b3b1fc9eb94343cf97a9e Oct 11 01:44:55.090 INFO running `"docker" "start" "-a" "8fd7c69497064383689d95224ca124c77fbcf5ccc05b3b1fc9eb94343cf97a9e"` Oct 11 01:44:56.665 INFO kablam! usermod: no changes Oct 11 01:44:56.785 INFO kablam! Compiling sirka v0.1.0 (/source) Oct 11 01:44:58.280 INFO kablam! warning: unused variable: `written_terms` Oct 11 01:44:58.280 INFO kablam! --> src/bin/index.rs:116:10 Oct 11 01:44:58.280 INFO kablam! | Oct 11 01:44:58.280 INFO kablam! 116 | let (written_terms, dict_size, root_ptr, terms_size) = create_trie(term_serial, &terms, &mut postings, Oct 11 01:44:58.280 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_written_terms` instead Oct 11 01:44:58.286 INFO kablam! | Oct 11 01:44:58.287 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:44:58.287 INFO kablam! Oct 11 01:44:58.463 INFO kablam! warning: unused `#[macro_use]` import Oct 11 01:44:58.463 INFO kablam! --> src/bin/search.rs:1:1 Oct 11 01:44:58.463 INFO kablam! | Oct 11 01:44:58.463 INFO kablam! 1 | #[macro_use] Oct 11 01:44:58.464 INFO kablam! | ^^^^^^^^^^^^ Oct 11 01:44:58.464 INFO kablam! | Oct 11 01:44:58.464 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:44:58.464 INFO kablam! Oct 11 01:44:59.125 INFO kablam! warning: unused variable: `terms_size` Oct 11 01:44:59.125 INFO kablam! --> src/nutrie/read.rs:47:68 Oct 11 01:44:59.125 INFO kablam! | Oct 11 01:44:59.126 INFO kablam! 47 | pub fn new(bytes: &'a [u8], dict_size: usize, root_ptr: usize, terms_size: usize) -> Self { Oct 11 01:44:59.126 INFO kablam! | ^^^^^^^^^^ help: consider using `_terms_size` instead Oct 11 01:44:59.126 INFO kablam! | Oct 11 01:44:59.126 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:44:59.126 INFO kablam! Oct 11 01:44:59.468 INFO kablam! warning: variable does not need to be mutable Oct 11 01:44:59.468 INFO kablam! --> src/postings/cursor/merge/with_duplicates.rs:77:17 Oct 11 01:44:59.468 INFO kablam! | Oct 11 01:44:59.468 INFO kablam! 77 | let mut ptrs = self.frontier.drain().collect::>(); Oct 11 01:44:59.468 INFO kablam! | ----^^^^ Oct 11 01:44:59.468 INFO kablam! | | Oct 11 01:44:59.468 INFO kablam! | help: remove this `mut` Oct 11 01:44:59.468 INFO kablam! | Oct 11 01:44:59.468 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:44:59.468 INFO kablam! Oct 11 01:45:00.817 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.12s Oct 11 01:45:00.820 INFO kablam! su: No module specific data is present Oct 11 01:45:01.711 INFO running `"docker" "rm" "-f" "8fd7c69497064383689d95224ca124c77fbcf5ccc05b3b1fc9eb94343cf97a9e"` Oct 11 01:45:01.925 INFO blam! 8fd7c69497064383689d95224ca124c77fbcf5ccc05b3b1fc9eb94343cf97a9e Oct 11 01:45:01.927 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:45:01.928 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 11 01:45:02.543 INFO blam! 851fc491b525be8b78c2eae7e8014bc68bffee49c17ac2bdc126d7522fa20777 Oct 11 01:45:02.549 INFO running `"docker" "start" "-a" "851fc491b525be8b78c2eae7e8014bc68bffee49c17ac2bdc126d7522fa20777"` Oct 11 01:45:03.896 INFO kablam! usermod: no changes Oct 11 01:45:03.964 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 01:45:03.966 INFO kablam! Running /target/debug/deps/sirka-c8ed361a59f824cc Oct 11 01:45:03.972 INFO blam! Oct 11 01:45:03.972 INFO blam! running 10 tests Oct 11 01:45:03.972 INFO blam! test postings::sequence::slice::tests::test_slice_subsequence_skip ... ok Oct 11 01:45:03.972 INFO blam! test postings::sequence::slice::tests::test_slice_sequence_skip_n ... ok Oct 11 01:45:03.972 INFO blam! test postings::sequence::slice::tests::test_slice_sequence_skip ... ok Oct 11 01:45:03.972 INFO blam! test postings::sequence::slice::tests::test_sequence ... ok Oct 11 01:45:03.972 INFO blam! test postings::cursor::rawcursor::tests::test_cursor2 ... ok Oct 11 01:45:03.972 INFO blam! test postings::cursor::merge::without_duplicates::tests::test_merge_without_duplicates ... ok Oct 11 01:45:03.972 INFO blam! test termbuf::tests::test ... ok Oct 11 01:45:03.972 INFO blam! test postings::cursor::merge::with_duplicates::tests::test_merge_with_duplicates ... ok Oct 11 01:45:03.972 INFO blam! test postings::sequence::slice::tests::test_slice_subsequence_skip_on_0 ... ok Oct 11 01:45:03.972 INFO blam! test postings::cursor::rawcursor::tests::test_cursor ... ok Oct 11 01:45:03.972 INFO blam! Oct 11 01:45:03.972 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:45:03.972 INFO blam! Oct 11 01:45:03.984 INFO kablam! Running /target/debug/deps/index-55120231d8276e60 Oct 11 01:45:03.992 INFO blam! Oct 11 01:45:03.992 INFO blam! running 0 tests Oct 11 01:45:03.992 INFO blam! Oct 11 01:45:03.992 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:45:03.992 INFO blam! Oct 11 01:45:04.000 INFO kablam! Running /target/debug/deps/search-6d0794d297ee9332 Oct 11 01:45:04.004 INFO blam! Oct 11 01:45:04.004 INFO blam! running 0 tests Oct 11 01:45:04.004 INFO blam! Oct 11 01:45:04.004 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:45:04.004 INFO blam! Oct 11 01:45:04.012 INFO kablam! Doc-tests sirka Oct 11 01:45:05.252 INFO kablam! su: No module specific data is present Oct 11 01:45:05.252 INFO blam! Oct 11 01:45:05.252 INFO blam! running 0 tests Oct 11 01:45:05.252 INFO blam! Oct 11 01:45:05.252 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:45:05.252 INFO blam! Oct 11 01:45:06.125 INFO running `"docker" "rm" "-f" "851fc491b525be8b78c2eae7e8014bc68bffee49c17ac2bdc126d7522fa20777"` Oct 11 01:45:06.372 INFO blam! 851fc491b525be8b78c2eae7e8014bc68bffee49c17ac2bdc126d7522fa20777