Sep 01 20:22:41.822 INFO checking fst-0.3.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 20:22:41.822 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 20:22:41.822 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 20:22:42.055 INFO blam! 069e605003feb0b716fbf56b3eb574b71c41e248d32db5f702f76448dd495464 Sep 01 20:22:42.057 INFO running `"docker" "start" "-a" "069e605003feb0b716fbf56b3eb574b71c41e248d32db5f702f76448dd495464"` Sep 01 20:22:42.822 INFO kablam! Checking fst v0.3.1 (file:///source) Sep 01 20:22:42.822 INFO kablam! Checking fst-levenshtein v0.2.1 Sep 01 20:22:46.832 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 01 20:22:46.832 INFO kablam! --> tests/test.rs:38:23 Sep 01 20:22:46.832 INFO kablam! | Sep 01 20:22:46.832 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 01 20:22:46.832 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 01 20:22:46.832 INFO kablam! | Sep 01 20:22:46.832 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 01 20:22:46.833 INFO kablam! Sep 01 20:22:46.893 INFO kablam! error[E0599]: no method named `ge` found for type `fst::raw::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 01 20:22:46.893 INFO kablam! --> tests/test.rs:38:35 Sep 01 20:22:46.893 INFO kablam! | Sep 01 20:22:46.893 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 01 20:22:46.893 INFO kablam! | ^^ Sep 01 20:22:46.893 INFO kablam! | Sep 01 20:22:46.893 INFO kablam! = note: the method `ge` exists but the following trait bounds were not satisfied: Sep 01 20:22:46.893 INFO kablam! `&fst_regex::Regex : fst::Automaton` Sep 01 20:22:46.893 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_regex::Regex> : std::iter::Iterator` Sep 01 20:22:46.893 INFO kablam! Sep 01 20:22:46.899 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 01 20:22:46.899 INFO kablam! --> tests/test.rs:47:18 Sep 01 20:22:46.899 INFO kablam! | Sep 01 20:22:46.899 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 01 20:22:46.899 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 01 20:22:46.899 INFO kablam! | Sep 01 20:22:46.899 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 01 20:22:46.900 INFO kablam! Sep 01 20:22:46.905 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 01 20:22:46.905 INFO kablam! --> tests/test.rs:47:29 Sep 01 20:22:46.905 INFO kablam! | Sep 01 20:22:46.905 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 01 20:22:46.905 INFO kablam! | ^^^^^^^^^^^ Sep 01 20:22:46.906 INFO kablam! | Sep 01 20:22:46.906 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 01 20:22:46.906 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 01 20:22:46.906 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 01 20:22:46.907 INFO kablam! Sep 01 20:22:46.925 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 01 20:22:46.925 INFO kablam! --> tests/test.rs:55:18 Sep 01 20:22:46.925 INFO kablam! | Sep 01 20:22:46.925 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 01 20:22:46.925 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 01 20:22:46.925 INFO kablam! | Sep 01 20:22:46.925 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 01 20:22:46.925 INFO kablam! Sep 01 20:22:46.928 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 01 20:22:46.928 INFO kablam! --> tests/test.rs:55:29 Sep 01 20:22:46.928 INFO kablam! | Sep 01 20:22:46.928 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 01 20:22:46.928 INFO kablam! | ^^^^^^^^^^^ Sep 01 20:22:46.928 INFO kablam! | Sep 01 20:22:46.928 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 01 20:22:46.928 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 01 20:22:46.928 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 01 20:22:46.929 INFO kablam! Sep 01 20:22:46.934 INFO kablam! error[E0599]: no method named `complement` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 01 20:22:46.934 INFO kablam! --> tests/test.rs:64:33 Sep 01 20:22:46.934 INFO kablam! | Sep 01 20:22:46.934 INFO kablam! 64 | let stream = set.search(lev.complement()).into_stream(); Sep 01 20:22:46.934 INFO kablam! | ^^^^^^^^^^ Sep 01 20:22:46.934 INFO kablam! | Sep 01 20:22:46.934 INFO kablam! = note: the method `complement` exists but the following trait bounds were not satisfied: Sep 01 20:22:46.934 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 20:22:46.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:22:46.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:22:46.934 INFO kablam! | Sep 01 20:22:46.934 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 20:22:46.934 INFO kablam! | Sep 01 20:22:46.934 INFO kablam! Sep 01 20:22:46.952 INFO kablam! error[E0599]: no method named `starts_with` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 01 20:22:46.952 INFO kablam! --> tests/test.rs:78:33 Sep 01 20:22:46.952 INFO kablam! | Sep 01 20:22:46.952 INFO kablam! 78 | let stream = set.search(lev.starts_with()).into_stream(); Sep 01 20:22:46.952 INFO kablam! | ^^^^^^^^^^^ Sep 01 20:22:46.952 INFO kablam! | Sep 01 20:22:46.952 INFO kablam! = note: the method `starts_with` exists but the following trait bounds were not satisfied: Sep 01 20:22:46.952 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 20:22:46.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:22:46.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:22:46.953 INFO kablam! | Sep 01 20:22:46.953 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 20:22:46.953 INFO kablam! | Sep 01 20:22:46.953 INFO kablam! Sep 01 20:22:46.959 INFO kablam! error[E0599]: no method named `intersection` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 01 20:22:46.960 INFO kablam! --> tests/test.rs:92:33 Sep 01 20:22:46.960 INFO kablam! | Sep 01 20:22:46.960 INFO kablam! 92 | let stream = set.search(lev.intersection(reg)).into_stream(); Sep 01 20:22:46.960 INFO kablam! | ^^^^^^^^^^^^ Sep 01 20:22:46.960 INFO kablam! | Sep 01 20:22:46.960 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 01 20:22:46.960 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 20:22:46.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:22:46.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:22:46.960 INFO kablam! | Sep 01 20:22:46.960 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 20:22:46.960 INFO kablam! | Sep 01 20:22:46.960 INFO kablam! Sep 01 20:22:46.969 INFO kablam! error[E0599]: no method named `union` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 01 20:22:46.969 INFO kablam! --> tests/test.rs:104:33 Sep 01 20:22:46.969 INFO kablam! | Sep 01 20:22:46.969 INFO kablam! 104 | let stream = set.search(lev.union(reg)).into_stream(); Sep 01 20:22:46.970 INFO kablam! | ^^^^^ Sep 01 20:22:46.970 INFO kablam! | Sep 01 20:22:46.970 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 01 20:22:46.970 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 20:22:46.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:22:46.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:22:46.970 INFO kablam! | Sep 01 20:22:46.970 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 20:22:46.970 INFO kablam! | Sep 01 20:22:46.970 INFO kablam! Sep 01 20:22:46.973 INFO kablam! error[E0599]: no method named `intersection` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 01 20:22:46.973 INFO kablam! --> tests/test.rs:115:41 Sep 01 20:22:46.974 INFO kablam! | Sep 01 20:22:46.974 INFO kablam! 115 | let mut stream1 = set.search((&lev).intersection(®)).into_stream(); Sep 01 20:22:46.974 INFO kablam! | ^^^^^^^^^^^^ Sep 01 20:22:46.974 INFO kablam! | Sep 01 20:22:46.974 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 01 20:22:46.974 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 20:22:46.974 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 20:22:46.974 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 20:22:46.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:22:46.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:22:46.974 INFO kablam! | Sep 01 20:22:46.974 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 20:22:46.974 INFO kablam! | Sep 01 20:22:46.974 INFO kablam! Sep 01 20:22:46.975 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 01 20:22:46.975 INFO kablam! --> tests/test.rs:117:18 Sep 01 20:22:46.975 INFO kablam! | Sep 01 20:22:46.975 INFO kablam! 117 | .add(set.search(&lev)) Sep 01 20:22:46.975 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 01 20:22:46.975 INFO kablam! | Sep 01 20:22:46.975 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 01 20:22:46.975 INFO kablam! Sep 01 20:22:46.975 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 01 20:22:46.976 INFO kablam! --> tests/test.rs:117:10 Sep 01 20:22:46.976 INFO kablam! | Sep 01 20:22:46.976 INFO kablam! 117 | .add(set.search(&lev)) Sep 01 20:22:46.976 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 01 20:22:46.976 INFO kablam! | Sep 01 20:22:46.976 INFO kablam! = help: the following implementations were found: Sep 01 20:22:46.976 INFO kablam! as fst::IntoStreamer<'a>> Sep 01 20:22:46.976 INFO kablam! Sep 01 20:22:46.976 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 01 20:22:46.976 INFO kablam! --> tests/test.rs:118:18 Sep 01 20:22:46.976 INFO kablam! | Sep 01 20:22:46.976 INFO kablam! 118 | .add(set.search(®)) Sep 01 20:22:46.976 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 01 20:22:46.976 INFO kablam! | Sep 01 20:22:46.976 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 01 20:22:46.976 INFO kablam! Sep 01 20:22:46.977 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 01 20:22:46.977 INFO kablam! --> tests/test.rs:118:10 Sep 01 20:22:46.977 INFO kablam! | Sep 01 20:22:46.977 INFO kablam! 118 | .add(set.search(®)) Sep 01 20:22:46.977 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 01 20:22:46.977 INFO kablam! | Sep 01 20:22:46.977 INFO kablam! = help: the following implementations were found: Sep 01 20:22:46.977 INFO kablam! as fst::IntoStreamer<'a>> Sep 01 20:22:46.977 INFO kablam! Sep 01 20:22:47.017 INFO kablam! error[E0599]: no method named `union` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 01 20:22:47.017 INFO kablam! --> tests/test.rs:131:41 Sep 01 20:22:47.017 INFO kablam! | Sep 01 20:22:47.017 INFO kablam! 131 | let mut stream1 = set.search((&lev).union(®)).into_stream(); Sep 01 20:22:47.017 INFO kablam! | ^^^^^ Sep 01 20:22:47.017 INFO kablam! | Sep 01 20:22:47.017 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 01 20:22:47.017 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 20:22:47.017 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 20:22:47.017 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 20:22:47.018 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:22:47.018 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:22:47.018 INFO kablam! | Sep 01 20:22:47.018 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 20:22:47.018 INFO kablam! | Sep 01 20:22:47.018 INFO kablam! Sep 01 20:22:47.018 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 01 20:22:47.018 INFO kablam! --> tests/test.rs:133:18 Sep 01 20:22:47.019 INFO kablam! | Sep 01 20:22:47.019 INFO kablam! 133 | .add(set.search(&lev)) Sep 01 20:22:47.019 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 01 20:22:47.019 INFO kablam! | Sep 01 20:22:47.019 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 01 20:22:47.019 INFO kablam! Sep 01 20:22:47.019 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 01 20:22:47.019 INFO kablam! --> tests/test.rs:133:10 Sep 01 20:22:47.019 INFO kablam! | Sep 01 20:22:47.019 INFO kablam! 133 | .add(set.search(&lev)) Sep 01 20:22:47.019 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 01 20:22:47.019 INFO kablam! | Sep 01 20:22:47.019 INFO kablam! = help: the following implementations were found: Sep 01 20:22:47.019 INFO kablam! as fst::IntoStreamer<'a>> Sep 01 20:22:47.019 INFO kablam! Sep 01 20:22:47.019 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 01 20:22:47.019 INFO kablam! --> tests/test.rs:134:18 Sep 01 20:22:47.019 INFO kablam! | Sep 01 20:22:47.019 INFO kablam! 134 | .add(set.search(®)) Sep 01 20:22:47.019 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 01 20:22:47.019 INFO kablam! | Sep 01 20:22:47.019 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 01 20:22:47.019 INFO kablam! Sep 01 20:22:47.020 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 01 20:22:47.020 INFO kablam! --> tests/test.rs:134:10 Sep 01 20:22:47.020 INFO kablam! | Sep 01 20:22:47.020 INFO kablam! 134 | .add(set.search(®)) Sep 01 20:22:47.020 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 01 20:22:47.021 INFO kablam! | Sep 01 20:22:47.021 INFO kablam! = help: the following implementations were found: Sep 01 20:22:47.021 INFO kablam! as fst::IntoStreamer<'a>> Sep 01 20:22:47.021 INFO kablam! Sep 01 20:22:47.027 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 01 20:22:47.027 INFO kablam! --> tests/test.rs:148:27 Sep 01 20:22:47.027 INFO kablam! | Sep 01 20:22:47.027 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 01 20:22:47.027 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 01 20:22:47.027 INFO kablam! | Sep 01 20:22:47.027 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 01 20:22:47.027 INFO kablam! Sep 01 20:22:47.029 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::set::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 01 20:22:47.029 INFO kablam! --> tests/test.rs:148:42 Sep 01 20:22:47.029 INFO kablam! | Sep 01 20:22:47.029 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 01 20:22:47.029 INFO kablam! | ^^^^^^^^^^^ Sep 01 20:22:47.030 INFO kablam! | Sep 01 20:22:47.030 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 01 20:22:47.030 INFO kablam! `&fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 01 20:22:47.030 INFO kablam! `&mut fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 01 20:22:47.030 INFO kablam! Sep 01 20:22:47.039 INFO kablam! error: aborting due to 22 previous errors Sep 01 20:22:47.039 INFO kablam! Sep 01 20:22:47.039 INFO kablam! Some errors occurred: E0277, E0599. Sep 01 20:22:47.039 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 20:22:47.046 INFO kablam! error: Could not compile `fst`. Sep 01 20:22:47.046 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 20:22:49.146 INFO kablam! error: build failed Sep 01 20:22:49.148 INFO kablam! su: No module specific data is present Sep 01 20:22:50.272 INFO running `"docker" "rm" "-f" "069e605003feb0b716fbf56b3eb574b71c41e248d32db5f702f76448dd495464"` Sep 01 20:22:50.355 INFO blam! 069e605003feb0b716fbf56b3eb574b71c41e248d32db5f702f76448dd495464