Sep 01 03:56:10.749 INFO checking fst-0.3.1 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 03:56:10.749 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 03:56:10.749 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 03:56:10.885 INFO blam! 0745787deec422239ab34349830a2f0c2486c41f16ae51353cbdc1c2785177e6 Sep 01 03:56:10.887 INFO running `"docker" "start" "-a" "0745787deec422239ab34349830a2f0c2486c41f16ae51353cbdc1c2785177e6"` Sep 01 03:56:11.620 INFO kablam! Checking fst v0.3.1 (file:///source) Sep 01 03:56:11.620 INFO kablam! Checking fst-regex v0.2.1 Sep 01 03:56:11.620 INFO kablam! Checking fst-levenshtein v0.2.1 Sep 01 03:56:17.162 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 01 03:56:17.162 INFO kablam! --> tests/test.rs:38:23 Sep 01 03:56:17.162 INFO kablam! | Sep 01 03:56:17.162 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 01 03:56:17.162 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 01 03:56:17.162 INFO kablam! | Sep 01 03:56:17.162 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 01 03:56:17.162 INFO kablam! Sep 01 03:56:17.234 INFO kablam! error[E0599]: no method named `ge` found for type `fst::raw::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 01 03:56:17.234 INFO kablam! --> tests/test.rs:38:35 Sep 01 03:56:17.234 INFO kablam! | Sep 01 03:56:17.234 INFO kablam! 38 | let mut rdr = set.search(&re).ge("abd").lt("ax").into_stream(); Sep 01 03:56:17.234 INFO kablam! | ^^ Sep 01 03:56:17.235 INFO kablam! | Sep 01 03:56:17.235 INFO kablam! = note: the method `ge` exists but the following trait bounds were not satisfied: Sep 01 03:56:17.235 INFO kablam! `&fst_regex::Regex : fst::Automaton` Sep 01 03:56:17.235 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_regex::Regex> : std::iter::Iterator` Sep 01 03:56:17.236 INFO kablam! Sep 01 03:56:17.246 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 01 03:56:17.246 INFO kablam! --> tests/test.rs:47:18 Sep 01 03:56:17.246 INFO kablam! | Sep 01 03:56:17.246 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 01 03:56:17.246 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 01 03:56:17.247 INFO kablam! | Sep 01 03:56:17.247 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 01 03:56:17.248 INFO kablam! Sep 01 03:56:17.255 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 01 03:56:17.255 INFO kablam! --> tests/test.rs:47:29 Sep 01 03:56:17.255 INFO kablam! | Sep 01 03:56:17.255 INFO kablam! 47 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 01 03:56:17.255 INFO kablam! | ^^^^^^^^^^^ Sep 01 03:56:17.256 INFO kablam! | Sep 01 03:56:17.256 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 01 03:56:17.256 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 01 03:56:17.256 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 01 03:56:17.257 INFO kablam! Sep 01 03:56:17.291 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 01 03:56:17.291 INFO kablam! --> tests/test.rs:55:18 Sep 01 03:56:17.291 INFO kablam! | Sep 01 03:56:17.291 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 01 03:56:17.291 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 01 03:56:17.292 INFO kablam! | Sep 01 03:56:17.293 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 01 03:56:17.293 INFO kablam! Sep 01 03:56:17.296 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` in the current scope Sep 01 03:56:17.296 INFO kablam! --> tests/test.rs:55:29 Sep 01 03:56:17.296 INFO kablam! | Sep 01 03:56:17.296 INFO kablam! 55 | let vs = set.search(&q).into_stream().into_byte_keys(); Sep 01 03:56:17.296 INFO kablam! | ^^^^^^^^^^^ Sep 01 03:56:17.297 INFO kablam! | Sep 01 03:56:17.297 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 01 03:56:17.297 INFO kablam! `&fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 01 03:56:17.297 INFO kablam! `&mut fst::raw::StreamBuilder<'_, &fst_levenshtein::Levenshtein> : fst::IntoStreamer` Sep 01 03:56:17.298 INFO kablam! Sep 01 03:56:17.305 INFO kablam! error[E0599]: no method named `complement` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 01 03:56:17.306 INFO kablam! --> tests/test.rs:64:33 Sep 01 03:56:17.306 INFO kablam! | Sep 01 03:56:17.306 INFO kablam! 64 | let stream = set.search(lev.complement()).into_stream(); Sep 01 03:56:17.306 INFO kablam! | ^^^^^^^^^^ Sep 01 03:56:17.306 INFO kablam! | Sep 01 03:56:17.306 INFO kablam! = note: the method `complement` exists but the following trait bounds were not satisfied: Sep 01 03:56:17.306 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 03:56:17.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:56:17.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:56:17.307 INFO kablam! | Sep 01 03:56:17.307 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 03:56:17.307 INFO kablam! | Sep 01 03:56:17.307 INFO kablam! Sep 01 03:56:17.329 INFO kablam! error[E0599]: no method named `starts_with` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 01 03:56:17.329 INFO kablam! --> tests/test.rs:78:33 Sep 01 03:56:17.329 INFO kablam! | Sep 01 03:56:17.329 INFO kablam! 78 | let stream = set.search(lev.starts_with()).into_stream(); Sep 01 03:56:17.329 INFO kablam! | ^^^^^^^^^^^ Sep 01 03:56:17.329 INFO kablam! | Sep 01 03:56:17.329 INFO kablam! = note: the method `starts_with` exists but the following trait bounds were not satisfied: Sep 01 03:56:17.329 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 03:56:17.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:56:17.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:56:17.329 INFO kablam! | Sep 01 03:56:17.329 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 03:56:17.330 INFO kablam! | Sep 01 03:56:17.330 INFO kablam! Sep 01 03:56:17.338 INFO kablam! error[E0599]: no method named `intersection` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 01 03:56:17.338 INFO kablam! --> tests/test.rs:92:33 Sep 01 03:56:17.338 INFO kablam! | Sep 01 03:56:17.338 INFO kablam! 92 | let stream = set.search(lev.intersection(reg)).into_stream(); Sep 01 03:56:17.338 INFO kablam! | ^^^^^^^^^^^^ Sep 01 03:56:17.338 INFO kablam! | Sep 01 03:56:17.338 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 01 03:56:17.338 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 03:56:17.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:56:17.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:56:17.339 INFO kablam! | Sep 01 03:56:17.339 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 03:56:17.339 INFO kablam! | Sep 01 03:56:17.339 INFO kablam! Sep 01 03:56:17.347 INFO kablam! error[E0599]: no method named `union` found for type `fst_levenshtein::Levenshtein` in the current scope Sep 01 03:56:17.347 INFO kablam! --> tests/test.rs:104:33 Sep 01 03:56:17.347 INFO kablam! | Sep 01 03:56:17.347 INFO kablam! 104 | let stream = set.search(lev.union(reg)).into_stream(); Sep 01 03:56:17.347 INFO kablam! | ^^^^^ Sep 01 03:56:17.347 INFO kablam! | Sep 01 03:56:17.348 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 01 03:56:17.348 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 03:56:17.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:56:17.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:56:17.348 INFO kablam! | Sep 01 03:56:17.348 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 03:56:17.348 INFO kablam! | Sep 01 03:56:17.348 INFO kablam! Sep 01 03:56:17.356 INFO kablam! error[E0599]: no method named `intersection` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 01 03:56:17.356 INFO kablam! --> tests/test.rs:115:41 Sep 01 03:56:17.356 INFO kablam! | Sep 01 03:56:17.356 INFO kablam! 115 | let mut stream1 = set.search((&lev).intersection(®)).into_stream(); Sep 01 03:56:17.356 INFO kablam! | ^^^^^^^^^^^^ Sep 01 03:56:17.356 INFO kablam! | Sep 01 03:56:17.357 INFO kablam! = note: the method `intersection` exists but the following trait bounds were not satisfied: Sep 01 03:56:17.357 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 03:56:17.357 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 03:56:17.357 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 03:56:17.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:56:17.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:56:17.357 INFO kablam! | Sep 01 03:56:17.357 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 03:56:17.357 INFO kablam! | Sep 01 03:56:17.357 INFO kablam! Sep 01 03:56:17.359 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 01 03:56:17.359 INFO kablam! --> tests/test.rs:117:18 Sep 01 03:56:17.359 INFO kablam! | Sep 01 03:56:17.359 INFO kablam! 117 | .add(set.search(&lev)) Sep 01 03:56:17.359 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 01 03:56:17.359 INFO kablam! | Sep 01 03:56:17.359 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 01 03:56:17.359 INFO kablam! Sep 01 03:56:17.360 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 01 03:56:17.360 INFO kablam! --> tests/test.rs:117:10 Sep 01 03:56:17.360 INFO kablam! | Sep 01 03:56:17.361 INFO kablam! 117 | .add(set.search(&lev)) Sep 01 03:56:17.361 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 01 03:56:17.361 INFO kablam! | Sep 01 03:56:17.361 INFO kablam! = help: the following implementations were found: Sep 01 03:56:17.361 INFO kablam! as fst::IntoStreamer<'a>> Sep 01 03:56:17.361 INFO kablam! Sep 01 03:56:17.362 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 01 03:56:17.362 INFO kablam! --> tests/test.rs:118:18 Sep 01 03:56:17.362 INFO kablam! | Sep 01 03:56:17.362 INFO kablam! 118 | .add(set.search(®)) Sep 01 03:56:17.362 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 01 03:56:17.362 INFO kablam! | Sep 01 03:56:17.362 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 01 03:56:17.362 INFO kablam! Sep 01 03:56:17.363 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 01 03:56:17.363 INFO kablam! --> tests/test.rs:118:10 Sep 01 03:56:17.363 INFO kablam! | Sep 01 03:56:17.363 INFO kablam! 118 | .add(set.search(®)) Sep 01 03:56:17.363 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 01 03:56:17.363 INFO kablam! | Sep 01 03:56:17.364 INFO kablam! = help: the following implementations were found: Sep 01 03:56:17.364 INFO kablam! as fst::IntoStreamer<'a>> Sep 01 03:56:17.364 INFO kablam! Sep 01 03:56:17.414 INFO kablam! error[E0599]: no method named `union` found for type `&fst_levenshtein::Levenshtein` in the current scope Sep 01 03:56:17.414 INFO kablam! --> tests/test.rs:131:41 Sep 01 03:56:17.414 INFO kablam! | Sep 01 03:56:17.414 INFO kablam! 131 | let mut stream1 = set.search((&lev).union(®)).into_stream(); Sep 01 03:56:17.414 INFO kablam! | ^^^^^ Sep 01 03:56:17.414 INFO kablam! | Sep 01 03:56:17.414 INFO kablam! = note: the method `union` exists but the following trait bounds were not satisfied: Sep 01 03:56:17.414 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 03:56:17.414 INFO kablam! `&&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 03:56:17.414 INFO kablam! `&fst_levenshtein::Levenshtein : fst::Automaton` Sep 01 03:56:17.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:56:17.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:56:17.415 INFO kablam! | Sep 01 03:56:17.415 INFO kablam! 5 | use fst::inner_automaton::Automaton; Sep 01 03:56:17.415 INFO kablam! | Sep 01 03:56:17.415 INFO kablam! Sep 01 03:56:17.416 INFO kablam! error[E0277]: the trait bound `fst_levenshtein::Levenshtein: fst::Automaton` is not satisfied Sep 01 03:56:17.416 INFO kablam! --> tests/test.rs:133:18 Sep 01 03:56:17.416 INFO kablam! | Sep 01 03:56:17.416 INFO kablam! 133 | .add(set.search(&lev)) Sep 01 03:56:17.416 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_levenshtein::Levenshtein` Sep 01 03:56:17.416 INFO kablam! | Sep 01 03:56:17.417 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_levenshtein::Levenshtein` Sep 01 03:56:17.417 INFO kablam! Sep 01 03:56:17.417 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>: fst::IntoStreamer<'a>` is not satisfied Sep 01 03:56:17.417 INFO kablam! --> tests/test.rs:133:10 Sep 01 03:56:17.417 INFO kablam! | Sep 01 03:56:17.417 INFO kablam! 133 | .add(set.search(&lev)) Sep 01 03:56:17.417 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_levenshtein::Levenshtein>` Sep 01 03:56:17.417 INFO kablam! | Sep 01 03:56:17.418 INFO kablam! = help: the following implementations were found: Sep 01 03:56:17.418 INFO kablam! as fst::IntoStreamer<'a>> Sep 01 03:56:17.418 INFO kablam! Sep 01 03:56:17.419 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 01 03:56:17.419 INFO kablam! --> tests/test.rs:134:18 Sep 01 03:56:17.419 INFO kablam! | Sep 01 03:56:17.419 INFO kablam! 134 | .add(set.search(®)) Sep 01 03:56:17.419 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 01 03:56:17.419 INFO kablam! | Sep 01 03:56:17.420 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 01 03:56:17.420 INFO kablam! Sep 01 03:56:17.420 INFO kablam! error[E0277]: the trait bound `for<'a> fst::set::StreamBuilder<'_, &fst_regex::Regex>: fst::IntoStreamer<'a>` is not satisfied Sep 01 03:56:17.420 INFO kablam! --> tests/test.rs:134:10 Sep 01 03:56:17.420 INFO kablam! | Sep 01 03:56:17.420 INFO kablam! 134 | .add(set.search(®)) Sep 01 03:56:17.420 INFO kablam! | ^^^ the trait `for<'a> fst::IntoStreamer<'a>` is not implemented for `fst::set::StreamBuilder<'_, &fst_regex::Regex>` Sep 01 03:56:17.420 INFO kablam! | Sep 01 03:56:17.421 INFO kablam! = help: the following implementations were found: Sep 01 03:56:17.421 INFO kablam! as fst::IntoStreamer<'a>> Sep 01 03:56:17.421 INFO kablam! Sep 01 03:56:17.430 INFO kablam! error[E0277]: the trait bound `fst_regex::Regex: fst::Automaton` is not satisfied Sep 01 03:56:17.430 INFO kablam! --> tests/test.rs:148:27 Sep 01 03:56:17.430 INFO kablam! | Sep 01 03:56:17.430 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 01 03:56:17.430 INFO kablam! | ^^^^^^ the trait `fst::Automaton` is not implemented for `fst_regex::Regex` Sep 01 03:56:17.430 INFO kablam! | Sep 01 03:56:17.430 INFO kablam! = note: required because of the requirements on the impl of `fst::Automaton` for `&fst_regex::Regex` Sep 01 03:56:17.430 INFO kablam! Sep 01 03:56:17.433 INFO kablam! error[E0599]: no method named `into_stream` found for type `fst::set::StreamBuilder<'_, &fst_regex::Regex>` in the current scope Sep 01 03:56:17.433 INFO kablam! --> tests/test.rs:148:42 Sep 01 03:56:17.433 INFO kablam! | Sep 01 03:56:17.434 INFO kablam! 148 | let mut stream2 = set.search(®ex).into_stream(); Sep 01 03:56:17.434 INFO kablam! | ^^^^^^^^^^^ Sep 01 03:56:17.434 INFO kablam! | Sep 01 03:56:17.434 INFO kablam! = note: the method `into_stream` exists but the following trait bounds were not satisfied: Sep 01 03:56:17.434 INFO kablam! `&fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 01 03:56:17.434 INFO kablam! `&mut fst::set::StreamBuilder<'_, &fst_regex::Regex> : fst::IntoStreamer` Sep 01 03:56:17.434 INFO kablam! Sep 01 03:56:17.449 INFO kablam! error: aborting due to 22 previous errors Sep 01 03:56:17.449 INFO kablam! Sep 01 03:56:17.449 INFO kablam! Some errors occurred: E0277, E0599. Sep 01 03:56:17.450 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 03:56:17.460 INFO kablam! error: Could not compile `fst`. Sep 01 03:56:17.460 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 03:56:19.994 INFO kablam! error: build failed Sep 01 03:56:19.995 INFO kablam! su: No module specific data is present Sep 01 03:56:20.450 INFO running `"docker" "rm" "-f" "0745787deec422239ab34349830a2f0c2486c41f16ae51353cbdc1c2785177e6"` Sep 01 03:56:20.576 INFO blam! 0745787deec422239ab34349830a2f0c2486c41f16ae51353cbdc1c2785177e6