Oct 12 00:45:30.051 INFO testing elastic-queries-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 00:45:30.053 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 00:45:30.446 INFO blam! 2713ae362af2cbecc87a2419cb15a7ad5bb997352d42bf43541c0c410412d2ce Oct 12 00:45:30.447 INFO running `"docker" "start" "-a" "2713ae362af2cbecc87a2419cb15a7ad5bb997352d42bf43541c0c410412d2ce"` Oct 12 00:45:31.808 INFO kablam! usermod: no changes Oct 12 00:45:31.968 INFO kablam! Compiling elastic-queries v0.1.0 (/source) Oct 12 00:45:34.548 INFO kablam! warning: unused variable: `name` Oct 12 00:45:34.548 INFO kablam! --> src/lib.rs:291:40 Oct 12 00:45:34.548 INFO kablam! | Oct 12 00:45:34.548 INFO kablam! 291 | aggregations.aggs_fn(&|name, agg| if agg.has_child(target) { Oct 12 00:45:34.548 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 12 00:45:34.548 INFO kablam! | Oct 12 00:45:34.548 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 00:45:34.548 INFO kablam! Oct 12 00:45:34.548 INFO kablam! warning: unused variable: `rootname` Oct 12 00:45:34.548 INFO kablam! --> src/lib.rs:290:18 Oct 12 00:45:34.548 INFO kablam! | Oct 12 00:45:34.548 INFO kablam! 290 | for (rootname, aggregations) in root_aggs.iter_mut() { Oct 12 00:45:34.548 INFO kablam! | ^^^^^^^^ help: consider using `_rootname` instead Oct 12 00:45:34.548 INFO kablam! Oct 12 00:45:34.966 INFO kablam! warning: struct is never constructed: `AggregationIterator` Oct 12 00:45:34.966 INFO kablam! --> src/aggregations/mod.rs:200:1 Oct 12 00:45:34.967 INFO kablam! | Oct 12 00:45:34.968 INFO kablam! 200 | pub struct AggregationIterator<'i> { Oct 12 00:45:34.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:45:34.969 INFO kablam! | Oct 12 00:45:34.969 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 00:45:34.969 INFO kablam! Oct 12 00:45:34.970 INFO kablam! warning: method is never used: `new` Oct 12 00:45:34.970 INFO kablam! --> src/aggregations/mod.rs:207:5 Oct 12 00:45:34.970 INFO kablam! | Oct 12 00:45:34.971 INFO kablam! 207 | fn new(vi: Iter<'i, String, Aggregation>) -> AggregationIterator<'i> { Oct 12 00:45:34.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:45:34.971 INFO kablam! Oct 12 00:45:34.971 INFO kablam! warning: method is never used: `remove_filter` Oct 12 00:45:34.972 INFO kablam! --> src/lib.rs:105:5 Oct 12 00:45:34.972 INFO kablam! | Oct 12 00:45:34.972 INFO kablam! 105 | fn remove_filter(&mut self, section: BoolQuerySections, f: Filters) { Oct 12 00:45:34.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:45:34.973 INFO kablam! Oct 12 00:45:34.973 INFO kablam! warning: method is never used: `remove_filter` Oct 12 00:45:34.973 INFO kablam! --> src/lib.rs:186:5 Oct 12 00:45:34.973 INFO kablam! | Oct 12 00:45:34.974 INFO kablam! 186 | fn remove_filter(&mut self, section: BoolQuerySections, f: Filters) { Oct 12 00:45:34.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:45:34.974 INFO kablam! Oct 12 00:45:34.974 INFO kablam! warning: method is never used: `aggs_up_to_target` Oct 12 00:45:34.975 INFO kablam! --> src/lib.rs:192:5 Oct 12 00:45:34.975 INFO kablam! | Oct 12 00:45:34.975 INFO kablam! 192 | fn aggs_up_to_target(&mut self, target: &str) -> Option<(&str, Aggregation)> { Oct 12 00:45:34.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:45:34.976 INFO kablam! Oct 12 00:45:34.976 INFO kablam! warning: method is never used: `aggs_target` Oct 12 00:45:34.976 INFO kablam! --> src/lib.rs:205:5 Oct 12 00:45:34.976 INFO kablam! | Oct 12 00:45:34.977 INFO kablam! 205 | fn aggs_target<'a>(&mut self, target: &'a str) -> Option<(&'a str, Aggregation)> { Oct 12 00:45:34.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:45:34.977 INFO kablam! Oct 12 00:45:34.977 INFO kablam! warning: method is never used: `insert_child_after` Oct 12 00:45:34.978 INFO kablam! --> src/lib.rs:230:5 Oct 12 00:45:34.978 INFO kablam! | Oct 12 00:45:34.978 INFO kablam! 230 | fn insert_child_after(&mut self, target: &str, child: &str, agg: Aggregation) { Oct 12 00:45:34.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:45:34.979 INFO kablam! Oct 12 00:45:34.979 INFO kablam! warning: method is never used: `insert_child_after_internal` Oct 12 00:45:34.979 INFO kablam! --> src/lib.rs:235:5 Oct 12 00:45:34.979 INFO kablam! | Oct 12 00:45:34.980 INFO kablam! 235 | / fn insert_child_after_internal( Oct 12 00:45:34.980 INFO kablam! 236 | | &mut self, Oct 12 00:45:34.984 INFO kablam! 237 | | target: &str, Oct 12 00:45:34.985 INFO kablam! 238 | | child: &str, Oct 12 00:45:34.985 INFO kablam! ... | Oct 12 00:45:34.985 INFO kablam! 278 | | None Oct 12 00:45:34.985 INFO kablam! 279 | | } Oct 12 00:45:34.986 INFO kablam! | |_____^ Oct 12 00:45:34.986 INFO kablam! Oct 12 00:45:34.986 INFO kablam! warning: method is never used: `replace_target_agg` Oct 12 00:45:34.986 INFO kablam! --> src/lib.rs:281:5 Oct 12 00:45:34.986 INFO kablam! | Oct 12 00:45:34.987 INFO kablam! 281 | fn replace_target_agg(&mut self, target: &str, child: &str, agg: Aggregation) { Oct 12 00:45:34.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:45:34.987 INFO kablam! Oct 12 00:45:34.987 INFO kablam! warning: method is never used: `drop_target_agg` Oct 12 00:45:34.988 INFO kablam! --> src/lib.rs:287:5 Oct 12 00:45:34.988 INFO kablam! | Oct 12 00:45:34.988 INFO kablam! 287 | fn drop_target_agg(&mut self, target: &str) { Oct 12 00:45:34.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:45:34.989 INFO kablam! Oct 12 00:45:34.989 INFO kablam! warning: the feature `iterator_for_each` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 12 00:45:34.989 INFO kablam! --> src/lib.rs:2:12 Oct 12 00:45:34.989 INFO kablam! | Oct 12 00:45:34.990 INFO kablam! 2 | #![feature(iterator_for_each)] Oct 12 00:45:34.990 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 00:45:34.990 INFO kablam! | Oct 12 00:45:34.990 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 00:45:34.991 INFO kablam! Oct 12 00:45:34.991 INFO kablam! warning: unused attribute Oct 12 00:45:34.991 INFO kablam! --> src/lib.rs:10:1 Oct 12 00:45:34.991 INFO kablam! | Oct 12 00:45:34.992 INFO kablam! 10 | #[marco_use] Oct 12 00:45:34.992 INFO kablam! | ^^^^^^^^^^^^ Oct 12 00:45:34.992 INFO kablam! | Oct 12 00:45:34.993 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 12 00:45:34.993 INFO kablam! Oct 12 00:45:34.993 INFO kablam! warning: variant `epoch_millis` should have a camel case name such as `EpochMillis` Oct 12 00:45:34.993 INFO kablam! --> src/filters/common.rs:10:5 Oct 12 00:45:34.994 INFO kablam! | Oct 12 00:45:34.994 INFO kablam! 10 | epoch_millis, //epoch in ms Oct 12 00:45:34.994 INFO kablam! | ^^^^^^^^^^^^ Oct 12 00:45:34.995 INFO kablam! | Oct 12 00:45:34.995 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 00:45:34.995 INFO kablam! Oct 12 00:45:34.995 INFO kablam! warning: variant `epoch_second` should have a camel case name such as `EpochSecond` Oct 12 00:45:34.996 INFO kablam! --> src/filters/common.rs:11:5 Oct 12 00:45:34.996 INFO kablam! | Oct 12 00:45:34.996 INFO kablam! 11 | epoch_second, //epoch in s Oct 12 00:45:34.997 INFO kablam! | ^^^^^^^^^^^^ Oct 12 00:45:34.997 INFO kablam! Oct 12 00:45:34.997 INFO kablam! warning: variant `basic_date` should have a camel case name such as `BasicDate` Oct 12 00:45:34.997 INFO kablam! --> src/filters/common.rs:12:5 Oct 12 00:45:34.998 INFO kablam! | Oct 12 00:45:34.998 INFO kablam! 12 | basic_date, //yyyyMMdd Oct 12 00:45:34.998 INFO kablam! | ^^^^^^^^^^ Oct 12 00:45:34.998 INFO kablam! Oct 12 00:45:34.999 INFO kablam! warning: variant `basic_date_time` should have a camel case name such as `BasicDateTime` Oct 12 00:45:34.999 INFO kablam! --> src/filters/common.rs:13:5 Oct 12 00:45:34.999 INFO kablam! | Oct 12 00:45:34.999 INFO kablam! 13 | basic_date_time, //yyyyMMdd'T'HHmmss.SSSZ Oct 12 00:45:35.000 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:45:35.000 INFO kablam! Oct 12 00:45:36.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.75s Oct 12 00:45:36.584 INFO kablam! su: No module specific data is present Oct 12 00:45:37.848 INFO running `"docker" "rm" "-f" "2713ae362af2cbecc87a2419cb15a7ad5bb997352d42bf43541c0c410412d2ce"` Oct 12 00:45:38.228 INFO blam! 2713ae362af2cbecc87a2419cb15a7ad5bb997352d42bf43541c0c410412d2ce Oct 12 00:45:38.234 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 00:45:38.644 INFO blam! 94a174ffabd5912b61ed5c03548f36d05f5e0b59cd724e4d05c5bfeb31fa0449 Oct 12 00:45:38.648 INFO running `"docker" "start" "-a" "94a174ffabd5912b61ed5c03548f36d05f5e0b59cd724e4d05c5bfeb31fa0449"` Oct 12 00:45:39.710 INFO kablam! usermod: no changes Oct 12 00:45:39.822 INFO kablam! Compiling elastic-queries v0.1.0 (/source) Oct 12 00:45:41.800 INFO kablam! warning: unused import: `aggregations::terms::*` Oct 12 00:45:41.800 INFO kablam! --> src/aggregations/mod.rs:334:13 Oct 12 00:45:41.800 INFO kablam! | Oct 12 00:45:41.800 INFO kablam! 334 | use aggregations::terms::*; Oct 12 00:45:41.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:45:41.800 INFO kablam! | Oct 12 00:45:41.800 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 00:45:41.800 INFO kablam! Oct 12 00:45:45.572 INFO kablam! warning: unused variable: `s` Oct 12 00:45:45.572 INFO kablam! --> src/aggregations/mod.rs:459:21 Oct 12 00:45:45.572 INFO kablam! | Oct 12 00:45:45.572 INFO kablam! 459 | s.aggs_fn(&|s, a| ()); Oct 12 00:45:45.572 INFO kablam! | ^ help: consider using `_s` instead Oct 12 00:45:45.572 INFO kablam! | Oct 12 00:45:45.572 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 00:45:45.572 INFO kablam! Oct 12 00:45:45.572 INFO kablam! warning: unused variable: `a` Oct 12 00:45:45.572 INFO kablam! --> src/aggregations/mod.rs:459:24 Oct 12 00:45:45.573 INFO kablam! | Oct 12 00:45:45.573 INFO kablam! 459 | s.aggs_fn(&|s, a| ()); Oct 12 00:45:45.573 INFO kablam! | ^ help: consider using `_a` instead Oct 12 00:45:45.573 INFO kablam! Oct 12 00:45:45.573 INFO kablam! warning: unused variable: `item` Oct 12 00:45:45.573 INFO kablam! --> src/aggregations/mod.rs:470:13 Oct 12 00:45:45.573 INFO kablam! | Oct 12 00:45:45.573 INFO kablam! 470 | for item in i { Oct 12 00:45:45.573 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 12 00:45:45.573 INFO kablam! Oct 12 00:45:45.573 INFO kablam! warning: unused variable: `s` Oct 12 00:45:45.573 INFO kablam! --> src/aggregations/mod.rs:510:21 Oct 12 00:45:45.573 INFO kablam! | Oct 12 00:45:45.573 INFO kablam! 510 | i.for_each(|s| ()); Oct 12 00:45:45.573 INFO kablam! | ^ help: consider using `_s` instead Oct 12 00:45:45.573 INFO kablam! Oct 12 00:45:45.573 INFO kablam! warning: unused variable: `s` Oct 12 00:45:45.573 INFO kablam! --> src/aggregations/mod.rs:584:13 Oct 12 00:45:45.573 INFO kablam! | Oct 12 00:45:45.573 INFO kablam! 584 | let s: TermAggregation = serde_json::from_str(j).unwrap(); Oct 12 00:45:45.573 INFO kablam! | ^ help: consider using `_s` instead Oct 12 00:45:45.573 INFO kablam! Oct 12 00:45:45.573 INFO kablam! warning: unused variable: `bo` Oct 12 00:45:45.573 INFO kablam! --> src/lib.rs:393:13 Oct 12 00:45:45.573 INFO kablam! | Oct 12 00:45:45.573 INFO kablam! 393 | let bo = BoolBuilder::default().build().expect( Oct 12 00:45:45.573 INFO kablam! | ^^ help: consider using `_bo` instead Oct 12 00:45:45.573 INFO kablam! Oct 12 00:45:45.573 INFO kablam! warning: unused variable: `qb` Oct 12 00:45:45.573 INFO kablam! --> src/lib.rs:396:13 Oct 12 00:45:45.573 INFO kablam! | Oct 12 00:45:45.573 INFO kablam! 396 | let qb = QueryFieldBuilder::default().build().expect( Oct 12 00:45:45.573 INFO kablam! | ^^ help: consider using `_qb` instead Oct 12 00:45:45.573 INFO kablam! Oct 12 00:45:45.573 INFO kablam! warning: unused variable: `name` Oct 12 00:45:45.573 INFO kablam! --> src/lib.rs:291:40 Oct 12 00:45:45.573 INFO kablam! | Oct 12 00:45:45.573 INFO kablam! 291 | aggregations.aggs_fn(&|name, agg| if agg.has_child(target) { Oct 12 00:45:45.573 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 12 00:45:45.573 INFO kablam! Oct 12 00:45:45.573 INFO kablam! warning: unused variable: `rootname` Oct 12 00:45:45.573 INFO kablam! --> src/lib.rs:290:18 Oct 12 00:45:45.573 INFO kablam! | Oct 12 00:45:45.573 INFO kablam! 290 | for (rootname, aggregations) in root_aggs.iter_mut() { Oct 12 00:45:45.573 INFO kablam! | ^^^^^^^^ help: consider using `_rootname` instead Oct 12 00:45:45.573 INFO kablam! Oct 12 00:45:46.027 INFO kablam! warning: variable does not need to be mutable Oct 12 00:45:46.027 INFO kablam! --> src/aggregations/mod.rs:398:13 Oct 12 00:45:46.027 INFO kablam! | Oct 12 00:45:46.027 INFO kablam! 398 | let mut a = s1.aggs_get("sourcePort").unwrap(); Oct 12 00:45:46.027 INFO kablam! | ----^ Oct 12 00:45:46.027 INFO kablam! | | Oct 12 00:45:46.027 INFO kablam! | help: remove this `mut` Oct 12 00:45:46.027 INFO kablam! | Oct 12 00:45:46.027 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 00:45:46.027 INFO kablam! Oct 12 00:45:46.032 INFO kablam! warning: variable does not need to be mutable Oct 12 00:45:46.032 INFO kablam! --> src/aggregations/mod.rs:465:13 Oct 12 00:45:46.032 INFO kablam! | Oct 12 00:45:46.032 INFO kablam! 465 | let mut s: Query = serde_json::from_str(j).unwrap(); Oct 12 00:45:46.032 INFO kablam! | ----^ Oct 12 00:45:46.032 INFO kablam! | | Oct 12 00:45:46.032 INFO kablam! | help: remove this `mut` Oct 12 00:45:46.032 INFO kablam! Oct 12 00:45:46.032 INFO kablam! warning: variable does not need to be mutable Oct 12 00:45:46.032 INFO kablam! --> src/aggregations/mod.rs:466:13 Oct 12 00:45:46.032 INFO kablam! | Oct 12 00:45:46.032 INFO kablam! 466 | let mut a = s.aggs(); Oct 12 00:45:46.032 INFO kablam! | ----^ Oct 12 00:45:46.032 INFO kablam! | | Oct 12 00:45:46.032 INFO kablam! | help: remove this `mut` Oct 12 00:45:46.032 INFO kablam! Oct 12 00:45:46.032 INFO kablam! warning: variable does not need to be mutable Oct 12 00:45:46.032 INFO kablam! --> src/aggregations/mod.rs:468:13 Oct 12 00:45:46.032 INFO kablam! | Oct 12 00:45:46.032 INFO kablam! 468 | let mut a_ref = a.as_ref().unwrap().iter(); Oct 12 00:45:46.032 INFO kablam! | ----^^^^^ Oct 12 00:45:46.032 INFO kablam! | | Oct 12 00:45:46.032 INFO kablam! | help: remove this `mut` Oct 12 00:45:46.032 INFO kablam! Oct 12 00:45:46.032 INFO kablam! warning: variable does not need to be mutable Oct 12 00:45:46.033 INFO kablam! --> src/aggregations/mod.rs:469:13 Oct 12 00:45:46.033 INFO kablam! | Oct 12 00:45:46.033 INFO kablam! 469 | let mut i = AggregationIterator::new(a_ref); Oct 12 00:45:46.033 INFO kablam! | ----^ Oct 12 00:45:46.033 INFO kablam! | | Oct 12 00:45:46.033 INFO kablam! | help: remove this `mut` Oct 12 00:45:46.033 INFO kablam! Oct 12 00:45:46.044 INFO kablam! warning: variable does not need to be mutable Oct 12 00:45:46.044 INFO kablam! --> src/aggregations/mod.rs:504:13 Oct 12 00:45:46.044 INFO kablam! | Oct 12 00:45:46.044 INFO kablam! 504 | let mut s: Query = serde_json::from_str(j).unwrap(); Oct 12 00:45:46.044 INFO kablam! | ----^ Oct 12 00:45:46.044 INFO kablam! | | Oct 12 00:45:46.044 INFO kablam! | help: remove this `mut` Oct 12 00:45:46.044 INFO kablam! Oct 12 00:45:46.044 INFO kablam! warning: variable does not need to be mutable Oct 12 00:45:46.044 INFO kablam! --> src/aggregations/mod.rs:505:13 Oct 12 00:45:46.044 INFO kablam! | Oct 12 00:45:46.044 INFO kablam! 505 | let mut a = s.aggs(); Oct 12 00:45:46.044 INFO kablam! | ----^ Oct 12 00:45:46.044 INFO kablam! | | Oct 12 00:45:46.044 INFO kablam! | help: remove this `mut` Oct 12 00:45:46.044 INFO kablam! Oct 12 00:45:46.045 INFO kablam! warning: variable does not need to be mutable Oct 12 00:45:46.045 INFO kablam! --> src/aggregations/mod.rs:507:13 Oct 12 00:45:46.045 INFO kablam! | Oct 12 00:45:46.045 INFO kablam! 507 | let mut a_ref = a.as_ref().unwrap().iter(); Oct 12 00:45:46.045 INFO kablam! | ----^^^^^ Oct 12 00:45:46.045 INFO kablam! | | Oct 12 00:45:46.045 INFO kablam! | help: remove this `mut` Oct 12 00:45:46.045 INFO kablam! Oct 12 00:45:46.045 INFO kablam! warning: variable does not need to be mutable Oct 12 00:45:46.045 INFO kablam! --> src/aggregations/mod.rs:508:13 Oct 12 00:45:46.045 INFO kablam! | Oct 12 00:45:46.045 INFO kablam! 508 | let mut i = AggregationIterator::new(a_ref); Oct 12 00:45:46.045 INFO kablam! | ----^ Oct 12 00:45:46.045 INFO kablam! | | Oct 12 00:45:46.045 INFO kablam! | help: remove this `mut` Oct 12 00:45:46.045 INFO kablam! Oct 12 00:45:46.496 INFO kablam! warning: the feature `iterator_for_each` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 12 00:45:46.496 INFO kablam! --> src/lib.rs:2:12 Oct 12 00:45:46.496 INFO kablam! | Oct 12 00:45:46.496 INFO kablam! 2 | #![feature(iterator_for_each)] Oct 12 00:45:46.496 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 00:45:46.496 INFO kablam! | Oct 12 00:45:46.496 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 00:45:46.496 INFO kablam! Oct 12 00:45:46.496 INFO kablam! warning: unused attribute Oct 12 00:45:46.496 INFO kablam! --> src/lib.rs:10:1 Oct 12 00:45:46.496 INFO kablam! | Oct 12 00:45:46.496 INFO kablam! 10 | #[marco_use] Oct 12 00:45:46.496 INFO kablam! | ^^^^^^^^^^^^ Oct 12 00:45:46.496 INFO kablam! | Oct 12 00:45:46.496 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 12 00:45:46.496 INFO kablam! Oct 12 00:45:46.508 INFO kablam! warning: variant `epoch_millis` should have a camel case name such as `EpochMillis` Oct 12 00:45:46.508 INFO kablam! --> src/filters/common.rs:10:5 Oct 12 00:45:46.508 INFO kablam! | Oct 12 00:45:46.508 INFO kablam! 10 | epoch_millis, //epoch in ms Oct 12 00:45:46.508 INFO kablam! | ^^^^^^^^^^^^ Oct 12 00:45:46.508 INFO kablam! | Oct 12 00:45:46.508 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 00:45:46.508 INFO kablam! Oct 12 00:45:46.508 INFO kablam! warning: variant `epoch_second` should have a camel case name such as `EpochSecond` Oct 12 00:45:46.508 INFO kablam! --> src/filters/common.rs:11:5 Oct 12 00:45:46.508 INFO kablam! | Oct 12 00:45:46.508 INFO kablam! 11 | epoch_second, //epoch in s Oct 12 00:45:46.508 INFO kablam! | ^^^^^^^^^^^^ Oct 12 00:45:46.508 INFO kablam! Oct 12 00:45:46.508 INFO kablam! warning: variant `basic_date` should have a camel case name such as `BasicDate` Oct 12 00:45:46.508 INFO kablam! --> src/filters/common.rs:12:5 Oct 12 00:45:46.508 INFO kablam! | Oct 12 00:45:46.509 INFO kablam! 12 | basic_date, //yyyyMMdd Oct 12 00:45:46.509 INFO kablam! | ^^^^^^^^^^ Oct 12 00:45:46.509 INFO kablam! Oct 12 00:45:46.509 INFO kablam! warning: variant `basic_date_time` should have a camel case name such as `BasicDateTime` Oct 12 00:45:46.509 INFO kablam! --> src/filters/common.rs:13:5 Oct 12 00:45:46.509 INFO kablam! | Oct 12 00:45:46.509 INFO kablam! 13 | basic_date_time, //yyyyMMdd'T'HHmmss.SSSZ Oct 12 00:45:46.509 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:45:46.509 INFO kablam! Oct 12 00:45:52.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.59s Oct 12 00:45:52.328 INFO kablam! su: No module specific data is present Oct 12 00:45:53.184 INFO running `"docker" "rm" "-f" "94a174ffabd5912b61ed5c03548f36d05f5e0b59cd724e4d05c5bfeb31fa0449"` Oct 12 00:45:53.453 INFO blam! 94a174ffabd5912b61ed5c03548f36d05f5e0b59cd724e4d05c5bfeb31fa0449 Oct 12 00:45:53.460 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 00:45:54.066 INFO blam! e8757120e3bc3c3a218eaa4d8057e0254e531f22135dfcb035cf1168c78dc2f1 Oct 12 00:45:54.068 INFO running `"docker" "start" "-a" "e8757120e3bc3c3a218eaa4d8057e0254e531f22135dfcb035cf1168c78dc2f1"` Oct 12 00:45:55.280 INFO kablam! usermod: no changes Oct 12 00:45:55.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 12 00:45:55.440 INFO kablam! Running /target/debug/deps/elastic_queries-cba862baf5d55cbf Oct 12 00:45:55.444 INFO blam! Oct 12 00:45:55.444 INFO blam! running 25 tests Oct 12 00:45:55.444 INFO blam! test aggregations::date_histogram::tests::date_histo_aggs ... ok Oct 12 00:45:55.465 INFO blam! test aggregations::stats::tests::stats_aggs ... ok Oct 12 00:45:55.471 INFO blam! test aggregations::terms::tests::terms_aggs ... ok Oct 12 00:45:55.505 INFO blam! test aggregations::tests::api_find_and_insert ... ok Oct 12 00:45:55.505 INFO blam! test aggregations::tests::api_replace ... ok Oct 12 00:45:55.506 INFO blam! test aggregations::tests::api_drop_target ... ok Oct 12 00:45:55.533 INFO blam! test filters::common::tests::kv_parse_and_serialise ... ok Oct 12 00:45:55.577 INFO blam! test filters::exists::tests::exists_filter ... ok Oct 12 00:45:55.593 INFO blam! test filters::matchfilter::tests::match_filter ... ok Oct 12 00:45:55.593 INFO blam! test filters::range::tests::range_filter ... ok Oct 12 00:45:55.627 INFO blam! test filters::range::tests::range_filter_new ... ok Oct 12 00:45:55.628 INFO blam! test filters::term::tests::term_filter ... ok Oct 12 00:45:55.631 INFO blam! test filters::wildcard::tests::wildcard_filter ... ok Oct 12 00:45:55.649 INFO blam! test tests::builder ... ok Oct 12 00:45:55.665 INFO blam! test tests::filter ... ok Oct 12 00:45:55.730 INFO blam! test tests::root_to_target ... ok Oct 12 00:45:55.732 INFO blam! test tests::simple_queries_parse ... ok Oct 12 00:45:55.780 INFO blam! test tests::target ... ok Oct 12 00:45:56.580 INFO blam! test aggregations::tests::iterator_step_by_step ... ok Oct 12 00:45:56.740 INFO blam! test aggregations::tests::iterator_add ... ok Oct 12 00:45:56.768 INFO blam! test aggregations::tests::simple_closure ... ok Oct 12 00:45:56.912 INFO blam! test aggregations::tests::find_and_insert_hard_way ... ok Oct 12 00:45:57.012 INFO blam! test aggregations::tests::aggregation_insert ... ok Oct 12 00:45:57.012 INFO blam! test aggregations::tests::iterator_adaptors ... ok Oct 12 00:45:57.036 INFO blam! test aggregations::tests::iterator_immut ... ok Oct 12 00:45:57.036 INFO blam! Oct 12 00:45:57.036 INFO blam! test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:45:57.036 INFO blam! Oct 12 00:45:57.036 INFO blam! Oct 12 00:45:57.036 INFO blam! running 3 tests Oct 12 00:45:57.038 INFO kablam! Running /target/debug/deps/mod-42126c9aaf232f90 Oct 12 00:45:57.072 INFO blam! test simple_aggregation_search ... ok Oct 12 00:45:57.072 INFO blam! test nested_aggregation_search ... ok Oct 12 00:45:57.395 INFO blam! test aggregation_search ... ok Oct 12 00:45:57.395 INFO blam! Oct 12 00:45:57.395 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:45:57.395 INFO blam! Oct 12 00:45:57.395 INFO kablam! Doc-tests elastic-queries Oct 12 00:45:58.904 INFO blam! Oct 12 00:45:58.904 INFO blam! running 0 tests Oct 12 00:45:58.904 INFO blam! Oct 12 00:45:58.904 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:45:58.904 INFO blam! Oct 12 00:45:58.912 INFO kablam! su: No module specific data is present Oct 12 00:46:00.021 INFO running `"docker" "rm" "-f" "e8757120e3bc3c3a218eaa4d8057e0254e531f22135dfcb035cf1168c78dc2f1"` Oct 12 00:46:00.451 INFO blam! e8757120e3bc3c3a218eaa4d8057e0254e531f22135dfcb035cf1168c78dc2f1