Jul 12 08:54:05.521 INFO checking gfx_scene-0.4.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 08:54:05.521 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 08:54:05.521 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 08:54:05.521 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-2/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 08:54:05.778 INFO blam! 057ce673dd752e9676bb134b94313f2f017d1181827dbf8e6d723d802e439f46 Jul 12 08:54:05.780 INFO running `"docker" "start" "-a" "057ce673dd752e9676bb134b94313f2f017d1181827dbf8e6d723d802e439f46"` Jul 12 08:54:06.763 INFO kablam! Checking bitflags v0.2.1 Jul 12 08:54:06.764 INFO kablam! Checking num-bigint v0.2.0 Jul 12 08:54:06.764 INFO kablam! Checking num-iter v0.1.37 Jul 12 08:54:07.966 INFO kablam! Checking draw_state v0.1.2 Jul 12 08:54:13.533 INFO kablam! Checking num-rational v0.2.1 Jul 12 08:54:15.716 INFO kablam! Checking num v0.2.0 Jul 12 08:54:16.331 INFO kablam! Checking gfx v0.6.5 Jul 12 08:54:17.548 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:17.548 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:58:19 Jul 12 08:54:17.548 INFO kablam! | Jul 12 08:54:17.548 INFO kablam! 58 | use std::{intrinsics, mem}; Jul 12 08:54:17.548 INFO kablam! | ^^^^^^^^^^ Jul 12 08:54:17.548 INFO kablam! | Jul 12 08:54:17.548 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Jul 12 08:54:17.548 INFO kablam! Jul 12 08:54:17.549 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:17.549 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:73:19 Jul 12 08:54:17.549 INFO kablam! | Jul 12 08:54:17.549 INFO kablam! 73 | use std::{intrinsics, mem}; Jul 12 08:54:17.549 INFO kablam! | ^^^^^^^^^^ Jul 12 08:54:17.549 INFO kablam! | Jul 12 08:54:17.549 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Jul 12 08:54:17.549 INFO kablam! Jul 12 08:54:21.261 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:21.261 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Jul 12 08:54:21.261 INFO kablam! | Jul 12 08:54:21.261 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:21.261 INFO kablam! 134 | | -> Readable; Jul 12 08:54:21.261 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Jul 12 08:54:21.261 INFO kablam! | Jul 12 08:54:21.261 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:21.261 INFO kablam! = note: to learn more, visit Jul 12 08:54:21.261 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:21.261 INFO kablam! note: required by `device::mapping::Readable` Jul 12 08:54:21.262 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Jul 12 08:54:21.262 INFO kablam! | Jul 12 08:54:21.262 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:21.262 INFO kablam! 35 | | F::Mapper: 'a Jul 12 08:54:21.262 INFO kablam! 36 | | { Jul 12 08:54:21.262 INFO kablam! 37 | | raw: F::Mapper, Jul 12 08:54:21.262 INFO kablam! ... | Jul 12 08:54:21.262 INFO kablam! 40 | | phantom_t: PhantomData Jul 12 08:54:21.262 INFO kablam! 41 | | } Jul 12 08:54:21.262 INFO kablam! | |_^ Jul 12 08:54:21.262 INFO kablam! Jul 12 08:54:21.262 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Jul 12 08:54:21.262 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Jul 12 08:54:21.262 INFO kablam! | Jul 12 08:54:21.262 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:21.262 INFO kablam! 134 | | -> Readable; Jul 12 08:54:21.262 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Jul 12 08:54:21.262 INFO kablam! | Jul 12 08:54:21.262 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Jul 12 08:54:21.262 INFO kablam! note: required by `device::mapping::Readable` Jul 12 08:54:21.262 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Jul 12 08:54:21.263 INFO kablam! | Jul 12 08:54:21.263 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:21.263 INFO kablam! 35 | | F::Mapper: 'a Jul 12 08:54:21.263 INFO kablam! 36 | | { Jul 12 08:54:21.263 INFO kablam! 37 | | raw: F::Mapper, Jul 12 08:54:21.263 INFO kablam! ... | Jul 12 08:54:21.263 INFO kablam! 40 | | phantom_t: PhantomData Jul 12 08:54:21.263 INFO kablam! 41 | | } Jul 12 08:54:21.263 INFO kablam! | |_^ Jul 12 08:54:21.263 INFO kablam! Jul 12 08:54:21.281 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:21.282 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Jul 12 08:54:21.282 INFO kablam! | Jul 12 08:54:21.282 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:21.282 INFO kablam! 136 | | -> Writable; Jul 12 08:54:21.282 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Jul 12 08:54:21.282 INFO kablam! | Jul 12 08:54:21.282 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:21.282 INFO kablam! = note: to learn more, visit Jul 12 08:54:21.282 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:21.282 INFO kablam! note: required by `device::mapping::Writable` Jul 12 08:54:21.282 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Jul 12 08:54:21.282 INFO kablam! | Jul 12 08:54:21.282 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:21.282 INFO kablam! 63 | | F::Mapper: 'a Jul 12 08:54:21.282 INFO kablam! 64 | | { Jul 12 08:54:21.282 INFO kablam! 65 | | raw: F::Mapper, Jul 12 08:54:21.282 INFO kablam! ... | Jul 12 08:54:21.282 INFO kablam! 68 | | phantom_t: PhantomData Jul 12 08:54:21.283 INFO kablam! 69 | | } Jul 12 08:54:21.283 INFO kablam! | |_^ Jul 12 08:54:21.283 INFO kablam! Jul 12 08:54:21.283 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Jul 12 08:54:21.283 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Jul 12 08:54:21.283 INFO kablam! | Jul 12 08:54:21.283 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:21.283 INFO kablam! 136 | | -> Writable; Jul 12 08:54:21.283 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Jul 12 08:54:21.283 INFO kablam! | Jul 12 08:54:21.283 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Jul 12 08:54:21.283 INFO kablam! note: required by `device::mapping::Writable` Jul 12 08:54:21.283 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Jul 12 08:54:21.283 INFO kablam! | Jul 12 08:54:21.283 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:21.283 INFO kablam! 63 | | F::Mapper: 'a Jul 12 08:54:21.283 INFO kablam! 64 | | { Jul 12 08:54:21.284 INFO kablam! 65 | | raw: F::Mapper, Jul 12 08:54:21.284 INFO kablam! ... | Jul 12 08:54:21.284 INFO kablam! 68 | | phantom_t: PhantomData Jul 12 08:54:21.284 INFO kablam! 69 | | } Jul 12 08:54:21.284 INFO kablam! | |_^ Jul 12 08:54:21.284 INFO kablam! Jul 12 08:54:21.300 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:21.300 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Jul 12 08:54:21.300 INFO kablam! | Jul 12 08:54:21.300 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:21.300 INFO kablam! 138 | | -> RW; Jul 12 08:54:21.300 INFO kablam! | |________________________________________^ doesn't have a size known at compile-time Jul 12 08:54:21.300 INFO kablam! | Jul 12 08:54:21.300 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:21.300 INFO kablam! = note: to learn more, visit Jul 12 08:54:21.300 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:21.301 INFO kablam! note: required by `device::mapping::RW` Jul 12 08:54:21.301 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Jul 12 08:54:21.301 INFO kablam! | Jul 12 08:54:21.301 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:21.301 INFO kablam! 93 | | F::Mapper: 'a Jul 12 08:54:21.301 INFO kablam! 94 | | { Jul 12 08:54:21.301 INFO kablam! 95 | | raw: F::Mapper, Jul 12 08:54:21.301 INFO kablam! ... | Jul 12 08:54:21.301 INFO kablam! 98 | | phantom_t: PhantomData Jul 12 08:54:21.301 INFO kablam! 99 | | } Jul 12 08:54:21.301 INFO kablam! | |_^ Jul 12 08:54:21.301 INFO kablam! Jul 12 08:54:21.301 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Jul 12 08:54:21.301 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Jul 12 08:54:21.301 INFO kablam! | Jul 12 08:54:21.301 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Jul 12 08:54:21.301 INFO kablam! 138 | | -> RW; Jul 12 08:54:21.301 INFO kablam! | |________________________________________^ the trait `device::Factory` is not implemented for `Self` Jul 12 08:54:21.301 INFO kablam! | Jul 12 08:54:21.301 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Jul 12 08:54:21.301 INFO kablam! note: required by `device::mapping::RW` Jul 12 08:54:21.301 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Jul 12 08:54:21.301 INFO kablam! | Jul 12 08:54:21.301 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:21.301 INFO kablam! 93 | | F::Mapper: 'a Jul 12 08:54:21.301 INFO kablam! 94 | | { Jul 12 08:54:21.301 INFO kablam! 95 | | raw: F::Mapper, Jul 12 08:54:21.302 INFO kablam! ... | Jul 12 08:54:21.302 INFO kablam! 98 | | phantom_t: PhantomData Jul 12 08:54:21.302 INFO kablam! 99 | | } Jul 12 08:54:21.302 INFO kablam! | |_^ Jul 12 08:54:21.302 INFO kablam! Jul 12 08:54:21.586 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:21.586 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:230:5 Jul 12 08:54:21.586 INFO kablam! | Jul 12 08:54:21.586 INFO kablam! 230 | fn map_buffer_readable(&mut self, &handle::Buffer) -> mapping::Readable; Jul 12 08:54:21.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Jul 12 08:54:21.586 INFO kablam! | Jul 12 08:54:21.586 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:21.586 INFO kablam! = note: to learn more, visit Jul 12 08:54:21.586 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:21.586 INFO kablam! note: required by `device::mapping::Readable` Jul 12 08:54:21.586 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Jul 12 08:54:21.586 INFO kablam! | Jul 12 08:54:21.586 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:21.586 INFO kablam! 35 | | F::Mapper: 'a Jul 12 08:54:21.586 INFO kablam! 36 | | { Jul 12 08:54:21.586 INFO kablam! 37 | | raw: F::Mapper, Jul 12 08:54:21.586 INFO kablam! ... | Jul 12 08:54:21.586 INFO kablam! 40 | | phantom_t: PhantomData Jul 12 08:54:21.586 INFO kablam! 41 | | } Jul 12 08:54:21.586 INFO kablam! | |_^ Jul 12 08:54:21.586 INFO kablam! Jul 12 08:54:21.604 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:21.604 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:231:5 Jul 12 08:54:21.604 INFO kablam! | Jul 12 08:54:21.604 INFO kablam! 231 | fn map_buffer_writable(&mut self, &handle::Buffer) -> mapping::Writable; Jul 12 08:54:21.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Jul 12 08:54:21.604 INFO kablam! | Jul 12 08:54:21.605 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:21.605 INFO kablam! = note: to learn more, visit Jul 12 08:54:21.605 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:21.605 INFO kablam! note: required by `device::mapping::Writable` Jul 12 08:54:21.605 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Jul 12 08:54:21.605 INFO kablam! | Jul 12 08:54:21.605 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:21.605 INFO kablam! 63 | | F::Mapper: 'a Jul 12 08:54:21.605 INFO kablam! 64 | | { Jul 12 08:54:21.605 INFO kablam! 65 | | raw: F::Mapper, Jul 12 08:54:21.605 INFO kablam! ... | Jul 12 08:54:21.605 INFO kablam! 68 | | phantom_t: PhantomData Jul 12 08:54:21.606 INFO kablam! 69 | | } Jul 12 08:54:21.606 INFO kablam! | |_^ Jul 12 08:54:21.606 INFO kablam! Jul 12 08:54:21.624 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:21.624 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:232:5 Jul 12 08:54:21.624 INFO kablam! | Jul 12 08:54:21.624 INFO kablam! 232 | fn map_buffer_rw(&mut self, &handle::Buffer) -> mapping::RW; Jul 12 08:54:21.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Jul 12 08:54:21.624 INFO kablam! | Jul 12 08:54:21.624 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:21.624 INFO kablam! = note: to learn more, visit Jul 12 08:54:21.624 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:21.624 INFO kablam! note: required by `device::mapping::RW` Jul 12 08:54:21.624 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Jul 12 08:54:21.624 INFO kablam! | Jul 12 08:54:21.625 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Jul 12 08:54:21.625 INFO kablam! 93 | | F::Mapper: 'a Jul 12 08:54:21.625 INFO kablam! 94 | | { Jul 12 08:54:21.625 INFO kablam! 95 | | raw: F::Mapper, Jul 12 08:54:21.625 INFO kablam! ... | Jul 12 08:54:21.625 INFO kablam! 98 | | phantom_t: PhantomData Jul 12 08:54:21.625 INFO kablam! 99 | | } Jul 12 08:54:21.625 INFO kablam! | |_^ Jul 12 08:54:21.625 INFO kablam! Jul 12 08:54:22.164 INFO kablam! error[E0277]: the size for value values of type `Self` cannot be known at compilation time Jul 12 08:54:22.164 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/render/mesh.rs:42:5 Jul 12 08:54:22.164 INFO kablam! | Jul 12 08:54:22.164 INFO kablam! 42 | fn generate(buffer: &handle::Buffer) -> Vec>; Jul 12 08:54:22.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Jul 12 08:54:22.164 INFO kablam! | Jul 12 08:54:22.165 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Jul 12 08:54:22.165 INFO kablam! = note: to learn more, visit Jul 12 08:54:22.165 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Jul 12 08:54:22.165 INFO kablam! note: required by `device::handle::Buffer` Jul 12 08:54:22.165 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/handle.rs:43:1 Jul 12 08:54:22.165 INFO kablam! | Jul 12 08:54:22.166 INFO kablam! 43 | pub struct Buffer { Jul 12 08:54:22.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:54:22.166 INFO kablam! Jul 12 08:54:25.976 INFO kablam! error: aborting due to 12 previous errors Jul 12 08:54:25.976 INFO kablam! Jul 12 08:54:25.976 INFO kablam! Some errors occurred: E0277, E0658. Jul 12 08:54:25.976 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 08:54:25.993 INFO kablam! error: Could not compile `gfx`. Jul 12 08:54:25.994 INFO kablam! Jul 12 08:54:25.994 INFO kablam! To learn more, run the command again with --verbose. Jul 12 08:54:26.002 INFO kablam! su: No module specific data is present Jul 12 08:54:26.510 INFO running `"docker" "rm" "-f" "057ce673dd752e9676bb134b94313f2f017d1181827dbf8e6d723d802e439f46"` Jul 12 08:54:26.688 INFO blam! 057ce673dd752e9676bb134b94313f2f017d1181827dbf8e6d723d802e439f46