Oct 12 06:47:06.314 INFO testing abra-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 06:47:06.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 06:47:06.729 INFO blam! c1e4cae61f7fa8cbf44e4d59a6a89a20bb6f5af2fb10ca1d3459dacb145779bc Oct 12 06:47:06.731 INFO running `"docker" "start" "-a" "c1e4cae61f7fa8cbf44e4d59a6a89a20bb6f5af2fb10ca1d3459dacb145779bc"` Oct 12 06:47:08.699 INFO kablam! usermod: no changes Oct 12 06:47:08.816 INFO kablam! Compiling roaring v0.4.2 Oct 12 06:47:08.816 INFO kablam! Compiling chrono v0.2.25 Oct 12 06:47:15.275 INFO kablam! Compiling abra v0.0.1 (/source) Oct 12 06:47:17.429 INFO kablam! warning: unused `#[macro_use]` import Oct 12 06:47:17.429 INFO kablam! --> src/lib.rs:3:1 Oct 12 06:47:17.429 INFO kablam! | Oct 12 06:47:17.430 INFO kablam! 3 | #[macro_use] Oct 12 06:47:17.430 INFO kablam! | ^^^^^^^^^^^^ Oct 12 06:47:17.430 INFO kablam! | Oct 12 06:47:17.430 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 06:47:17.430 INFO kablam! Oct 12 06:47:17.430 INFO kablam! warning: unused `#[macro_use]` import Oct 12 06:47:17.430 INFO kablam! --> src/lib.rs:5:1 Oct 12 06:47:17.430 INFO kablam! | Oct 12 06:47:17.430 INFO kablam! 5 | #[macro_use] Oct 12 06:47:17.430 INFO kablam! | ^^^^^^^^^^^^ Oct 12 06:47:17.430 INFO kablam! Oct 12 06:47:18.640 INFO kablam! warning: unused variable: `scorer` Oct 12 06:47:18.640 INFO kablam! --> src/query_set.rs:227:64 Oct 12 06:47:18.640 INFO kablam! | Oct 12 06:47:18.640 INFO kablam! 227 | Query::MatchTerm{ref field, ref term, ref matcher, ref scorer} => { Oct 12 06:47:18.640 INFO kablam! | ^^^^^^ help: try ignoring the field: `scorer: _` Oct 12 06:47:18.640 INFO kablam! | Oct 12 06:47:18.640 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 06:47:18.640 INFO kablam! Oct 12 06:47:18.640 INFO kablam! warning: unused variable: `queries` Oct 12 06:47:18.640 INFO kablam! --> src/query_set.rs:320:33 Oct 12 06:47:18.640 INFO kablam! | Oct 12 06:47:18.640 INFO kablam! 320 | Query::NDisjunction{ref queries, minimum_should_match} => { Oct 12 06:47:18.640 INFO kablam! | ^^^^^^^ help: try ignoring the field: `queries: _` Oct 12 06:47:18.640 INFO kablam! Oct 12 06:47:18.640 INFO kablam! warning: unused variable: `minimum_should_match` Oct 12 06:47:18.640 INFO kablam! --> src/query_set.rs:320:42 Oct 12 06:47:18.640 INFO kablam! | Oct 12 06:47:18.640 INFO kablam! 320 | Query::NDisjunction{ref queries, minimum_should_match} => { Oct 12 06:47:18.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `minimum_should_match: _` Oct 12 06:47:18.641 INFO kablam! Oct 12 06:47:18.641 INFO kablam! warning: unused variable: `boost` Oct 12 06:47:18.641 INFO kablam! --> src/query_set.rs:351:33 Oct 12 06:47:18.641 INFO kablam! | Oct 12 06:47:18.641 INFO kablam! 351 | Query::Boost{ref query, boost} => { Oct 12 06:47:18.641 INFO kablam! | ^^^^^ help: try ignoring the field: `boost: _` Oct 12 06:47:18.641 INFO kablam! Oct 12 06:47:18.641 INFO kablam! warning: unused variable: `scorer` Oct 12 06:47:18.641 INFO kablam! --> src/query/mod.rs:123:68 Oct 12 06:47:18.641 INFO kablam! | Oct 12 06:47:18.641 INFO kablam! 123 | Query::MatchTerm{ref field, ref term, ref matcher, ref scorer} => { Oct 12 06:47:18.641 INFO kablam! | ^^^^^^ help: try ignoring the field: `scorer: _` Oct 12 06:47:18.641 INFO kablam! Oct 12 06:47:18.641 INFO kablam! warning: unused variable: `boost` Oct 12 06:47:18.641 INFO kablam! --> src/query/mod.rs:182:37 Oct 12 06:47:18.641 INFO kablam! | Oct 12 06:47:18.641 INFO kablam! 182 | Query::Boost{ref query, boost} => { Oct 12 06:47:18.641 INFO kablam! | ^^^^^ help: try ignoring the field: `boost: _` Oct 12 06:47:18.641 INFO kablam! Oct 12 06:47:18.701 INFO kablam! warning: variable does not need to be mutable Oct 12 06:47:18.701 INFO kablam! --> src/analysis/tokenizers/standard.rs:28:18 Oct 12 06:47:18.701 INFO kablam! | Oct 12 06:47:18.701 INFO kablam! 28 | Some(mut word) => { Oct 12 06:47:18.701 INFO kablam! | ----^^^^ Oct 12 06:47:18.701 INFO kablam! | | Oct 12 06:47:18.701 INFO kablam! | help: remove this `mut` Oct 12 06:47:18.701 INFO kablam! | Oct 12 06:47:18.701 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:47:18.701 INFO kablam! Oct 12 06:47:18.769 INFO kablam! warning: variable does not need to be mutable Oct 12 06:47:18.770 INFO kablam! --> src/request.rs:21:13 Oct 12 06:47:18.770 INFO kablam! | Oct 12 06:47:18.770 INFO kablam! 21 | let mut iterator = build_iterator_from_query(index_reader, &self.query); Oct 12 06:47:18.770 INFO kablam! | ----^^^^^^^^ Oct 12 06:47:18.770 INFO kablam! | | Oct 12 06:47:18.770 INFO kablam! | help: remove this `mut` Oct 12 06:47:18.770 INFO kablam! Oct 12 06:47:18.783 INFO kablam! warning: variant `TF_IDF` should have a camel case name such as `TfIdf` Oct 12 06:47:18.783 INFO kablam! --> src/similarity.rs:3:5 Oct 12 06:47:18.783 INFO kablam! | Oct 12 06:47:18.783 INFO kablam! 3 | TF_IDF, Oct 12 06:47:18.783 INFO kablam! | ^^^^^^ Oct 12 06:47:18.783 INFO kablam! | Oct 12 06:47:18.783 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 06:47:18.783 INFO kablam! Oct 12 06:47:22.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.57s Oct 12 06:47:22.296 INFO kablam! su: No module specific data is present Oct 12 06:47:23.637 INFO running `"docker" "rm" "-f" "c1e4cae61f7fa8cbf44e4d59a6a89a20bb6f5af2fb10ca1d3459dacb145779bc"` Oct 12 06:47:23.972 INFO blam! c1e4cae61f7fa8cbf44e4d59a6a89a20bb6f5af2fb10ca1d3459dacb145779bc Oct 12 06:47:23.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 06:47:24.564 INFO blam! 4bae2bd87c2be6a969bdc1de82201f93bb37a52bf95b3456db45fdfd36a066e5 Oct 12 06:47:24.569 INFO running `"docker" "start" "-a" "4bae2bd87c2be6a969bdc1de82201f93bb37a52bf95b3456db45fdfd36a066e5"` Oct 12 06:47:26.109 INFO kablam! usermod: no changes Oct 12 06:47:26.237 INFO kablam! Compiling abra v0.0.1 (/source) Oct 12 06:47:28.764 INFO kablam! warning: unused `#[macro_use]` import Oct 12 06:47:28.764 INFO kablam! --> src/lib.rs:3:1 Oct 12 06:47:28.764 INFO kablam! | Oct 12 06:47:28.764 INFO kablam! 3 | #[macro_use] Oct 12 06:47:28.764 INFO kablam! | ^^^^^^^^^^^^ Oct 12 06:47:28.764 INFO kablam! | Oct 12 06:47:28.764 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 06:47:28.764 INFO kablam! Oct 12 06:47:28.776 INFO kablam! warning: unused import: `term::Term` Oct 12 06:47:28.776 INFO kablam! --> src/analysis/ngram_generator.rs:120:9 Oct 12 06:47:28.776 INFO kablam! | Oct 12 06:47:28.776 INFO kablam! 120 | use term::Term; Oct 12 06:47:28.776 INFO kablam! | ^^^^^^^^^^ Oct 12 06:47:28.776 INFO kablam! Oct 12 06:47:28.776 INFO kablam! warning: unused import: `token::Token` Oct 12 06:47:28.776 INFO kablam! --> src/analysis/ngram_generator.rs:121:9 Oct 12 06:47:28.776 INFO kablam! | Oct 12 06:47:28.776 INFO kablam! 121 | use token::Token; Oct 12 06:47:28.776 INFO kablam! | ^^^^^^^^^^^^ Oct 12 06:47:28.776 INFO kablam! Oct 12 06:47:28.776 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:47:28.776 INFO kablam! --> src/analysis/filters/lowercase.rs:56:71 Oct 12 06:47:28.776 INFO kablam! | Oct 12 06:47:28.776 INFO kablam! 56 | let token_filter = LowercaseFilter::new(Box::new(tokens.drain((..)))); Oct 12 06:47:28.776 INFO kablam! | ^^^^ help: remove these parentheses Oct 12 06:47:28.776 INFO kablam! | Oct 12 06:47:28.776 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 06:47:28.776 INFO kablam! Oct 12 06:47:28.776 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:47:28.776 INFO kablam! --> src/analysis/filters/lowercase.rs:73:71 Oct 12 06:47:28.776 INFO kablam! | Oct 12 06:47:28.776 INFO kablam! 73 | let token_filter = LowercaseFilter::new(Box::new(tokens.drain((..)))); Oct 12 06:47:28.776 INFO kablam! | ^^^^ help: remove these parentheses Oct 12 06:47:28.776 INFO kablam! Oct 12 06:47:28.776 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:47:28.776 INFO kablam! --> src/analysis/filters/ngram.rs:74:67 Oct 12 06:47:28.776 INFO kablam! | Oct 12 06:47:28.776 INFO kablam! 74 | let token_filter = NGramFilter::new(Box::new(tokens.drain((..))), 2, 3, Edge::Neither); Oct 12 06:47:28.776 INFO kablam! | ^^^^ help: remove these parentheses Oct 12 06:47:28.776 INFO kablam! Oct 12 06:47:28.776 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:47:28.776 INFO kablam! --> src/analysis/filters/ngram.rs:95:67 Oct 12 06:47:28.776 INFO kablam! | Oct 12 06:47:28.776 INFO kablam! 95 | let token_filter = NGramFilter::new(Box::new(tokens.drain((..))), 2, 3, Edge::Left); Oct 12 06:47:28.776 INFO kablam! | ^^^^ help: remove these parentheses Oct 12 06:47:28.776 INFO kablam! Oct 12 06:47:28.788 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:47:28.788 INFO kablam! --> src/analysis/filters/ngram.rs:112:67 Oct 12 06:47:28.788 INFO kablam! | Oct 12 06:47:28.788 INFO kablam! 112 | let token_filter = NGramFilter::new(Box::new(tokens.drain((..))), 2, 1000, Edge::Left); Oct 12 06:47:28.788 INFO kablam! | ^^^^ help: remove these parentheses Oct 12 06:47:28.788 INFO kablam! Oct 12 06:47:28.788 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:47:28.788 INFO kablam! --> src/analysis/filters/ngram.rs:130:67 Oct 12 06:47:28.788 INFO kablam! | Oct 12 06:47:28.788 INFO kablam! 130 | let token_filter = NGramFilter::new(Box::new(tokens.drain((..))), 2, 3, Edge::Right); Oct 12 06:47:28.788 INFO kablam! | ^^^^ help: remove these parentheses Oct 12 06:47:28.788 INFO kablam! Oct 12 06:47:28.788 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:47:28.788 INFO kablam! --> src/analysis/filters/asciifolding.rs:55:74 Oct 12 06:47:28.788 INFO kablam! | Oct 12 06:47:28.788 INFO kablam! 55 | let token_filter = ASCIIFoldingFilter::new(Box::new(tokens.drain((..)))); Oct 12 06:47:28.788 INFO kablam! | ^^^^ help: remove these parentheses Oct 12 06:47:28.788 INFO kablam! Oct 12 06:47:28.788 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:47:28.789 INFO kablam! --> src/analysis/filters/asciifolding.rs:70:74 Oct 12 06:47:28.789 INFO kablam! | Oct 12 06:47:28.789 INFO kablam! 70 | let token_filter = ASCIIFoldingFilter::new(Box::new(tokens.drain((..)))); Oct 12 06:47:28.789 INFO kablam! | ^^^^ help: remove these parentheses Oct 12 06:47:28.789 INFO kablam! Oct 12 06:47:28.789 INFO kablam! warning: unused import: `MemoryIndexStoreReader` Oct 12 06:47:28.789 INFO kablam! --> src/store/memory.rs:237:35 Oct 12 06:47:28.789 INFO kablam! | Oct 12 06:47:28.789 INFO kablam! 237 | use super::{MemoryIndexStore, MemoryIndexStoreReader}; Oct 12 06:47:28.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:47:28.789 INFO kablam! Oct 12 06:47:30.224 INFO kablam! warning: unused variable: `scorer` Oct 12 06:47:30.224 INFO kablam! --> src/query_set.rs:227:64 Oct 12 06:47:30.224 INFO kablam! | Oct 12 06:47:30.224 INFO kablam! 227 | Query::MatchTerm{ref field, ref term, ref matcher, ref scorer} => { Oct 12 06:47:30.224 INFO kablam! | ^^^^^^ help: try ignoring the field: `scorer: _` Oct 12 06:47:30.224 INFO kablam! | Oct 12 06:47:30.224 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 06:47:30.224 INFO kablam! Oct 12 06:47:30.224 INFO kablam! warning: unused variable: `queries` Oct 12 06:47:30.224 INFO kablam! --> src/query_set.rs:320:33 Oct 12 06:47:30.224 INFO kablam! | Oct 12 06:47:30.224 INFO kablam! 320 | Query::NDisjunction{ref queries, minimum_should_match} => { Oct 12 06:47:30.224 INFO kablam! | ^^^^^^^ help: try ignoring the field: `queries: _` Oct 12 06:47:30.224 INFO kablam! Oct 12 06:47:30.224 INFO kablam! warning: unused variable: `minimum_should_match` Oct 12 06:47:30.224 INFO kablam! --> src/query_set.rs:320:42 Oct 12 06:47:30.224 INFO kablam! | Oct 12 06:47:30.224 INFO kablam! 320 | Query::NDisjunction{ref queries, minimum_should_match} => { Oct 12 06:47:30.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `minimum_should_match: _` Oct 12 06:47:30.224 INFO kablam! Oct 12 06:47:30.224 INFO kablam! warning: unused variable: `boost` Oct 12 06:47:30.224 INFO kablam! --> src/query_set.rs:351:33 Oct 12 06:47:30.224 INFO kablam! | Oct 12 06:47:30.224 INFO kablam! 351 | Query::Boost{ref query, boost} => { Oct 12 06:47:30.224 INFO kablam! | ^^^^^ help: try ignoring the field: `boost: _` Oct 12 06:47:30.224 INFO kablam! Oct 12 06:47:30.224 INFO kablam! warning: unused variable: `scorer` Oct 12 06:47:30.224 INFO kablam! --> src/query/mod.rs:123:68 Oct 12 06:47:30.224 INFO kablam! | Oct 12 06:47:30.224 INFO kablam! 123 | Query::MatchTerm{ref field, ref term, ref matcher, ref scorer} => { Oct 12 06:47:30.224 INFO kablam! | ^^^^^^ help: try ignoring the field: `scorer: _` Oct 12 06:47:30.224 INFO kablam! Oct 12 06:47:30.224 INFO kablam! warning: unused variable: `boost` Oct 12 06:47:30.224 INFO kablam! --> src/query/mod.rs:182:37 Oct 12 06:47:30.224 INFO kablam! | Oct 12 06:47:30.224 INFO kablam! 182 | Query::Boost{ref query, boost} => { Oct 12 06:47:30.224 INFO kablam! | ^^^^^ help: try ignoring the field: `boost: _` Oct 12 06:47:30.224 INFO kablam! Oct 12 06:47:30.328 INFO kablam! warning: variable does not need to be mutable Oct 12 06:47:30.328 INFO kablam! --> src/analysis/tokenizers/standard.rs:28:18 Oct 12 06:47:30.328 INFO kablam! | Oct 12 06:47:30.328 INFO kablam! 28 | Some(mut word) => { Oct 12 06:47:30.328 INFO kablam! | ----^^^^ Oct 12 06:47:30.328 INFO kablam! | | Oct 12 06:47:30.328 INFO kablam! | help: remove this `mut` Oct 12 06:47:30.328 INFO kablam! | Oct 12 06:47:30.328 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:47:30.328 INFO kablam! Oct 12 06:47:30.428 INFO kablam! warning: variable does not need to be mutable Oct 12 06:47:30.428 INFO kablam! --> src/request.rs:21:13 Oct 12 06:47:30.428 INFO kablam! | Oct 12 06:47:30.428 INFO kablam! 21 | let mut iterator = build_iterator_from_query(index_reader, &self.query); Oct 12 06:47:30.428 INFO kablam! | ----^^^^^^^^ Oct 12 06:47:30.428 INFO kablam! | | Oct 12 06:47:30.428 INFO kablam! | help: remove this `mut` Oct 12 06:47:30.428 INFO kablam! Oct 12 06:47:30.459 INFO kablam! warning: variant `TF_IDF` should have a camel case name such as `TfIdf` Oct 12 06:47:30.459 INFO kablam! --> src/similarity.rs:3:5 Oct 12 06:47:30.459 INFO kablam! | Oct 12 06:47:30.459 INFO kablam! 3 | TF_IDF, Oct 12 06:47:30.459 INFO kablam! | ^^^^^^ Oct 12 06:47:30.459 INFO kablam! | Oct 12 06:47:30.464 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 06:47:30.464 INFO kablam! Oct 12 06:47:33.889 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.75s Oct 12 06:47:33.893 INFO kablam! su: No module specific data is present Oct 12 06:47:34.701 INFO running `"docker" "rm" "-f" "4bae2bd87c2be6a969bdc1de82201f93bb37a52bf95b3456db45fdfd36a066e5"` Oct 12 06:47:34.954 INFO blam! 4bae2bd87c2be6a969bdc1de82201f93bb37a52bf95b3456db45fdfd36a066e5 Oct 12 06:47:34.956 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 06:47:35.352 INFO blam! b0a98146bcb05cc12f9f9942d508954c9194254f8da192be6dbdf2409fe378b1 Oct 12 06:47:35.360 INFO running `"docker" "start" "-a" "b0a98146bcb05cc12f9f9942d508954c9194254f8da192be6dbdf2409fe378b1"` Oct 12 06:47:36.796 INFO kablam! usermod: no changes Oct 12 06:47:36.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 12 06:47:36.936 INFO kablam! Running /target/debug/deps/abra-b181f4353ab3cef7 Oct 12 06:47:36.940 INFO blam! Oct 12 06:47:36.940 INFO blam! running 50 tests Oct 12 06:47:36.968 INFO blam! test analysis::filters::asciifolding::tests::test_hiragana_not_changed ... ok Oct 12 06:47:36.968 INFO blam! test analysis::filters::asciifolding::tests::test_simple ... ok Oct 12 06:47:36.968 INFO blam! test analysis::filters::lowercase::tests::test_lowercase_filter ... ok Oct 12 06:47:36.968 INFO blam! test analysis::filters::ngram::tests::test_ngram_filter ... ok Oct 12 06:47:36.968 INFO blam! test analysis::lucene_asciifold::tests::test_normalise_width_variants ... ok Oct 12 06:47:36.968 INFO blam! test analysis::lucene_asciifold::tests::test_grapheme_clusters_keep ... ok Oct 12 06:47:36.972 INFO blam! test analysis::filters::ngram::tests::test_edgengram_filter_right ... ok Oct 12 06:47:36.972 INFO blam! test analysis::filters::ngram::tests::test_edgengram_filter_max_size ... ok Oct 12 06:47:36.972 INFO blam! test analysis::filters::ngram::tests::test_edgengram_filter ... ok Oct 12 06:47:36.972 INFO blam! test analysis::filters::lowercase::tests::test_lowercase_filter_cjk ... ok Oct 12 06:47:36.972 INFO blam! test analysis::lucene_asciifold::tests::test_hiragana_not_changed ... ok Oct 12 06:47:36.972 INFO blam! test analysis::lucene_asciifold::tests::test_normalise_superscript ... ok Oct 12 06:47:36.972 INFO blam! test analysis::lucene_asciifold::tests::test_simple ... ok Oct 12 06:47:36.972 INFO blam! test analysis::ngram_generator::tests::test_ngram_right_edge ... ok Oct 12 06:47:36.972 INFO blam! test analysis::ngram_generator::tests::test_ngram_zero_size ... ok Oct 12 06:47:36.972 INFO blam! test analysis::tokenizers::ngram::tests::test_edgengram_tokenizer ... ok Oct 12 06:47:36.972 INFO blam! test analysis::tokenizers::ngram::tests::test_edgengram_tokenizer_max_size ... ok Oct 12 06:47:36.972 INFO blam! test analysis::tokenizers::ngram::tests::test_edgengram_tokenizer_right ... ok Oct 12 06:47:36.972 INFO blam! test analysis::tokenizers::ngram::tests::test_ngram_tokenizer ... ok Oct 12 06:47:36.972 INFO blam! test analysis::tokenizers::standard::tests::test_standard_tokenizer ... ok Oct 12 06:47:36.975 INFO blam! test analysis::ngram_generator::tests::test_ngram_left_edge ... ok Oct 12 06:47:36.975 INFO blam! test analysis::ngram_generator::tests::test_ngram ... ok Oct 12 06:47:36.975 INFO blam! test analysis::ngram_generator::tests::test_ngram_high_size ... ok Oct 12 06:47:36.975 INFO blam! test analysis::ngram_generator::tests::test_ngram_blank_string ... ok Oct 12 06:47:36.975 INFO blam! test analysis::ngram_generator::tests::test_ngram_graphemes ... ok Oct 12 06:47:36.975 INFO blam! test analysis::ngram_generator::tests::test_ngram_cjk ... ok Oct 12 06:47:36.975 INFO blam! test analysis::ngram_generator::tests::test_ngram_invalid_size ... ok Oct 12 06:47:36.975 INFO blam! test similarity::tests::test_tf_idf_field_length_doesnt_affect_score ... ok Oct 12 06:47:36.975 INFO blam! test similarity::tests::test_bm25_lower_term_docs_increases_score ... ok Oct 12 06:47:36.975 INFO blam! test similarity::tests::test_tf_idf_lower_term_docs_increases_score ... ok Oct 12 06:47:36.975 INFO blam! test similarity::tests::test_tf_idf_higher_term_freq_increases_score ... ok Oct 12 06:47:36.975 INFO blam! test similarity::tests::test_tf_idf_total_tokens_doesnt_affect_score ... ok Oct 12 06:47:36.975 INFO blam! test store::memory::tests::test_num_docs ... ok Oct 12 06:47:36.975 INFO blam! test store::memory::tests::test_term_docs_iterator ... ok Oct 12 06:47:36.975 INFO blam! test store::memory::tests::test_all_docs_iterator ... ok Oct 12 06:47:36.975 INFO blam! test term::tests::test_blank_string_to_bytes ... ok Oct 12 06:47:36.975 INFO blam! test term::tests::test_datetime_to_bytes ... ok Oct 12 06:47:36.975 INFO blam! test term::tests::test_boolean_true_to_bytes ... ok Oct 12 06:47:36.975 INFO blam! test term::tests::test_boolean_false_to_bytes ... ok Oct 12 06:47:36.979 INFO blam! test term::tests::test_datetime_with_different_timezone_to_bytes ... ok Oct 12 06:47:36.979 INFO blam! test term::tests::test_hiragana_string_to_bytes ... ok Oct 12 06:47:36.979 INFO blam! test term::tests::test_i64_to_bytes ... ok Oct 12 06:47:36.979 INFO blam! test term::tests::test_datetime_with_microseconds_to_bytes ... ok Oct 12 06:47:36.979 INFO blam! test term::tests::test_negative_i64_to_bytes ... ok Oct 12 06:47:36.980 INFO blam! test similarity::tests::test_bm25_higher_total_tokens_increases_score ... ok Oct 12 06:47:36.980 INFO blam! test similarity::tests::test_bm25_higher_term_freq_increases_score ... ok Oct 12 06:47:36.980 INFO blam! test similarity::tests::test_bm25_lower_field_length_increases_score ... ok Oct 12 06:47:36.980 INFO blam! test term::tests::test_u64_to_bytes ... ok Oct 12 06:47:36.980 INFO blam! test term::tests::test_string_to_bytes ... ok Oct 12 06:47:36.988 INFO blam! test analysis::tokenizers::standard::tests::test_standard_tokenizer_cjk ... ok Oct 12 06:47:36.988 INFO blam! Oct 12 06:47:36.988 INFO blam! test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:47:36.988 INFO blam! Oct 12 06:47:36.988 INFO kablam! Doc-tests abra Oct 12 06:47:41.158 INFO blam! Oct 12 06:47:41.159 INFO blam! running 0 tests Oct 12 06:47:41.159 INFO blam! Oct 12 06:47:41.159 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:47:41.159 INFO blam! Oct 12 06:47:41.167 INFO kablam! su: No module specific data is present Oct 12 06:47:42.158 INFO running `"docker" "rm" "-f" "b0a98146bcb05cc12f9f9942d508954c9194254f8da192be6dbdf2409fe378b1"` Oct 12 06:47:42.516 INFO blam! b0a98146bcb05cc12f9f9942d508954c9194254f8da192be6dbdf2409fe378b1