Sep 10 18:32:54.557 INFO checking gfx_scene-0.4.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 18:32:54.557 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 18:32:54.557 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 18:32:54.800 INFO blam! 016394461b1c08fa3f0135daddca244e6b91911404afa4c24cc1e6ee9c246341 Sep 10 18:32:54.803 INFO running `"docker" "start" "-a" "016394461b1c08fa3f0135daddca244e6b91911404afa4c24cc1e6ee9c246341"` Sep 10 18:32:55.606 INFO kablam! usermod: no changes Sep 10 18:32:55.758 INFO kablam! Checking clock_ticks v0.1.1 Sep 10 18:32:55.759 INFO kablam! Checking draw_queue v0.1.1 Sep 10 18:32:55.762 INFO kablam! Checking draw_state v0.1.2 Sep 10 18:32:55.763 INFO kablam! Checking num-bigint v0.2.0 Sep 10 18:32:55.763 INFO kablam! Checking num-iter v0.1.37 Sep 10 18:32:56.110 INFO kablam! Checking hprof v0.1.3 Sep 10 18:32:59.437 INFO kablam! Checking num-rational v0.2.1 Sep 10 18:33:00.517 INFO kablam! Checking num v0.2.0 Sep 10 18:33:00.751 INFO kablam! Checking gfx v0.6.5 Sep 10 18:33:01.550 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 Sep 10 18:33:01.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:58:19 Sep 10 18:33:01.550 INFO kablam! | Sep 10 18:33:01.550 INFO kablam! 58 | use std::{intrinsics, mem}; Sep 10 18:33:01.550 INFO kablam! | ^^^^^^^^^^ Sep 10 18:33:01.550 INFO kablam! | Sep 10 18:33:01.550 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Sep 10 18:33:01.550 INFO kablam! Sep 10 18:33:01.550 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 Sep 10 18:33:01.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:73:19 Sep 10 18:33:01.550 INFO kablam! | Sep 10 18:33:01.550 INFO kablam! 73 | use std::{intrinsics, mem}; Sep 10 18:33:01.550 INFO kablam! | ^^^^^^^^^^ Sep 10 18:33:01.550 INFO kablam! | Sep 10 18:33:01.550 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Sep 10 18:33:01.550 INFO kablam! Sep 10 18:33:03.376 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 18:33:03.376 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Sep 10 18:33:03.376 INFO kablam! | Sep 10 18:33:03.376 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Sep 10 18:33:03.376 INFO kablam! 134 | | -> Readable; Sep 10 18:33:03.376 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Sep 10 18:33:03.376 INFO kablam! | Sep 10 18:33:03.376 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 18:33:03.376 INFO kablam! = note: to learn more, visit Sep 10 18:33:03.377 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 18:33:03.377 INFO kablam! note: required by `device::mapping::Readable` Sep 10 18:33:03.377 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 10 18:33:03.377 INFO kablam! | Sep 10 18:33:03.377 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 10 18:33:03.377 INFO kablam! 35 | | F::Mapper: 'a Sep 10 18:33:03.377 INFO kablam! 36 | | { Sep 10 18:33:03.377 INFO kablam! 37 | | raw: F::Mapper, Sep 10 18:33:03.377 INFO kablam! ... | Sep 10 18:33:03.377 INFO kablam! 40 | | phantom_t: PhantomData Sep 10 18:33:03.377 INFO kablam! 41 | | } Sep 10 18:33:03.377 INFO kablam! | |_^ Sep 10 18:33:03.377 INFO kablam! Sep 10 18:33:03.377 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 10 18:33:03.377 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Sep 10 18:33:03.377 INFO kablam! | Sep 10 18:33:03.377 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Sep 10 18:33:03.377 INFO kablam! 134 | | -> Readable; Sep 10 18:33:03.377 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 10 18:33:03.377 INFO kablam! | Sep 10 18:33:03.377 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 10 18:33:03.377 INFO kablam! note: required by `device::mapping::Readable` Sep 10 18:33:03.377 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 10 18:33:03.377 INFO kablam! | Sep 10 18:33:03.377 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 10 18:33:03.377 INFO kablam! 35 | | F::Mapper: 'a Sep 10 18:33:03.377 INFO kablam! 36 | | { Sep 10 18:33:03.377 INFO kablam! 37 | | raw: F::Mapper, Sep 10 18:33:03.377 INFO kablam! ... | Sep 10 18:33:03.377 INFO kablam! 40 | | phantom_t: PhantomData Sep 10 18:33:03.377 INFO kablam! 41 | | } Sep 10 18:33:03.377 INFO kablam! | |_^ Sep 10 18:33:03.377 INFO kablam! Sep 10 18:33:03.386 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 18:33:03.386 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Sep 10 18:33:03.386 INFO kablam! | Sep 10 18:33:03.386 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Sep 10 18:33:03.386 INFO kablam! 136 | | -> Writable; Sep 10 18:33:03.386 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Sep 10 18:33:03.386 INFO kablam! | Sep 10 18:33:03.386 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 18:33:03.386 INFO kablam! = note: to learn more, visit Sep 10 18:33:03.386 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 18:33:03.386 INFO kablam! note: required by `device::mapping::Writable` Sep 10 18:33:03.386 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 10 18:33:03.386 INFO kablam! | Sep 10 18:33:03.386 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 10 18:33:03.386 INFO kablam! 63 | | F::Mapper: 'a Sep 10 18:33:03.386 INFO kablam! 64 | | { Sep 10 18:33:03.386 INFO kablam! 65 | | raw: F::Mapper, Sep 10 18:33:03.386 INFO kablam! ... | Sep 10 18:33:03.386 INFO kablam! 68 | | phantom_t: PhantomData Sep 10 18:33:03.386 INFO kablam! 69 | | } Sep 10 18:33:03.386 INFO kablam! | |_^ Sep 10 18:33:03.386 INFO kablam! Sep 10 18:33:03.387 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 10 18:33:03.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Sep 10 18:33:03.387 INFO kablam! | Sep 10 18:33:03.387 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Sep 10 18:33:03.387 INFO kablam! 136 | | -> Writable; Sep 10 18:33:03.387 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 10 18:33:03.387 INFO kablam! | Sep 10 18:33:03.387 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 10 18:33:03.387 INFO kablam! note: required by `device::mapping::Writable` Sep 10 18:33:03.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 10 18:33:03.387 INFO kablam! | Sep 10 18:33:03.387 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 10 18:33:03.387 INFO kablam! 63 | | F::Mapper: 'a Sep 10 18:33:03.387 INFO kablam! 64 | | { Sep 10 18:33:03.387 INFO kablam! 65 | | raw: F::Mapper, Sep 10 18:33:03.387 INFO kablam! ... | Sep 10 18:33:03.387 INFO kablam! 68 | | phantom_t: PhantomData Sep 10 18:33:03.387 INFO kablam! 69 | | } Sep 10 18:33:03.387 INFO kablam! | |_^ Sep 10 18:33:03.387 INFO kablam! Sep 10 18:33:03.396 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 18:33:03.396 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Sep 10 18:33:03.396 INFO kablam! | Sep 10 18:33:03.396 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Sep 10 18:33:03.396 INFO kablam! 138 | | -> RW; Sep 10 18:33:03.396 INFO kablam! | |________________________________________^ doesn't have a size known at compile-time Sep 10 18:33:03.396 INFO kablam! | Sep 10 18:33:03.396 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 18:33:03.397 INFO kablam! = note: to learn more, visit Sep 10 18:33:03.397 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 18:33:03.397 INFO kablam! note: required by `device::mapping::RW` Sep 10 18:33:03.397 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 10 18:33:03.397 INFO kablam! | Sep 10 18:33:03.397 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 10 18:33:03.397 INFO kablam! 93 | | F::Mapper: 'a Sep 10 18:33:03.397 INFO kablam! 94 | | { Sep 10 18:33:03.397 INFO kablam! 95 | | raw: F::Mapper, Sep 10 18:33:03.397 INFO kablam! ... | Sep 10 18:33:03.397 INFO kablam! 98 | | phantom_t: PhantomData Sep 10 18:33:03.397 INFO kablam! 99 | | } Sep 10 18:33:03.397 INFO kablam! | |_^ Sep 10 18:33:03.397 INFO kablam! Sep 10 18:33:03.397 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 10 18:33:03.397 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Sep 10 18:33:03.397 INFO kablam! | Sep 10 18:33:03.397 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Sep 10 18:33:03.397 INFO kablam! 138 | | -> RW; Sep 10 18:33:03.397 INFO kablam! | |________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 10 18:33:03.397 INFO kablam! | Sep 10 18:33:03.397 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 10 18:33:03.398 INFO kablam! note: required by `device::mapping::RW` Sep 10 18:33:03.398 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 10 18:33:03.398 INFO kablam! | Sep 10 18:33:03.398 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 10 18:33:03.398 INFO kablam! 93 | | F::Mapper: 'a Sep 10 18:33:03.398 INFO kablam! 94 | | { Sep 10 18:33:03.398 INFO kablam! 95 | | raw: F::Mapper, Sep 10 18:33:03.398 INFO kablam! ... | Sep 10 18:33:03.398 INFO kablam! 98 | | phantom_t: PhantomData Sep 10 18:33:03.398 INFO kablam! 99 | | } Sep 10 18:33:03.398 INFO kablam! | |_^ Sep 10 18:33:03.398 INFO kablam! Sep 10 18:33:03.566 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 18:33:03.566 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:230:5 Sep 10 18:33:03.566 INFO kablam! | Sep 10 18:33:03.566 INFO kablam! 230 | fn map_buffer_readable(&mut self, &handle::Buffer) -> mapping::Readable; Sep 10 18:33:03.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 18:33:03.566 INFO kablam! | Sep 10 18:33:03.566 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 18:33:03.566 INFO kablam! = note: to learn more, visit Sep 10 18:33:03.566 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 18:33:03.567 INFO kablam! note: required by `device::mapping::Readable` Sep 10 18:33:03.567 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 10 18:33:03.567 INFO kablam! | Sep 10 18:33:03.567 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 10 18:33:03.567 INFO kablam! 35 | | F::Mapper: 'a Sep 10 18:33:03.567 INFO kablam! 36 | | { Sep 10 18:33:03.567 INFO kablam! 37 | | raw: F::Mapper, Sep 10 18:33:03.567 INFO kablam! ... | Sep 10 18:33:03.567 INFO kablam! 40 | | phantom_t: PhantomData Sep 10 18:33:03.567 INFO kablam! 41 | | } Sep 10 18:33:03.567 INFO kablam! | |_^ Sep 10 18:33:03.567 INFO kablam! Sep 10 18:33:03.577 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 18:33:03.577 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:231:5 Sep 10 18:33:03.577 INFO kablam! | Sep 10 18:33:03.577 INFO kablam! 231 | fn map_buffer_writable(&mut self, &handle::Buffer) -> mapping::Writable; Sep 10 18:33:03.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 18:33:03.577 INFO kablam! | Sep 10 18:33:03.578 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 18:33:03.578 INFO kablam! = note: to learn more, visit Sep 10 18:33:03.578 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 18:33:03.578 INFO kablam! note: required by `device::mapping::Writable` Sep 10 18:33:03.578 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 10 18:33:03.578 INFO kablam! | Sep 10 18:33:03.578 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 10 18:33:03.578 INFO kablam! 63 | | F::Mapper: 'a Sep 10 18:33:03.578 INFO kablam! 64 | | { Sep 10 18:33:03.578 INFO kablam! 65 | | raw: F::Mapper, Sep 10 18:33:03.578 INFO kablam! ... | Sep 10 18:33:03.578 INFO kablam! 68 | | phantom_t: PhantomData Sep 10 18:33:03.578 INFO kablam! 69 | | } Sep 10 18:33:03.578 INFO kablam! | |_^ Sep 10 18:33:03.578 INFO kablam! Sep 10 18:33:03.589 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 18:33:03.589 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:232:5 Sep 10 18:33:03.589 INFO kablam! | Sep 10 18:33:03.589 INFO kablam! 232 | fn map_buffer_rw(&mut self, &handle::Buffer) -> mapping::RW; Sep 10 18:33:03.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 18:33:03.589 INFO kablam! | Sep 10 18:33:03.589 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 18:33:03.589 INFO kablam! = note: to learn more, visit Sep 10 18:33:03.589 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 18:33:03.589 INFO kablam! note: required by `device::mapping::RW` Sep 10 18:33:03.589 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 10 18:33:03.589 INFO kablam! | Sep 10 18:33:03.589 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 10 18:33:03.589 INFO kablam! 93 | | F::Mapper: 'a Sep 10 18:33:03.589 INFO kablam! 94 | | { Sep 10 18:33:03.589 INFO kablam! 95 | | raw: F::Mapper, Sep 10 18:33:03.589 INFO kablam! ... | Sep 10 18:33:03.589 INFO kablam! 98 | | phantom_t: PhantomData Sep 10 18:33:03.589 INFO kablam! 99 | | } Sep 10 18:33:03.589 INFO kablam! | |_^ Sep 10 18:33:03.589 INFO kablam! Sep 10 18:33:03.850 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 18:33:03.850 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/render/mesh.rs:42:5 Sep 10 18:33:03.850 INFO kablam! | Sep 10 18:33:03.850 INFO kablam! 42 | fn generate(buffer: &handle::Buffer) -> Vec>; Sep 10 18:33:03.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 18:33:03.850 INFO kablam! | Sep 10 18:33:03.850 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 18:33:03.850 INFO kablam! = note: to learn more, visit Sep 10 18:33:03.850 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 18:33:03.850 INFO kablam! note: required by `device::handle::Buffer` Sep 10 18:33:03.850 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/handle.rs:43:1 Sep 10 18:33:03.850 INFO kablam! | Sep 10 18:33:03.850 INFO kablam! 43 | pub struct Buffer { Sep 10 18:33:03.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:33:03.850 INFO kablam! Sep 10 18:33:06.164 INFO kablam! error: aborting due to 12 previous errors Sep 10 18:33:06.164 INFO kablam! Sep 10 18:33:06.164 INFO kablam! Some errors occurred: E0277, E0658. Sep 10 18:33:06.164 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 18:33:06.173 INFO kablam! error: Could not compile `gfx`. Sep 10 18:33:06.173 INFO kablam! Sep 10 18:33:06.173 INFO kablam! To learn more, run the command again with --verbose. Sep 10 18:33:06.175 INFO kablam! su: No module specific data is present Sep 10 18:33:06.597 INFO running `"docker" "rm" "-f" "016394461b1c08fa3f0135daddca244e6b91911404afa4c24cc1e6ee9c246341"` Sep 10 18:33:06.669 INFO blam! 016394461b1c08fa3f0135daddca244e6b91911404afa4c24cc1e6ee9c246341