Jul 12 08:54:17.907 INFO checking gfx_phase-0.4.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 08:54:17.907 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 08:54:17.908 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 08:54:17.908 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 08:54:18.127 INFO blam! f2bafe9cbb42cb7479f6279ad8e6fc4f216a803fde4a462d9a8dc836585a7bd3 Jul 12 08:54:18.130 INFO running `"docker" "start" "-a" "f2bafe9cbb42cb7479f6279ad8e6fc4f216a803fde4a462d9a8dc836585a7bd3"` Jul 12 08:54:19.135 INFO kablam! Checking bitflags v0.2.1 Jul 12 08:54:19.138 INFO kablam! Checking draw_queue v0.1.1 Jul 12 08:54:19.150 INFO kablam! Checking hprof v0.1.3 Jul 12 08:54:20.277 INFO kablam! Checking draw_state v0.1.2 Jul 12 08:54:22.570 INFO kablam! Checking gfx v0.6.5 Jul 12 08:54:23.844 INFO kablam! error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library Jul 12 08:54:23.844 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:58:19 Jul 12 08:54:23.844 INFO kablam! | Jul 12 08:54:23.844 INFO kablam! 58 | use std::{intrinsics, mem}; Jul 12 08:54:23.844 INFO kablam! | ^^^^^^^^^^ Jul 12 08:54:23.844 INFO kablam! | Jul 12 08:54:23.845 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Jul 12 08:54:23.845 INFO kablam! Jul 12 08:54:23.846 INFO kablam! error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library Jul 12 08:54:23.846 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:73:19 Jul 12 08:54:23.846 INFO kablam! | Jul 12 08:54:23.846 INFO kablam! 73 | use std::{intrinsics, mem}; Jul 12 08:54:23.846 INFO kablam! | ^^^^^^^^^^ Jul 12 08:54:23.846 INFO kablam! | Jul 12 08:54:23.847 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Jul 12 08:54:23.847 INFO kablam! Jul 12 08:54:27.584 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:27.584 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Jul 12 08:54:27.584 INFO kablam! | Jul 12 08:54:27.584 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:27.584 INFO kablam! 134 | | -> Readable; Jul 12 08:54:27.584 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Jul 12 08:54:27.585 INFO kablam! | Jul 12 08:54:27.585 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:27.585 INFO kablam! = note: to learn more, visit Jul 12 08:54:27.585 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:27.585 INFO kablam! note: required by `device::mapping::Readable` Jul 12 08:54:27.585 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Jul 12 08:54:27.585 INFO kablam! | Jul 12 08:54:27.585 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:27.585 INFO kablam! 35 | | F::Mapper: 'a Jul 12 08:54:27.585 INFO kablam! 36 | | { Jul 12 08:54:27.585 INFO kablam! 37 | | raw: F::Mapper, Jul 12 08:54:27.585 INFO kablam! ... | Jul 12 08:54:27.585 INFO kablam! 40 | | phantom_t: PhantomData Jul 12 08:54:27.585 INFO kablam! 41 | | } Jul 12 08:54:27.585 INFO kablam! | |_^ Jul 12 08:54:27.586 INFO kablam! Jul 12 08:54:27.586 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Jul 12 08:54:27.586 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Jul 12 08:54:27.586 INFO kablam! | Jul 12 08:54:27.586 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:27.586 INFO kablam! 134 | | -> Readable; Jul 12 08:54:27.586 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Jul 12 08:54:27.586 INFO kablam! | Jul 12 08:54:27.586 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Jul 12 08:54:27.586 INFO kablam! note: required by `device::mapping::Readable` Jul 12 08:54:27.586 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Jul 12 08:54:27.586 INFO kablam! | Jul 12 08:54:27.586 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:27.586 INFO kablam! 35 | | F::Mapper: 'a Jul 12 08:54:27.586 INFO kablam! 36 | | { Jul 12 08:54:27.586 INFO kablam! 37 | | raw: F::Mapper, Jul 12 08:54:27.586 INFO kablam! ... | Jul 12 08:54:27.586 INFO kablam! 40 | | phantom_t: PhantomData Jul 12 08:54:27.586 INFO kablam! 41 | | } Jul 12 08:54:27.586 INFO kablam! | |_^ Jul 12 08:54:27.586 INFO kablam! Jul 12 08:54:27.602 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:27.602 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Jul 12 08:54:27.602 INFO kablam! | Jul 12 08:54:27.602 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:27.602 INFO kablam! 136 | | -> Writable; Jul 12 08:54:27.602 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Jul 12 08:54:27.602 INFO kablam! | Jul 12 08:54:27.602 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:27.602 INFO kablam! = note: to learn more, visit Jul 12 08:54:27.603 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:27.603 INFO kablam! note: required by `device::mapping::Writable` Jul 12 08:54:27.603 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Jul 12 08:54:27.603 INFO kablam! | Jul 12 08:54:27.603 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:27.603 INFO kablam! 63 | | F::Mapper: 'a Jul 12 08:54:27.603 INFO kablam! 64 | | { Jul 12 08:54:27.603 INFO kablam! 65 | | raw: F::Mapper, Jul 12 08:54:27.603 INFO kablam! ... | Jul 12 08:54:27.603 INFO kablam! 68 | | phantom_t: PhantomData Jul 12 08:54:27.603 INFO kablam! 69 | | } Jul 12 08:54:27.604 INFO kablam! | |_^ Jul 12 08:54:27.604 INFO kablam! Jul 12 08:54:27.604 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Jul 12 08:54:27.604 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Jul 12 08:54:27.604 INFO kablam! | Jul 12 08:54:27.604 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:27.604 INFO kablam! 136 | | -> Writable; Jul 12 08:54:27.604 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Jul 12 08:54:27.604 INFO kablam! | Jul 12 08:54:27.604 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Jul 12 08:54:27.604 INFO kablam! note: required by `device::mapping::Writable` Jul 12 08:54:27.604 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Jul 12 08:54:27.604 INFO kablam! | Jul 12 08:54:27.604 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:27.604 INFO kablam! 63 | | F::Mapper: 'a Jul 12 08:54:27.604 INFO kablam! 64 | | { Jul 12 08:54:27.604 INFO kablam! 65 | | raw: F::Mapper, Jul 12 08:54:27.604 INFO kablam! ... | Jul 12 08:54:27.604 INFO kablam! 68 | | phantom_t: PhantomData Jul 12 08:54:27.604 INFO kablam! 69 | | } Jul 12 08:54:27.604 INFO kablam! | |_^ Jul 12 08:54:27.604 INFO kablam! Jul 12 08:54:27.620 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:27.620 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Jul 12 08:54:27.620 INFO kablam! | Jul 12 08:54:27.620 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:27.620 INFO kablam! 138 | | -> RW; Jul 12 08:54:27.620 INFO kablam! | |________________________________________^ doesn't have a size known at compile-time Jul 12 08:54:27.620 INFO kablam! | Jul 12 08:54:27.620 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:27.620 INFO kablam! = note: to learn more, visit Jul 12 08:54:27.621 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:27.621 INFO kablam! note: required by `device::mapping::RW` Jul 12 08:54:27.621 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Jul 12 08:54:27.621 INFO kablam! | Jul 12 08:54:27.621 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:27.621 INFO kablam! 93 | | F::Mapper: 'a Jul 12 08:54:27.621 INFO kablam! 94 | | { Jul 12 08:54:27.621 INFO kablam! 95 | | raw: F::Mapper, Jul 12 08:54:27.621 INFO kablam! ... | Jul 12 08:54:27.622 INFO kablam! 98 | | phantom_t: PhantomData Jul 12 08:54:27.622 INFO kablam! 99 | | } Jul 12 08:54:27.622 INFO kablam! | |_^ Jul 12 08:54:27.622 INFO kablam! Jul 12 08:54:27.622 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Jul 12 08:54:27.622 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Jul 12 08:54:27.622 INFO kablam! | Jul 12 08:54:27.622 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:27.622 INFO kablam! 138 | | -> RW; Jul 12 08:54:27.622 INFO kablam! | |________________________________________^ the trait `device::Factory` is not implemented for `Self` Jul 12 08:54:27.622 INFO kablam! | Jul 12 08:54:27.622 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Jul 12 08:54:27.622 INFO kablam! note: required by `device::mapping::RW` Jul 12 08:54:27.622 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Jul 12 08:54:27.622 INFO kablam! | Jul 12 08:54:27.622 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:27.622 INFO kablam! 93 | | F::Mapper: 'a Jul 12 08:54:27.622 INFO kablam! 94 | | { Jul 12 08:54:27.622 INFO kablam! 95 | | raw: F::Mapper, Jul 12 08:54:27.622 INFO kablam! ... | Jul 12 08:54:27.622 INFO kablam! 98 | | phantom_t: PhantomData Jul 12 08:54:27.622 INFO kablam! 99 | | } Jul 12 08:54:27.622 INFO kablam! | |_^ Jul 12 08:54:27.622 INFO kablam! Jul 12 08:54:27.913 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:27.913 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:230:5 Jul 12 08:54:27.913 INFO kablam! | Jul 12 08:54:27.913 INFO kablam! 230 | fn map_buffer_readable(&mut self, &handle::Buffer) -> mapping::Readable; Jul 12 08:54:27.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Jul 12 08:54:27.913 INFO kablam! | Jul 12 08:54:27.913 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:27.913 INFO kablam! = note: to learn more, visit Jul 12 08:54:27.913 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:27.914 INFO kablam! note: required by `device::mapping::Readable` Jul 12 08:54:27.914 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Jul 12 08:54:27.914 INFO kablam! | Jul 12 08:54:27.914 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:27.914 INFO kablam! 35 | | F::Mapper: 'a Jul 12 08:54:27.914 INFO kablam! 36 | | { Jul 12 08:54:27.914 INFO kablam! 37 | | raw: F::Mapper, Jul 12 08:54:27.914 INFO kablam! ... | Jul 12 08:54:27.914 INFO kablam! 40 | | phantom_t: PhantomData Jul 12 08:54:27.914 INFO kablam! 41 | | } Jul 12 08:54:27.914 INFO kablam! | |_^ Jul 12 08:54:27.914 INFO kablam! Jul 12 08:54:27.929 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:27.929 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:231:5 Jul 12 08:54:27.929 INFO kablam! | Jul 12 08:54:27.929 INFO kablam! 231 | fn map_buffer_writable(&mut self, &handle::Buffer) -> mapping::Writable; Jul 12 08:54:27.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Jul 12 08:54:27.929 INFO kablam! | Jul 12 08:54:27.929 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:27.929 INFO kablam! = note: to learn more, visit Jul 12 08:54:27.929 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:27.930 INFO kablam! note: required by `device::mapping::Writable` Jul 12 08:54:27.930 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Jul 12 08:54:27.930 INFO kablam! | Jul 12 08:54:27.930 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:27.930 INFO kablam! 63 | | F::Mapper: 'a Jul 12 08:54:27.930 INFO kablam! 64 | | { Jul 12 08:54:27.930 INFO kablam! 65 | | raw: F::Mapper, Jul 12 08:54:27.930 INFO kablam! ... | Jul 12 08:54:27.930 INFO kablam! 68 | | phantom_t: PhantomData Jul 12 08:54:27.931 INFO kablam! 69 | | } Jul 12 08:54:27.931 INFO kablam! | |_^ Jul 12 08:54:27.931 INFO kablam! Jul 12 08:54:27.945 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:27.945 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:232:5 Jul 12 08:54:27.945 INFO kablam! | Jul 12 08:54:27.945 INFO kablam! 232 | fn map_buffer_rw(&mut self, &handle::Buffer) -> mapping::RW; Jul 12 08:54:27.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Jul 12 08:54:27.946 INFO kablam! | Jul 12 08:54:27.946 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:27.946 INFO kablam! = note: to learn more, visit Jul 12 08:54:27.946 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:27.946 INFO kablam! note: required by `device::mapping::RW` Jul 12 08:54:27.946 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Jul 12 08:54:27.946 INFO kablam! | Jul 12 08:54:27.946 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:27.946 INFO kablam! 93 | | F::Mapper: 'a Jul 12 08:54:27.946 INFO kablam! 94 | | { Jul 12 08:54:27.946 INFO kablam! 95 | | raw: F::Mapper, Jul 12 08:54:27.946 INFO kablam! ... | Jul 12 08:54:27.946 INFO kablam! 98 | | phantom_t: PhantomData Jul 12 08:54:27.947 INFO kablam! 99 | | } Jul 12 08:54:27.947 INFO kablam! | |_^ Jul 12 08:54:27.947 INFO kablam! Jul 12 08:54:28.394 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:28.394 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/render/mesh.rs:42:5 Jul 12 08:54:28.394 INFO kablam! | Jul 12 08:54:28.394 INFO kablam! 42 | fn generate(buffer: &handle::Buffer) -> Vec>; Jul 12 08:54:28.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Jul 12 08:54:28.395 INFO kablam! | Jul 12 08:54:28.395 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:28.395 INFO kablam! = note: to learn more, visit Jul 12 08:54:28.396 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:28.396 INFO kablam! note: required by `device::handle::Buffer` Jul 12 08:54:28.396 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/handle.rs:43:1 Jul 12 08:54:28.396 INFO kablam! | Jul 12 08:54:28.396 INFO kablam! 43 | pub struct Buffer { Jul 12 08:54:28.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:54:28.397 INFO kablam! Jul 12 08:54:32.411 INFO kablam! error: aborting due to 12 previous errors Jul 12 08:54:32.411 INFO kablam! Jul 12 08:54:32.411 INFO kablam! Some errors occurred: E0277, E0658. Jul 12 08:54:32.411 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 08:54:32.421 INFO kablam! error: Could not compile `gfx`. Jul 12 08:54:32.421 INFO kablam! Jul 12 08:54:32.421 INFO kablam! To learn more, run the command again with --verbose. Jul 12 08:54:32.423 INFO kablam! su: No module specific data is present Jul 12 08:54:32.967 INFO running `"docker" "rm" "-f" "f2bafe9cbb42cb7479f6279ad8e6fc4f216a803fde4a462d9a8dc836585a7bd3"` Jul 12 08:54:33.116 INFO blam! f2bafe9cbb42cb7479f6279ad8e6fc4f216a803fde4a462d9a8dc836585a7bd3