Sep 21 02:52:56.926 INFO checking smith_waterman-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:52:56.926 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:52:56.926 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:52:57.107 INFO blam! 4a00be668a07f107e0415ccfdb31d0f2cb2e039f360a1be9c4ffefe5b2cad2aa Sep 21 02:52:57.109 INFO running `"docker" "start" "-a" "4a00be668a07f107e0415ccfdb31d0f2cb2e039f360a1be9c4ffefe5b2cad2aa"` Sep 21 02:52:57.756 INFO kablam! usermod: no changes Sep 21 02:52:57.790 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 21 02:52:57.821 INFO kablam! Compiling num-traits v0.2.6 Sep 21 02:52:57.821 INFO kablam! Compiling num-integer v0.1.39 Sep 21 02:52:57.821 INFO kablam! Compiling num-bigint v0.2.0 Sep 21 02:52:57.821 INFO kablam! Compiling num-complex v0.2.0 Sep 21 02:52:57.821 INFO kablam! Compiling num-rational v0.2.1 Sep 21 02:52:57.821 INFO kablam! Compiling num-iter v0.1.37 Sep 21 02:52:57.821 INFO kablam! Checking libc v0.2.43 Sep 21 02:52:57.822 INFO kablam! Checking rand_core v0.2.1 Sep 21 02:53:00.647 INFO kablam! Checking rustc-serialize v0.3.24 Sep 21 02:53:03.134 INFO kablam! Checking rand v0.5.5 Sep 21 02:53:13.153 INFO kablam! Checking num v0.2.0 Sep 21 02:53:13.430 INFO kablam! Checking nalgebra v0.2.23 Sep 21 02:53:15.645 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 02:53:15.645 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dmat.rs:70:44 Sep 21 02:53:15.645 INFO kablam! | Sep 21 02:53:15.645 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 21 02:53:15.645 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 02:53:15.645 INFO kablam! | Sep 21 02:53:15.645 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 02:53:15.645 INFO kablam! = note: required by `rand::random` Sep 21 02:53:15.645 INFO kablam! Sep 21 02:53:15.778 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 02:53:15.778 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 21 02:53:15.778 INFO kablam! | Sep 21 02:53:15.778 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 21 02:53:15.778 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 02:53:15.778 INFO kablam! | Sep 21 02:53:15.778 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:85:1 Sep 21 02:53:15.778 INFO kablam! | Sep 21 02:53:15.778 INFO kablam! 85 | dvec_impl!(DVec); Sep 21 02:53:15.779 INFO kablam! | ----------------- in this macro invocation Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 02:53:15.779 INFO kablam! = note: required by `rand::random` Sep 21 02:53:15.779 INFO kablam! Sep 21 02:53:15.779 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 02:53:15.779 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 21 02:53:15.779 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:93:1 Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 21 02:53:15.779 INFO kablam! | ------------------------------ in this macro invocation Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 02:53:15.779 INFO kablam! = note: required by `rand::random` Sep 21 02:53:15.779 INFO kablam! Sep 21 02:53:15.779 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 02:53:15.779 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 21 02:53:15.779 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:103:1 Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 21 02:53:15.779 INFO kablam! | --------------------------------- in this macro invocation Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 02:53:15.779 INFO kablam! = note: required by `rand::random` Sep 21 02:53:15.779 INFO kablam! Sep 21 02:53:15.779 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 02:53:15.779 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 21 02:53:15.779 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:113:1 Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 21 02:53:15.779 INFO kablam! | ------------------------------------ in this macro invocation Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 02:53:15.779 INFO kablam! = note: required by `rand::random` Sep 21 02:53:15.779 INFO kablam! Sep 21 02:53:15.779 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 02:53:15.779 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 21 02:53:15.779 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:123:1 Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 21 02:53:15.779 INFO kablam! | --------------------------------------- in this macro invocation Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 02:53:15.779 INFO kablam! = note: required by `rand::random` Sep 21 02:53:15.779 INFO kablam! Sep 21 02:53:15.779 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 02:53:15.779 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 21 02:53:15.779 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:133:1 Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.779 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 21 02:53:15.779 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:53:15.779 INFO kablam! | Sep 21 02:53:15.782 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 02:53:15.782 INFO kablam! = note: required by `rand::random` Sep 21 02:53:15.782 INFO kablam! Sep 21 02:53:15.782 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 02:53:15.782 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 21 02:53:15.782 INFO kablam! | Sep 21 02:53:15.782 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 21 02:53:15.782 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 02:53:15.782 INFO kablam! | Sep 21 02:53:15.782 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:143:1 Sep 21 02:53:15.782 INFO kablam! | Sep 21 02:53:15.782 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 21 02:53:15.782 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:53:15.782 INFO kablam! | Sep 21 02:53:15.782 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 02:53:15.782 INFO kablam! = note: required by `rand::random` Sep 21 02:53:15.782 INFO kablam! Sep 21 02:53:16.650 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 21 02:53:16.650 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/quat.rs:299:27 Sep 21 02:53:16.650 INFO kablam! | Sep 21 02:53:16.650 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 21 02:53:16.650 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 21 02:53:16.650 INFO kablam! | Sep 21 02:53:16.650 INFO kablam! = help: the following implementations were found: Sep 21 02:53:16.650 INFO kablam! > Sep 21 02:53:16.650 INFO kablam! > Sep 21 02:53:16.650 INFO kablam! >> Sep 21 02:53:16.650 INFO kablam! >> Sep 21 02:53:16.650 INFO kablam! and 58 others Sep 21 02:53:16.650 INFO kablam! Sep 21 02:53:17.512 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 21 02:53:17.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/rot.rs:92:23 Sep 21 02:53:17.512 INFO kablam! | Sep 21 02:53:17.512 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 21 02:53:17.512 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 21 02:53:17.512 INFO kablam! | Sep 21 02:53:17.512 INFO kablam! = help: the following implementations were found: Sep 21 02:53:17.512 INFO kablam! > Sep 21 02:53:17.512 INFO kablam! > Sep 21 02:53:17.512 INFO kablam! >> Sep 21 02:53:17.512 INFO kablam! >> Sep 21 02:53:17.512 INFO kablam! and 58 others Sep 21 02:53:17.512 INFO kablam! Sep 21 02:53:17.542 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 21 02:53:17.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/rot.rs:320:23 Sep 21 02:53:17.542 INFO kablam! | Sep 21 02:53:17.542 INFO kablam! 320 | Rot3::new(rng.gen()) Sep 21 02:53:17.542 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 21 02:53:17.542 INFO kablam! | Sep 21 02:53:17.542 INFO kablam! = help: the following implementations were found: Sep 21 02:53:17.542 INFO kablam! > Sep 21 02:53:17.542 INFO kablam! > Sep 21 02:53:17.542 INFO kablam! >> Sep 21 02:53:17.542 INFO kablam! >> Sep 21 02:53:17.542 INFO kablam! and 58 others Sep 21 02:53:17.543 INFO kablam! Sep 21 02:53:17.625 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 21 02:53:17.625 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:29 Sep 21 02:53:17.625 INFO kablam! | Sep 21 02:53:17.625 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 21 02:53:17.625 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 21 02:53:17.625 INFO kablam! | Sep 21 02:53:17.625 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:110:1 Sep 21 02:53:17.625 INFO kablam! | Sep 21 02:53:17.625 INFO kablam! 110 | rand_impl!(Iso2); Sep 21 02:53:17.625 INFO kablam! | ----------------- in this macro invocation Sep 21 02:53:17.625 INFO kablam! | Sep 21 02:53:17.625 INFO kablam! = help: the following implementations were found: Sep 21 02:53:17.625 INFO kablam! > Sep 21 02:53:17.625 INFO kablam! > Sep 21 02:53:17.625 INFO kablam! >> Sep 21 02:53:17.625 INFO kablam! >> Sep 21 02:53:17.625 INFO kablam! and 58 others Sep 21 02:53:17.625 INFO kablam! Sep 21 02:53:17.625 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 21 02:53:17.625 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:40 Sep 21 02:53:17.625 INFO kablam! | Sep 21 02:53:17.625 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 21 02:53:17.625 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 21 02:53:17.625 INFO kablam! | Sep 21 02:53:17.625 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:110:1 Sep 21 02:53:17.625 INFO kablam! | Sep 21 02:53:17.625 INFO kablam! 110 | rand_impl!(Iso2); Sep 21 02:53:17.625 INFO kablam! | ----------------- in this macro invocation Sep 21 02:53:17.625 INFO kablam! | Sep 21 02:53:17.625 INFO kablam! = help: the following implementations were found: Sep 21 02:53:17.625 INFO kablam! > Sep 21 02:53:17.625 INFO kablam! > Sep 21 02:53:17.625 INFO kablam! >> Sep 21 02:53:17.625 INFO kablam! >> Sep 21 02:53:17.625 INFO kablam! and 58 others Sep 21 02:53:17.626 INFO kablam! Sep 21 02:53:17.629 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 21 02:53:17.629 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:29 Sep 21 02:53:17.629 INFO kablam! | Sep 21 02:53:17.629 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 21 02:53:17.629 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 21 02:53:17.629 INFO kablam! | Sep 21 02:53:17.629 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:130:1 Sep 21 02:53:17.629 INFO kablam! | Sep 21 02:53:17.629 INFO kablam! 130 | rand_impl!(Iso3); Sep 21 02:53:17.629 INFO kablam! | ----------------- in this macro invocation Sep 21 02:53:17.629 INFO kablam! | Sep 21 02:53:17.629 INFO kablam! = help: the following implementations were found: Sep 21 02:53:17.629 INFO kablam! > Sep 21 02:53:17.629 INFO kablam! > Sep 21 02:53:17.629 INFO kablam! >> Sep 21 02:53:17.629 INFO kablam! >> Sep 21 02:53:17.629 INFO kablam! and 58 others Sep 21 02:53:17.629 INFO kablam! Sep 21 02:53:17.629 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 21 02:53:17.629 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:40 Sep 21 02:53:17.629 INFO kablam! | Sep 21 02:53:17.629 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 21 02:53:17.629 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 21 02:53:17.629 INFO kablam! | Sep 21 02:53:17.629 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:130:1 Sep 21 02:53:17.629 INFO kablam! | Sep 21 02:53:17.629 INFO kablam! 130 | rand_impl!(Iso3); Sep 21 02:53:17.630 INFO kablam! | ----------------- in this macro invocation Sep 21 02:53:17.630 INFO kablam! | Sep 21 02:53:17.630 INFO kablam! = help: the following implementations were found: Sep 21 02:53:17.630 INFO kablam! > Sep 21 02:53:17.631 INFO kablam! > Sep 21 02:53:17.631 INFO kablam! >> Sep 21 02:53:17.631 INFO kablam! >> Sep 21 02:53:17.631 INFO kablam! and 58 others Sep 21 02:53:17.631 INFO kablam! Sep 21 02:53:17.946 INFO kablam! error: aborting due to 15 previous errors Sep 21 02:53:17.946 INFO kablam! Sep 21 02:53:17.946 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 02:53:17.958 INFO kablam! error: Could not compile `nalgebra`. Sep 21 02:53:17.958 INFO kablam! Sep 21 02:53:17.958 INFO kablam! To learn more, run the command again with --verbose. Sep 21 02:53:17.958 INFO kablam! su: No module specific data is present Sep 21 02:53:19.034 INFO running `"docker" "rm" "-f" "4a00be668a07f107e0415ccfdb31d0f2cb2e039f360a1be9c4ffefe5b2cad2aa"` Sep 21 02:53:19.148 INFO blam! 4a00be668a07f107e0415ccfdb31d0f2cb2e039f360a1be9c4ffefe5b2cad2aa