Oct 10 21:31:43.851 INFO testing irazorx1/belt_test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:31:43.851 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:31:43.852 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:31:44.188 INFO blam! 9df94a1575bb0b45b1ea9810f9de22722a31a2d49ade114d0300e6d7beb3af06 Oct 10 21:31:44.191 INFO running `"docker" "start" "-a" "9df94a1575bb0b45b1ea9810f9de22722a31a2d49ade114d0300e6d7beb3af06"` Oct 10 21:31:44.876 INFO kablam! usermod: no changes Oct 10 21:31:44.938 INFO kablam! Compiling belt_test v0.1.0 (/source) Oct 10 21:31:45.748 INFO kablam! warning: unused import: `self::test::Bencher` Oct 10 21:31:45.748 INFO kablam! --> src/components.rs:5:5 Oct 10 21:31:45.748 INFO kablam! | Oct 10 21:31:45.748 INFO kablam! 5 | use self::test::Bencher; Oct 10 21:31:45.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.748 INFO kablam! | Oct 10 21:31:45.748 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:31:45.748 INFO kablam! Oct 10 21:31:45.748 INFO kablam! warning: unused import: `self::rand::Rng` Oct 10 21:31:45.748 INFO kablam! --> src/components.rs:6:5 Oct 10 21:31:45.748 INFO kablam! | Oct 10 21:31:45.748 INFO kablam! 6 | use self::rand::Rng; Oct 10 21:31:45.748 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:31:45.748 INFO kablam! Oct 10 21:31:45.748 INFO kablam! warning: unused import: `Copy` Oct 10 21:31:45.748 INFO kablam! --> src/components.rs:9:19 Oct 10 21:31:45.748 INFO kablam! | Oct 10 21:31:45.748 INFO kablam! 9 | use std::marker::{Copy}; Oct 10 21:31:45.748 INFO kablam! | ^^^^ Oct 10 21:31:45.748 INFO kablam! Oct 10 21:31:45.748 INFO kablam! warning: unused import: `super::*` Oct 10 21:31:45.748 INFO kablam! --> src/components.rs:137:9 Oct 10 21:31:45.748 INFO kablam! | Oct 10 21:31:45.748 INFO kablam! 137 | use super::*; Oct 10 21:31:45.748 INFO kablam! | ^^^^^^^^ Oct 10 21:31:45.748 INFO kablam! Oct 10 21:31:45.748 INFO kablam! warning: unused import: `components::*` Oct 10 21:31:45.748 INFO kablam! --> src/main.rs:4:5 Oct 10 21:31:45.748 INFO kablam! | Oct 10 21:31:45.748 INFO kablam! 4 | use components::*; Oct 10 21:31:45.748 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 21:31:45.748 INFO kablam! Oct 10 21:31:45.780 INFO kablam! warning: constant item is never used: `BUFFER_SIZE` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:11:1 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 11 | const BUFFER_SIZE: usize = 1000; Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: type alias is never used: `EntityID` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:13:1 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 13 | pub type EntityID = u32; Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: struct is never constructed: `EntityIdManager` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:15:1 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 15 | struct EntityIdManager; Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: struct is never constructed: `Component` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:17:1 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 17 | pub struct Component { Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: enum is never used: `ComponentErr` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:23:1 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 23 | pub enum ComponentErr { Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: struct is never constructed: `ComponentManager` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:30:1 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 30 | pub struct ComponentManager { Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: method is never used: `create` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:38:5 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 38 | fn create() -> ComponentManager { Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: method is never used: `create_with_capacity` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:46:5 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 46 | fn create_with_capacity(capacity: usize) -> ComponentManager { Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: method is never used: `create_component_for_id` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:54:5 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 54 | fn create_component_for_id (&mut self, entity_id: EntityID) -> Result<(), ComponentErr> { Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: method is never used: `get_component_for_id` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:70:5 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 70 | fn get_component_for_id(& self, entity_id: EntityID) -> Result<&Component, ComponentErr> { Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: method is never used: `remove_component_for_id` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:85:5 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 85 | fn remove_component_for_id(&mut self, entity_id: EntityID) -> Result { Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: method is never used: `update_component_for_id` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:102:5 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 102 | fn update_component_for_id(&mut self, entity_id: EntityID, new_val: f64) -> Result<(), ComponentErr> { Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:45.781 INFO kablam! warning: method is never used: `get_updated` Oct 10 21:31:45.781 INFO kablam! --> src/components.rs:130:5 Oct 10 21:31:45.781 INFO kablam! | Oct 10 21:31:45.781 INFO kablam! 130 | fn get_updated() -> Result<(), ComponentErr> { Oct 10 21:31:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:45.781 INFO kablam! Oct 10 21:31:46.318 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 10 21:31:46.322 INFO kablam! su: No module specific data is present Oct 10 21:31:46.776 INFO running `"docker" "rm" "-f" "9df94a1575bb0b45b1ea9810f9de22722a31a2d49ade114d0300e6d7beb3af06"` Oct 10 21:31:46.904 INFO blam! 9df94a1575bb0b45b1ea9810f9de22722a31a2d49ade114d0300e6d7beb3af06 Oct 10 21:31:46.907 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:31:46.907 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:31:47.124 INFO blam! 67e9668211796786c4ce6e68662673799812c49f83803b2d5b7e0c041b6bcc32 Oct 10 21:31:47.128 INFO running `"docker" "start" "-a" "67e9668211796786c4ce6e68662673799812c49f83803b2d5b7e0c041b6bcc32"` Oct 10 21:31:47.988 INFO kablam! usermod: no changes Oct 10 21:31:48.029 INFO kablam! Compiling belt_test v0.1.0 (/source) Oct 10 21:31:48.819 INFO kablam! warning: unused import: `self::rand::Rng` Oct 10 21:31:48.819 INFO kablam! --> src/components.rs:6:5 Oct 10 21:31:48.819 INFO kablam! | Oct 10 21:31:48.819 INFO kablam! 6 | use self::rand::Rng; Oct 10 21:31:48.819 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:31:48.819 INFO kablam! | Oct 10 21:31:48.819 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:31:48.819 INFO kablam! Oct 10 21:31:48.819 INFO kablam! warning: unused import: `Copy` Oct 10 21:31:48.819 INFO kablam! --> src/components.rs:9:19 Oct 10 21:31:48.819 INFO kablam! | Oct 10 21:31:48.819 INFO kablam! 9 | use std::marker::{Copy}; Oct 10 21:31:48.819 INFO kablam! | ^^^^ Oct 10 21:31:48.819 INFO kablam! Oct 10 21:31:48.819 INFO kablam! warning: unused import: `components::*` Oct 10 21:31:48.819 INFO kablam! --> src/main.rs:4:5 Oct 10 21:31:48.819 INFO kablam! | Oct 10 21:31:48.819 INFO kablam! 4 | use components::*; Oct 10 21:31:48.819 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 21:31:48.819 INFO kablam! Oct 10 21:31:48.872 INFO kablam! warning: constant item is never used: `BUFFER_SIZE` Oct 10 21:31:48.872 INFO kablam! --> src/components.rs:11:1 Oct 10 21:31:48.873 INFO kablam! | Oct 10 21:31:48.873 INFO kablam! 11 | const BUFFER_SIZE: usize = 1000; Oct 10 21:31:48.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:48.873 INFO kablam! | Oct 10 21:31:48.873 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:31:48.873 INFO kablam! Oct 10 21:31:48.873 INFO kablam! warning: struct is never constructed: `EntityIdManager` Oct 10 21:31:48.873 INFO kablam! --> src/components.rs:15:1 Oct 10 21:31:48.873 INFO kablam! | Oct 10 21:31:48.873 INFO kablam! 15 | struct EntityIdManager; Oct 10 21:31:48.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:48.873 INFO kablam! Oct 10 21:31:48.873 INFO kablam! warning: field is never used: `updated` Oct 10 21:31:48.873 INFO kablam! --> src/components.rs:18:5 Oct 10 21:31:48.873 INFO kablam! | Oct 10 21:31:48.873 INFO kablam! 18 | updated: bool, Oct 10 21:31:48.873 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 21:31:48.873 INFO kablam! Oct 10 21:31:48.873 INFO kablam! warning: field is never used: `value` Oct 10 21:31:48.873 INFO kablam! --> src/components.rs:19:5 Oct 10 21:31:48.873 INFO kablam! | Oct 10 21:31:48.873 INFO kablam! 19 | value: f64, Oct 10 21:31:48.873 INFO kablam! | ^^^^^^^^^^ Oct 10 21:31:48.873 INFO kablam! Oct 10 21:31:48.873 INFO kablam! warning: variant is never constructed: `BufferEmpty` Oct 10 21:31:48.873 INFO kablam! --> src/components.rs:25:5 Oct 10 21:31:48.873 INFO kablam! | Oct 10 21:31:48.873 INFO kablam! 25 | BufferEmpty, Oct 10 21:31:48.873 INFO kablam! | ^^^^^^^^^^^ Oct 10 21:31:48.873 INFO kablam! Oct 10 21:31:48.873 INFO kablam! warning: variant is never constructed: `NotInBuffer` Oct 10 21:31:48.873 INFO kablam! --> src/components.rs:27:5 Oct 10 21:31:48.873 INFO kablam! | Oct 10 21:31:48.873 INFO kablam! 27 | NotInBuffer, Oct 10 21:31:48.873 INFO kablam! | ^^^^^^^^^^^ Oct 10 21:31:48.873 INFO kablam! Oct 10 21:31:48.873 INFO kablam! warning: field is never used: `update_idx` Oct 10 21:31:48.873 INFO kablam! --> src/components.rs:32:5 Oct 10 21:31:48.873 INFO kablam! | Oct 10 21:31:48.873 INFO kablam! 32 | update_idx: usize, Oct 10 21:31:48.876 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:31:48.876 INFO kablam! Oct 10 21:31:48.876 INFO kablam! warning: method is never used: `create` Oct 10 21:31:48.876 INFO kablam! --> src/components.rs:38:5 Oct 10 21:31:48.876 INFO kablam! | Oct 10 21:31:48.876 INFO kablam! 38 | fn create() -> ComponentManager { Oct 10 21:31:48.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:48.876 INFO kablam! Oct 10 21:31:48.876 INFO kablam! warning: method is never used: `get_component_for_id` Oct 10 21:31:48.876 INFO kablam! --> src/components.rs:70:5 Oct 10 21:31:48.876 INFO kablam! | Oct 10 21:31:48.876 INFO kablam! 70 | fn get_component_for_id(& self, entity_id: EntityID) -> Result<&Component, ComponentErr> { Oct 10 21:31:48.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:48.876 INFO kablam! Oct 10 21:31:48.876 INFO kablam! warning: method is never used: `remove_component_for_id` Oct 10 21:31:48.877 INFO kablam! --> src/components.rs:85:5 Oct 10 21:31:48.877 INFO kablam! | Oct 10 21:31:48.877 INFO kablam! 85 | fn remove_component_for_id(&mut self, entity_id: EntityID) -> Result { Oct 10 21:31:48.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:48.877 INFO kablam! Oct 10 21:31:48.877 INFO kablam! warning: method is never used: `update_component_for_id` Oct 10 21:31:48.877 INFO kablam! --> src/components.rs:102:5 Oct 10 21:31:48.877 INFO kablam! | Oct 10 21:31:48.877 INFO kablam! 102 | fn update_component_for_id(&mut self, entity_id: EntityID, new_val: f64) -> Result<(), ComponentErr> { Oct 10 21:31:48.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:48.877 INFO kablam! Oct 10 21:31:48.877 INFO kablam! warning: method is never used: `get_updated` Oct 10 21:31:48.877 INFO kablam! --> src/components.rs:130:5 Oct 10 21:31:48.877 INFO kablam! | Oct 10 21:31:48.877 INFO kablam! 130 | fn get_updated() -> Result<(), ComponentErr> { Oct 10 21:31:48.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:48.877 INFO kablam! Oct 10 21:31:49.562 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.55s Oct 10 21:31:49.564 INFO kablam! su: No module specific data is present Oct 10 21:31:50.226 INFO running `"docker" "rm" "-f" "67e9668211796786c4ce6e68662673799812c49f83803b2d5b7e0c041b6bcc32"` Oct 10 21:31:50.512 INFO blam! 67e9668211796786c4ce6e68662673799812c49f83803b2d5b7e0c041b6bcc32 Oct 10 21:31:50.518 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:31:50.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:31:50.950 INFO blam! 50a5154702f6406ed3884e2da104589f4b6f83963c44b04ccccad7fe7b968e3a Oct 10 21:31:50.952 INFO running `"docker" "start" "-a" "50a5154702f6406ed3884e2da104589f4b6f83963c44b04ccccad7fe7b968e3a"` Oct 10 21:31:51.763 INFO kablam! usermod: no changes Oct 10 21:31:51.814 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 21:31:51.814 INFO blam! Oct 10 21:31:51.814 INFO kablam! Running /target/debug/deps/belt_test-752d51c751019a67 Oct 10 21:31:51.814 INFO blam! running 2 tests Oct 10 21:31:51.856 INFO blam! test components::tests::bench_create_component_for_id_1000_components ... ok Oct 10 21:31:53.583 INFO blam! test components::tests::bench_create_component_for_id_10000_components ... ok Oct 10 21:31:53.583 INFO blam! Oct 10 21:31:53.583 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:31:53.583 INFO blam! Oct 10 21:31:53.586 INFO kablam! su: No module specific data is present Oct 10 21:31:53.960 INFO running `"docker" "rm" "-f" "50a5154702f6406ed3884e2da104589f4b6f83963c44b04ccccad7fe7b968e3a"` Oct 10 21:31:54.061 INFO blam! 50a5154702f6406ed3884e2da104589f4b6f83963c44b04ccccad7fe7b968e3a