Aug 30 17:37:11.813 INFO checking fst-0.3.1 against try#2d477f9981361618ac78253c28051a66b6cea125 for pr-53707 Aug 30 17:37:11.813 INFO running: cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets Aug 30 17:37:11.813 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53707/try#2d477f9981361618ac78253c28051a66b6cea125:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-3/try#2d477f9981361618ac78253c28051a66b6cea125:/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 +2d477f9981361618ac78253c28051a66b6cea125-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:37:12.047 INFO blam! 2999786040b73dd14803ad272ce417523da80e25c50d763b75ade5c6fc2c1f91 Aug 30 17:37:12.049 INFO running `"docker" "start" "-a" "2999786040b73dd14803ad272ce417523da80e25c50d763b75ade5c6fc2c1f91"` Aug 30 17:37:12.697 INFO kablam! Checking fst v0.3.1 (file:///source) Aug 30 17:37:12.699 INFO kablam! Checking fst-levenshtein v0.2.1 Aug 30 17:37:12.699 INFO kablam! Checking fst-regex v0.2.1 Aug 30 17:37:17.943 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:37:17.943 INFO kablam! --> tests/test.rs:38:23 Aug 30 17:37:17.943 INFO kablam! | Aug 30 17:37:17.943 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Aug 30 17:37:17.943 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:37:17.944 INFO kablam! | Aug 30 17:37:17.944 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:37:17.944 INFO kablam! Aug 30 17:37:18.007 INFO kablam! error[E0599]: no method named `ge` found for type `fst::raw::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Aug 30 17:37:18.007 INFO kablam! --> tests/test.rs:38:35 Aug 30 17:37:18.007 INFO kablam! | Aug 30 17:37:18.007 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Aug 30 17:37:18.007 INFO kablam! | ^^ Aug 30 17:37:18.008 INFO kablam! | Aug 30 17:37:18.008 INFO kablam! = note: the method `ge` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.008 INFO kablam! `&fst_regex::Regex : fst::Automaton` Aug 30 17:37:18.008 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_regex::Regex> : std::iter::Iterator` Aug 30 17:37:18.008 INFO kablam! Aug 30 17:37:18.015 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:37:18.015 INFO kablam! --> tests/test.rs:47:18 Aug 30 17:37:18.016 INFO kablam! | Aug 30 17:37:18.016 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:37:18.016 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:37:18.016 INFO kablam! | Aug 30 17:37:18.016 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:37:18.016 INFO kablam! Aug 30 17:37:18.022 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:37:18.022 INFO kablam! --> tests/test.rs:47:29 Aug 30 17:37:18.022 INFO kablam! | Aug 30 17:37:18.022 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:37:18.022 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:37:18.023 INFO kablam! | Aug 30 17:37:18.023 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.023 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:37:18.023 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:37:18.024 INFO kablam! Aug 30 17:37:18.051 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:37:18.051 INFO kablam! --> tests/test.rs:55:18 Aug 30 17:37:18.051 INFO kablam! | Aug 30 17:37:18.051 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:37:18.051 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:37:18.051 INFO kablam! | Aug 30 17:37:18.052 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:37:18.052 INFO kablam! Aug 30 17:37:18.055 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:37:18.055 INFO kablam! --> tests/test.rs:55:29 Aug 30 17:37:18.055 INFO kablam! | Aug 30 17:37:18.055 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:37:18.055 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:37:18.056 INFO kablam! | Aug 30 17:37:18.057 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.057 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:37:18.057 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:37:18.057 INFO kablam! Aug 30 17:37:18.066 INFO kablam! error[E0599]: no method named `complement` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.066 INFO kablam! --> tests/test.rs:64:33 Aug 30 17:37:18.066 INFO kablam! | Aug 30 17:37:18.066 INFO kablam! 64 | let stream = set.search(lev.complement()).into_stream(); Aug 30 17:37:18.066 INFO kablam! | ^^^^^^^^^^ Aug 30 17:37:18.067 INFO kablam! | Aug 30 17:37:18.067 INFO kablam! = note: the method `complement` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.067 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.068 INFO kablam! | Aug 30 17:37:18.068 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.068 INFO kablam! | Aug 30 17:37:18.068 INFO kablam! Aug 30 17:37:18.088 INFO kablam! error[E0599]: no method named `starts_with` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.088 INFO kablam! --> tests/test.rs:78:33 Aug 30 17:37:18.088 INFO kablam! | Aug 30 17:37:18.088 INFO kablam! 78 | let stream = set.search(lev.starts_with()).into_stream(); Aug 30 17:37:18.088 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:37:18.088 INFO kablam! | Aug 30 17:37:18.089 INFO kablam! = note: the method `starts_with` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.089 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.090 INFO kablam! | Aug 30 17:37:18.090 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.090 INFO kablam! | Aug 30 17:37:18.090 INFO kablam! Aug 30 17:37:18.098 INFO kablam! error[E0599]: no method named `intersection` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.098 INFO kablam! --> tests/test.rs:92:33 Aug 30 17:37:18.098 INFO kablam! | Aug 30 17:37:18.098 INFO kablam! 92 | let stream = set.search(lev.intersection(reg)).into_stream(); Aug 30 17:37:18.098 INFO kablam! | ^^^^^^^^^^^^ Aug 30 17:37:18.098 INFO kablam! | Aug 30 17:37:18.099 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.099 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.099 INFO kablam! | Aug 30 17:37:18.099 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.100 INFO kablam! | Aug 30 17:37:18.100 INFO kablam! Aug 30 17:37:18.107 INFO kablam! error[E0599]: no method named `union` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.108 INFO kablam! --> tests/test.rs:104:33 Aug 30 17:37:18.108 INFO kablam! | Aug 30 17:37:18.108 INFO kablam! 104 | let stream = set.search(lev.union(reg)).into_stream(); Aug 30 17:37:18.108 INFO kablam! | ^^^^^ Aug 30 17:37:18.108 INFO kablam! | Aug 30 17:37:18.108 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.108 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.109 INFO kablam! | Aug 30 17:37:18.109 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.109 INFO kablam! | Aug 30 17:37:18.110 INFO kablam! Aug 30 17:37:18.117 INFO kablam! error[E0599]: no method named `intersection` found for type `&fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.117 INFO kablam! --> tests/test.rs:115:41 Aug 30 17:37:18.117 INFO kablam! | Aug 30 17:37:18.117 INFO kablam! 115 | let mut stream1 = set.search((&lev).intersection(®)).into_stream(); Aug 30 17:37:18.117 INFO kablam! | ^^^^^^^^^^^^ Aug 30 17:37:18.118 INFO kablam! | Aug 30 17:37:18.118 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.118 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.118 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.118 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.119 INFO kablam! | Aug 30 17:37:18.119 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.119 INFO kablam! | Aug 30 17:37:18.120 INFO kablam! Aug 30 17:37:18.122 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:37:18.122 INFO kablam! --> tests/test.rs:117:18 Aug 30 17:37:18.122 INFO kablam! | Aug 30 17:37:18.122 INFO kablam! 117 | .add(set.search(&lev)) Aug 30 17:37:18.122 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:37:18.122 INFO kablam! | Aug 30 17:37:18.123 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:37:18.123 INFO kablam! Aug 30 17:37:18.124 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Aug 30 17:37:18.124 INFO kablam! --> tests/test.rs:117:10 Aug 30 17:37:18.124 INFO kablam! | Aug 30 17:37:18.124 INFO kablam! 117 | .add(set.search(&lev)) Aug 30 17:37:18.124 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Aug 30 17:37:18.125 INFO kablam! | Aug 30 17:37:18.125 INFO kablam! = help: the following implementations were found: Aug 30 17:37:18.125 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:37:18.125 INFO kablam! Aug 30 17:37:18.126 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:37:18.126 INFO kablam! --> tests/test.rs:118:18 Aug 30 17:37:18.126 INFO kablam! | Aug 30 17:37:18.126 INFO kablam! 118 | .add(set.search(®)) Aug 30 17:37:18.126 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:37:18.126 INFO kablam! | Aug 30 17:37:18.127 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:37:18.127 INFO kablam! Aug 30 17:37:18.128 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Aug 30 17:37:18.128 INFO kablam! --> tests/test.rs:118:10 Aug 30 17:37:18.128 INFO kablam! | Aug 30 17:37:18.128 INFO kablam! 118 | .add(set.search(®)) Aug 30 17:37:18.128 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Aug 30 17:37:18.128 INFO kablam! | Aug 30 17:37:18.129 INFO kablam! = help: the following implementations were found: Aug 30 17:37:18.129 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:37:18.129 INFO kablam! Aug 30 17:37:18.185 INFO kablam! error[E0599]: no method named `union` found for type `&fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.185 INFO kablam! --> tests/test.rs:131:41 Aug 30 17:37:18.185 INFO kablam! | Aug 30 17:37:18.185 INFO kablam! 131 | let mut stream1 = set.search((&lev).union(®)).into_stream(); Aug 30 17:37:18.185 INFO kablam! | ^^^^^ Aug 30 17:37:18.186 INFO kablam! | Aug 30 17:37:18.186 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.186 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.186 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.186 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.187 INFO kablam! | Aug 30 17:37:18.187 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.187 INFO kablam! | Aug 30 17:37:18.187 INFO kablam! Aug 30 17:37:18.189 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:37:18.189 INFO kablam! --> tests/test.rs:133:18 Aug 30 17:37:18.189 INFO kablam! | Aug 30 17:37:18.189 INFO kablam! 133 | .add(set.search(&lev)) Aug 30 17:37:18.189 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:37:18.189 INFO kablam! | Aug 30 17:37:18.190 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:37:18.190 INFO kablam! Aug 30 17:37:18.191 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Aug 30 17:37:18.191 INFO kablam! --> tests/test.rs:133:10 Aug 30 17:37:18.191 INFO kablam! | Aug 30 17:37:18.191 INFO kablam! 133 | .add(set.search(&lev)) Aug 30 17:37:18.191 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Aug 30 17:37:18.191 INFO kablam! | Aug 30 17:37:18.192 INFO kablam! = help: the following implementations were found: Aug 30 17:37:18.192 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:37:18.192 INFO kablam! Aug 30 17:37:18.193 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:37:18.193 INFO kablam! --> tests/test.rs:134:18 Aug 30 17:37:18.193 INFO kablam! | Aug 30 17:37:18.193 INFO kablam! 134 | .add(set.search(®)) Aug 30 17:37:18.193 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:37:18.193 INFO kablam! | Aug 30 17:37:18.193 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:37:18.194 INFO kablam! Aug 30 17:37:18.194 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Aug 30 17:37:18.194 INFO kablam! --> tests/test.rs:134:10 Aug 30 17:37:18.194 INFO kablam! | Aug 30 17:37:18.195 INFO kablam! 134 | .add(set.search(®)) Aug 30 17:37:18.195 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Aug 30 17:37:18.195 INFO kablam! | Aug 30 17:37:18.195 INFO kablam! = help: the following implementations were found: Aug 30 17:37:18.195 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:37:18.196 INFO kablam! Aug 30 17:37:18.205 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:37:18.205 INFO kablam! --> tests/test.rs:148:27 Aug 30 17:37:18.205 INFO kablam! | Aug 30 17:37:18.205 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Aug 30 17:37:18.205 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:37:18.205 INFO kablam! | Aug 30 17:37:18.206 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:37:18.206 INFO kablam! Aug 30 17:37:18.209 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:37:18.209 INFO kablam! --> tests/test.rs:148:42 Aug 30 17:37:18.209 INFO kablam! | Aug 30 17:37:18.209 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Aug 30 17:37:18.209 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:37:18.210 INFO kablam! | Aug 30 17:37:18.210 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.210 INFO kablam! `&fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Aug 30 17:37:18.210 INFO kablam! `&mut fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Aug 30 17:37:18.210 INFO kablam! Aug 30 17:37:18.225 INFO kablam! error: aborting due to 22 previous errors Aug 30 17:37:18.225 INFO kablam! Aug 30 17:37:18.225 INFO kablam! Some errors occurred: E0277, E0599. Aug 30 17:37:18.225 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 17:37:18.234 INFO kablam! error: Could not compile `fst`. Aug 30 17:37:18.234 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 17:37:21.587 INFO kablam! error: build failed Aug 30 17:37:21.590 INFO kablam! su: No module specific data is present Aug 30 17:37:22.362 INFO running `"docker" "rm" "-f" "2999786040b73dd14803ad272ce417523da80e25c50d763b75ade5c6fc2c1f91"` Aug 30 17:37:22.446 INFO blam! 2999786040b73dd14803ad272ce417523da80e25c50d763b75ade5c6fc2c1f91