Sep 02 13:57:58.959 INFO checking fst-0.3.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 13:57:58.959 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 13:57:58.959 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 13:57:59.166 INFO blam! 2300eb04458a96978e8c62c031b992be5fbe53c5f5fbf1d58b906ebf1c1e44d5 Sep 02 13:57:59.168 INFO running `"docker" "start" "-a" "2300eb04458a96978e8c62c031b992be5fbe53c5f5fbf1d58b906ebf1c1e44d5"` Sep 02 13:58:00.053 INFO kablam! Checking fst v0.3.1 (file:///source) Sep 02 13:58:00.054 INFO kablam! Checking fst-regex v0.2.1 Sep 02 13:58:00.054 INFO kablam! Checking fst-levenshtein v0.2.1 Sep 02 13:58:05.058 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 02 13:58:05.058 INFO kablam! --> tests/test.rs:38:23 Sep 02 13:58:05.058 INFO kablam! | Sep 02 13:58:05.058 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 02 13:58:05.058 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 02 13:58:05.059 INFO kablam! | Sep 02 13:58:05.059 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 02 13:58:05.059 INFO kablam! Sep 02 13:58:05.141 INFO kablam! error[E0599]: no method named `ge` found for type `fst::raw::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 02 13:58:05.141 INFO kablam! --> tests/test.rs:38:35 Sep 02 13:58:05.141 INFO kablam! | Sep 02 13:58:05.141 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 02 13:58:05.142 INFO kablam! | ^^ Sep 02 13:58:05.142 INFO kablam! | Sep 02 13:58:05.143 INFO kablam! = note: the method `ge` exists but the following trait bounds were not satisfied: Sep 02 13:58:05.143 INFO kablam! `&fst_regex::Regex : fst::Automaton` Sep 02 13:58:05.143 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_regex::Regex> : std::iter::Iterator` Sep 02 13:58:05.143 INFO kablam! Sep 02 13:58:05.154 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 02 13:58:05.154 INFO kablam! --> tests/test.rs:47:18 Sep 02 13:58:05.154 INFO kablam! | Sep 02 13:58:05.154 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 02 13:58:05.154 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 02 13:58:05.155 INFO kablam! | Sep 02 13:58:05.157 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 02 13:58:05.157 INFO kablam! Sep 02 13:58:05.182 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 02 13:58:05.182 INFO kablam! --> tests/test.rs:47:29 Sep 02 13:58:05.182 INFO kablam! | Sep 02 13:58:05.183 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 02 13:58:05.183 INFO kablam! | ^^^^^^^^^^^ Sep 02 13:58:05.183 INFO kablam! | Sep 02 13:58:05.183 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 02 13:58:05.183 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 02 13:58:05.183 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 02 13:58:05.183 INFO kablam! Sep 02 13:58:05.219 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 02 13:58:05.219 INFO kablam! --> tests/test.rs:55:18 Sep 02 13:58:05.219 INFO kablam! | Sep 02 13:58:05.219 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 02 13:58:05.219 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 02 13:58:05.219 INFO kablam! | Sep 02 13:58:05.219 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 02 13:58:05.219 INFO kablam! Sep 02 13:58:05.221 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 02 13:58:05.221 INFO kablam! --> tests/test.rs:55:29 Sep 02 13:58:05.221 INFO kablam! | Sep 02 13:58:05.221 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 02 13:58:05.221 INFO kablam! | ^^^^^^^^^^^ Sep 02 13:58:05.221 INFO kablam! | Sep 02 13:58:05.222 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 02 13:58:05.222 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 02 13:58:05.222 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 02 13:58:05.222 INFO kablam! Sep 02 13:58:05.231 INFO kablam! error[E0599]: no method named `complement` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 02 13:58:05.232 INFO kablam! --> tests/test.rs:64:33 Sep 02 13:58:05.232 INFO kablam! | Sep 02 13:58:05.232 INFO kablam! 64 | let stream = set.search(lev.complement()).into_stream(); Sep 02 13:58:05.232 INFO kablam! | ^^^^^^^^^^ Sep 02 13:58:05.232 INFO kablam! | Sep 02 13:58:05.232 INFO kablam! = note: the method `complement` exists but the following trait bounds were not satisfied: Sep 02 13:58:05.232 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 02 13:58:05.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:58:05.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:58:05.232 INFO kablam! | Sep 02 13:58:05.232 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 02 13:58:05.232 INFO kablam! | Sep 02 13:58:05.232 INFO kablam! Sep 02 13:58:05.262 INFO kablam! error[E0599]: no method named `starts_with` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 02 13:58:05.263 INFO kablam! --> tests/test.rs:78:33 Sep 02 13:58:05.263 INFO kablam! | Sep 02 13:58:05.263 INFO kablam! 78 | let stream = set.search(lev.starts_with()).into_stream(); Sep 02 13:58:05.263 INFO kablam! | ^^^^^^^^^^^ Sep 02 13:58:05.263 INFO kablam! | Sep 02 13:58:05.263 INFO kablam! = note: the method `starts_with` exists but the following trait bounds were not satisfied: Sep 02 13:58:05.263 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 02 13:58:05.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:58:05.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:58:05.263 INFO kablam! | Sep 02 13:58:05.263 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 02 13:58:05.263 INFO kablam! | Sep 02 13:58:05.263 INFO kablam! Sep 02 13:58:05.268 INFO kablam! error[E0599]: no method named `intersection` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 02 13:58:05.268 INFO kablam! --> tests/test.rs:92:33 Sep 02 13:58:05.269 INFO kablam! | Sep 02 13:58:05.269 INFO kablam! 92 | let stream = set.search(lev.intersection(reg)).into_stream(); Sep 02 13:58:05.269 INFO kablam! | ^^^^^^^^^^^^ Sep 02 13:58:05.269 INFO kablam! | Sep 02 13:58:05.269 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 02 13:58:05.269 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 02 13:58:05.269 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:58:05.269 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:58:05.269 INFO kablam! | Sep 02 13:58:05.269 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 02 13:58:05.269 INFO kablam! | Sep 02 13:58:05.269 INFO kablam! Sep 02 13:58:05.278 INFO kablam! error[E0599]: no method named `union` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 02 13:58:05.278 INFO kablam! --> tests/test.rs:104:33 Sep 02 13:58:05.278 INFO kablam! | Sep 02 13:58:05.278 INFO kablam! 104 | let stream = set.search(lev.union(reg)).into_stream(); Sep 02 13:58:05.278 INFO kablam! | ^^^^^ Sep 02 13:58:05.278 INFO kablam! | Sep 02 13:58:05.278 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 02 13:58:05.278 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 02 13:58:05.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:58:05.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:58:05.278 INFO kablam! | Sep 02 13:58:05.278 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 02 13:58:05.278 INFO kablam! | Sep 02 13:58:05.278 INFO kablam! Sep 02 13:58:05.287 INFO kablam! error[E0599]: no method named `intersection` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 02 13:58:05.287 INFO kablam! --> tests/test.rs:115:41 Sep 02 13:58:05.287 INFO kablam! | Sep 02 13:58:05.287 INFO kablam! 115 | let mut stream1 = set.search((&lev).intersection(®)).into_stream(); Sep 02 13:58:05.287 INFO kablam! | ^^^^^^^^^^^^ Sep 02 13:58:05.287 INFO kablam! | Sep 02 13:58:05.287 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 02 13:58:05.287 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 02 13:58:05.287 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 02 13:58:05.287 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 02 13:58:05.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:58:05.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:58:05.287 INFO kablam! | Sep 02 13:58:05.287 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 02 13:58:05.287 INFO kablam! | Sep 02 13:58:05.287 INFO kablam! Sep 02 13:58:05.288 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 02 13:58:05.288 INFO kablam! --> tests/test.rs:117:18 Sep 02 13:58:05.288 INFO kablam! | Sep 02 13:58:05.288 INFO kablam! 117 | .add(set.search(&lev)) Sep 02 13:58:05.288 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 02 13:58:05.288 INFO kablam! | Sep 02 13:58:05.288 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 02 13:58:05.289 INFO kablam! Sep 02 13:58:05.289 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 02 13:58:05.289 INFO kablam! --> tests/test.rs:117:10 Sep 02 13:58:05.289 INFO kablam! | Sep 02 13:58:05.289 INFO kablam! 117 | .add(set.search(&lev)) Sep 02 13:58:05.289 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 02 13:58:05.289 INFO kablam! | Sep 02 13:58:05.289 INFO kablam! = help: the following implementations were found: Sep 02 13:58:05.289 INFO kablam! as fst::IntoStreamer<'a>> Sep 02 13:58:05.289 INFO kablam! Sep 02 13:58:05.290 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 02 13:58:05.290 INFO kablam! --> tests/test.rs:118:18 Sep 02 13:58:05.290 INFO kablam! | Sep 02 13:58:05.290 INFO kablam! 118 | .add(set.search(®)) Sep 02 13:58:05.290 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 02 13:58:05.290 INFO kablam! | Sep 02 13:58:05.290 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 02 13:58:05.290 INFO kablam! Sep 02 13:58:05.290 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 02 13:58:05.291 INFO kablam! --> tests/test.rs:118:10 Sep 02 13:58:05.291 INFO kablam! | Sep 02 13:58:05.291 INFO kablam! 118 | .add(set.search(®)) Sep 02 13:58:05.291 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 02 13:58:05.291 INFO kablam! | Sep 02 13:58:05.291 INFO kablam! = help: the following implementations were found: Sep 02 13:58:05.291 INFO kablam! as fst::IntoStreamer<'a>> Sep 02 13:58:05.291 INFO kablam! Sep 02 13:58:05.349 INFO kablam! error[E0599]: no method named `union` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 02 13:58:05.349 INFO kablam! --> tests/test.rs:131:41 Sep 02 13:58:05.349 INFO kablam! | Sep 02 13:58:05.349 INFO kablam! 131 | let mut stream1 = set.search((&lev).union(®)).into_stream(); Sep 02 13:58:05.349 INFO kablam! | ^^^^^ Sep 02 13:58:05.349 INFO kablam! | Sep 02 13:58:05.349 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 02 13:58:05.349 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 02 13:58:05.349 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 02 13:58:05.349 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 02 13:58:05.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:58:05.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:58:05.349 INFO kablam! | Sep 02 13:58:05.350 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 02 13:58:05.350 INFO kablam! | Sep 02 13:58:05.350 INFO kablam! Sep 02 13:58:05.350 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 02 13:58:05.351 INFO kablam! --> tests/test.rs:133:18 Sep 02 13:58:05.351 INFO kablam! | Sep 02 13:58:05.351 INFO kablam! 133 | .add(set.search(&lev)) Sep 02 13:58:05.351 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 02 13:58:05.351 INFO kablam! | Sep 02 13:58:05.351 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 02 13:58:05.351 INFO kablam! Sep 02 13:58:05.351 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 02 13:58:05.351 INFO kablam! --> tests/test.rs:133:10 Sep 02 13:58:05.351 INFO kablam! | Sep 02 13:58:05.351 INFO kablam! 133 | .add(set.search(&lev)) Sep 02 13:58:05.351 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 02 13:58:05.351 INFO kablam! | Sep 02 13:58:05.351 INFO kablam! = help: the following implementations were found: Sep 02 13:58:05.351 INFO kablam! as fst::IntoStreamer<'a>> Sep 02 13:58:05.351 INFO kablam! Sep 02 13:58:05.351 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 02 13:58:05.351 INFO kablam! --> tests/test.rs:134:18 Sep 02 13:58:05.351 INFO kablam! | Sep 02 13:58:05.352 INFO kablam! 134 | .add(set.search(®)) Sep 02 13:58:05.352 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 02 13:58:05.352 INFO kablam! | Sep 02 13:58:05.352 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 02 13:58:05.352 INFO kablam! Sep 02 13:58:05.352 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 02 13:58:05.352 INFO kablam! --> tests/test.rs:134:10 Sep 02 13:58:05.352 INFO kablam! | Sep 02 13:58:05.352 INFO kablam! 134 | .add(set.search(®)) Sep 02 13:58:05.352 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 02 13:58:05.352 INFO kablam! | Sep 02 13:58:05.352 INFO kablam! = help: the following implementations were found: Sep 02 13:58:05.352 INFO kablam! as fst::IntoStreamer<'a>> Sep 02 13:58:05.352 INFO kablam! Sep 02 13:58:05.363 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 02 13:58:05.363 INFO kablam! --> tests/test.rs:148:27 Sep 02 13:58:05.363 INFO kablam! | Sep 02 13:58:05.363 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 02 13:58:05.363 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 02 13:58:05.363 INFO kablam! | Sep 02 13:58:05.364 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 02 13:58:05.364 INFO kablam! Sep 02 13:58:05.366 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::set::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 02 13:58:05.366 INFO kablam! --> tests/test.rs:148:42 Sep 02 13:58:05.366 INFO kablam! | Sep 02 13:58:05.366 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 02 13:58:05.367 INFO kablam! | ^^^^^^^^^^^ Sep 02 13:58:05.367 INFO kablam! | Sep 02 13:58:05.367 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 02 13:58:05.367 INFO kablam! `&fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 02 13:58:05.367 INFO kablam! `&mut fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 02 13:58:05.367 INFO kablam! Sep 02 13:58:05.384 INFO kablam! error: aborting due to 22 previous errors Sep 02 13:58:05.384 INFO kablam! Sep 02 13:58:05.384 INFO kablam! Some errors occurred: E0277, E0599. Sep 02 13:58:05.384 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 13:58:05.394 INFO kablam! error: Could not compile `fst`. Sep 02 13:58:05.394 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:58:07.543 INFO kablam! error: build failed Sep 02 13:58:07.545 INFO kablam! su: No module specific data is present Sep 02 13:58:07.933 INFO running `"docker" "rm" "-f" "2300eb04458a96978e8c62c031b992be5fbe53c5f5fbf1d58b906ebf1c1e44d5"` Sep 02 13:58:08.028 INFO blam! 2300eb04458a96978e8c62c031b992be5fbe53c5f5fbf1d58b906ebf1c1e44d5