Oct 16 12:29:30.026 INFO testing elastic-queries-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 12:29:30.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 12:29:30.540 INFO blam! c731ad93d232258fd75b4fe066b7b9febcc3c9f92efd8933780503236c4c1a78 Oct 16 12:29:30.542 INFO running `"docker" "start" "-a" "c731ad93d232258fd75b4fe066b7b9febcc3c9f92efd8933780503236c4c1a78"` Oct 16 12:29:32.986 INFO kablam! usermod: no changes Oct 16 12:29:33.210 INFO kablam! Compiling elastic-queries v0.1.0 (/source) Oct 16 12:29:35.655 INFO kablam! warning: unused variable: `name` Oct 16 12:29:35.655 INFO kablam! --> src/lib.rs:291:40 Oct 16 12:29:35.655 INFO kablam! | Oct 16 12:29:35.655 INFO kablam! 291 | aggregations.aggs_fn(&|name, agg| if agg.has_child(target) { Oct 16 12:29:35.655 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 16 12:29:35.655 INFO kablam! | Oct 16 12:29:35.655 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 12:29:35.655 INFO kablam! Oct 16 12:29:35.655 INFO kablam! warning: unused variable: `rootname` Oct 16 12:29:35.655 INFO kablam! --> src/lib.rs:290:18 Oct 16 12:29:35.655 INFO kablam! | Oct 16 12:29:35.655 INFO kablam! 290 | for (rootname, aggregations) in root_aggs.iter_mut() { Oct 16 12:29:35.655 INFO kablam! | ^^^^^^^^ help: consider using `_rootname` instead Oct 16 12:29:35.655 INFO kablam! Oct 16 12:29:35.985 INFO kablam! warning: struct is never constructed: `AggregationIterator` Oct 16 12:29:35.986 INFO kablam! --> src/aggregations/mod.rs:200:1 Oct 16 12:29:35.987 INFO kablam! | Oct 16 12:29:35.987 INFO kablam! 200 | pub struct AggregationIterator<'i> { Oct 16 12:29:35.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:35.988 INFO kablam! | Oct 16 12:29:35.989 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 12:29:35.989 INFO kablam! Oct 16 12:29:35.991 INFO kablam! warning: method is never used: `new` Oct 16 12:29:35.991 INFO kablam! --> src/aggregations/mod.rs:207:5 Oct 16 12:29:35.991 INFO kablam! | Oct 16 12:29:35.991 INFO kablam! 207 | fn new(vi: Iter<'i, String, Aggregation>) -> AggregationIterator<'i> { Oct 16 12:29:35.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:35.992 INFO kablam! Oct 16 12:29:35.993 INFO kablam! warning: method is never used: `remove_filter` Oct 16 12:29:35.993 INFO kablam! --> src/lib.rs:105:5 Oct 16 12:29:35.993 INFO kablam! | Oct 16 12:29:35.994 INFO kablam! 105 | fn remove_filter(&mut self, section: BoolQuerySections, f: Filters) { Oct 16 12:29:35.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:35.994 INFO kablam! Oct 16 12:29:35.994 INFO kablam! warning: method is never used: `remove_filter` Oct 16 12:29:35.995 INFO kablam! --> src/lib.rs:186:5 Oct 16 12:29:35.995 INFO kablam! | Oct 16 12:29:35.995 INFO kablam! 186 | fn remove_filter(&mut self, section: BoolQuerySections, f: Filters) { Oct 16 12:29:35.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:35.996 INFO kablam! Oct 16 12:29:35.999 INFO kablam! warning: method is never used: `aggs_up_to_target` Oct 16 12:29:35.999 INFO kablam! --> src/lib.rs:192:5 Oct 16 12:29:35.999 INFO kablam! | Oct 16 12:29:35.999 INFO kablam! 192 | fn aggs_up_to_target(&mut self, target: &str) -> Option<(&str, Aggregation)> { Oct 16 12:29:36.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:36.000 INFO kablam! Oct 16 12:29:36.000 INFO kablam! warning: method is never used: `aggs_target` Oct 16 12:29:36.001 INFO kablam! --> src/lib.rs:205:5 Oct 16 12:29:36.001 INFO kablam! | Oct 16 12:29:36.001 INFO kablam! 205 | fn aggs_target<'a>(&mut self, target: &'a str) -> Option<(&'a str, Aggregation)> { Oct 16 12:29:36.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:36.002 INFO kablam! Oct 16 12:29:36.002 INFO kablam! warning: method is never used: `insert_child_after` Oct 16 12:29:36.002 INFO kablam! --> src/lib.rs:230:5 Oct 16 12:29:36.003 INFO kablam! | Oct 16 12:29:36.003 INFO kablam! 230 | fn insert_child_after(&mut self, target: &str, child: &str, agg: Aggregation) { Oct 16 12:29:36.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:36.003 INFO kablam! Oct 16 12:29:36.004 INFO kablam! warning: method is never used: `insert_child_after_internal` Oct 16 12:29:36.004 INFO kablam! --> src/lib.rs:235:5 Oct 16 12:29:36.004 INFO kablam! | Oct 16 12:29:36.004 INFO kablam! 235 | / fn insert_child_after_internal( Oct 16 12:29:36.005 INFO kablam! 236 | | &mut self, Oct 16 12:29:36.005 INFO kablam! 237 | | target: &str, Oct 16 12:29:36.005 INFO kablam! 238 | | child: &str, Oct 16 12:29:36.005 INFO kablam! ... | Oct 16 12:29:36.006 INFO kablam! 278 | | None Oct 16 12:29:36.006 INFO kablam! 279 | | } Oct 16 12:29:36.006 INFO kablam! | |_____^ Oct 16 12:29:36.006 INFO kablam! Oct 16 12:29:36.007 INFO kablam! warning: method is never used: `replace_target_agg` Oct 16 12:29:36.007 INFO kablam! --> src/lib.rs:281:5 Oct 16 12:29:36.007 INFO kablam! | Oct 16 12:29:36.008 INFO kablam! 281 | fn replace_target_agg(&mut self, target: &str, child: &str, agg: Aggregation) { Oct 16 12:29:36.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:36.008 INFO kablam! Oct 16 12:29:36.008 INFO kablam! warning: method is never used: `drop_target_agg` Oct 16 12:29:36.009 INFO kablam! --> src/lib.rs:287:5 Oct 16 12:29:36.009 INFO kablam! | Oct 16 12:29:36.009 INFO kablam! 287 | fn drop_target_agg(&mut self, target: &str) { Oct 16 12:29:36.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:36.010 INFO kablam! Oct 16 12:29:36.012 INFO kablam! warning: the feature `iterator_for_each` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 16 12:29:36.012 INFO kablam! --> src/lib.rs:2:12 Oct 16 12:29:36.012 INFO kablam! | Oct 16 12:29:36.012 INFO kablam! 2 | #![feature(iterator_for_each)] Oct 16 12:29:36.012 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:29:36.012 INFO kablam! | Oct 16 12:29:36.012 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 12:29:36.012 INFO kablam! Oct 16 12:29:36.012 INFO kablam! warning: unused attribute Oct 16 12:29:36.012 INFO kablam! --> src/lib.rs:10:1 Oct 16 12:29:36.012 INFO kablam! | Oct 16 12:29:36.012 INFO kablam! 10 | #[marco_use] Oct 16 12:29:36.012 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:36.012 INFO kablam! | Oct 16 12:29:36.012 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 16 12:29:36.012 INFO kablam! Oct 16 12:29:36.026 INFO kablam! warning: variant `epoch_millis` should have a camel case name such as `EpochMillis` Oct 16 12:29:36.027 INFO kablam! --> src/filters/common.rs:10:5 Oct 16 12:29:36.027 INFO kablam! | Oct 16 12:29:36.027 INFO kablam! 10 | epoch_millis, //epoch in ms Oct 16 12:29:36.027 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:36.027 INFO kablam! | Oct 16 12:29:36.027 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 12:29:36.027 INFO kablam! Oct 16 12:29:36.027 INFO kablam! warning: variant `epoch_second` should have a camel case name such as `EpochSecond` Oct 16 12:29:36.027 INFO kablam! --> src/filters/common.rs:11:5 Oct 16 12:29:36.027 INFO kablam! | Oct 16 12:29:36.027 INFO kablam! 11 | epoch_second, //epoch in s Oct 16 12:29:36.027 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:36.027 INFO kablam! Oct 16 12:29:36.027 INFO kablam! warning: variant `basic_date` should have a camel case name such as `BasicDate` Oct 16 12:29:36.027 INFO kablam! --> src/filters/common.rs:12:5 Oct 16 12:29:36.027 INFO kablam! | Oct 16 12:29:36.027 INFO kablam! 12 | basic_date, //yyyyMMdd Oct 16 12:29:36.027 INFO kablam! | ^^^^^^^^^^ Oct 16 12:29:36.027 INFO kablam! Oct 16 12:29:36.027 INFO kablam! warning: variant `basic_date_time` should have a camel case name such as `BasicDateTime` Oct 16 12:29:36.027 INFO kablam! --> src/filters/common.rs:13:5 Oct 16 12:29:36.027 INFO kablam! | Oct 16 12:29:36.027 INFO kablam! 13 | basic_date_time, //yyyyMMdd'T'HHmmss.SSSZ Oct 16 12:29:36.027 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:29:36.027 INFO kablam! Oct 16 12:29:37.472 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.46s Oct 16 12:29:37.478 INFO kablam! su: No module specific data is present Oct 16 12:29:38.464 INFO running `"docker" "rm" "-f" "c731ad93d232258fd75b4fe066b7b9febcc3c9f92efd8933780503236c4c1a78"` Oct 16 12:29:38.722 INFO blam! c731ad93d232258fd75b4fe066b7b9febcc3c9f92efd8933780503236c4c1a78 Oct 16 12:29:38.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 12:29:39.079 INFO blam! fbeb740562223ea1391badc9fa9b862a0757e7fcf302940f30a51b1f036faa7c Oct 16 12:29:39.082 INFO running `"docker" "start" "-a" "fbeb740562223ea1391badc9fa9b862a0757e7fcf302940f30a51b1f036faa7c"` Oct 16 12:29:41.167 INFO kablam! usermod: no changes Oct 16 12:29:41.353 INFO kablam! Compiling elastic-queries v0.1.0 (/source) Oct 16 12:29:43.127 INFO kablam! warning: unused import: `aggregations::terms::*` Oct 16 12:29:43.127 INFO kablam! --> src/aggregations/mod.rs:334:13 Oct 16 12:29:43.127 INFO kablam! | Oct 16 12:29:43.127 INFO kablam! 334 | use aggregations::terms::*; Oct 16 12:29:43.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:43.127 INFO kablam! | Oct 16 12:29:43.127 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 12:29:43.127 INFO kablam! Oct 16 12:29:44.247 INFO kablam! warning: unused variable: `s` Oct 16 12:29:44.247 INFO kablam! --> src/aggregations/mod.rs:459:21 Oct 16 12:29:44.247 INFO kablam! | Oct 16 12:29:44.247 INFO kablam! 459 | s.aggs_fn(&|s, a| ()); Oct 16 12:29:44.247 INFO kablam! | ^ help: consider using `_s` instead Oct 16 12:29:44.247 INFO kablam! | Oct 16 12:29:44.247 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 12:29:44.247 INFO kablam! Oct 16 12:29:44.247 INFO kablam! warning: unused variable: `a` Oct 16 12:29:44.247 INFO kablam! --> src/aggregations/mod.rs:459:24 Oct 16 12:29:44.247 INFO kablam! | Oct 16 12:29:44.247 INFO kablam! 459 | s.aggs_fn(&|s, a| ()); Oct 16 12:29:44.247 INFO kablam! | ^ help: consider using `_a` instead Oct 16 12:29:44.247 INFO kablam! Oct 16 12:29:44.247 INFO kablam! warning: unused variable: `item` Oct 16 12:29:44.247 INFO kablam! --> src/aggregations/mod.rs:470:13 Oct 16 12:29:44.247 INFO kablam! | Oct 16 12:29:44.247 INFO kablam! 470 | for item in i { Oct 16 12:29:44.247 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 16 12:29:44.247 INFO kablam! Oct 16 12:29:44.247 INFO kablam! warning: unused variable: `s` Oct 16 12:29:44.247 INFO kablam! --> src/aggregations/mod.rs:510:21 Oct 16 12:29:44.247 INFO kablam! | Oct 16 12:29:44.247 INFO kablam! 510 | i.for_each(|s| ()); Oct 16 12:29:44.247 INFO kablam! | ^ help: consider using `_s` instead Oct 16 12:29:44.247 INFO kablam! Oct 16 12:29:44.247 INFO kablam! warning: unused variable: `s` Oct 16 12:29:44.247 INFO kablam! --> src/aggregations/mod.rs:584:13 Oct 16 12:29:44.248 INFO kablam! | Oct 16 12:29:44.248 INFO kablam! 584 | let s: TermAggregation = serde_json::from_str(j).unwrap(); Oct 16 12:29:44.248 INFO kablam! | ^ help: consider using `_s` instead Oct 16 12:29:44.248 INFO kablam! Oct 16 12:29:44.253 INFO kablam! warning: unused variable: `bo` Oct 16 12:29:44.253 INFO kablam! --> src/lib.rs:393:13 Oct 16 12:29:44.253 INFO kablam! | Oct 16 12:29:44.253 INFO kablam! 393 | let bo = BoolBuilder::default().build().expect( Oct 16 12:29:44.253 INFO kablam! | ^^ help: consider using `_bo` instead Oct 16 12:29:44.253 INFO kablam! Oct 16 12:29:44.253 INFO kablam! warning: unused variable: `qb` Oct 16 12:29:44.253 INFO kablam! --> src/lib.rs:396:13 Oct 16 12:29:44.253 INFO kablam! | Oct 16 12:29:44.253 INFO kablam! 396 | let qb = QueryFieldBuilder::default().build().expect( Oct 16 12:29:44.253 INFO kablam! | ^^ help: consider using `_qb` instead Oct 16 12:29:44.253 INFO kablam! Oct 16 12:29:44.253 INFO kablam! warning: unused variable: `name` Oct 16 12:29:44.253 INFO kablam! --> src/lib.rs:291:40 Oct 16 12:29:44.253 INFO kablam! | Oct 16 12:29:44.253 INFO kablam! 291 | aggregations.aggs_fn(&|name, agg| if agg.has_child(target) { Oct 16 12:29:44.253 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 16 12:29:44.254 INFO kablam! Oct 16 12:29:44.254 INFO kablam! warning: unused variable: `rootname` Oct 16 12:29:44.254 INFO kablam! --> src/lib.rs:290:18 Oct 16 12:29:44.254 INFO kablam! | Oct 16 12:29:44.254 INFO kablam! 290 | for (rootname, aggregations) in root_aggs.iter_mut() { Oct 16 12:29:44.254 INFO kablam! | ^^^^^^^^ help: consider using `_rootname` instead Oct 16 12:29:44.254 INFO kablam! Oct 16 12:29:44.408 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:44.409 INFO kablam! --> src/aggregations/mod.rs:398:13 Oct 16 12:29:44.409 INFO kablam! | Oct 16 12:29:44.410 INFO kablam! 398 | let mut a = s1.aggs_get("sourcePort").unwrap(); Oct 16 12:29:44.410 INFO kablam! | ----^ Oct 16 12:29:44.410 INFO kablam! | | Oct 16 12:29:44.410 INFO kablam! | help: remove this `mut` Oct 16 12:29:44.411 INFO kablam! | Oct 16 12:29:44.413 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 12:29:44.413 INFO kablam! Oct 16 12:29:44.414 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:44.415 INFO kablam! --> src/aggregations/mod.rs:465:13 Oct 16 12:29:44.416 INFO kablam! | Oct 16 12:29:44.416 INFO kablam! 465 | let mut s: Query = serde_json::from_str(j).unwrap(); Oct 16 12:29:44.417 INFO kablam! | ----^ Oct 16 12:29:44.417 INFO kablam! | | Oct 16 12:29:44.417 INFO kablam! | help: remove this `mut` Oct 16 12:29:44.417 INFO kablam! Oct 16 12:29:44.418 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:44.418 INFO kablam! --> src/aggregations/mod.rs:466:13 Oct 16 12:29:44.418 INFO kablam! | Oct 16 12:29:44.418 INFO kablam! 466 | let mut a = s.aggs(); Oct 16 12:29:44.418 INFO kablam! | ----^ Oct 16 12:29:44.418 INFO kablam! | | Oct 16 12:29:44.418 INFO kablam! | help: remove this `mut` Oct 16 12:29:44.418 INFO kablam! Oct 16 12:29:44.423 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:44.423 INFO kablam! --> src/aggregations/mod.rs:468:13 Oct 16 12:29:44.423 INFO kablam! | Oct 16 12:29:44.423 INFO kablam! 468 | let mut a_ref = a.as_ref().unwrap().iter(); Oct 16 12:29:44.423 INFO kablam! | ----^^^^^ Oct 16 12:29:44.423 INFO kablam! | | Oct 16 12:29:44.423 INFO kablam! | help: remove this `mut` Oct 16 12:29:44.423 INFO kablam! Oct 16 12:29:44.423 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:44.423 INFO kablam! --> src/aggregations/mod.rs:469:13 Oct 16 12:29:44.423 INFO kablam! | Oct 16 12:29:44.423 INFO kablam! 469 | let mut i = AggregationIterator::new(a_ref); Oct 16 12:29:44.423 INFO kablam! | ----^ Oct 16 12:29:44.423 INFO kablam! | | Oct 16 12:29:44.423 INFO kablam! | help: remove this `mut` Oct 16 12:29:44.423 INFO kablam! Oct 16 12:29:44.426 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:44.426 INFO kablam! --> src/aggregations/mod.rs:504:13 Oct 16 12:29:44.427 INFO kablam! | Oct 16 12:29:44.427 INFO kablam! 504 | let mut s: Query = serde_json::from_str(j).unwrap(); Oct 16 12:29:44.427 INFO kablam! | ----^ Oct 16 12:29:44.427 INFO kablam! | | Oct 16 12:29:44.427 INFO kablam! | help: remove this `mut` Oct 16 12:29:44.428 INFO kablam! Oct 16 12:29:44.428 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:44.428 INFO kablam! --> src/aggregations/mod.rs:505:13 Oct 16 12:29:44.428 INFO kablam! | Oct 16 12:29:44.428 INFO kablam! 505 | let mut a = s.aggs(); Oct 16 12:29:44.428 INFO kablam! | ----^ Oct 16 12:29:44.428 INFO kablam! | | Oct 16 12:29:44.428 INFO kablam! | help: remove this `mut` Oct 16 12:29:44.435 INFO kablam! Oct 16 12:29:44.435 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:44.435 INFO kablam! --> src/aggregations/mod.rs:507:13 Oct 16 12:29:44.435 INFO kablam! | Oct 16 12:29:44.435 INFO kablam! 507 | let mut a_ref = a.as_ref().unwrap().iter(); Oct 16 12:29:44.435 INFO kablam! | ----^^^^^ Oct 16 12:29:44.435 INFO kablam! | | Oct 16 12:29:44.435 INFO kablam! | help: remove this `mut` Oct 16 12:29:44.435 INFO kablam! Oct 16 12:29:44.435 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:44.435 INFO kablam! --> src/aggregations/mod.rs:508:13 Oct 16 12:29:44.435 INFO kablam! | Oct 16 12:29:44.435 INFO kablam! 508 | let mut i = AggregationIterator::new(a_ref); Oct 16 12:29:44.435 INFO kablam! | ----^ Oct 16 12:29:44.435 INFO kablam! | | Oct 16 12:29:44.435 INFO kablam! | help: remove this `mut` Oct 16 12:29:44.435 INFO kablam! Oct 16 12:29:44.692 INFO kablam! warning: the feature `iterator_for_each` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 16 12:29:44.692 INFO kablam! --> src/lib.rs:2:12 Oct 16 12:29:44.692 INFO kablam! | Oct 16 12:29:44.692 INFO kablam! 2 | #![feature(iterator_for_each)] Oct 16 12:29:44.692 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:29:44.693 INFO kablam! | Oct 16 12:29:44.699 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 12:29:44.699 INFO kablam! Oct 16 12:29:44.699 INFO kablam! warning: unused attribute Oct 16 12:29:44.699 INFO kablam! --> src/lib.rs:10:1 Oct 16 12:29:44.699 INFO kablam! | Oct 16 12:29:44.699 INFO kablam! 10 | #[marco_use] Oct 16 12:29:44.699 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:44.699 INFO kablam! | Oct 16 12:29:44.699 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 16 12:29:44.699 INFO kablam! Oct 16 12:29:44.714 INFO kablam! warning: variant `epoch_millis` should have a camel case name such as `EpochMillis` Oct 16 12:29:44.714 INFO kablam! --> src/filters/common.rs:10:5 Oct 16 12:29:44.714 INFO kablam! | Oct 16 12:29:44.714 INFO kablam! 10 | epoch_millis, //epoch in ms Oct 16 12:29:44.714 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:44.714 INFO kablam! | Oct 16 12:29:44.715 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 12:29:44.715 INFO kablam! Oct 16 12:29:44.715 INFO kablam! warning: variant `epoch_second` should have a camel case name such as `EpochSecond` Oct 16 12:29:44.715 INFO kablam! --> src/filters/common.rs:11:5 Oct 16 12:29:44.715 INFO kablam! | Oct 16 12:29:44.715 INFO kablam! 11 | epoch_second, //epoch in s Oct 16 12:29:44.715 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:44.715 INFO kablam! Oct 16 12:29:44.715 INFO kablam! warning: variant `basic_date` should have a camel case name such as `BasicDate` Oct 16 12:29:44.715 INFO kablam! --> src/filters/common.rs:12:5 Oct 16 12:29:44.715 INFO kablam! | Oct 16 12:29:44.715 INFO kablam! 12 | basic_date, //yyyyMMdd Oct 16 12:29:44.723 INFO kablam! | ^^^^^^^^^^ Oct 16 12:29:44.723 INFO kablam! Oct 16 12:29:44.723 INFO kablam! warning: variant `basic_date_time` should have a camel case name such as `BasicDateTime` Oct 16 12:29:44.723 INFO kablam! --> src/filters/common.rs:13:5 Oct 16 12:29:44.723 INFO kablam! | Oct 16 12:29:44.723 INFO kablam! 13 | basic_date_time, //yyyyMMdd'T'HHmmss.SSSZ Oct 16 12:29:44.723 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:29:44.723 INFO kablam! Oct 16 12:29:53.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.22s Oct 16 12:29:53.421 INFO kablam! su: No module specific data is present Oct 16 12:29:54.897 INFO running `"docker" "rm" "-f" "fbeb740562223ea1391badc9fa9b862a0757e7fcf302940f30a51b1f036faa7c"` Oct 16 12:29:55.223 INFO blam! fbeb740562223ea1391badc9fa9b862a0757e7fcf302940f30a51b1f036faa7c Oct 16 12:29:55.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 12:29:55.764 INFO blam! d64d6c2466ee477d504e9620716ebfdc2742abd618eff96c5c529c10c189e153 Oct 16 12:29:55.767 INFO running `"docker" "start" "-a" "d64d6c2466ee477d504e9620716ebfdc2742abd618eff96c5c529c10c189e153"` Oct 16 12:29:58.275 INFO kablam! usermod: no changes Oct 16 12:29:58.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 16 12:29:58.447 INFO kablam! Running /target/debug/deps/elastic_queries-4656899f6cdb8425 Oct 16 12:29:58.447 INFO blam! Oct 16 12:29:58.447 INFO blam! running 25 tests Oct 16 12:29:58.459 INFO blam! test aggregations::terms::tests::terms_aggs ... ok Oct 16 12:29:58.475 INFO blam! test aggregations::tests::api_find_and_insert ... ok Oct 16 12:29:58.475 INFO blam! test aggregations::stats::tests::stats_aggs ... ok Oct 16 12:29:58.475 INFO blam! test aggregations::date_histogram::tests::date_histo_aggs ... ok Oct 16 12:29:58.529 INFO blam! test aggregations::tests::api_replace ... ok Oct 16 12:29:58.571 INFO blam! test aggregations::tests::api_drop_target ... ok Oct 16 12:29:58.583 INFO blam! test filters::common::tests::kv_parse_and_serialise ... ok Oct 16 12:29:58.615 INFO blam! test filters::exists::tests::exists_filter ... ok Oct 16 12:29:58.615 INFO blam! test filters::matchfilter::tests::match_filter ... ok Oct 16 12:29:58.623 INFO blam! test filters::range::tests::range_filter ... ok Oct 16 12:29:58.623 INFO blam! test filters::range::tests::range_filter_new ... ok Oct 16 12:29:58.623 INFO blam! test filters::term::tests::term_filter ... ok Oct 16 12:29:58.623 INFO blam! test filters::wildcard::tests::wildcard_filter ... ok Oct 16 12:29:58.623 INFO blam! test tests::builder ... ok Oct 16 12:29:58.623 INFO blam! test tests::filter ... ok Oct 16 12:29:58.651 INFO blam! test tests::root_to_target ... ok Oct 16 12:29:58.691 INFO blam! test tests::simple_queries_parse ... ok Oct 16 12:29:58.719 INFO blam! test tests::target ... ok Oct 16 12:29:59.828 INFO blam! test aggregations::tests::iterator_immut ... ok Oct 16 12:30:00.283 INFO blam! test aggregations::tests::simple_closure ... ok Oct 16 12:30:00.299 INFO blam! test aggregations::tests::iterator_step_by_step ... ok Oct 16 12:30:00.400 INFO blam! test aggregations::tests::iterator_add ... ok Oct 16 12:30:00.445 INFO blam! test aggregations::tests::aggregation_insert ... ok Oct 16 12:30:00.503 INFO blam! test aggregations::tests::iterator_adaptors ... ok Oct 16 12:30:00.510 INFO blam! test aggregations::tests::find_and_insert_hard_way ... ok Oct 16 12:30:00.511 INFO blam! Oct 16 12:30:00.511 INFO blam! test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:30:00.511 INFO blam! Oct 16 12:30:00.516 INFO kablam! Running /target/debug/deps/mod-03da1bc2d478e7fd Oct 16 12:30:00.518 INFO blam! Oct 16 12:30:00.518 INFO blam! running 3 tests Oct 16 12:30:00.523 INFO blam! test simple_aggregation_search ... ok Oct 16 12:30:00.533 INFO blam! test nested_aggregation_search ... ok Oct 16 12:30:00.929 INFO blam! test aggregation_search ... ok Oct 16 12:30:00.929 INFO kablam! Doc-tests elastic-queries Oct 16 12:30:00.929 INFO blam! Oct 16 12:30:00.930 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:30:00.930 INFO blam! Oct 16 12:30:02.595 INFO blam! Oct 16 12:30:02.595 INFO blam! running 0 tests Oct 16 12:30:02.595 INFO blam! Oct 16 12:30:02.595 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:30:02.595 INFO blam! Oct 16 12:30:02.599 INFO kablam! su: No module specific data is present Oct 16 12:30:03.845 INFO running `"docker" "rm" "-f" "d64d6c2466ee477d504e9620716ebfdc2742abd618eff96c5c529c10c189e153"` Oct 16 12:30:04.199 INFO blam! d64d6c2466ee477d504e9620716ebfdc2742abd618eff96c5c529c10c189e153