Oct 15 01:42:02.154 INFO testing burtgulash/sirka against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:42:02.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 01:42:02.789 INFO blam! 2bf5405bc175f73951bed86d9f229c8152693b73cb71f7d1da01d00425292fdd Oct 15 01:42:02.791 INFO running `"docker" "start" "-a" "2bf5405bc175f73951bed86d9f229c8152693b73cb71f7d1da01d00425292fdd"` Oct 15 01:42:04.464 INFO kablam! usermod: no changes Oct 15 01:42:04.491 INFO kablam! Compiling sirka v0.1.0 (/source) Oct 15 01:42:05.291 INFO kablam! warning: unused variable: `terms_size` Oct 15 01:42:05.291 INFO kablam! --> src/nutrie/read.rs:47:68 Oct 15 01:42:05.291 INFO kablam! | Oct 15 01:42:05.291 INFO kablam! 47 | pub fn new(bytes: &'a [u8], dict_size: usize, root_ptr: usize, terms_size: usize) -> Self { Oct 15 01:42:05.291 INFO kablam! | ^^^^^^^^^^ help: consider using `_terms_size` instead Oct 15 01:42:05.291 INFO kablam! | Oct 15 01:42:05.291 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:42:05.291 INFO kablam! Oct 15 01:42:05.383 INFO kablam! warning: variable does not need to be mutable Oct 15 01:42:05.383 INFO kablam! --> src/postings/cursor/merge/with_duplicates.rs:77:17 Oct 15 01:42:05.383 INFO kablam! | Oct 15 01:42:05.383 INFO kablam! 77 | let mut ptrs = self.frontier.drain().collect::>(); Oct 15 01:42:05.383 INFO kablam! | ----^^^^ Oct 15 01:42:05.383 INFO kablam! | | Oct 15 01:42:05.383 INFO kablam! | help: remove this `mut` Oct 15 01:42:05.383 INFO kablam! | Oct 15 01:42:05.383 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:42:05.383 INFO kablam! Oct 15 01:42:07.087 INFO kablam! warning: unused `#[macro_use]` import Oct 15 01:42:07.087 INFO kablam! --> src/bin/search.rs:1:1 Oct 15 01:42:07.087 INFO kablam! | Oct 15 01:42:07.087 INFO kablam! 1 | #[macro_use] Oct 15 01:42:07.087 INFO kablam! | ^^^^^^^^^^^^ Oct 15 01:42:07.087 INFO kablam! | Oct 15 01:42:07.087 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:42:07.087 INFO kablam! Oct 15 01:42:07.251 INFO kablam! warning: unused variable: `written_terms` Oct 15 01:42:07.251 INFO kablam! --> src/bin/index.rs:116:10 Oct 15 01:42:07.251 INFO kablam! | Oct 15 01:42:07.251 INFO kablam! 116 | let (written_terms, dict_size, root_ptr, terms_size) = create_trie(term_serial, &terms, &mut postings, Oct 15 01:42:07.251 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_written_terms` instead Oct 15 01:42:07.251 INFO kablam! | Oct 15 01:42:07.251 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:42:07.251 INFO kablam! Oct 15 01:42:10.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.78s Oct 15 01:42:10.263 INFO kablam! su: No module specific data is present Oct 15 01:42:11.343 INFO running `"docker" "rm" "-f" "2bf5405bc175f73951bed86d9f229c8152693b73cb71f7d1da01d00425292fdd"` Oct 15 01:42:11.726 INFO blam! 2bf5405bc175f73951bed86d9f229c8152693b73cb71f7d1da01d00425292fdd Oct 15 01:42:11.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 01:42:12.179 INFO blam! 34381034c1a3aabc03223caf60748c58b1a719e5a5b01926cd07ed78ea5e23fa Oct 15 01:42:12.185 INFO running `"docker" "start" "-a" "34381034c1a3aabc03223caf60748c58b1a719e5a5b01926cd07ed78ea5e23fa"` Oct 15 01:42:13.219 INFO kablam! usermod: no changes Oct 15 01:42:13.279 INFO kablam! Compiling sirka v0.1.0 (/source) Oct 15 01:42:14.059 INFO kablam! warning: unused variable: `written_terms` Oct 15 01:42:14.059 INFO kablam! --> src/bin/index.rs:116:10 Oct 15 01:42:14.059 INFO kablam! | Oct 15 01:42:14.059 INFO kablam! 116 | let (written_terms, dict_size, root_ptr, terms_size) = create_trie(term_serial, &terms, &mut postings, Oct 15 01:42:14.059 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_written_terms` instead Oct 15 01:42:14.059 INFO kablam! | Oct 15 01:42:14.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:42:14.059 INFO kablam! Oct 15 01:42:14.395 INFO kablam! warning: unused `#[macro_use]` import Oct 15 01:42:14.396 INFO kablam! --> src/bin/search.rs:1:1 Oct 15 01:42:14.396 INFO kablam! | Oct 15 01:42:14.396 INFO kablam! 1 | #[macro_use] Oct 15 01:42:14.397 INFO kablam! | ^^^^^^^^^^^^ Oct 15 01:42:14.397 INFO kablam! | Oct 15 01:42:14.397 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:42:14.398 INFO kablam! Oct 15 01:42:15.311 INFO kablam! warning: unused variable: `terms_size` Oct 15 01:42:15.311 INFO kablam! --> src/nutrie/read.rs:47:68 Oct 15 01:42:15.311 INFO kablam! | Oct 15 01:42:15.312 INFO kablam! 47 | pub fn new(bytes: &'a [u8], dict_size: usize, root_ptr: usize, terms_size: usize) -> Self { Oct 15 01:42:15.312 INFO kablam! | ^^^^^^^^^^ help: consider using `_terms_size` instead Oct 15 01:42:15.312 INFO kablam! | Oct 15 01:42:15.312 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:42:15.312 INFO kablam! Oct 15 01:42:15.530 INFO kablam! warning: variable does not need to be mutable Oct 15 01:42:15.530 INFO kablam! --> src/postings/cursor/merge/with_duplicates.rs:77:17 Oct 15 01:42:15.530 INFO kablam! | Oct 15 01:42:15.530 INFO kablam! 77 | let mut ptrs = self.frontier.drain().collect::>(); Oct 15 01:42:15.530 INFO kablam! | ----^^^^ Oct 15 01:42:15.530 INFO kablam! | | Oct 15 01:42:15.530 INFO kablam! | help: remove this `mut` Oct 15 01:42:15.530 INFO kablam! | Oct 15 01:42:15.530 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:42:15.530 INFO kablam! Oct 15 01:42:16.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.69s Oct 15 01:42:16.946 INFO kablam! su: No module specific data is present Oct 15 01:42:18.107 INFO running `"docker" "rm" "-f" "34381034c1a3aabc03223caf60748c58b1a719e5a5b01926cd07ed78ea5e23fa"` Oct 15 01:42:18.502 INFO blam! 34381034c1a3aabc03223caf60748c58b1a719e5a5b01926cd07ed78ea5e23fa Oct 15 01:42:18.511 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 01:42:19.036 INFO blam! d71f23cf36842ef5f16d06a4b748fb34d7f7afd0d72648f89b800637acfddb60 Oct 15 01:42:19.046 INFO running `"docker" "start" "-a" "d71f23cf36842ef5f16d06a4b748fb34d7f7afd0d72648f89b800637acfddb60"` Oct 15 01:42:19.882 INFO kablam! usermod: no changes Oct 15 01:42:19.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 01:42:19.955 INFO kablam! Running /target/debug/deps/sirka-d8a7bcf188396ad2 Oct 15 01:42:19.967 INFO blam! Oct 15 01:42:19.967 INFO blam! running 10 tests Oct 15 01:42:19.979 INFO blam! test postings::cursor::merge::without_duplicates::tests::test_merge_without_duplicates ... ok Oct 15 01:42:19.980 INFO blam! test postings::cursor::rawcursor::tests::test_cursor2 ... ok Oct 15 01:42:19.980 INFO blam! test postings::sequence::slice::tests::test_slice_sequence_skip ... ok Oct 15 01:42:19.980 INFO blam! test postings::sequence::slice::tests::test_slice_sequence_skip_n ... ok Oct 15 01:42:19.980 INFO blam! test postings::cursor::rawcursor::tests::test_cursor ... ok Oct 15 01:42:19.981 INFO blam! test postings::cursor::merge::with_duplicates::tests::test_merge_with_duplicates ... ok Oct 15 01:42:19.981 INFO blam! test postings::sequence::slice::tests::test_sequence ... ok Oct 15 01:42:19.988 INFO blam! test termbuf::tests::test ... ok Oct 15 01:42:19.991 INFO blam! test postings::sequence::slice::tests::test_slice_subsequence_skip_on_0 ... ok Oct 15 01:42:19.991 INFO blam! test postings::sequence::slice::tests::test_slice_subsequence_skip ... ok Oct 15 01:42:19.991 INFO blam! Oct 15 01:42:19.991 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:42:19.991 INFO blam! Oct 15 01:42:19.995 INFO kablam! Running /target/debug/deps/index-45bca25478f3187e Oct 15 01:42:19.998 INFO blam! Oct 15 01:42:19.998 INFO blam! running 0 tests Oct 15 01:42:19.998 INFO blam! Oct 15 01:42:19.998 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:42:19.998 INFO blam! Oct 15 01:42:20.004 INFO kablam! Running /target/debug/deps/search-cef838f3d3b25d3d Oct 15 01:42:20.019 INFO kablam! Doc-tests sirka Oct 15 01:42:20.019 INFO blam! Oct 15 01:42:20.019 INFO blam! running 0 tests Oct 15 01:42:20.019 INFO blam! Oct 15 01:42:20.019 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:42:20.019 INFO blam! Oct 15 01:42:20.503 INFO blam! Oct 15 01:42:20.503 INFO blam! running 0 tests Oct 15 01:42:20.504 INFO blam! Oct 15 01:42:20.504 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:42:20.504 INFO blam! Oct 15 01:42:20.519 INFO kablam! su: No module specific data is present Oct 15 01:42:21.322 INFO running `"docker" "rm" "-f" "d71f23cf36842ef5f16d06a4b748fb34d7f7afd0d72648f89b800637acfddb60"` Oct 15 01:42:21.643 INFO blam! d71f23cf36842ef5f16d06a4b748fb34d7f7afd0d72648f89b800637acfddb60