Sep 04 20:11:18.341 INFO checking fst-0.3.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 20:11:18.341 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 20:11:18.342 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/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 20:11:18.571 INFO blam! 50cbee8d843544f303402ece6231242fd11a7ed7e5955b9499b327d3844c486c Sep 04 20:11:18.573 INFO running `"docker" "start" "-a" "50cbee8d843544f303402ece6231242fd11a7ed7e5955b9499b327d3844c486c"` Sep 04 20:11:19.351 INFO kablam! Checking fst v0.3.1 (file:///source) Sep 04 20:11:19.352 INFO kablam! Checking fst-levenshtein v0.2.1 Sep 04 20:11:23.646 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 04 20:11:23.646 INFO kablam! --> tests/test.rs:38:23 Sep 04 20:11:23.647 INFO kablam! | Sep 04 20:11:23.647 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 04 20:11:23.647 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 04 20:11:23.647 INFO kablam! | Sep 04 20:11:23.647 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 04 20:11:23.648 INFO kablam! Sep 04 20:11:23.714 INFO kablam! error[E0599]: no method named `ge` found for type `fst::raw::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 04 20:11:23.714 INFO kablam! --> tests/test.rs:38:35 Sep 04 20:11:23.714 INFO kablam! | Sep 04 20:11:23.714 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 04 20:11:23.714 INFO kablam! | ^^ Sep 04 20:11:23.714 INFO kablam! | Sep 04 20:11:23.714 INFO kablam! = note: the method `ge` exists but the following trait bounds were not satisfied: Sep 04 20:11:23.714 INFO kablam! `&fst_regex::Regex : fst::Automaton` Sep 04 20:11:23.714 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_regex::Regex> : std::iter::Iterator` Sep 04 20:11:23.714 INFO kablam! Sep 04 20:11:23.723 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 04 20:11:23.723 INFO kablam! --> tests/test.rs:47:18 Sep 04 20:11:23.723 INFO kablam! | Sep 04 20:11:23.723 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 04 20:11:23.723 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 04 20:11:23.723 INFO kablam! | Sep 04 20:11:23.723 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 04 20:11:23.723 INFO kablam! Sep 04 20:11:23.729 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 04 20:11:23.729 INFO kablam! --> tests/test.rs:47:29 Sep 04 20:11:23.729 INFO kablam! | Sep 04 20:11:23.729 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 04 20:11:23.729 INFO kablam! | ^^^^^^^^^^^ Sep 04 20:11:23.729 INFO kablam! | Sep 04 20:11:23.729 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 04 20:11:23.729 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 04 20:11:23.729 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 04 20:11:23.729 INFO kablam! Sep 04 20:11:23.758 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 04 20:11:23.758 INFO kablam! --> tests/test.rs:55:18 Sep 04 20:11:23.758 INFO kablam! | Sep 04 20:11:23.758 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 04 20:11:23.758 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 04 20:11:23.758 INFO kablam! | Sep 04 20:11:23.758 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 04 20:11:23.758 INFO kablam! Sep 04 20:11:23.761 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 04 20:11:23.761 INFO kablam! --> tests/test.rs:55:29 Sep 04 20:11:23.761 INFO kablam! | Sep 04 20:11:23.761 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 04 20:11:23.761 INFO kablam! | ^^^^^^^^^^^ Sep 04 20:11:23.761 INFO kablam! | Sep 04 20:11:23.762 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 04 20:11:23.762 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 04 20:11:23.762 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 04 20:11:23.762 INFO kablam! Sep 04 20:11:23.770 INFO kablam! error[E0599]: no method named `complement` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 04 20:11:23.770 INFO kablam! --> tests/test.rs:64:33 Sep 04 20:11:23.770 INFO kablam! | Sep 04 20:11:23.770 INFO kablam! 64 | let stream = set.search(lev.complement()).into_stream(); Sep 04 20:11:23.770 INFO kablam! | ^^^^^^^^^^ Sep 04 20:11:23.770 INFO kablam! | Sep 04 20:11:23.771 INFO kablam! = note: the method `complement` exists but the following trait bounds were not satisfied: Sep 04 20:11:23.771 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 04 20:11:23.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:11:23.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:11:23.771 INFO kablam! | Sep 04 20:11:23.771 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 04 20:11:23.771 INFO kablam! | Sep 04 20:11:23.771 INFO kablam! Sep 04 20:11:23.794 INFO kablam! error[E0599]: no method named `starts_with` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 04 20:11:23.794 INFO kablam! --> tests/test.rs:78:33 Sep 04 20:11:23.794 INFO kablam! | Sep 04 20:11:23.794 INFO kablam! 78 | let stream = set.search(lev.starts_with()).into_stream(); Sep 04 20:11:23.794 INFO kablam! | ^^^^^^^^^^^ Sep 04 20:11:23.794 INFO kablam! | Sep 04 20:11:23.795 INFO kablam! = note: the method `starts_with` exists but the following trait bounds were not satisfied: Sep 04 20:11:23.795 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 04 20:11:23.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:11:23.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:11:23.795 INFO kablam! | Sep 04 20:11:23.795 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 04 20:11:23.795 INFO kablam! | Sep 04 20:11:23.795 INFO kablam! Sep 04 20:11:23.804 INFO kablam! error[E0599]: no method named `intersection` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 04 20:11:23.804 INFO kablam! --> tests/test.rs:92:33 Sep 04 20:11:23.804 INFO kablam! | Sep 04 20:11:23.804 INFO kablam! 92 | let stream = set.search(lev.intersection(reg)).into_stream(); Sep 04 20:11:23.804 INFO kablam! | ^^^^^^^^^^^^ Sep 04 20:11:23.804 INFO kablam! | Sep 04 20:11:23.804 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 04 20:11:23.804 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 04 20:11:23.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:11:23.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:11:23.804 INFO kablam! | Sep 04 20:11:23.804 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 04 20:11:23.805 INFO kablam! | Sep 04 20:11:23.805 INFO kablam! Sep 04 20:11:23.812 INFO kablam! error[E0599]: no method named `union` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 04 20:11:23.812 INFO kablam! --> tests/test.rs:104:33 Sep 04 20:11:23.813 INFO kablam! | Sep 04 20:11:23.813 INFO kablam! 104 | let stream = set.search(lev.union(reg)).into_stream(); Sep 04 20:11:23.813 INFO kablam! | ^^^^^ Sep 04 20:11:23.813 INFO kablam! | Sep 04 20:11:23.813 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 04 20:11:23.813 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 04 20:11:23.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:11:23.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:11:23.813 INFO kablam! | Sep 04 20:11:23.813 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 04 20:11:23.813 INFO kablam! | Sep 04 20:11:23.813 INFO kablam! Sep 04 20:11:23.821 INFO kablam! error[E0599]: no method named `intersection` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 04 20:11:23.821 INFO kablam! --> tests/test.rs:115:41 Sep 04 20:11:23.821 INFO kablam! | Sep 04 20:11:23.821 INFO kablam! 115 | let mut stream1 = set.search((&lev).intersection(®)).into_stream(); Sep 04 20:11:23.821 INFO kablam! | ^^^^^^^^^^^^ Sep 04 20:11:23.821 INFO kablam! | Sep 04 20:11:23.822 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 04 20:11:23.822 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 04 20:11:23.822 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 04 20:11:23.822 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 04 20:11:23.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:11:23.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:11:23.822 INFO kablam! | Sep 04 20:11:23.822 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 04 20:11:23.822 INFO kablam! | Sep 04 20:11:23.822 INFO kablam! Sep 04 20:11:23.824 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 04 20:11:23.824 INFO kablam! --> tests/test.rs:117:18 Sep 04 20:11:23.824 INFO kablam! | Sep 04 20:11:23.824 INFO kablam! 117 | .add(set.search(&lev)) Sep 04 20:11:23.824 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 04 20:11:23.824 INFO kablam! | Sep 04 20:11:23.824 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 04 20:11:23.824 INFO kablam! Sep 04 20:11:23.825 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 04 20:11:23.825 INFO kablam! --> tests/test.rs:117:10 Sep 04 20:11:23.825 INFO kablam! | Sep 04 20:11:23.825 INFO kablam! 117 | .add(set.search(&lev)) Sep 04 20:11:23.825 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 04 20:11:23.825 INFO kablam! | Sep 04 20:11:23.826 INFO kablam! = help: the following implementations were found: Sep 04 20:11:23.826 INFO kablam! as fst::IntoStreamer<'a>> Sep 04 20:11:23.826 INFO kablam! Sep 04 20:11:23.826 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 04 20:11:23.826 INFO kablam! --> tests/test.rs:118:18 Sep 04 20:11:23.826 INFO kablam! | Sep 04 20:11:23.826 INFO kablam! 118 | .add(set.search(®)) Sep 04 20:11:23.827 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 04 20:11:23.827 INFO kablam! | Sep 04 20:11:23.827 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 04 20:11:23.827 INFO kablam! Sep 04 20:11:23.828 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 04 20:11:23.828 INFO kablam! --> tests/test.rs:118:10 Sep 04 20:11:23.828 INFO kablam! | Sep 04 20:11:23.828 INFO kablam! 118 | .add(set.search(®)) Sep 04 20:11:23.828 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 04 20:11:23.828 INFO kablam! | Sep 04 20:11:23.828 INFO kablam! = help: the following implementations were found: Sep 04 20:11:23.828 INFO kablam! as fst::IntoStreamer<'a>> Sep 04 20:11:23.828 INFO kablam! Sep 04 20:11:23.878 INFO kablam! error[E0599]: no method named `union` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 04 20:11:23.878 INFO kablam! --> tests/test.rs:131:41 Sep 04 20:11:23.878 INFO kablam! | Sep 04 20:11:23.878 INFO kablam! 131 | let mut stream1 = set.search((&lev).union(®)).into_stream(); Sep 04 20:11:23.878 INFO kablam! | ^^^^^ Sep 04 20:11:23.878 INFO kablam! | Sep 04 20:11:23.879 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 04 20:11:23.879 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 04 20:11:23.879 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 04 20:11:23.879 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 04 20:11:23.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:11:23.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:11:23.879 INFO kablam! | Sep 04 20:11:23.879 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 04 20:11:23.879 INFO kablam! | Sep 04 20:11:23.879 INFO kablam! Sep 04 20:11:23.880 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 04 20:11:23.880 INFO kablam! --> tests/test.rs:133:18 Sep 04 20:11:23.880 INFO kablam! | Sep 04 20:11:23.880 INFO kablam! 133 | .add(set.search(&lev)) Sep 04 20:11:23.880 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 04 20:11:23.880 INFO kablam! | Sep 04 20:11:23.881 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 04 20:11:23.881 INFO kablam! Sep 04 20:11:23.881 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 04 20:11:23.881 INFO kablam! --> tests/test.rs:133:10 Sep 04 20:11:23.881 INFO kablam! | Sep 04 20:11:23.881 INFO kablam! 133 | .add(set.search(&lev)) Sep 04 20:11:23.881 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 04 20:11:23.881 INFO kablam! | Sep 04 20:11:23.882 INFO kablam! = help: the following implementations were found: Sep 04 20:11:23.882 INFO kablam! as fst::IntoStreamer<'a>> Sep 04 20:11:23.882 INFO kablam! Sep 04 20:11:23.882 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 04 20:11:23.882 INFO kablam! --> tests/test.rs:134:18 Sep 04 20:11:23.882 INFO kablam! | Sep 04 20:11:23.883 INFO kablam! 134 | .add(set.search(®)) Sep 04 20:11:23.883 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 04 20:11:23.883 INFO kablam! | Sep 04 20:11:23.883 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 04 20:11:23.883 INFO kablam! Sep 04 20:11:23.883 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 04 20:11:23.883 INFO kablam! --> tests/test.rs:134:10 Sep 04 20:11:23.883 INFO kablam! | Sep 04 20:11:23.884 INFO kablam! 134 | .add(set.search(®)) Sep 04 20:11:23.884 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 04 20:11:23.884 INFO kablam! | Sep 04 20:11:23.884 INFO kablam! = help: the following implementations were found: Sep 04 20:11:23.884 INFO kablam! as fst::IntoStreamer<'a>> Sep 04 20:11:23.884 INFO kablam! Sep 04 20:11:23.894 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 04 20:11:23.894 INFO kablam! --> tests/test.rs:148:27 Sep 04 20:11:23.895 INFO kablam! | Sep 04 20:11:23.895 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 04 20:11:23.895 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 04 20:11:23.895 INFO kablam! | Sep 04 20:11:23.895 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 04 20:11:23.895 INFO kablam! Sep 04 20:11:23.898 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::set::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 04 20:11:23.898 INFO kablam! --> tests/test.rs:148:42 Sep 04 20:11:23.898 INFO kablam! | Sep 04 20:11:23.898 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 04 20:11:23.898 INFO kablam! | ^^^^^^^^^^^ Sep 04 20:11:23.898 INFO kablam! | Sep 04 20:11:23.899 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 04 20:11:23.899 INFO kablam! `&fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 04 20:11:23.899 INFO kablam! `&mut fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 04 20:11:23.899 INFO kablam! Sep 04 20:11:23.915 INFO kablam! error: aborting due to 22 previous errors Sep 04 20:11:23.915 INFO kablam! Sep 04 20:11:23.915 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 20:11:23.915 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 20:11:23.925 INFO kablam! error: Could not compile `fst`. Sep 04 20:11:23.926 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:11:25.827 INFO kablam! error: build failed Sep 04 20:11:25.828 INFO kablam! su: No module specific data is present Sep 04 20:11:26.453 INFO running `"docker" "rm" "-f" "50cbee8d843544f303402ece6231242fd11a7ed7e5955b9499b327d3844c486c"` Sep 04 20:11:26.545 INFO blam! 50cbee8d843544f303402ece6231242fd11a7ed7e5955b9499b327d3844c486c