Sep 21 10:13:14.918 INFO checking fst-0.3.2 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 10:13:14.918 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 10:13:14.918 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:13:15.085 INFO blam! 260624172c5d8761328bf7a637fd47eaaf6a87f2e097bc40f62253ab203c50b0 Sep 21 10:13:15.087 INFO running `"docker" "start" "-a" "260624172c5d8761328bf7a637fd47eaaf6a87f2e097bc40f62253ab203c50b0"` Sep 21 10:13:15.821 INFO kablam! usermod: no changes Sep 21 10:13:15.887 INFO kablam! Checking fst v0.3.2 (/source) Sep 21 10:13:15.887 INFO kablam! Checking fst-levenshtein v0.2.1 Sep 21 10:13:18.229 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 21 10:13:18.229 INFO kablam! --> tests/test.rs:38:23 Sep 21 10:13:18.229 INFO kablam! | Sep 21 10:13:18.229 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 21 10:13:18.229 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 21 10:13:18.230 INFO kablam! | Sep 21 10:13:18.230 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 21 10:13:18.230 INFO kablam! Sep 21 10:13:18.270 INFO kablam! error[E0599]: no method named `ge` found for type `fst::raw::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 21 10:13:18.270 INFO kablam! --> tests/test.rs:38:35 Sep 21 10:13:18.270 INFO kablam! | Sep 21 10:13:18.270 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 21 10:13:18.270 INFO kablam! | ^^ Sep 21 10:13:18.270 INFO kablam! | Sep 21 10:13:18.270 INFO kablam! = note: the method `ge` exists but the following trait bounds were not satisfied: Sep 21 10:13:18.270 INFO kablam! `&fst_regex::Regex : fst::Automaton` Sep 21 10:13:18.270 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_regex::Regex> : std::iter::Iterator` Sep 21 10:13:18.270 INFO kablam! Sep 21 10:13:18.280 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 21 10:13:18.280 INFO kablam! --> tests/test.rs:47:18 Sep 21 10:13:18.280 INFO kablam! | Sep 21 10:13:18.280 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 21 10:13:18.280 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 21 10:13:18.280 INFO kablam! | Sep 21 10:13:18.280 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 21 10:13:18.280 INFO kablam! Sep 21 10:13:18.290 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 21 10:13:18.291 INFO kablam! --> tests/test.rs:47:29 Sep 21 10:13:18.291 INFO kablam! | Sep 21 10:13:18.291 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 21 10:13:18.291 INFO kablam! | ^^^^^^^^^^^ Sep 21 10:13:18.291 INFO kablam! | Sep 21 10:13:18.291 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 21 10:13:18.291 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 21 10:13:18.291 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 21 10:13:18.291 INFO kablam! Sep 21 10:13:18.294 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 21 10:13:18.294 INFO kablam! --> tests/test.rs:55:18 Sep 21 10:13:18.294 INFO kablam! | Sep 21 10:13:18.294 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 21 10:13:18.294 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 21 10:13:18.294 INFO kablam! | Sep 21 10:13:18.294 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 21 10:13:18.294 INFO kablam! Sep 21 10:13:18.295 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 21 10:13:18.295 INFO kablam! --> tests/test.rs:55:29 Sep 21 10:13:18.295 INFO kablam! | Sep 21 10:13:18.296 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 21 10:13:18.296 INFO kablam! | ^^^^^^^^^^^ Sep 21 10:13:18.296 INFO kablam! | Sep 21 10:13:18.296 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 21 10:13:18.296 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 21 10:13:18.296 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 21 10:13:18.296 INFO kablam! Sep 21 10:13:18.302 INFO kablam! error[E0599]: no method named `complement` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 21 10:13:18.302 INFO kablam! --> tests/test.rs:64:33 Sep 21 10:13:18.302 INFO kablam! | Sep 21 10:13:18.302 INFO kablam! 64 | let stream = set.search(lev.complement()).into_stream(); Sep 21 10:13:18.302 INFO kablam! | ^^^^^^^^^^ Sep 21 10:13:18.302 INFO kablam! | Sep 21 10:13:18.302 INFO kablam! = note: the method `complement` exists but the following trait bounds were not satisfied: Sep 21 10:13:18.302 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 21 10:13:18.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:13:18.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:13:18.302 INFO kablam! | Sep 21 10:13:18.302 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 21 10:13:18.302 INFO kablam! | Sep 21 10:13:18.302 INFO kablam! Sep 21 10:13:18.315 INFO kablam! error[E0599]: no method named `starts_with` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 21 10:13:18.315 INFO kablam! --> tests/test.rs:78:33 Sep 21 10:13:18.315 INFO kablam! | Sep 21 10:13:18.315 INFO kablam! 78 | let stream = set.search(lev.starts_with()).into_stream(); Sep 21 10:13:18.315 INFO kablam! | ^^^^^^^^^^^ Sep 21 10:13:18.315 INFO kablam! | Sep 21 10:13:18.315 INFO kablam! = note: the method `starts_with` exists but the following trait bounds were not satisfied: Sep 21 10:13:18.315 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 21 10:13:18.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:13:18.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:13:18.315 INFO kablam! | Sep 21 10:13:18.315 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 21 10:13:18.315 INFO kablam! | Sep 21 10:13:18.315 INFO kablam! Sep 21 10:13:18.315 INFO kablam! error[E0599]: no method named `intersection` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 21 10:13:18.315 INFO kablam! --> tests/test.rs:92:33 Sep 21 10:13:18.315 INFO kablam! | Sep 21 10:13:18.315 INFO kablam! 92 | let stream = set.search(lev.intersection(reg)).into_stream(); Sep 21 10:13:18.315 INFO kablam! | ^^^^^^^^^^^^ Sep 21 10:13:18.315 INFO kablam! | Sep 21 10:13:18.315 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 21 10:13:18.315 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 21 10:13:18.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:13:18.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:13:18.315 INFO kablam! | Sep 21 10:13:18.315 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 21 10:13:18.315 INFO kablam! | Sep 21 10:13:18.315 INFO kablam! Sep 21 10:13:18.319 INFO kablam! error[E0599]: no method named `union` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 21 10:13:18.319 INFO kablam! --> tests/test.rs:104:33 Sep 21 10:13:18.319 INFO kablam! | Sep 21 10:13:18.319 INFO kablam! 104 | let stream = set.search(lev.union(reg)).into_stream(); Sep 21 10:13:18.319 INFO kablam! | ^^^^^ Sep 21 10:13:18.319 INFO kablam! | Sep 21 10:13:18.319 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 21 10:13:18.319 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 21 10:13:18.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:13:18.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:13:18.319 INFO kablam! | Sep 21 10:13:18.319 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 21 10:13:18.319 INFO kablam! | Sep 21 10:13:18.319 INFO kablam! Sep 21 10:13:18.330 INFO kablam! error[E0599]: no method named `intersection` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 21 10:13:18.330 INFO kablam! --> tests/test.rs:115:41 Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! 115 | let mut stream1 = set.search((&lev).intersection(®)).into_stream(); Sep 21 10:13:18.330 INFO kablam! | ^^^^^^^^^^^^ Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 21 10:13:18.330 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 21 10:13:18.330 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 21 10:13:18.330 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 21 10:13:18.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:13:18.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! Sep 21 10:13:18.330 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 21 10:13:18.330 INFO kablam! --> tests/test.rs:117:18 Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! 117 | .add(set.search(&lev)) Sep 21 10:13:18.330 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 21 10:13:18.330 INFO kablam! Sep 21 10:13:18.330 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 21 10:13:18.330 INFO kablam! --> tests/test.rs:117:10 Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! 117 | .add(set.search(&lev)) Sep 21 10:13:18.330 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! = help: the following implementations were found: Sep 21 10:13:18.330 INFO kablam! as fst::IntoStreamer<'a>> Sep 21 10:13:18.330 INFO kablam! Sep 21 10:13:18.330 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 21 10:13:18.330 INFO kablam! --> tests/test.rs:118:18 Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! 118 | .add(set.search(®)) Sep 21 10:13:18.330 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 21 10:13:18.330 INFO kablam! Sep 21 10:13:18.330 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 21 10:13:18.330 INFO kablam! --> tests/test.rs:118:10 Sep 21 10:13:18.330 INFO kablam! | Sep 21 10:13:18.330 INFO kablam! 118 | .add(set.search(®)) Sep 21 10:13:18.331 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 21 10:13:18.331 INFO kablam! | Sep 21 10:13:18.331 INFO kablam! = help: the following implementations were found: Sep 21 10:13:18.331 INFO kablam! as fst::IntoStreamer<'a>> Sep 21 10:13:18.331 INFO kablam! Sep 21 10:13:18.342 INFO kablam! error[E0599]: no method named `union` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 21 10:13:18.342 INFO kablam! --> tests/test.rs:131:41 Sep 21 10:13:18.342 INFO kablam! | Sep 21 10:13:18.342 INFO kablam! 131 | let mut stream1 = set.search((&lev).union(®)).into_stream(); Sep 21 10:13:18.342 INFO kablam! | ^^^^^ Sep 21 10:13:18.342 INFO kablam! | Sep 21 10:13:18.342 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 21 10:13:18.342 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 21 10:13:18.342 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 21 10:13:18.342 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 21 10:13:18.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:13:18.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:13:18.342 INFO kablam! | Sep 21 10:13:18.342 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 21 10:13:18.342 INFO kablam! | Sep 21 10:13:18.342 INFO kablam! Sep 21 10:13:18.344 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 21 10:13:18.344 INFO kablam! --> tests/test.rs:133:18 Sep 21 10:13:18.344 INFO kablam! | Sep 21 10:13:18.344 INFO kablam! 133 | .add(set.search(&lev)) Sep 21 10:13:18.344 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 21 10:13:18.344 INFO kablam! | Sep 21 10:13:18.344 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 21 10:13:18.344 INFO kablam! Sep 21 10:13:18.344 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 21 10:13:18.344 INFO kablam! --> tests/test.rs:133:10 Sep 21 10:13:18.344 INFO kablam! | Sep 21 10:13:18.344 INFO kablam! 133 | .add(set.search(&lev)) Sep 21 10:13:18.344 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 21 10:13:18.344 INFO kablam! | Sep 21 10:13:18.344 INFO kablam! = help: the following implementations were found: Sep 21 10:13:18.344 INFO kablam! as fst::IntoStreamer<'a>> Sep 21 10:13:18.344 INFO kablam! Sep 21 10:13:18.344 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 21 10:13:18.344 INFO kablam! --> tests/test.rs:134:18 Sep 21 10:13:18.344 INFO kablam! | Sep 21 10:13:18.344 INFO kablam! 134 | .add(set.search(®)) Sep 21 10:13:18.345 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 21 10:13:18.345 INFO kablam! | Sep 21 10:13:18.345 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 21 10:13:18.345 INFO kablam! Sep 21 10:13:18.345 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 21 10:13:18.345 INFO kablam! --> tests/test.rs:134:10 Sep 21 10:13:18.345 INFO kablam! | Sep 21 10:13:18.345 INFO kablam! 134 | .add(set.search(®)) Sep 21 10:13:18.345 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 21 10:13:18.345 INFO kablam! | Sep 21 10:13:18.345 INFO kablam! = help: the following implementations were found: Sep 21 10:13:18.345 INFO kablam! as fst::IntoStreamer<'a>> Sep 21 10:13:18.345 INFO kablam! Sep 21 10:13:18.350 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 21 10:13:18.350 INFO kablam! --> tests/test.rs:148:27 Sep 21 10:13:18.350 INFO kablam! | Sep 21 10:13:18.350 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 21 10:13:18.350 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 21 10:13:18.350 INFO kablam! | Sep 21 10:13:18.350 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 21 10:13:18.350 INFO kablam! Sep 21 10:13:18.350 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::set::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 21 10:13:18.350 INFO kablam! --> tests/test.rs:148:42 Sep 21 10:13:18.350 INFO kablam! | Sep 21 10:13:18.350 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 21 10:13:18.350 INFO kablam! | ^^^^^^^^^^^ Sep 21 10:13:18.350 INFO kablam! | Sep 21 10:13:18.350 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 21 10:13:18.350 INFO kablam! `&fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 21 10:13:18.350 INFO kablam! `&mut fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 21 10:13:18.350 INFO kablam! Sep 21 10:13:18.361 INFO kablam! error: aborting due to 22 previous errors Sep 21 10:13:18.361 INFO kablam! Sep 21 10:13:18.361 INFO kablam! Some errors occurred: E0277, E0599. Sep 21 10:13:18.361 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 10:13:18.369 INFO kablam! error: Could not compile `fst`. Sep 21 10:13:18.369 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:13:19.323 INFO kablam! error: build failed Sep 21 10:13:19.324 INFO kablam! su: No module specific data is present Sep 21 10:13:19.822 INFO running `"docker" "rm" "-f" "260624172c5d8761328bf7a637fd47eaaf6a87f2e097bc40f62253ab203c50b0"` Sep 21 10:13:19.882 INFO blam! 260624172c5d8761328bf7a637fd47eaaf6a87f2e097bc40f62253ab203c50b0