Sep 06 06:51:25.850 INFO checking fst-0.3.1 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 06:51:25.850 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 06:51:25.850 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:51:26.051 INFO blam! e52da170045900513ef744256c02bdad6ee8d6fffe67caaafc2b17f7d8685d85 Sep 06 06:51:26.053 INFO running `"docker" "start" "-a" "e52da170045900513ef744256c02bdad6ee8d6fffe67caaafc2b17f7d8685d85"` Sep 06 06:51:27.011 INFO kablam! usermod: no changes Sep 06 06:51:27.134 INFO kablam! Checking fst v0.3.1 (file:///source) Sep 06 06:51:27.154 INFO kablam! Checking fst-levenshtein v0.2.1 Sep 06 06:51:29.673 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 06 06:51:29.673 INFO kablam! --> tests/test.rs:38:23 Sep 06 06:51:29.673 INFO kablam! | Sep 06 06:51:29.673 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 06 06:51:29.673 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 06 06:51:29.673 INFO kablam! | Sep 06 06:51:29.673 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 06 06:51:29.673 INFO kablam! Sep 06 06:51:29.713 INFO kablam! error[E0599]: no method named `ge` found for type `fst::raw::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 06 06:51:29.713 INFO kablam! --> tests/test.rs:38:35 Sep 06 06:51:29.713 INFO kablam! | Sep 06 06:51:29.713 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 06 06:51:29.713 INFO kablam! | ^^ Sep 06 06:51:29.713 INFO kablam! | Sep 06 06:51:29.713 INFO kablam! = note: the method `ge` exists but the following trait bounds were not satisfied: Sep 06 06:51:29.713 INFO kablam! `&fst_regex::Regex : fst::Automaton` Sep 06 06:51:29.713 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_regex::Regex> : std::iter::Iterator` Sep 06 06:51:29.713 INFO kablam! Sep 06 06:51:29.717 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 06 06:51:29.717 INFO kablam! --> tests/test.rs:47:18 Sep 06 06:51:29.717 INFO kablam! | Sep 06 06:51:29.717 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 06 06:51:29.717 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 06 06:51:29.717 INFO kablam! | Sep 06 06:51:29.717 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 06 06:51:29.717 INFO kablam! Sep 06 06:51:29.720 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 06 06:51:29.720 INFO kablam! --> tests/test.rs:47:29 Sep 06 06:51:29.720 INFO kablam! | Sep 06 06:51:29.720 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 06 06:51:29.720 INFO kablam! | ^^^^^^^^^^^ Sep 06 06:51:29.720 INFO kablam! | Sep 06 06:51:29.720 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 06 06:51:29.720 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 06 06:51:29.720 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 06 06:51:29.720 INFO kablam! Sep 06 06:51:29.728 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 06 06:51:29.728 INFO kablam! --> tests/test.rs:55:18 Sep 06 06:51:29.728 INFO kablam! | Sep 06 06:51:29.728 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 06 06:51:29.728 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 06 06:51:29.728 INFO kablam! | Sep 06 06:51:29.728 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 06 06:51:29.728 INFO kablam! Sep 06 06:51:29.732 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 06 06:51:29.732 INFO kablam! --> tests/test.rs:55:29 Sep 06 06:51:29.732 INFO kablam! | Sep 06 06:51:29.732 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 06 06:51:29.732 INFO kablam! | ^^^^^^^^^^^ Sep 06 06:51:29.732 INFO kablam! | Sep 06 06:51:29.732 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 06 06:51:29.732 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 06 06:51:29.732 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 06 06:51:29.732 INFO kablam! Sep 06 06:51:29.734 INFO kablam! error[E0599]: no method named `complement` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 06 06:51:29.734 INFO kablam! --> tests/test.rs:64:33 Sep 06 06:51:29.734 INFO kablam! | Sep 06 06:51:29.734 INFO kablam! 64 | let stream = set.search(lev.complement()).into_stream(); Sep 06 06:51:29.734 INFO kablam! | ^^^^^^^^^^ Sep 06 06:51:29.734 INFO kablam! | Sep 06 06:51:29.734 INFO kablam! = note: the method `complement` exists but the following trait bounds were not satisfied: Sep 06 06:51:29.734 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 06 06:51:29.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 06:51:29.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 06:51:29.734 INFO kablam! | Sep 06 06:51:29.734 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 06 06:51:29.734 INFO kablam! | Sep 06 06:51:29.734 INFO kablam! Sep 06 06:51:29.743 INFO kablam! error[E0599]: no method named `starts_with` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 06 06:51:29.743 INFO kablam! --> tests/test.rs:78:33 Sep 06 06:51:29.743 INFO kablam! | Sep 06 06:51:29.743 INFO kablam! 78 | let stream = set.search(lev.starts_with()).into_stream(); Sep 06 06:51:29.743 INFO kablam! | ^^^^^^^^^^^ Sep 06 06:51:29.743 INFO kablam! | Sep 06 06:51:29.743 INFO kablam! = note: the method `starts_with` exists but the following trait bounds were not satisfied: Sep 06 06:51:29.743 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 06 06:51:29.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 06:51:29.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 06:51:29.743 INFO kablam! | Sep 06 06:51:29.743 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 06 06:51:29.743 INFO kablam! | Sep 06 06:51:29.743 INFO kablam! Sep 06 06:51:29.747 INFO kablam! error[E0599]: no method named `intersection` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 06 06:51:29.747 INFO kablam! --> tests/test.rs:92:33 Sep 06 06:51:29.747 INFO kablam! | Sep 06 06:51:29.747 INFO kablam! 92 | let stream = set.search(lev.intersection(reg)).into_stream(); Sep 06 06:51:29.747 INFO kablam! | ^^^^^^^^^^^^ Sep 06 06:51:29.747 INFO kablam! | Sep 06 06:51:29.747 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 06 06:51:29.747 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 06 06:51:29.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 06:51:29.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 06:51:29.750 INFO kablam! | Sep 06 06:51:29.750 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 06 06:51:29.750 INFO kablam! | Sep 06 06:51:29.750 INFO kablam! Sep 06 06:51:29.754 INFO kablam! error[E0599]: no method named `union` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 06 06:51:29.754 INFO kablam! --> tests/test.rs:104:33 Sep 06 06:51:29.754 INFO kablam! | Sep 06 06:51:29.754 INFO kablam! 104 | let stream = set.search(lev.union(reg)).into_stream(); Sep 06 06:51:29.754 INFO kablam! | ^^^^^ Sep 06 06:51:29.754 INFO kablam! | Sep 06 06:51:29.754 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 06 06:51:29.754 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 06 06:51:29.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 06:51:29.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 06:51:29.754 INFO kablam! | Sep 06 06:51:29.754 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 06 06:51:29.754 INFO kablam! | Sep 06 06:51:29.754 INFO kablam! Sep 06 06:51:29.755 INFO kablam! error[E0599]: no method named `intersection` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 06 06:51:29.755 INFO kablam! --> tests/test.rs:115:41 Sep 06 06:51:29.755 INFO kablam! | Sep 06 06:51:29.755 INFO kablam! 115 | let mut stream1 = set.search((&lev).intersection(®)).into_stream(); Sep 06 06:51:29.755 INFO kablam! | ^^^^^^^^^^^^ Sep 06 06:51:29.755 INFO kablam! | Sep 06 06:51:29.755 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 06 06:51:29.755 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 06 06:51:29.755 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 06 06:51:29.755 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 06 06:51:29.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 06:51:29.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 06:51:29.755 INFO kablam! | Sep 06 06:51:29.755 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 06 06:51:29.755 INFO kablam! | Sep 06 06:51:29.755 INFO kablam! Sep 06 06:51:29.755 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 06 06:51:29.755 INFO kablam! --> tests/test.rs:117:18 Sep 06 06:51:29.755 INFO kablam! | Sep 06 06:51:29.755 INFO kablam! 117 | .add(set.search(&lev)) Sep 06 06:51:29.755 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 06 06:51:29.755 INFO kablam! | Sep 06 06:51:29.755 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 06 06:51:29.755 INFO kablam! Sep 06 06:51:29.756 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 06 06:51:29.756 INFO kablam! --> tests/test.rs:117:10 Sep 06 06:51:29.756 INFO kablam! | Sep 06 06:51:29.756 INFO kablam! 117 | .add(set.search(&lev)) Sep 06 06:51:29.756 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 06 06:51:29.756 INFO kablam! | Sep 06 06:51:29.756 INFO kablam! = help: the following implementations were found: Sep 06 06:51:29.756 INFO kablam! as fst::IntoStreamer<'a>> Sep 06 06:51:29.756 INFO kablam! Sep 06 06:51:29.756 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 06 06:51:29.756 INFO kablam! --> tests/test.rs:118:18 Sep 06 06:51:29.756 INFO kablam! | Sep 06 06:51:29.756 INFO kablam! 118 | .add(set.search(®)) Sep 06 06:51:29.756 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 06 06:51:29.756 INFO kablam! | Sep 06 06:51:29.756 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 06 06:51:29.756 INFO kablam! Sep 06 06:51:29.756 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 06 06:51:29.756 INFO kablam! --> tests/test.rs:118:10 Sep 06 06:51:29.756 INFO kablam! | Sep 06 06:51:29.756 INFO kablam! 118 | .add(set.search(®)) Sep 06 06:51:29.756 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 06 06:51:29.756 INFO kablam! | Sep 06 06:51:29.756 INFO kablam! = help: the following implementations were found: Sep 06 06:51:29.756 INFO kablam! as fst::IntoStreamer<'a>> Sep 06 06:51:29.756 INFO kablam! Sep 06 06:51:29.773 INFO kablam! error[E0599]: no method named `union` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 06 06:51:29.773 INFO kablam! --> tests/test.rs:131:41 Sep 06 06:51:29.773 INFO kablam! | Sep 06 06:51:29.773 INFO kablam! 131 | let mut stream1 = set.search((&lev).union(®)).into_stream(); Sep 06 06:51:29.773 INFO kablam! | ^^^^^ Sep 06 06:51:29.773 INFO kablam! | Sep 06 06:51:29.773 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 06 06:51:29.773 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 06 06:51:29.773 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 06 06:51:29.773 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 06 06:51:29.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 06:51:29.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 06:51:29.773 INFO kablam! | Sep 06 06:51:29.773 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 06 06:51:29.773 INFO kablam! | Sep 06 06:51:29.773 INFO kablam! Sep 06 06:51:29.773 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 06 06:51:29.773 INFO kablam! --> tests/test.rs:133:18 Sep 06 06:51:29.773 INFO kablam! | Sep 06 06:51:29.773 INFO kablam! 133 | .add(set.search(&lev)) Sep 06 06:51:29.773 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 06 06:51:29.773 INFO kablam! | Sep 06 06:51:29.773 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 06 06:51:29.773 INFO kablam! Sep 06 06:51:29.773 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 06 06:51:29.773 INFO kablam! --> tests/test.rs:133:10 Sep 06 06:51:29.773 INFO kablam! | Sep 06 06:51:29.773 INFO kablam! 133 | .add(set.search(&lev)) Sep 06 06:51:29.774 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 06 06:51:29.774 INFO kablam! | Sep 06 06:51:29.774 INFO kablam! = help: the following implementations were found: Sep 06 06:51:29.774 INFO kablam! as fst::IntoStreamer<'a>> Sep 06 06:51:29.774 INFO kablam! Sep 06 06:51:29.774 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 06 06:51:29.774 INFO kablam! --> tests/test.rs:134:18 Sep 06 06:51:29.774 INFO kablam! | Sep 06 06:51:29.774 INFO kablam! 134 | .add(set.search(®)) Sep 06 06:51:29.774 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 06 06:51:29.774 INFO kablam! | Sep 06 06:51:29.774 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 06 06:51:29.774 INFO kablam! Sep 06 06:51:29.774 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 06 06:51:29.774 INFO kablam! --> tests/test.rs:134:10 Sep 06 06:51:29.774 INFO kablam! | Sep 06 06:51:29.774 INFO kablam! 134 | .add(set.search(®)) Sep 06 06:51:29.774 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 06 06:51:29.774 INFO kablam! | Sep 06 06:51:29.774 INFO kablam! = help: the following implementations were found: Sep 06 06:51:29.774 INFO kablam! as fst::IntoStreamer<'a>> Sep 06 06:51:29.774 INFO kablam! Sep 06 06:51:29.778 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 06 06:51:29.778 INFO kablam! --> tests/test.rs:148:27 Sep 06 06:51:29.778 INFO kablam! | Sep 06 06:51:29.779 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 06 06:51:29.779 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 06 06:51:29.779 INFO kablam! | Sep 06 06:51:29.779 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 06 06:51:29.779 INFO kablam! Sep 06 06:51:29.781 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::set::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 06 06:51:29.781 INFO kablam! --> tests/test.rs:148:42 Sep 06 06:51:29.781 INFO kablam! | Sep 06 06:51:29.781 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 06 06:51:29.781 INFO kablam! | ^^^^^^^^^^^ Sep 06 06:51:29.781 INFO kablam! | Sep 06 06:51:29.781 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 06 06:51:29.781 INFO kablam! `&fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 06 06:51:29.781 INFO kablam! `&mut fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 06 06:51:29.781 INFO kablam! Sep 06 06:51:29.790 INFO kablam! error: aborting due to 22 previous errors Sep 06 06:51:29.790 INFO kablam! Sep 06 06:51:29.790 INFO kablam! Some errors occurred: E0277, E0599. Sep 06 06:51:29.790 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 06:51:29.797 INFO kablam! error: Could not compile `fst`. Sep 06 06:51:29.797 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:51:30.654 INFO kablam! error: build failed Sep 06 06:51:30.655 INFO kablam! su: No module specific data is present Sep 06 06:51:31.464 INFO running `"docker" "rm" "-f" "e52da170045900513ef744256c02bdad6ee8d6fffe67caaafc2b17f7d8685d85"` Sep 06 06:51:31.521 INFO blam! e52da170045900513ef744256c02bdad6ee8d6fffe67caaafc2b17f7d8685d85