Sep 04 11:27:05.963 INFO checking perf-focus-1.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 11:27:05.963 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 11:27:05.963 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:27:06.217 INFO blam! 9e73ed2e0b6bf35f9647ef926e8eccc898fbd970772696ffd7da0b27c72d6c43 Sep 04 11:27:06.219 INFO running `"docker" "start" "-a" "9e73ed2e0b6bf35f9647ef926e8eccc898fbd970772696ffd7da0b27c72d6c43"` Sep 04 11:27:07.189 INFO kablam! Checking rusty-peg v0.4.0 Sep 04 11:27:08.237 INFO kablam! Checking perf-focus v1.1.0 (file:///source) Sep 04 11:27:09.951 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:09.951 INFO kablam! --> src/matcher/test.rs:6:13 Sep 04 11:27:09.951 INFO kablam! | Sep 04 11:27:09.951 INFO kablam! 6 | let m = Matcher::new(RegexMatcher::new("b")); Sep 04 11:27:09.951 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:09.951 INFO kablam! | Sep 04 11:27:09.951 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:09.952 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:09.952 INFO kablam! | Sep 04 11:27:09.952 INFO kablam! 75| fn new(m: M) -> Matcher { Sep 04 11:27:09.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:09.952 INFO kablam! Sep 04 11:27:10.010 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 11:27:10.011 INFO kablam! --> src/matcher/test.rs:8:18 Sep 04 11:27:10.011 INFO kablam! | Sep 04 11:27:10.011 INFO kablam! 8 | assert_eq!(r.prefix, &[format!("a")]); Sep 04 11:27:10.011 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.011 INFO kablam! | Sep 04 11:27:10.011 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.011 INFO kablam! Sep 04 11:27:10.014 INFO kablam! error[E0609]: no field `suffix` on type `matcher::SearchResult` Sep 04 11:27:10.014 INFO kablam! --> src/matcher/test.rs:9:18 Sep 04 11:27:10.014 INFO kablam! | Sep 04 11:27:10.014 INFO kablam! 9 | assert_eq!(r.suffix, &[format!("c")]); Sep 04 11:27:10.015 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.015 INFO kablam! | Sep 04 11:27:10.015 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.015 INFO kablam! Sep 04 11:27:10.020 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:10.020 INFO kablam! --> src/matcher/test.rs:18:17 Sep 04 11:27:10.020 INFO kablam! | Sep 04 11:27:10.020 INFO kablam! 18 | Matcher::new(RegexMatcher::new("b")), Sep 04 11:27:10.020 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:10.020 INFO kablam! | Sep 04 11:27:10.020 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:10.020 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:10.020 INFO kablam! | Sep 04 11:27:10.021 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 11:27:10.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:10.021 INFO kablam! Sep 04 11:27:10.021 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:10.021 INFO kablam! --> src/matcher/test.rs:19:17 Sep 04 11:27:10.021 INFO kablam! | Sep 04 11:27:10.021 INFO kablam! 19 | Matcher::new(RegexMatcher::new("c")))); Sep 04 11:27:10.021 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:10.021 INFO kablam! | Sep 04 11:27:10.021 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:10.021 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:10.021 INFO kablam! | Sep 04 11:27:10.021 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 11:27:10.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:10.021 INFO kablam! Sep 04 11:27:10.021 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:10.021 INFO kablam! --> src/matcher/test.rs:16:9 Sep 04 11:27:10.021 INFO kablam! | Sep 04 11:27:10.021 INFO kablam! 16 | Matcher::new( Sep 04 11:27:10.021 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:10.022 INFO kablam! | Sep 04 11:27:10.022 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:10.022 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:10.022 INFO kablam! | Sep 04 11:27:10.022 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 11:27:10.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:10.022 INFO kablam! Sep 04 11:27:10.022 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 11:27:10.022 INFO kablam! --> src/matcher/test.rs:21:18 Sep 04 11:27:10.022 INFO kablam! | Sep 04 11:27:10.022 INFO kablam! 21 | assert_eq!(r.prefix, &[format!("a")]); Sep 04 11:27:10.022 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.022 INFO kablam! | Sep 04 11:27:10.022 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.022 INFO kablam! Sep 04 11:27:10.025 INFO kablam! error[E0609]: no field `suffix` on type `matcher::SearchResult` Sep 04 11:27:10.025 INFO kablam! --> src/matcher/test.rs:22:15 Sep 04 11:27:10.025 INFO kablam! | Sep 04 11:27:10.025 INFO kablam! 22 | assert!(r.suffix.is_empty()); Sep 04 11:27:10.025 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.025 INFO kablam! | Sep 04 11:27:10.025 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.025 INFO kablam! Sep 04 11:27:10.028 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:10.028 INFO kablam! --> src/matcher/test.rs:31:17 Sep 04 11:27:10.028 INFO kablam! | Sep 04 11:27:10.028 INFO kablam! 31 | Matcher::new(RegexMatcher::new("a")), Sep 04 11:27:10.028 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:10.028 INFO kablam! | Sep 04 11:27:10.028 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:10.028 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:10.028 INFO kablam! | Sep 04 11:27:10.028 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 11:27:10.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:10.028 INFO kablam! Sep 04 11:27:10.028 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:10.028 INFO kablam! --> src/matcher/test.rs:32:17 Sep 04 11:27:10.028 INFO kablam! | Sep 04 11:27:10.028 INFO kablam! 32 | Matcher::new(RegexMatcher::new("c")))); Sep 04 11:27:10.028 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:10.028 INFO kablam! | Sep 04 11:27:10.028 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:10.028 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:10.028 INFO kablam! | Sep 04 11:27:10.028 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 11:27:10.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:10.029 INFO kablam! Sep 04 11:27:10.029 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:10.029 INFO kablam! --> src/matcher/test.rs:29:9 Sep 04 11:27:10.029 INFO kablam! | Sep 04 11:27:10.029 INFO kablam! 29 | Matcher::new( Sep 04 11:27:10.029 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:10.029 INFO kablam! | Sep 04 11:27:10.029 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:10.029 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:10.029 INFO kablam! | Sep 04 11:27:10.029 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 11:27:10.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:10.029 INFO kablam! Sep 04 11:27:10.029 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:10.029 INFO kablam! --> src/matcher/test.rs:41:17 Sep 04 11:27:10.029 INFO kablam! | Sep 04 11:27:10.029 INFO kablam! 41 | Matcher::new(RegexMatcher::new("a")), Sep 04 11:27:10.029 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:10.029 INFO kablam! | Sep 04 11:27:10.029 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:10.029 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:10.030 INFO kablam! | Sep 04 11:27:10.030 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 11:27:10.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:10.030 INFO kablam! Sep 04 11:27:10.030 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:10.030 INFO kablam! --> src/matcher/test.rs:43:21 Sep 04 11:27:10.030 INFO kablam! | Sep 04 11:27:10.030 INFO kablam! 43 | Matcher::new(RegexMatcher::new("c")))))); Sep 04 11:27:10.030 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:10.030 INFO kablam! | Sep 04 11:27:10.030 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:10.030 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:10.030 INFO kablam! | Sep 04 11:27:10.030 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 11:27:10.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:10.030 INFO kablam! Sep 04 11:27:10.030 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:10.030 INFO kablam! --> src/matcher/test.rs:42:17 Sep 04 11:27:10.030 INFO kablam! | Sep 04 11:27:10.030 INFO kablam! 42 | Matcher::new(SkipMatcher::new( Sep 04 11:27:10.030 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:10.030 INFO kablam! | Sep 04 11:27:10.031 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:10.031 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:10.031 INFO kablam! | Sep 04 11:27:10.031 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 11:27:10.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:10.031 INFO kablam! Sep 04 11:27:10.031 INFO kablam! error[E0277]: the trait bound `matcher::Matcher: matcher::MatcherTrait` is not satisfied Sep 04 11:27:10.031 INFO kablam! --> src/matcher/test.rs:39:9 Sep 04 11:27:10.031 INFO kablam! | Sep 04 11:27:10.031 INFO kablam! 39 | Matcher::new( Sep 04 11:27:10.031 INFO kablam! | ^^^^^^^^^^^^ the trait `matcher::MatcherTrait` is not implemented for `matcher::Matcher` Sep 04 11:27:10.031 INFO kablam! | Sep 04 11:27:10.031 INFO kablam! note: required by `matcher::Matcher::new` Sep 04 11:27:10.031 INFO kablam! --> src/matcher/mod.rs:75:5 Sep 04 11:27:10.031 INFO kablam! | Sep 04 11:27:10.031 INFO kablam! 75 | fn new(m: M) -> Matcher { Sep 04 11:27:10.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:27:10.031 INFO kablam! Sep 04 11:27:10.031 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 11:27:10.031 INFO kablam! --> src/matcher/test.rs:46:24 Sep 04 11:27:10.032 INFO kablam! | Sep 04 11:27:10.032 INFO kablam! 46 | .unwrap().prefix.len() == 0); Sep 04 11:27:10.032 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.032 INFO kablam! | Sep 04 11:27:10.032 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.032 INFO kablam! Sep 04 11:27:10.033 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 11:27:10.033 INFO kablam! --> src/matcher/test.rs:49:24 Sep 04 11:27:10.033 INFO kablam! | Sep 04 11:27:10.033 INFO kablam! 49 | .unwrap().prefix.len() == 1); Sep 04 11:27:10.033 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.034 INFO kablam! | Sep 04 11:27:10.034 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.034 INFO kablam! Sep 04 11:27:10.035 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 11:27:10.036 INFO kablam! --> src/matcher/test.rs:52:24 Sep 04 11:27:10.036 INFO kablam! | Sep 04 11:27:10.036 INFO kablam! 52 | .unwrap().prefix.len() == 1); Sep 04 11:27:10.036 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.036 INFO kablam! | Sep 04 11:27:10.036 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.036 INFO kablam! Sep 04 11:27:10.038 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 11:27:10.038 INFO kablam! --> src/matcher/test.rs:60:24 Sep 04 11:27:10.038 INFO kablam! | Sep 04 11:27:10.038 INFO kablam! 60 | .unwrap().prefix.len() == 0); Sep 04 11:27:10.038 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.038 INFO kablam! | Sep 04 11:27:10.038 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.038 INFO kablam! Sep 04 11:27:10.040 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 11:27:10.040 INFO kablam! --> src/matcher/test.rs:63:24 Sep 04 11:27:10.040 INFO kablam! | Sep 04 11:27:10.040 INFO kablam! 63 | .unwrap().prefix.len() == 1); Sep 04 11:27:10.040 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.040 INFO kablam! | Sep 04 11:27:10.040 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.040 INFO kablam! Sep 04 11:27:10.042 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 11:27:10.042 INFO kablam! --> src/matcher/test.rs:66:24 Sep 04 11:27:10.042 INFO kablam! | Sep 04 11:27:10.042 INFO kablam! 66 | .unwrap().prefix.len() == 1); Sep 04 11:27:10.042 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.042 INFO kablam! | Sep 04 11:27:10.042 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.042 INFO kablam! Sep 04 11:27:10.045 INFO kablam! error[E0609]: no field `prefix` on type `matcher::SearchResult` Sep 04 11:27:10.045 INFO kablam! --> src/matcher/test.rs:77:24 Sep 04 11:27:10.045 INFO kablam! | Sep 04 11:27:10.045 INFO kablam! 77 | .unwrap().prefix.len() == 0); Sep 04 11:27:10.045 INFO kablam! | ^^^^^^ unknown field Sep 04 11:27:10.045 INFO kablam! | Sep 04 11:27:10.045 INFO kablam! = note: available fields are: `first_matching_frame`, `first_callee_frame` Sep 04 11:27:10.045 INFO kablam! Sep 04 11:27:10.405 INFO kablam! error[E0308]: mismatched types Sep 04 11:27:10.405 INFO kablam! --> src/trace/test.rs:8:16 Sep 04 11:27:10.405 INFO kablam! | Sep 04 11:27:10.405 INFO kablam! 8 | each_trace(cursor, |frames| { Sep 04 11:27:10.405 INFO kablam! | ^^^^^^ expected bool, found struct `std::io::Cursor` Sep 04 11:27:10.406 INFO kablam! | Sep 04 11:27:10.406 INFO kablam! = note: expected type `bool` Sep 04 11:27:10.406 INFO kablam! found type `std::io::Cursor<&[u8]>` Sep 04 11:27:10.406 INFO kablam! Sep 04 11:27:10.409 INFO kablam! error[E0599]: no method named `len` found for type `trace::TraceArgs<'_>` in the current scope Sep 04 11:27:10.409 INFO kablam! --> src/trace/test.rs:9:34 Sep 04 11:27:10.409 INFO kablam! | Sep 04 11:27:10.409 INFO kablam! 9 | frame_counts.push(frames.len()); Sep 04 11:27:10.409 INFO kablam! | ^^^ Sep 04 11:27:10.409 INFO kablam! | Sep 04 11:27:10.409 INFO kablam! ::: src/trace/mod.rs:8:1 Sep 04 11:27:10.409 INFO kablam! | Sep 04 11:27:10.409 INFO kablam! 8 | pub struct TraceArgs<'a> { Sep 04 11:27:10.409 INFO kablam! | ------------------------ method `len` not found for this Sep 04 11:27:10.412 INFO kablam! | Sep 04 11:27:10.412 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:27:10.413 INFO kablam! = note: the following traits define an item `len`, perhaps you need to implement one of them: Sep 04 11:27:10.413 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 04 11:27:10.413 INFO kablam! candidate #2: `regex::internal::Input` Sep 04 11:27:10.413 INFO kablam! candidate #3: `aho_corasick::autiter::Automaton` Sep 04 11:27:10.413 INFO kablam! Sep 04 11:27:10.474 INFO kablam! warning: method is never used: `for_each_leaf` Sep 04 11:27:10.474 INFO kablam! --> src/tree/mod.rs:92:5 Sep 04 11:27:10.474 INFO kablam! | Sep 04 11:27:10.474 INFO kablam! 92 | / pub fn for_each_leaf(&self, mut f: F) Sep 04 11:27:10.474 INFO kablam! 93 | | where F: FnMut(&str, usize) Sep 04 11:27:10.474 INFO kablam! 94 | | { Sep 04 11:27:10.474 INFO kablam! 95 | | self.root_node.for_each_leaf(&mut f) Sep 04 11:27:10.474 INFO kablam! 96 | | } Sep 04 11:27:10.475 INFO kablam! | |_____^ Sep 04 11:27:10.475 INFO kablam! | Sep 04 11:27:10.475 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 11:27:10.476 INFO kablam! Sep 04 11:27:10.476 INFO kablam! warning: method is never used: `for_each_leaf` Sep 04 11:27:10.476 INFO kablam! --> src/tree/mod.rs:197:5 Sep 04 11:27:10.476 INFO kablam! | Sep 04 11:27:10.476 INFO kablam! 197 | / fn for_each_leaf(&self, f: &mut F) Sep 04 11:27:10.476 INFO kablam! 198 | | where F: FnMut(&str, usize) Sep 04 11:27:10.477 INFO kablam! 199 | | { Sep 04 11:27:10.477 INFO kablam! 200 | | if !self.children.is_empty() { Sep 04 11:27:10.477 INFO kablam! ... | Sep 04 11:27:10.477 INFO kablam! 207 | | } Sep 04 11:27:10.477 INFO kablam! 208 | | } Sep 04 11:27:10.477 INFO kablam! | |_____^ Sep 04 11:27:10.477 INFO kablam! Sep 04 11:27:10.544 INFO kablam! error: aborting due to 24 previous errors Sep 04 11:27:10.544 INFO kablam! Sep 04 11:27:10.544 INFO kablam! Some errors occurred: E0277, E0308, E0599, E0609. Sep 04 11:27:10.544 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 11:27:10.553 INFO kablam! error: Could not compile `perf-focus`. Sep 04 11:27:10.553 INFO kablam! Sep 04 11:27:10.553 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:27:10.554 INFO kablam! su: No module specific data is present Sep 04 11:27:11.021 INFO running `"docker" "rm" "-f" "9e73ed2e0b6bf35f9647ef926e8eccc898fbd970772696ffd7da0b27c72d6c43"` Sep 04 11:27:11.117 INFO blam! 9e73ed2e0b6bf35f9647ef926e8eccc898fbd970772696ffd7da0b27c72d6c43