Aug 30 17:37:12.314 INFO checking fst-0.3.1 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 17:37:12.314 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 17:37:12.314 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-0/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-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.490 INFO blam! ada1d80120df612a663566e8183840cd5655d732a414710ace99c0453604aa87 Aug 30 17:37:12.493 INFO running `"docker" "start" "-a" "ada1d80120df612a663566e8183840cd5655d732a414710ace99c0453604aa87"` Aug 30 17:37:13.307 INFO kablam! Checking fst v0.3.1 (file:///source) Aug 30 17:37:13.309 INFO kablam! Checking quickcheck v0.7.1 Aug 30 17:37:13.311 INFO kablam! Checking fst-levenshtein v0.2.1 Aug 30 17:37:18.529 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:37:18.529 INFO kablam! --> tests/test.rs:38:23 Aug 30 17:37:18.529 INFO kablam! | Aug 30 17:37:18.529 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Aug 30 17:37:18.529 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:37:18.529 INFO kablam! | Aug 30 17:37:18.529 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:37:18.529 INFO kablam! Aug 30 17:37:18.569 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.569 INFO kablam! --> tests/test.rs:38:35 Aug 30 17:37:18.569 INFO kablam! | Aug 30 17:37:18.569 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Aug 30 17:37:18.569 INFO kablam! | ^^ Aug 30 17:37:18.569 INFO kablam! | Aug 30 17:37:18.569 INFO kablam! = note: the method `ge` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.569 INFO kablam! `&fst_regex::Regex : fst::Automaton` Aug 30 17:37:18.569 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_regex::Regex> : std::iter::Iterator` Aug 30 17:37:18.570 INFO kablam! Aug 30 17:37:18.575 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:37:18.575 INFO kablam! --> tests/test.rs:47:18 Aug 30 17:37:18.576 INFO kablam! | Aug 30 17:37:18.576 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:37:18.576 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:37:18.576 INFO kablam! | Aug 30 17:37:18.576 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:37:18.576 INFO kablam! Aug 30 17:37:18.579 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.579 INFO kablam! --> tests/test.rs:47:29 Aug 30 17:37:18.579 INFO kablam! | Aug 30 17:37:18.579 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:37:18.579 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:37:18.579 INFO kablam! | Aug 30 17:37:18.579 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.579 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:37:18.580 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:37:18.580 INFO kablam! Aug 30 17:37:18.600 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:37:18.600 INFO kablam! --> tests/test.rs:55:18 Aug 30 17:37:18.600 INFO kablam! | Aug 30 17:37:18.600 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:37:18.600 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:37:18.601 INFO kablam! | Aug 30 17:37:18.601 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:37:18.601 INFO kablam! Aug 30 17:37:18.603 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.603 INFO kablam! --> tests/test.rs:55:29 Aug 30 17:37:18.603 INFO kablam! | Aug 30 17:37:18.603 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Aug 30 17:37:18.603 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:37:18.603 INFO kablam! | Aug 30 17:37:18.603 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.603 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:37:18.603 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Aug 30 17:37:18.603 INFO kablam! Aug 30 17:37:18.610 INFO kablam! error[E0599]: no method named `complement` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.610 INFO kablam! --> tests/test.rs:64:33 Aug 30 17:37:18.610 INFO kablam! | Aug 30 17:37:18.610 INFO kablam! 64 | let stream = set.search(lev.complement()).into_stream(); Aug 30 17:37:18.610 INFO kablam! | ^^^^^^^^^^ Aug 30 17:37:18.610 INFO kablam! | Aug 30 17:37:18.610 INFO kablam! = note: the method `complement` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.610 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.611 INFO kablam! | Aug 30 17:37:18.611 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.611 INFO kablam! | Aug 30 17:37:18.611 INFO kablam! Aug 30 17:37:18.629 INFO kablam! error[E0599]: no method named `starts_with` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.629 INFO kablam! --> tests/test.rs:78:33 Aug 30 17:37:18.629 INFO kablam! | Aug 30 17:37:18.629 INFO kablam! 78 | let stream = set.search(lev.starts_with()).into_stream(); Aug 30 17:37:18.629 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:37:18.629 INFO kablam! | Aug 30 17:37:18.629 INFO kablam! = note: the method `starts_with` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.629 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.630 INFO kablam! | Aug 30 17:37:18.630 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.630 INFO kablam! | Aug 30 17:37:18.630 INFO kablam! Aug 30 17:37:18.635 INFO kablam! error[E0599]: no method named `intersection` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.635 INFO kablam! --> tests/test.rs:92:33 Aug 30 17:37:18.635 INFO kablam! | Aug 30 17:37:18.635 INFO kablam! 92 | let stream = set.search(lev.intersection(reg)).into_stream(); Aug 30 17:37:18.635 INFO kablam! | ^^^^^^^^^^^^ Aug 30 17:37:18.635 INFO kablam! | Aug 30 17:37:18.635 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.635 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.636 INFO kablam! | Aug 30 17:37:18.636 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.636 INFO kablam! | Aug 30 17:37:18.636 INFO kablam! Aug 30 17:37:18.641 INFO kablam! error[E0599]: no method named `union` found for type `fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.641 INFO kablam! --> tests/test.rs:104:33 Aug 30 17:37:18.641 INFO kablam! | Aug 30 17:37:18.641 INFO kablam! 104 | let stream = set.search(lev.union(reg)).into_stream(); Aug 30 17:37:18.641 INFO kablam! | ^^^^^ Aug 30 17:37:18.641 INFO kablam! | Aug 30 17:37:18.641 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.641 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.641 INFO kablam! | Aug 30 17:37:18.641 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.641 INFO kablam! | Aug 30 17:37:18.641 INFO kablam! Aug 30 17:37:18.646 INFO kablam! error[E0599]: no method named `intersection` found for type `&fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.646 INFO kablam! --> tests/test.rs:115:41 Aug 30 17:37:18.646 INFO kablam! | Aug 30 17:37:18.646 INFO kablam! 115 | let mut stream1 = set.search((&lev).intersection(®)).into_stream(); Aug 30 17:37:18.646 INFO kablam! | ^^^^^^^^^^^^ Aug 30 17:37:18.646 INFO kablam! | Aug 30 17:37:18.646 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.646 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.646 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.647 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.647 INFO kablam! | Aug 30 17:37:18.647 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.647 INFO kablam! | Aug 30 17:37:18.647 INFO kablam! Aug 30 17:37:18.647 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:37:18.647 INFO kablam! --> tests/test.rs:117:18 Aug 30 17:37:18.647 INFO kablam! | Aug 30 17:37:18.647 INFO kablam! 117 | .add(set.search(&lev)) Aug 30 17:37:18.647 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:37:18.648 INFO kablam! | Aug 30 17:37:18.648 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:37:18.648 INFO kablam! Aug 30 17:37:18.648 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.648 INFO kablam! --> tests/test.rs:117:10 Aug 30 17:37:18.648 INFO kablam! | Aug 30 17:37:18.648 INFO kablam! 117 | .add(set.search(&lev)) Aug 30 17:37:18.648 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Aug 30 17:37:18.648 INFO kablam! | Aug 30 17:37:18.648 INFO kablam! = help: the following implementations were found: Aug 30 17:37:18.648 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:37:18.648 INFO kablam! Aug 30 17:37:18.649 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:37:18.649 INFO kablam! --> tests/test.rs:118:18 Aug 30 17:37:18.649 INFO kablam! | Aug 30 17:37:18.649 INFO kablam! 118 | .add(set.search(®)) Aug 30 17:37:18.649 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:37:18.649 INFO kablam! | Aug 30 17:37:18.649 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:37:18.649 INFO kablam! Aug 30 17:37:18.649 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.649 INFO kablam! --> tests/test.rs:118:10 Aug 30 17:37:18.649 INFO kablam! | Aug 30 17:37:18.649 INFO kablam! 118 | .add(set.search(®)) Aug 30 17:37:18.649 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Aug 30 17:37:18.649 INFO kablam! | Aug 30 17:37:18.649 INFO kablam! = help: the following implementations were found: Aug 30 17:37:18.649 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:37:18.650 INFO kablam! Aug 30 17:37:18.700 INFO kablam! error[E0599]: no method named `union` found for type `&fst_levenshtein::Levenshtein` in the current scope Aug 30 17:37:18.700 INFO kablam! --> tests/test.rs:131:41 Aug 30 17:37:18.700 INFO kablam! | Aug 30 17:37:18.700 INFO kablam! 131 | let mut stream1 = set.search((&lev).union(®)).into_stream(); Aug 30 17:37:18.700 INFO kablam! | ^^^^^ Aug 30 17:37:18.700 INFO kablam! | Aug 30 17:37:18.700 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.700 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.700 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.700 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Aug 30 17:37:18.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 17:37:18.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 17:37:18.701 INFO kablam! | Aug 30 17:37:18.701 INFO kablam! 5 | use fst::inner_automaton::Automaton; Aug 30 17:37:18.701 INFO kablam! | Aug 30 17:37:18.701 INFO kablam! Aug 30 17:37:18.701 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Aug 30 17:37:18.701 INFO kablam! --> tests/test.rs:133:18 Aug 30 17:37:18.701 INFO kablam! | Aug 30 17:37:18.701 INFO kablam! 133 | .add(set.search(&lev)) Aug 30 17:37:18.701 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Aug 30 17:37:18.701 INFO kablam! | Aug 30 17:37:18.701 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Aug 30 17:37:18.701 INFO kablam! Aug 30 17:37:18.701 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.701 INFO kablam! --> tests/test.rs:133:10 Aug 30 17:37:18.701 INFO kablam! | Aug 30 17:37:18.701 INFO kablam! 133 | .add(set.search(&lev)) Aug 30 17:37:18.701 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Aug 30 17:37:18.701 INFO kablam! | Aug 30 17:37:18.701 INFO kablam! = help: the following implementations were found: Aug 30 17:37:18.701 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:37:18.701 INFO kablam! Aug 30 17:37:18.701 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:37:18.701 INFO kablam! --> tests/test.rs:134:18 Aug 30 17:37:18.701 INFO kablam! | Aug 30 17:37:18.701 INFO kablam! 134 | .add(set.search(®)) Aug 30 17:37:18.701 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:37:18.701 INFO kablam! | Aug 30 17:37:18.701 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:37:18.701 INFO kablam! Aug 30 17:37:18.701 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.701 INFO kablam! --> tests/test.rs:134:10 Aug 30 17:37:18.701 INFO kablam! | Aug 30 17:37:18.702 INFO kablam! 134 | .add(set.search(®)) Aug 30 17:37:18.702 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Aug 30 17:37:18.702 INFO kablam! | Aug 30 17:37:18.702 INFO kablam! = help: the following implementations were found: Aug 30 17:37:18.702 INFO kablam! as fst::IntoStreamer<'a>> Aug 30 17:37:18.702 INFO kablam! Aug 30 17:37:18.709 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Aug 30 17:37:18.709 INFO kablam! --> tests/test.rs:148:27 Aug 30 17:37:18.709 INFO kablam! | Aug 30 17:37:18.709 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Aug 30 17:37:18.709 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Aug 30 17:37:18.709 INFO kablam! | Aug 30 17:37:18.709 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Aug 30 17:37:18.709 INFO kablam! Aug 30 17:37:18.712 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.712 INFO kablam! --> tests/test.rs:148:42 Aug 30 17:37:18.712 INFO kablam! | Aug 30 17:37:18.712 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Aug 30 17:37:18.712 INFO kablam! | ^^^^^^^^^^^ Aug 30 17:37:18.712 INFO kablam! | Aug 30 17:37:18.712 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Aug 30 17:37:18.712 INFO kablam! `&fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Aug 30 17:37:18.712 INFO kablam! `&mut fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Aug 30 17:37:18.712 INFO kablam! Aug 30 17:37:18.726 INFO kablam! error: aborting due to 22 previous errors Aug 30 17:37:18.726 INFO kablam! Aug 30 17:37:18.726 INFO kablam! Some errors occurred: E0277, E0599. Aug 30 17:37:18.726 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 17:37:18.734 INFO kablam! error: Could not compile `fst`. Aug 30 17:37:18.734 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 17:37:23.071 INFO kablam! error: build failed Aug 30 17:37:23.073 INFO kablam! su: No module specific data is present Aug 30 17:37:23.722 INFO running `"docker" "rm" "-f" "ada1d80120df612a663566e8183840cd5655d732a414710ace99c0453604aa87"` Aug 30 17:37:23.808 INFO blam! ada1d80120df612a663566e8183840cd5655d732a414710ace99c0453604aa87