Oct 16 12:29:35.150 INFO testing elastic-queries-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 12:29:35.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 12:29:35.591 INFO blam! 175ebd2ff2b4d89aad6a9b8b833f3922356e053a03bf0db482c267ca3e0c9e27 Oct 16 12:29:35.593 INFO running `"docker" "start" "-a" "175ebd2ff2b4d89aad6a9b8b833f3922356e053a03bf0db482c267ca3e0c9e27"` Oct 16 12:29:37.795 INFO kablam! usermod: no changes Oct 16 12:29:38.024 INFO kablam! Compiling elastic-queries v0.1.0 (/source) Oct 16 12:29:40.439 INFO kablam! warning: unused variable: `name` Oct 16 12:29:40.439 INFO kablam! --> src/lib.rs:291:40 Oct 16 12:29:40.439 INFO kablam! | Oct 16 12:29:40.439 INFO kablam! 291 | aggregations.aggs_fn(&|name, agg| if agg.has_child(target) { Oct 16 12:29:40.439 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 16 12:29:40.439 INFO kablam! | Oct 16 12:29:40.439 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 12:29:40.439 INFO kablam! Oct 16 12:29:40.439 INFO kablam! warning: unused variable: `rootname` Oct 16 12:29:40.439 INFO kablam! --> src/lib.rs:290:18 Oct 16 12:29:40.439 INFO kablam! | Oct 16 12:29:40.439 INFO kablam! 290 | for (rootname, aggregations) in root_aggs.iter_mut() { Oct 16 12:29:40.439 INFO kablam! | ^^^^^^^^ help: consider using `_rootname` instead Oct 16 12:29:40.439 INFO kablam! Oct 16 12:29:40.811 INFO kablam! warning: struct is never constructed: `AggregationIterator` Oct 16 12:29:40.811 INFO kablam! --> src/aggregations/mod.rs:200:1 Oct 16 12:29:40.811 INFO kablam! | Oct 16 12:29:40.811 INFO kablam! 200 | pub struct AggregationIterator<'i> { Oct 16 12:29:40.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:40.811 INFO kablam! | Oct 16 12:29:40.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 12:29:40.811 INFO kablam! Oct 16 12:29:40.811 INFO kablam! warning: method is never used: `new` Oct 16 12:29:40.811 INFO kablam! --> src/aggregations/mod.rs:207:5 Oct 16 12:29:40.811 INFO kablam! | Oct 16 12:29:40.811 INFO kablam! 207 | fn new(vi: Iter<'i, String, Aggregation>) -> AggregationIterator<'i> { Oct 16 12:29:40.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:40.811 INFO kablam! Oct 16 12:29:40.811 INFO kablam! warning: method is never used: `remove_filter` Oct 16 12:29:40.811 INFO kablam! --> src/lib.rs:105:5 Oct 16 12:29:40.811 INFO kablam! | Oct 16 12:29:40.811 INFO kablam! 105 | fn remove_filter(&mut self, section: BoolQuerySections, f: Filters) { Oct 16 12:29:40.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:40.811 INFO kablam! Oct 16 12:29:40.811 INFO kablam! warning: method is never used: `remove_filter` Oct 16 12:29:40.811 INFO kablam! --> src/lib.rs:186:5 Oct 16 12:29:40.811 INFO kablam! | Oct 16 12:29:40.811 INFO kablam! 186 | fn remove_filter(&mut self, section: BoolQuerySections, f: Filters) { Oct 16 12:29:40.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:40.811 INFO kablam! Oct 16 12:29:40.811 INFO kablam! warning: method is never used: `aggs_up_to_target` Oct 16 12:29:40.811 INFO kablam! --> src/lib.rs:192:5 Oct 16 12:29:40.811 INFO kablam! | Oct 16 12:29:40.811 INFO kablam! 192 | fn aggs_up_to_target(&mut self, target: &str) -> Option<(&str, Aggregation)> { Oct 16 12:29:40.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:40.811 INFO kablam! Oct 16 12:29:40.811 INFO kablam! warning: method is never used: `aggs_target` Oct 16 12:29:40.811 INFO kablam! --> src/lib.rs:205:5 Oct 16 12:29:40.811 INFO kablam! | Oct 16 12:29:40.811 INFO kablam! 205 | fn aggs_target<'a>(&mut self, target: &'a str) -> Option<(&'a str, Aggregation)> { Oct 16 12:29:40.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:40.811 INFO kablam! Oct 16 12:29:40.811 INFO kablam! warning: method is never used: `insert_child_after` Oct 16 12:29:40.811 INFO kablam! --> src/lib.rs:230:5 Oct 16 12:29:40.812 INFO kablam! | Oct 16 12:29:40.812 INFO kablam! 230 | fn insert_child_after(&mut self, target: &str, child: &str, agg: Aggregation) { Oct 16 12:29:40.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:40.812 INFO kablam! Oct 16 12:29:40.812 INFO kablam! warning: method is never used: `insert_child_after_internal` Oct 16 12:29:40.812 INFO kablam! --> src/lib.rs:235:5 Oct 16 12:29:40.812 INFO kablam! | Oct 16 12:29:40.812 INFO kablam! 235 | / fn insert_child_after_internal( Oct 16 12:29:40.812 INFO kablam! 236 | | &mut self, Oct 16 12:29:40.812 INFO kablam! 237 | | target: &str, Oct 16 12:29:40.812 INFO kablam! 238 | | child: &str, Oct 16 12:29:40.812 INFO kablam! ... | Oct 16 12:29:40.812 INFO kablam! 278 | | None Oct 16 12:29:40.812 INFO kablam! 279 | | } Oct 16 12:29:40.812 INFO kablam! | |_____^ Oct 16 12:29:40.812 INFO kablam! Oct 16 12:29:40.812 INFO kablam! warning: method is never used: `replace_target_agg` Oct 16 12:29:40.812 INFO kablam! --> src/lib.rs:281:5 Oct 16 12:29:40.812 INFO kablam! | Oct 16 12:29:40.812 INFO kablam! 281 | fn replace_target_agg(&mut self, target: &str, child: &str, agg: Aggregation) { Oct 16 12:29:40.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:40.812 INFO kablam! Oct 16 12:29:40.812 INFO kablam! warning: method is never used: `drop_target_agg` Oct 16 12:29:40.812 INFO kablam! --> src/lib.rs:287:5 Oct 16 12:29:40.812 INFO kablam! | Oct 16 12:29:40.812 INFO kablam! 287 | fn drop_target_agg(&mut self, target: &str) { Oct 16 12:29:40.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:40.812 INFO kablam! Oct 16 12:29:40.812 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:40.812 INFO kablam! --> src/lib.rs:2:12 Oct 16 12:29:40.812 INFO kablam! | Oct 16 12:29:40.812 INFO kablam! 2 | #![feature(iterator_for_each)] Oct 16 12:29:40.812 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:29:40.812 INFO kablam! | Oct 16 12:29:40.812 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 12:29:40.812 INFO kablam! Oct 16 12:29:40.812 INFO kablam! warning: unused attribute Oct 16 12:29:40.812 INFO kablam! --> src/lib.rs:10:1 Oct 16 12:29:40.812 INFO kablam! | Oct 16 12:29:40.812 INFO kablam! 10 | #[marco_use] Oct 16 12:29:40.812 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:40.812 INFO kablam! | Oct 16 12:29:40.812 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 16 12:29:40.812 INFO kablam! Oct 16 12:29:40.822 INFO kablam! warning: variant `epoch_millis` should have a camel case name such as `EpochMillis` Oct 16 12:29:40.822 INFO kablam! --> src/filters/common.rs:10:5 Oct 16 12:29:40.822 INFO kablam! | Oct 16 12:29:40.823 INFO kablam! 10 | epoch_millis, //epoch in ms Oct 16 12:29:40.823 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:40.823 INFO kablam! | Oct 16 12:29:40.823 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 12:29:40.823 INFO kablam! Oct 16 12:29:40.823 INFO kablam! warning: variant `epoch_second` should have a camel case name such as `EpochSecond` Oct 16 12:29:40.823 INFO kablam! --> src/filters/common.rs:11:5 Oct 16 12:29:40.823 INFO kablam! | Oct 16 12:29:40.823 INFO kablam! 11 | epoch_second, //epoch in s Oct 16 12:29:40.823 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:40.823 INFO kablam! Oct 16 12:29:40.823 INFO kablam! warning: variant `basic_date` should have a camel case name such as `BasicDate` Oct 16 12:29:40.823 INFO kablam! --> src/filters/common.rs:12:5 Oct 16 12:29:40.823 INFO kablam! | Oct 16 12:29:40.823 INFO kablam! 12 | basic_date, //yyyyMMdd Oct 16 12:29:40.823 INFO kablam! | ^^^^^^^^^^ Oct 16 12:29:40.823 INFO kablam! Oct 16 12:29:40.823 INFO kablam! warning: variant `basic_date_time` should have a camel case name such as `BasicDateTime` Oct 16 12:29:40.823 INFO kablam! --> src/filters/common.rs:13:5 Oct 16 12:29:40.823 INFO kablam! | Oct 16 12:29:40.823 INFO kablam! 13 | basic_date_time, //yyyyMMdd'T'HHmmss.SSSZ Oct 16 12:29:40.823 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:29:40.823 INFO kablam! Oct 16 12:29:42.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.67s Oct 16 12:29:42.494 INFO kablam! su: No module specific data is present Oct 16 12:29:44.058 INFO running `"docker" "rm" "-f" "175ebd2ff2b4d89aad6a9b8b833f3922356e053a03bf0db482c267ca3e0c9e27"` Oct 16 12:29:44.315 INFO blam! 175ebd2ff2b4d89aad6a9b8b833f3922356e053a03bf0db482c267ca3e0c9e27 Oct 16 12:29:44.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 12:29:44.898 INFO blam! 69e2fb5f6f0fb03876b7044fc5e8424ad646044533df197143210f86ec0d0737 Oct 16 12:29:44.901 INFO running `"docker" "start" "-a" "69e2fb5f6f0fb03876b7044fc5e8424ad646044533df197143210f86ec0d0737"` Oct 16 12:29:46.323 INFO kablam! usermod: no changes Oct 16 12:29:46.537 INFO kablam! Compiling elastic-queries v0.1.0 (/source) Oct 16 12:29:48.801 INFO kablam! warning: unused import: `aggregations::terms::*` Oct 16 12:29:48.804 INFO kablam! --> src/aggregations/mod.rs:334:13 Oct 16 12:29:48.805 INFO kablam! | Oct 16 12:29:48.806 INFO kablam! 334 | use aggregations::terms::*; Oct 16 12:29:48.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:29:48.807 INFO kablam! | Oct 16 12:29:48.808 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 12:29:48.808 INFO kablam! Oct 16 12:29:49.907 INFO kablam! warning: unused variable: `s` Oct 16 12:29:49.908 INFO kablam! --> src/aggregations/mod.rs:459:21 Oct 16 12:29:49.909 INFO kablam! | Oct 16 12:29:49.910 INFO kablam! 459 | s.aggs_fn(&|s, a| ()); Oct 16 12:29:49.910 INFO kablam! | ^ help: consider using `_s` instead Oct 16 12:29:49.910 INFO kablam! | Oct 16 12:29:49.911 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 12:29:49.911 INFO kablam! Oct 16 12:29:49.911 INFO kablam! warning: unused variable: `a` Oct 16 12:29:49.912 INFO kablam! --> src/aggregations/mod.rs:459:24 Oct 16 12:29:49.912 INFO kablam! | Oct 16 12:29:49.912 INFO kablam! 459 | s.aggs_fn(&|s, a| ()); Oct 16 12:29:49.913 INFO kablam! | ^ help: consider using `_a` instead Oct 16 12:29:49.914 INFO kablam! Oct 16 12:29:49.914 INFO kablam! warning: unused variable: `item` Oct 16 12:29:49.915 INFO kablam! --> src/aggregations/mod.rs:470:13 Oct 16 12:29:49.915 INFO kablam! | Oct 16 12:29:49.915 INFO kablam! 470 | for item in i { Oct 16 12:29:49.915 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 16 12:29:49.916 INFO kablam! Oct 16 12:29:49.916 INFO kablam! warning: unused variable: `s` Oct 16 12:29:49.916 INFO kablam! --> src/aggregations/mod.rs:510:21 Oct 16 12:29:49.916 INFO kablam! | Oct 16 12:29:49.916 INFO kablam! 510 | i.for_each(|s| ()); Oct 16 12:29:49.916 INFO kablam! | ^ help: consider using `_s` instead Oct 16 12:29:49.916 INFO kablam! Oct 16 12:29:49.918 INFO kablam! warning: unused variable: `s` Oct 16 12:29:49.919 INFO kablam! --> src/aggregations/mod.rs:584:13 Oct 16 12:29:49.919 INFO kablam! | Oct 16 12:29:49.919 INFO kablam! 584 | let s: TermAggregation = serde_json::from_str(j).unwrap(); Oct 16 12:29:49.920 INFO kablam! | ^ help: consider using `_s` instead Oct 16 12:29:49.920 INFO kablam! Oct 16 12:29:49.921 INFO kablam! warning: unused variable: `bo` Oct 16 12:29:49.922 INFO kablam! --> src/lib.rs:393:13 Oct 16 12:29:49.922 INFO kablam! | Oct 16 12:29:49.922 INFO kablam! 393 | let bo = BoolBuilder::default().build().expect( Oct 16 12:29:49.923 INFO kablam! | ^^ help: consider using `_bo` instead Oct 16 12:29:49.923 INFO kablam! Oct 16 12:29:49.923 INFO kablam! warning: unused variable: `qb` Oct 16 12:29:49.924 INFO kablam! --> src/lib.rs:396:13 Oct 16 12:29:49.924 INFO kablam! | Oct 16 12:29:49.924 INFO kablam! 396 | let qb = QueryFieldBuilder::default().build().expect( Oct 16 12:29:49.924 INFO kablam! | ^^ help: consider using `_qb` instead Oct 16 12:29:49.925 INFO kablam! Oct 16 12:29:49.926 INFO kablam! warning: unused variable: `name` Oct 16 12:29:49.926 INFO kablam! --> src/lib.rs:291:40 Oct 16 12:29:49.926 INFO kablam! | Oct 16 12:29:49.926 INFO kablam! 291 | aggregations.aggs_fn(&|name, agg| if agg.has_child(target) { Oct 16 12:29:49.926 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 16 12:29:49.926 INFO kablam! Oct 16 12:29:49.928 INFO kablam! warning: unused variable: `rootname` Oct 16 12:29:49.928 INFO kablam! --> src/lib.rs:290:18 Oct 16 12:29:49.928 INFO kablam! | Oct 16 12:29:49.928 INFO kablam! 290 | for (rootname, aggregations) in root_aggs.iter_mut() { Oct 16 12:29:49.928 INFO kablam! | ^^^^^^^^ help: consider using `_rootname` instead Oct 16 12:29:49.928 INFO kablam! Oct 16 12:29:50.064 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:50.064 INFO kablam! --> src/aggregations/mod.rs:398:13 Oct 16 12:29:50.064 INFO kablam! | Oct 16 12:29:50.064 INFO kablam! 398 | let mut a = s1.aggs_get("sourcePort").unwrap(); Oct 16 12:29:50.064 INFO kablam! | ----^ Oct 16 12:29:50.064 INFO kablam! | | Oct 16 12:29:50.064 INFO kablam! | help: remove this `mut` Oct 16 12:29:50.064 INFO kablam! | Oct 16 12:29:50.067 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 12:29:50.067 INFO kablam! Oct 16 12:29:50.069 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:50.070 INFO kablam! --> src/aggregations/mod.rs:465:13 Oct 16 12:29:50.070 INFO kablam! | Oct 16 12:29:50.070 INFO kablam! 465 | let mut s: Query = serde_json::from_str(j).unwrap(); Oct 16 12:29:50.070 INFO kablam! | ----^ Oct 16 12:29:50.070 INFO kablam! | | Oct 16 12:29:50.070 INFO kablam! | help: remove this `mut` Oct 16 12:29:50.071 INFO kablam! Oct 16 12:29:50.071 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:50.071 INFO kablam! --> src/aggregations/mod.rs:466:13 Oct 16 12:29:50.071 INFO kablam! | Oct 16 12:29:50.072 INFO kablam! 466 | let mut a = s.aggs(); Oct 16 12:29:50.072 INFO kablam! | ----^ Oct 16 12:29:50.072 INFO kablam! | | Oct 16 12:29:50.072 INFO kablam! | help: remove this `mut` Oct 16 12:29:50.072 INFO kablam! Oct 16 12:29:50.072 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:50.073 INFO kablam! --> src/aggregations/mod.rs:468:13 Oct 16 12:29:50.073 INFO kablam! | Oct 16 12:29:50.073 INFO kablam! 468 | let mut a_ref = a.as_ref().unwrap().iter(); Oct 16 12:29:50.073 INFO kablam! | ----^^^^^ Oct 16 12:29:50.073 INFO kablam! | | Oct 16 12:29:50.074 INFO kablam! | help: remove this `mut` Oct 16 12:29:50.074 INFO kablam! Oct 16 12:29:50.074 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:50.074 INFO kablam! --> src/aggregations/mod.rs:469:13 Oct 16 12:29:50.074 INFO kablam! | Oct 16 12:29:50.075 INFO kablam! 469 | let mut i = AggregationIterator::new(a_ref); Oct 16 12:29:50.075 INFO kablam! | ----^ Oct 16 12:29:50.075 INFO kablam! | | Oct 16 12:29:50.075 INFO kablam! | help: remove this `mut` Oct 16 12:29:50.075 INFO kablam! Oct 16 12:29:50.079 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:50.079 INFO kablam! --> src/aggregations/mod.rs:504:13 Oct 16 12:29:50.079 INFO kablam! | Oct 16 12:29:50.079 INFO kablam! 504 | let mut s: Query = serde_json::from_str(j).unwrap(); Oct 16 12:29:50.079 INFO kablam! | ----^ Oct 16 12:29:50.079 INFO kablam! | | Oct 16 12:29:50.079 INFO kablam! | help: remove this `mut` Oct 16 12:29:50.079 INFO kablam! Oct 16 12:29:50.079 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:50.079 INFO kablam! --> src/aggregations/mod.rs:505:13 Oct 16 12:29:50.079 INFO kablam! | Oct 16 12:29:50.079 INFO kablam! 505 | let mut a = s.aggs(); Oct 16 12:29:50.079 INFO kablam! | ----^ Oct 16 12:29:50.079 INFO kablam! | | Oct 16 12:29:50.079 INFO kablam! | help: remove this `mut` Oct 16 12:29:50.079 INFO kablam! Oct 16 12:29:50.082 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:50.082 INFO kablam! --> src/aggregations/mod.rs:507:13 Oct 16 12:29:50.082 INFO kablam! | Oct 16 12:29:50.082 INFO kablam! 507 | let mut a_ref = a.as_ref().unwrap().iter(); Oct 16 12:29:50.082 INFO kablam! | ----^^^^^ Oct 16 12:29:50.082 INFO kablam! | | Oct 16 12:29:50.082 INFO kablam! | help: remove this `mut` Oct 16 12:29:50.082 INFO kablam! Oct 16 12:29:50.082 INFO kablam! warning: variable does not need to be mutable Oct 16 12:29:50.082 INFO kablam! --> src/aggregations/mod.rs:508:13 Oct 16 12:29:50.082 INFO kablam! | Oct 16 12:29:50.082 INFO kablam! 508 | let mut i = AggregationIterator::new(a_ref); Oct 16 12:29:50.082 INFO kablam! | ----^ Oct 16 12:29:50.082 INFO kablam! | | Oct 16 12:29:50.082 INFO kablam! | help: remove this `mut` Oct 16 12:29:50.082 INFO kablam! Oct 16 12:29:50.454 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:50.454 INFO kablam! --> src/lib.rs:2:12 Oct 16 12:29:50.454 INFO kablam! | Oct 16 12:29:50.454 INFO kablam! 2 | #![feature(iterator_for_each)] Oct 16 12:29:50.454 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:29:50.458 INFO kablam! | Oct 16 12:29:50.458 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 12:29:50.458 INFO kablam! Oct 16 12:29:50.459 INFO kablam! warning: unused attribute Oct 16 12:29:50.459 INFO kablam! --> src/lib.rs:10:1 Oct 16 12:29:50.459 INFO kablam! | Oct 16 12:29:50.460 INFO kablam! 10 | #[marco_use] Oct 16 12:29:50.460 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:50.460 INFO kablam! | Oct 16 12:29:50.461 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 16 12:29:50.461 INFO kablam! Oct 16 12:29:50.496 INFO kablam! warning: variant `epoch_millis` should have a camel case name such as `EpochMillis` Oct 16 12:29:50.497 INFO kablam! --> src/filters/common.rs:10:5 Oct 16 12:29:50.497 INFO kablam! | Oct 16 12:29:50.497 INFO kablam! 10 | epoch_millis, //epoch in ms Oct 16 12:29:50.497 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:50.498 INFO kablam! | Oct 16 12:29:50.498 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 12:29:50.498 INFO kablam! Oct 16 12:29:50.499 INFO kablam! warning: variant `epoch_second` should have a camel case name such as `EpochSecond` Oct 16 12:29:50.499 INFO kablam! --> src/filters/common.rs:11:5 Oct 16 12:29:50.499 INFO kablam! | Oct 16 12:29:50.500 INFO kablam! 11 | epoch_second, //epoch in s Oct 16 12:29:50.500 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:29:50.500 INFO kablam! Oct 16 12:29:50.501 INFO kablam! warning: variant `basic_date` should have a camel case name such as `BasicDate` Oct 16 12:29:50.501 INFO kablam! --> src/filters/common.rs:12:5 Oct 16 12:29:50.501 INFO kablam! | Oct 16 12:29:50.502 INFO kablam! 12 | basic_date, //yyyyMMdd Oct 16 12:29:50.502 INFO kablam! | ^^^^^^^^^^ Oct 16 12:29:50.502 INFO kablam! Oct 16 12:29:50.502 INFO kablam! warning: variant `basic_date_time` should have a camel case name such as `BasicDateTime` Oct 16 12:29:50.503 INFO kablam! --> src/filters/common.rs:13:5 Oct 16 12:29:50.503 INFO kablam! | Oct 16 12:29:50.503 INFO kablam! 13 | basic_date_time, //yyyyMMdd'T'HHmmss.SSSZ Oct 16 12:29:50.504 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:29:50.504 INFO kablam! Oct 16 12:29:58.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.13s Oct 16 12:29:58.487 INFO kablam! su: No module specific data is present Oct 16 12:29:59.848 INFO running `"docker" "rm" "-f" "69e2fb5f6f0fb03876b7044fc5e8424ad646044533df197143210f86ec0d0737"` Oct 16 12:30:00.175 INFO blam! 69e2fb5f6f0fb03876b7044fc5e8424ad646044533df197143210f86ec0d0737 Oct 16 12:30:00.182 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 12:30:00.692 INFO blam! 09c8e0833803efcbbabb5388896f96f7c4eadb441497c812538189b7c044b7f3 Oct 16 12:30:00.695 INFO running `"docker" "start" "-a" "09c8e0833803efcbbabb5388896f96f7c4eadb441497c812538189b7c044b7f3"` Oct 16 12:30:02.703 INFO kablam! usermod: no changes Oct 16 12:30:02.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 16 12:30:02.922 INFO blam! Oct 16 12:30:02.922 INFO blam! running 25 tests Oct 16 12:30:02.922 INFO kablam! Running /target/debug/deps/elastic_queries-713e7102f654fb65 Oct 16 12:30:02.947 INFO blam! test aggregations::date_histogram::tests::date_histo_aggs ... ok Oct 16 12:30:02.947 INFO blam! test aggregations::tests::api_drop_target ... ok Oct 16 12:30:02.947 INFO blam! test aggregations::terms::tests::terms_aggs ... ok Oct 16 12:30:02.947 INFO blam! test aggregations::stats::tests::stats_aggs ... ok Oct 16 12:30:02.995 INFO blam! test aggregations::tests::api_find_and_insert ... ok Oct 16 12:30:03.019 INFO blam! test aggregations::tests::api_replace ... ok Oct 16 12:30:03.047 INFO blam! test filters::common::tests::kv_parse_and_serialise ... ok Oct 16 12:30:03.095 INFO blam! test filters::exists::tests::exists_filter ... ok Oct 16 12:30:03.123 INFO blam! test filters::matchfilter::tests::match_filter ... ok Oct 16 12:30:03.155 INFO blam! test filters::range::tests::range_filter ... ok Oct 16 12:30:03.179 INFO blam! test filters::range::tests::range_filter_new ... ok Oct 16 12:30:03.195 INFO blam! test filters::term::tests::term_filter ... ok Oct 16 12:30:03.211 INFO blam! test filters::wildcard::tests::wildcard_filter ... ok Oct 16 12:30:03.219 INFO blam! test tests::builder ... ok Oct 16 12:30:03.263 INFO blam! test tests::filter ... ok Oct 16 12:30:03.347 INFO blam! test tests::root_to_target ... ok Oct 16 12:30:03.367 INFO blam! test tests::simple_queries_parse ... ok Oct 16 12:30:03.427 INFO blam! test tests::target ... ok Oct 16 12:30:04.887 INFO blam! test aggregations::tests::aggregation_insert ... ok Oct 16 12:30:04.941 INFO blam! test aggregations::tests::iterator_adaptors ... ok Oct 16 12:30:04.941 INFO blam! test aggregations::tests::iterator_step_by_step ... ok Oct 16 12:30:04.959 INFO blam! test aggregations::tests::find_and_insert_hard_way ... ok Oct 16 12:30:05.107 INFO blam! test aggregations::tests::iterator_add ... ok Oct 16 12:30:05.151 INFO blam! test aggregations::tests::simple_closure ... ok Oct 16 12:30:05.156 INFO blam! test aggregations::tests::iterator_immut ... ok Oct 16 12:30:05.156 INFO blam! Oct 16 12:30:05.157 INFO blam! test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:30:05.157 INFO blam! Oct 16 12:30:05.163 INFO kablam! Running /target/debug/deps/mod-670cc9e0de123cc4 Oct 16 12:30:05.167 INFO blam! Oct 16 12:30:05.167 INFO blam! running 3 tests Oct 16 12:30:05.175 INFO blam! test simple_aggregation_search ... ok Oct 16 12:30:05.195 INFO blam! test nested_aggregation_search ... ok Oct 16 12:30:05.675 INFO blam! test aggregation_search ... ok Oct 16 12:30:05.676 INFO kablam! Doc-tests elastic-queries Oct 16 12:30:05.676 INFO blam! Oct 16 12:30:05.676 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:30:05.676 INFO blam! Oct 16 12:30:07.479 INFO blam! Oct 16 12:30:07.479 INFO blam! running 0 tests Oct 16 12:30:07.479 INFO blam! Oct 16 12:30:07.479 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:30:07.479 INFO blam! Oct 16 12:30:07.491 INFO kablam! su: No module specific data is present Oct 16 12:30:08.713 INFO running `"docker" "rm" "-f" "09c8e0833803efcbbabb5388896f96f7c4eadb441497c812538189b7c044b7f3"` Oct 16 12:30:09.009 INFO blam! 09c8e0833803efcbbabb5388896f96f7c4eadb441497c812538189b7c044b7f3