Aug 30 17:16:18.287 INFO checking fst-0.3.1 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 17:16:18.287 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 17:16:18.287 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-2/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 17:16:18.449 INFO blam! 98b513719a80c641cf3893b5275c0d0a6feab06e18931331e9452193a9fd26d5 Aug 30 17:16:18.451 INFO running `"docker" "start" "-a" "98b513719a80c641cf3893b5275c0d0a6feab06e18931331e9452193a9fd26d5"` Aug 30 17:16:19.225 INFO kablam! Checking fst v0.3.1 (file:///source) Aug 30 17:16:19.225 INFO kablam! Checking fst-levenshtein v0.2.1 Aug 30 17:16:23.867 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:16:23.867 INFO kablam! --> tests/test.rs:38:23 Aug 30 17:16:23.867 INFO kablam! | Aug 30 17:16:23.867 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Aug 30 17:16:23.867 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:16:23.867 INFO kablam! | Aug 30 17:16:23.867 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:16:23.868 INFO kablam! Aug 30 17:16:23.939 INFO kablam! error[E0599]: no method named `ge` found for type `fst::raw::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Aug 30 17:16:23.939 INFO kablam! --> tests/test.rs:38:35 Aug 30 17:16:23.939 INFO kablam! | Aug 30 17:16:23.939 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Aug 30 17:16:23.939 INFO kablam! | ^^ Aug 30 17:16:23.939 INFO kablam! | Aug 30 17:16:23.939 INFO kablam! = note: the method `ge` exists but the following trait bounds were not satisfied: Aug 30 17:16:23.939 INFO kablam! `&fst_regex::Regex : fst::Automaton` Aug 30 17:16:23.939 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_regex::Regex> : std::iter::Iterator` Aug 30 17:16:23.939 INFO kablam! Aug 30 17:16:23.946 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:16:23.946 INFO kablam! --> tests/test.rs:47:18 Aug 30 17:16:23.946 INFO kablam! | Aug 30 17:16:23.946 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:16:23.947 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:16:23.947 INFO kablam! | Aug 30 17:16:23.947 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:16:23.947 INFO kablam! Aug 30 17:16:23.955 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Aug 30 17:16:23.955 INFO kablam! --> tests/test.rs:47:29 Aug 30 17:16:23.955 INFO kablam! | Aug 30 17:16:23.955 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:16:23.955 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:16:23.955 INFO kablam! | Aug 30 17:16:23.956 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Aug 30 17:16:23.956 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:16:23.956 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:16:23.956 INFO kablam! Aug 30 17:16:23.990 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:16:23.990 INFO kablam! --> tests/test.rs:55:18 Aug 30 17:16:23.990 INFO kablam! | Aug 30 17:16:23.990 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:16:23.990 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:16:24.007 INFO kablam! | Aug 30 17:16:24.007 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:16:24.007 INFO kablam! Aug 30 17:16:24.007 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Aug 30 17:16:24.007 INFO kablam! --> tests/test.rs:55:29 Aug 30 17:16:24.007 INFO kablam! | Aug 30 17:16:24.007 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:16:24.007 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:16:24.007 INFO kablam! | Aug 30 17:16:24.007 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Aug 30 17:16:24.008 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:16:24.008 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:16:24.008 INFO kablam! Aug 30 17:16:24.008 INFO kablam! error[E0599]: no method named `complement` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:16:24.008 INFO kablam! --> tests/test.rs:64:33 Aug 30 17:16:24.008 INFO kablam! | Aug 30 17:16:24.008 INFO kablam! 64 | let stream = set.search(lev.complement()).into_stream(); Aug 30 17:16:24.008 INFO kablam! | ^^^^^^^^^^ Aug 30 17:16:24.008 INFO kablam! | Aug 30 17:16:24.008 INFO kablam! = note: the method `complement` exists but the following trait bounds were not satisfied: Aug 30 17:16:24.008 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:16:24.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:16:24.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:16:24.008 INFO kablam! | Aug 30 17:16:24.008 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:16:24.008 INFO kablam! | Aug 30 17:16:24.008 INFO kablam! Aug 30 17:16:24.029 INFO kablam! error[E0599]: no method named `starts_with` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:16:24.029 INFO kablam! --> tests/test.rs:78:33 Aug 30 17:16:24.029 INFO kablam! | Aug 30 17:16:24.029 INFO kablam! 78 | let stream = set.search(lev.starts_with()).into_stream(); Aug 30 17:16:24.029 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:16:24.029 INFO kablam! | Aug 30 17:16:24.029 INFO kablam! = note: the method `starts_with` exists but the following trait bounds were not satisfied: Aug 30 17:16:24.029 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:16:24.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:16:24.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:16:24.029 INFO kablam! | Aug 30 17:16:24.029 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:16:24.030 INFO kablam! | Aug 30 17:16:24.030 INFO kablam! Aug 30 17:16:24.038 INFO kablam! error[E0599]: no method named `intersection` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:16:24.038 INFO kablam! --> tests/test.rs:92:33 Aug 30 17:16:24.038 INFO kablam! | Aug 30 17:16:24.038 INFO kablam! 92 | let stream = set.search(lev.intersection(reg)).into_stream(); Aug 30 17:16:24.038 INFO kablam! | ^^^^^^^^^^^^ Aug 30 17:16:24.038 INFO kablam! | Aug 30 17:16:24.038 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Aug 30 17:16:24.038 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:16:24.038 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:16:24.038 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:16:24.038 INFO kablam! | Aug 30 17:16:24.038 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:16:24.038 INFO kablam! | Aug 30 17:16:24.038 INFO kablam! Aug 30 17:16:24.046 INFO kablam! error[E0599]: no method named `union` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:16:24.047 INFO kablam! --> tests/test.rs:104:33 Aug 30 17:16:24.047 INFO kablam! | Aug 30 17:16:24.047 INFO kablam! 104 | let stream = set.search(lev.union(reg)).into_stream(); Aug 30 17:16:24.047 INFO kablam! | ^^^^^ Aug 30 17:16:24.047 INFO kablam! | Aug 30 17:16:24.047 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Aug 30 17:16:24.047 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:16:24.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:16:24.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:16:24.047 INFO kablam! | Aug 30 17:16:24.047 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:16:24.047 INFO kablam! | Aug 30 17:16:24.047 INFO kablam! Aug 30 17:16:24.059 INFO kablam! error[E0599]: no method named `intersection` found for type `&fst_levenshtein::Levenshtein` in the current scope Aug 30 17:16:24.059 INFO kablam! --> tests/test.rs:115:41 Aug 30 17:16:24.059 INFO kablam! | Aug 30 17:16:24.059 INFO kablam! 115 | let mut stream1 = set.search((&lev).intersection(®)).into_stream(); Aug 30 17:16:24.059 INFO kablam! | ^^^^^^^^^^^^ Aug 30 17:16:24.059 INFO kablam! | Aug 30 17:16:24.059 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Aug 30 17:16:24.059 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:16:24.059 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:16:24.059 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:16:24.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:16:24.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:16:24.059 INFO kablam! | Aug 30 17:16:24.059 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:16:24.059 INFO kablam! | Aug 30 17:16:24.059 INFO kablam! Aug 30 17:16:24.060 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:16:24.060 INFO kablam! --> tests/test.rs:117:18 Aug 30 17:16:24.060 INFO kablam! | Aug 30 17:16:24.061 INFO kablam! 117 | .add(set.search(&lev)) Aug 30 17:16:24.061 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:16:24.061 INFO kablam! | Aug 30 17:16:24.061 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:16:24.061 INFO kablam! Aug 30 17:16:24.061 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Aug 30 17:16:24.061 INFO kablam! --> tests/test.rs:117:10 Aug 30 17:16:24.061 INFO kablam! | Aug 30 17:16:24.061 INFO kablam! 117 | .add(set.search(&lev)) Aug 30 17:16:24.061 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Aug 30 17:16:24.062 INFO kablam! | Aug 30 17:16:24.062 INFO kablam! = help: the following implementations were found: Aug 30 17:16:24.062 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:16:24.062 INFO kablam! Aug 30 17:16:24.062 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:16:24.063 INFO kablam! --> tests/test.rs:118:18 Aug 30 17:16:24.063 INFO kablam! | Aug 30 17:16:24.063 INFO kablam! 118 | .add(set.search(®)) Aug 30 17:16:24.063 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:16:24.063 INFO kablam! | Aug 30 17:16:24.063 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:16:24.063 INFO kablam! Aug 30 17:16:24.063 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Aug 30 17:16:24.063 INFO kablam! --> tests/test.rs:118:10 Aug 30 17:16:24.064 INFO kablam! | Aug 30 17:16:24.064 INFO kablam! 118 | .add(set.search(®)) Aug 30 17:16:24.064 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Aug 30 17:16:24.064 INFO kablam! | Aug 30 17:16:24.064 INFO kablam! = help: the following implementations were found: Aug 30 17:16:24.064 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:16:24.064 INFO kablam! Aug 30 17:16:24.141 INFO kablam! error[E0599]: no method named `union` found for type `&fst_levenshtein::Levenshtein` in the current scope Aug 30 17:16:24.141 INFO kablam! --> tests/test.rs:131:41 Aug 30 17:16:24.141 INFO kablam! | Aug 30 17:16:24.141 INFO kablam! 131 | let mut stream1 = set.search((&lev).union(®)).into_stream(); Aug 30 17:16:24.141 INFO kablam! | ^^^^^ Aug 30 17:16:24.141 INFO kablam! | Aug 30 17:16:24.141 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Aug 30 17:16:24.141 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:16:24.141 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:16:24.141 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:16:24.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:16:24.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:16:24.141 INFO kablam! | Aug 30 17:16:24.141 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:16:24.141 INFO kablam! | Aug 30 17:16:24.141 INFO kablam! Aug 30 17:16:24.142 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:16:24.142 INFO kablam! --> tests/test.rs:133:18 Aug 30 17:16:24.142 INFO kablam! | Aug 30 17:16:24.142 INFO kablam! 133 | .add(set.search(&lev)) Aug 30 17:16:24.142 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:16:24.142 INFO kablam! | Aug 30 17:16:24.142 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:16:24.142 INFO kablam! Aug 30 17:16:24.143 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Aug 30 17:16:24.143 INFO kablam! --> tests/test.rs:133:10 Aug 30 17:16:24.143 INFO kablam! | Aug 30 17:16:24.143 INFO kablam! 133 | .add(set.search(&lev)) Aug 30 17:16:24.143 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Aug 30 17:16:24.143 INFO kablam! | Aug 30 17:16:24.143 INFO kablam! = help: the following implementations were found: Aug 30 17:16:24.143 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:16:24.143 INFO kablam! Aug 30 17:16:24.144 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:16:24.144 INFO kablam! --> tests/test.rs:134:18 Aug 30 17:16:24.144 INFO kablam! | Aug 30 17:16:24.144 INFO kablam! 134 | .add(set.search(®)) Aug 30 17:16:24.144 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:16:24.144 INFO kablam! | Aug 30 17:16:24.144 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:16:24.144 INFO kablam! Aug 30 17:16:24.144 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Aug 30 17:16:24.145 INFO kablam! --> tests/test.rs:134:10 Aug 30 17:16:24.145 INFO kablam! | Aug 30 17:16:24.145 INFO kablam! 134 | .add(set.search(®)) Aug 30 17:16:24.145 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Aug 30 17:16:24.145 INFO kablam! | Aug 30 17:16:24.145 INFO kablam! = help: the following implementations were found: Aug 30 17:16:24.145 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:16:24.145 INFO kablam! Aug 30 17:16:24.158 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:16:24.158 INFO kablam! --> tests/test.rs:148:27 Aug 30 17:16:24.158 INFO kablam! | Aug 30 17:16:24.158 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Aug 30 17:16:24.158 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:16:24.159 INFO kablam! | Aug 30 17:16:24.159 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:16:24.159 INFO kablam! Aug 30 17:16:24.162 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::set::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Aug 30 17:16:24.162 INFO kablam! --> tests/test.rs:148:42 Aug 30 17:16:24.162 INFO kablam! | Aug 30 17:16:24.162 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Aug 30 17:16:24.162 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:16:24.162 INFO kablam! | Aug 30 17:16:24.162 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Aug 30 17:16:24.162 INFO kablam! `&fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Aug 30 17:16:24.162 INFO kablam! `&mut fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Aug 30 17:16:24.162 INFO kablam! Aug 30 17:16:24.180 INFO kablam! error: aborting due to 22 previous errors Aug 30 17:16:24.180 INFO kablam! Aug 30 17:16:24.180 INFO kablam! Some errors occurred: E0277, E0599. Aug 30 17:16:24.180 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 17:16:24.195 INFO kablam! error: Could not compile `fst`. Aug 30 17:16:24.203 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 17:16:27.286 INFO kablam! error: build failed Aug 30 17:16:27.287 INFO kablam! su: No module specific data is present Aug 30 17:16:27.662 INFO running `"docker" "rm" "-f" "98b513719a80c641cf3893b5275c0d0a6feab06e18931331e9452193a9fd26d5"` Aug 30 17:16:27.764 INFO blam! 98b513719a80c641cf3893b5275c0d0a6feab06e18931331e9452193a9fd26d5