Sep 04 08:26:36.383 INFO checking perf-focus-1.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 08:26:36.383 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 08:26:36.383 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:26:36.673 INFO blam! b1bbb26df0f0817ba19a8a95bcf50d7934b25cf63b5687f8a85c59363fe16023 Sep 04 08:26:36.676 INFO running `"docker" "start" "-a" "b1bbb26df0f0817ba19a8a95bcf50d7934b25cf63b5687f8a85c59363fe16023"` Sep 04 08:26:37.721 INFO kablam! Checking rusty-peg v0.4.0 Sep 04 08:26:39.139 INFO kablam! Checking perf-focus v1.1.0 (file:///source) Sep 04 08:26:40.921 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:40.921 INFO kablam! --> src/matcher/test.rs:6:13 Sep 04 08:26:40.921 INFO kablam! | Sep 04 08:26:40.921 INFO kablam! 6 | let m = Matcher::new(RegexMatcher::new("b")); Sep 04 08:26:40.921 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:40.921 INFO kablam! | Sep 04 08:26:40.921 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:40.921 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:40.922 INFO kablam! | Sep 04 08:26:40.922 INFO kablam! 75| fn new(m: M) -> Matcher { Sep 04 08:26:40.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:40.922 INFO kablam! Sep 04 08:26:40.982 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 08:26:40.982 INFO kablam! --> src/matcher/test.rs:8:18 Sep 04 08:26:40.982 INFO kablam! | Sep 04 08:26:40.982 INFO kablam! 8 | assert_eq!(r.prefix, &[format!("a")]); Sep 04 08:26:40.982 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:40.982 INFO kablam! | Sep 04 08:26:40.982 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:40.982 INFO kablam! Sep 04 08:26:40.987 INFO kablam! error[E0609]: no field `suffix` on type `matcher::SearchResult` Sep 04 08:26:40.987 INFO kablam! --> src/matcher/test.rs:9:18 Sep 04 08:26:40.987 INFO kablam! | Sep 04 08:26:40.987 INFO kablam! 9 | assert_eq!(r.suffix, &[format!("c")]); Sep 04 08:26:40.987 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:40.987 INFO kablam! | Sep 04 08:26:40.987 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:40.987 INFO kablam! Sep 04 08:26:40.993 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:40.993 INFO kablam! --> src/matcher/test.rs:18:17 Sep 04 08:26:40.993 INFO kablam! | Sep 04 08:26:40.993 INFO kablam! 18 | Matcher::new(RegexMatcher::new("b")), Sep 04 08:26:40.993 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:40.993 INFO kablam! | Sep 04 08:26:40.993 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:40.993 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:40.993 INFO kablam! | Sep 04 08:26:40.993 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 08:26:40.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:40.994 INFO kablam! Sep 04 08:26:40.994 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:40.994 INFO kablam! --> src/matcher/test.rs:19:17 Sep 04 08:26:40.994 INFO kablam! | Sep 04 08:26:40.994 INFO kablam! 19 | Matcher::new(RegexMatcher::new("c")))); Sep 04 08:26:40.994 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:40.994 INFO kablam! | Sep 04 08:26:40.994 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:40.995 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:40.995 INFO kablam! | Sep 04 08:26:40.995 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 08:26:40.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:40.995 INFO kablam! Sep 04 08:26:40.995 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:40.995 INFO kablam! --> src/matcher/test.rs:16:9 Sep 04 08:26:40.995 INFO kablam! | Sep 04 08:26:40.995 INFO kablam! 16 | Matcher::new( Sep 04 08:26:40.995 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:40.995 INFO kablam! | Sep 04 08:26:40.995 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:40.995 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:40.995 INFO kablam! | Sep 04 08:26:40.995 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 08:26:40.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:40.995 INFO kablam! Sep 04 08:26:40.995 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 08:26:40.995 INFO kablam! --> src/matcher/test.rs:21:18 Sep 04 08:26:40.996 INFO kablam! | Sep 04 08:26:40.996 INFO kablam! 21 | assert_eq!(r.prefix, &[format!("a")]); Sep 04 08:26:40.996 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:40.996 INFO kablam! | Sep 04 08:26:40.996 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:40.996 INFO kablam! Sep 04 08:26:40.999 INFO kablam! error[E0609]: no field `suffix` on type `matcher::SearchResult` Sep 04 08:26:40.999 INFO kablam! --> src/matcher/test.rs:22:15 Sep 04 08:26:40.999 INFO kablam! | Sep 04 08:26:40.999 INFO kablam! 22 | assert!(r.suffix.is_empty()); Sep 04 08:26:40.999 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:40.999 INFO kablam! | Sep 04 08:26:40.999 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:40.999 INFO kablam! Sep 04 08:26:41.004 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:41.005 INFO kablam! --> src/matcher/test.rs:31:17 Sep 04 08:26:41.005 INFO kablam! | Sep 04 08:26:41.005 INFO kablam! 31 | Matcher::new(RegexMatcher::new("a")), Sep 04 08:26:41.005 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:41.005 INFO kablam! | Sep 04 08:26:41.005 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:41.005 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:41.005 INFO kablam! | Sep 04 08:26:41.005 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 08:26:41.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:41.005 INFO kablam! Sep 04 08:26:41.006 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:41.006 INFO kablam! --> src/matcher/test.rs:32:17 Sep 04 08:26:41.006 INFO kablam! | Sep 04 08:26:41.006 INFO kablam! 32 | Matcher::new(RegexMatcher::new("c")))); Sep 04 08:26:41.006 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:41.006 INFO kablam! | Sep 04 08:26:41.006 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:41.006 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:41.006 INFO kablam! | Sep 04 08:26:41.006 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 08:26:41.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:41.006 INFO kablam! Sep 04 08:26:41.006 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:41.006 INFO kablam! --> src/matcher/test.rs:29:9 Sep 04 08:26:41.006 INFO kablam! | Sep 04 08:26:41.006 INFO kablam! 29 | Matcher::new( Sep 04 08:26:41.006 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:41.006 INFO kablam! | Sep 04 08:26:41.006 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:41.006 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:41.006 INFO kablam! | Sep 04 08:26:41.006 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 08:26:41.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:41.007 INFO kablam! Sep 04 08:26:41.007 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:41.007 INFO kablam! --> src/matcher/test.rs:41:17 Sep 04 08:26:41.007 INFO kablam! | Sep 04 08:26:41.007 INFO kablam! 41 | Matcher::new(RegexMatcher::new("a")), Sep 04 08:26:41.007 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:41.008 INFO kablam! | Sep 04 08:26:41.008 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:41.008 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:41.008 INFO kablam! | Sep 04 08:26:41.008 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 08:26:41.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:41.008 INFO kablam! Sep 04 08:26:41.008 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:41.008 INFO kablam! --> src/matcher/test.rs:43:21 Sep 04 08:26:41.008 INFO kablam! | Sep 04 08:26:41.008 INFO kablam! 43 | Matcher::new(RegexMatcher::new("c")))))); Sep 04 08:26:41.008 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:41.008 INFO kablam! | Sep 04 08:26:41.008 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:41.008 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:41.008 INFO kablam! | Sep 04 08:26:41.008 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 08:26:41.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:41.009 INFO kablam! Sep 04 08:26:41.009 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:41.009 INFO kablam! --> src/matcher/test.rs:42:17 Sep 04 08:26:41.009 INFO kablam! | Sep 04 08:26:41.009 INFO kablam! 42 | Matcher::new(SkipMatcher::new( Sep 04 08:26:41.009 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:41.009 INFO kablam! | Sep 04 08:26:41.009 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:41.009 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:41.009 INFO kablam! | Sep 04 08:26:41.009 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 08:26:41.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:41.009 INFO kablam! Sep 04 08:26:41.009 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 08:26:41.009 INFO kablam! --> src/matcher/test.rs:39:9 Sep 04 08:26:41.009 INFO kablam! | Sep 04 08:26:41.009 INFO kablam! 39 | Matcher::new( Sep 04 08:26:41.010 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 08:26:41.010 INFO kablam! | Sep 04 08:26:41.010 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 08:26:41.010 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 08:26:41.010 INFO kablam! | Sep 04 08:26:41.010 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 08:26:41.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:26:41.010 INFO kablam! Sep 04 08:26:41.011 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 08:26:41.011 INFO kablam! --> src/matcher/test.rs:46:24 Sep 04 08:26:41.011 INFO kablam! | Sep 04 08:26:41.011 INFO kablam! 46 | .unwrap().prefix.len() == 0); Sep 04 08:26:41.011 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:41.012 INFO kablam! | Sep 04 08:26:41.012 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:41.012 INFO kablam! Sep 04 08:26:41.015 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 08:26:41.015 INFO kablam! --> src/matcher/test.rs:49:24 Sep 04 08:26:41.015 INFO kablam! | Sep 04 08:26:41.015 INFO kablam! 49 | .unwrap().prefix.len() == 1); Sep 04 08:26:41.015 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:41.015 INFO kablam! | Sep 04 08:26:41.015 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:41.015 INFO kablam! Sep 04 08:26:41.019 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 08:26:41.019 INFO kablam! --> src/matcher/test.rs:52:24 Sep 04 08:26:41.020 INFO kablam! | Sep 04 08:26:41.020 INFO kablam! 52 | .unwrap().prefix.len() == 1); Sep 04 08:26:41.020 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:41.020 INFO kablam! | Sep 04 08:26:41.020 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:41.020 INFO kablam! Sep 04 08:26:41.024 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 08:26:41.024 INFO kablam! --> src/matcher/test.rs:60:24 Sep 04 08:26:41.024 INFO kablam! | Sep 04 08:26:41.024 INFO kablam! 60 | .unwrap().prefix.len() == 0); Sep 04 08:26:41.024 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:41.024 INFO kablam! | Sep 04 08:26:41.024 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:41.024 INFO kablam! Sep 04 08:26:41.027 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 08:26:41.027 INFO kablam! --> src/matcher/test.rs:63:24 Sep 04 08:26:41.027 INFO kablam! | Sep 04 08:26:41.028 INFO kablam! 63 | .unwrap().prefix.len() == 1); Sep 04 08:26:41.028 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:41.028 INFO kablam! | Sep 04 08:26:41.028 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:41.028 INFO kablam! Sep 04 08:26:41.032 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 08:26:41.032 INFO kablam! --> src/matcher/test.rs:66:24 Sep 04 08:26:41.032 INFO kablam! | Sep 04 08:26:41.032 INFO kablam! 66 | .unwrap().prefix.len() == 1); Sep 04 08:26:41.032 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:41.032 INFO kablam! | Sep 04 08:26:41.032 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:41.032 INFO kablam! Sep 04 08:26:41.037 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 08:26:41.038 INFO kablam! --> src/matcher/test.rs:77:24 Sep 04 08:26:41.038 INFO kablam! | Sep 04 08:26:41.038 INFO kablam! 77 | .unwrap().prefix.len() == 0); Sep 04 08:26:41.038 INFO kablam! | ^^^^^^ unknown field Sep 04 08:26:41.038 INFO kablam! | Sep 04 08:26:41.038 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 08:26:41.038 INFO kablam! Sep 04 08:26:41.348 INFO kablam! error[E0308]: mismatched types Sep 04 08:26:41.348 INFO kablam! --> src/trace/test.rs:8:16 Sep 04 08:26:41.348 INFO kablam! | Sep 04 08:26:41.348 INFO kablam! 8 | each_trace(cursor, |frames| { Sep 04 08:26:41.348 INFO kablam! | ^^^^^^ expected bool, found struct `std::io::Cursor` Sep 04 08:26:41.348 INFO kablam! | Sep 04 08:26:41.348 INFO kablam! = note: expected type `bool` Sep 04 08:26:41.348 INFO kablam! found type `std::io::Cursor<&[u8]>` Sep 04 08:26:41.348 INFO kablam! Sep 04 08:26:41.351 INFO kablam! error[E0599]: no method named `len` found for type `trace::TraceArgs<'_>` in the current scope Sep 04 08:26:41.351 INFO kablam! --> src/trace/test.rs:9:34 Sep 04 08:26:41.351 INFO kablam! | Sep 04 08:26:41.351 INFO kablam! 9 | frame_counts.push(frames.len()); Sep 04 08:26:41.351 INFO kablam! | ^^^ Sep 04 08:26:41.351 INFO kablam! | Sep 04 08:26:41.351 INFO kablam! ::: src/trace/mod.rs:8:1 Sep 04 08:26:41.351 INFO kablam! | Sep 04 08:26:41.351 INFO kablam! 8 | pub struct TraceArgs<'a> { Sep 04 08:26:41.351 INFO kablam! | ------------------------ method `len` not found for this Sep 04 08:26:41.351 INFO kablam! | Sep 04 08:26:41.351 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 08:26:41.352 INFO kablam! = note: the following traits define an item `len`, perhaps you need to implement one of them: Sep 04 08:26:41.352 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 04 08:26:41.352 INFO kablam! candidate #2: `regex::internal::Input` Sep 04 08:26:41.352 INFO kablam! candidate #3: `aho_corasick::autiter::Automaton` Sep 04 08:26:41.352 INFO kablam! Sep 04 08:26:41.503 INFO kablam! error: aborting due to 24 previous errors Sep 04 08:26:41.503 INFO kablam! Sep 04 08:26:41.503 INFO kablam! Some errors occurred: E0277, E0308, E0599, E0609. Sep 04 08:26:41.503 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:26:41.510 INFO kablam! error: Could not compile `perf-focus`. Sep 04 08:26:41.511 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:26:41.563 INFO kablam! warning: method is never used: `for_each_leaf` Sep 04 08:26:41.563 INFO kablam! --> src/tree/mod.rs:92:5 Sep 04 08:26:41.563 INFO kablam! | Sep 04 08:26:41.563 INFO kablam! 92 | / pub fn for_each_leaf(&self, mut f: F) Sep 04 08:26:41.563 INFO kablam! 93 | | where F: FnMut(&str, usize) Sep 04 08:26:41.563 INFO kablam! 94 | | { Sep 04 08:26:41.563 INFO kablam! 95 | | self.root_node.for_each_leaf(&mut f) Sep 04 08:26:41.563 INFO kablam! 96 | | } Sep 04 08:26:41.563 INFO kablam! | |_____^ Sep 04 08:26:41.563 INFO kablam! | Sep 04 08:26:41.563 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 08:26:41.563 INFO kablam! Sep 04 08:26:41.563 INFO kablam! warning: method is never used: `for_each_leaf` Sep 04 08:26:41.563 INFO kablam! --> src/tree/mod.rs:197:5 Sep 04 08:26:41.563 INFO kablam! | Sep 04 08:26:41.563 INFO kablam! 197 | / fn for_each_leaf(&self, f: &mut F) Sep 04 08:26:41.564 INFO kablam! 198 | | where F: FnMut(&str, usize) Sep 04 08:26:41.564 INFO kablam! 199 | | { Sep 04 08:26:41.564 INFO kablam! 200 | | if !self.children.is_empty() { Sep 04 08:26:41.564 INFO kablam! ... | Sep 04 08:26:41.564 INFO kablam! 207 | | } Sep 04 08:26:41.564 INFO kablam! 208 | | } Sep 04 08:26:41.564 INFO kablam! | |_____^ Sep 04 08:26:41.564 INFO kablam! Sep 04 08:26:41.597 INFO kablam! error: build failed Sep 04 08:26:41.598 INFO kablam! su: No module specific data is present Sep 04 08:26:41.923 INFO running `"docker" "rm" "-f" "b1bbb26df0f0817ba19a8a95bcf50d7934b25cf63b5687f8a85c59363fe16023"` Sep 04 08:26:42.027 INFO blam! b1bbb26df0f0817ba19a8a95bcf50d7934b25cf63b5687f8a85c59363fe16023