Oct 14 17:52:23.963 INFO testing irazorx1/belt_test against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:52:23.965 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 17:52:24.376 INFO blam! 61452f2bd82133a5b620dfc3d7450228219176cacabef37b42e80d5331180eb3 Oct 14 17:52:24.379 INFO running `"docker" "start" "-a" "61452f2bd82133a5b620dfc3d7450228219176cacabef37b42e80d5331180eb3"` Oct 14 17:52:25.779 INFO kablam! usermod: no changes Oct 14 17:52:25.855 INFO kablam! Compiling belt_test v0.1.0 (/source) Oct 14 17:52:26.219 INFO kablam! warning: unused import: `self::test::Bencher` Oct 14 17:52:26.220 INFO kablam! --> src/components.rs:5:5 Oct 14 17:52:26.220 INFO kablam! | Oct 14 17:52:26.220 INFO kablam! 5 | use self::test::Bencher; Oct 14 17:52:26.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.221 INFO kablam! | Oct 14 17:52:26.221 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:52:26.222 INFO kablam! Oct 14 17:52:26.222 INFO kablam! warning: unused import: `self::rand::Rng` Oct 14 17:52:26.222 INFO kablam! --> src/components.rs:6:5 Oct 14 17:52:26.223 INFO kablam! | Oct 14 17:52:26.223 INFO kablam! 6 | use self::rand::Rng; Oct 14 17:52:26.224 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:52:26.224 INFO kablam! Oct 14 17:52:26.224 INFO kablam! warning: unused import: `Copy` Oct 14 17:52:26.224 INFO kablam! --> src/components.rs:9:19 Oct 14 17:52:26.225 INFO kablam! | Oct 14 17:52:26.225 INFO kablam! 9 | use std::marker::{Copy}; Oct 14 17:52:26.225 INFO kablam! | ^^^^ Oct 14 17:52:26.226 INFO kablam! Oct 14 17:52:26.226 INFO kablam! warning: unused import: `super::*` Oct 14 17:52:26.226 INFO kablam! --> src/components.rs:137:9 Oct 14 17:52:26.227 INFO kablam! | Oct 14 17:52:26.227 INFO kablam! 137 | use super::*; Oct 14 17:52:26.227 INFO kablam! | ^^^^^^^^ Oct 14 17:52:26.227 INFO kablam! Oct 14 17:52:26.228 INFO kablam! warning: unused import: `components::*` Oct 14 17:52:26.228 INFO kablam! --> src/main.rs:4:5 Oct 14 17:52:26.228 INFO kablam! | Oct 14 17:52:26.228 INFO kablam! 4 | use components::*; Oct 14 17:52:26.229 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:52:26.229 INFO kablam! Oct 14 17:52:26.287 INFO kablam! warning: constant item is never used: `BUFFER_SIZE` Oct 14 17:52:26.287 INFO kablam! --> src/components.rs:11:1 Oct 14 17:52:26.287 INFO kablam! | Oct 14 17:52:26.287 INFO kablam! 11 | const BUFFER_SIZE: usize = 1000; Oct 14 17:52:26.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.287 INFO kablam! | Oct 14 17:52:26.287 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:52:26.287 INFO kablam! Oct 14 17:52:26.287 INFO kablam! warning: type alias is never used: `EntityID` Oct 14 17:52:26.287 INFO kablam! --> src/components.rs:13:1 Oct 14 17:52:26.287 INFO kablam! | Oct 14 17:52:26.287 INFO kablam! 13 | pub type EntityID = u32; Oct 14 17:52:26.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.287 INFO kablam! Oct 14 17:52:26.287 INFO kablam! warning: struct is never constructed: `EntityIdManager` Oct 14 17:52:26.287 INFO kablam! --> src/components.rs:15:1 Oct 14 17:52:26.287 INFO kablam! | Oct 14 17:52:26.287 INFO kablam! 15 | struct EntityIdManager; Oct 14 17:52:26.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.287 INFO kablam! Oct 14 17:52:26.287 INFO kablam! warning: struct is never constructed: `Component` Oct 14 17:52:26.287 INFO kablam! --> src/components.rs:17:1 Oct 14 17:52:26.287 INFO kablam! | Oct 14 17:52:26.287 INFO kablam! 17 | pub struct Component { Oct 14 17:52:26.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.287 INFO kablam! Oct 14 17:52:26.287 INFO kablam! warning: enum is never used: `ComponentErr` Oct 14 17:52:26.287 INFO kablam! --> src/components.rs:23:1 Oct 14 17:52:26.287 INFO kablam! | Oct 14 17:52:26.287 INFO kablam! 23 | pub enum ComponentErr { Oct 14 17:52:26.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.287 INFO kablam! Oct 14 17:52:26.287 INFO kablam! warning: struct is never constructed: `ComponentManager` Oct 14 17:52:26.287 INFO kablam! --> src/components.rs:30:1 Oct 14 17:52:26.287 INFO kablam! | Oct 14 17:52:26.287 INFO kablam! 30 | pub struct ComponentManager { Oct 14 17:52:26.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.287 INFO kablam! Oct 14 17:52:26.287 INFO kablam! warning: method is never used: `create` Oct 14 17:52:26.287 INFO kablam! --> src/components.rs:38:5 Oct 14 17:52:26.287 INFO kablam! | Oct 14 17:52:26.287 INFO kablam! 38 | fn create() -> ComponentManager { Oct 14 17:52:26.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.288 INFO kablam! Oct 14 17:52:26.288 INFO kablam! warning: method is never used: `create_with_capacity` Oct 14 17:52:26.288 INFO kablam! --> src/components.rs:46:5 Oct 14 17:52:26.288 INFO kablam! | Oct 14 17:52:26.288 INFO kablam! 46 | fn create_with_capacity(capacity: usize) -> ComponentManager { Oct 14 17:52:26.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.288 INFO kablam! Oct 14 17:52:26.288 INFO kablam! warning: method is never used: `create_component_for_id` Oct 14 17:52:26.288 INFO kablam! --> src/components.rs:54:5 Oct 14 17:52:26.288 INFO kablam! | Oct 14 17:52:26.288 INFO kablam! 54 | fn create_component_for_id (&mut self, entity_id: EntityID) -> Result<(), ComponentErr> { Oct 14 17:52:26.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.288 INFO kablam! Oct 14 17:52:26.288 INFO kablam! warning: method is never used: `get_component_for_id` Oct 14 17:52:26.288 INFO kablam! --> src/components.rs:70:5 Oct 14 17:52:26.288 INFO kablam! | Oct 14 17:52:26.288 INFO kablam! 70 | fn get_component_for_id(& self, entity_id: EntityID) -> Result<&Component, ComponentErr> { Oct 14 17:52:26.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.288 INFO kablam! Oct 14 17:52:26.288 INFO kablam! warning: method is never used: `remove_component_for_id` Oct 14 17:52:26.288 INFO kablam! --> src/components.rs:85:5 Oct 14 17:52:26.288 INFO kablam! | Oct 14 17:52:26.288 INFO kablam! 85 | fn remove_component_for_id(&mut self, entity_id: EntityID) -> Result { Oct 14 17:52:26.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.288 INFO kablam! Oct 14 17:52:26.288 INFO kablam! warning: method is never used: `update_component_for_id` Oct 14 17:52:26.288 INFO kablam! --> src/components.rs:102:5 Oct 14 17:52:26.288 INFO kablam! | Oct 14 17:52:26.288 INFO kablam! 102 | fn update_component_for_id(&mut self, entity_id: EntityID, new_val: f64) -> Result<(), ComponentErr> { Oct 14 17:52:26.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.288 INFO kablam! Oct 14 17:52:26.288 INFO kablam! warning: method is never used: `get_updated` Oct 14 17:52:26.288 INFO kablam! --> src/components.rs:130:5 Oct 14 17:52:26.288 INFO kablam! | Oct 14 17:52:26.288 INFO kablam! 130 | fn get_updated() -> Result<(), ComponentErr> { Oct 14 17:52:26.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:26.288 INFO kablam! Oct 14 17:52:26.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 14 17:52:26.849 INFO kablam! su: No module specific data is present Oct 14 17:52:27.441 INFO running `"docker" "rm" "-f" "61452f2bd82133a5b620dfc3d7450228219176cacabef37b42e80d5331180eb3"` Oct 14 17:52:27.730 INFO blam! 61452f2bd82133a5b620dfc3d7450228219176cacabef37b42e80d5331180eb3 Oct 14 17:52:27.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 17:52:28.069 INFO blam! 397669dadbc0171cd576fbe3a44cc8024d527493c3a03051ac8f33a3024379ff Oct 14 17:52:28.071 INFO running `"docker" "start" "-a" "397669dadbc0171cd576fbe3a44cc8024d527493c3a03051ac8f33a3024379ff"` Oct 14 17:52:28.982 INFO kablam! usermod: no changes Oct 14 17:52:29.047 INFO kablam! Compiling belt_test v0.1.0 (/source) Oct 14 17:52:29.300 INFO kablam! warning: unused import: `self::rand::Rng` Oct 14 17:52:29.300 INFO kablam! --> src/components.rs:6:5 Oct 14 17:52:29.301 INFO kablam! | Oct 14 17:52:29.301 INFO kablam! 6 | use self::rand::Rng; Oct 14 17:52:29.301 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:52:29.301 INFO kablam! | Oct 14 17:52:29.302 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:52:29.302 INFO kablam! Oct 14 17:52:29.302 INFO kablam! warning: unused import: `Copy` Oct 14 17:52:29.303 INFO kablam! --> src/components.rs:9:19 Oct 14 17:52:29.303 INFO kablam! | Oct 14 17:52:29.303 INFO kablam! 9 | use std::marker::{Copy}; Oct 14 17:52:29.304 INFO kablam! | ^^^^ Oct 14 17:52:29.304 INFO kablam! Oct 14 17:52:29.304 INFO kablam! warning: unused import: `components::*` Oct 14 17:52:29.304 INFO kablam! --> src/main.rs:4:5 Oct 14 17:52:29.305 INFO kablam! | Oct 14 17:52:29.305 INFO kablam! 4 | use components::*; Oct 14 17:52:29.305 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:52:29.305 INFO kablam! Oct 14 17:52:29.370 INFO kablam! warning: constant item is never used: `BUFFER_SIZE` Oct 14 17:52:29.370 INFO kablam! --> src/components.rs:11:1 Oct 14 17:52:29.370 INFO kablam! | Oct 14 17:52:29.371 INFO kablam! 11 | const BUFFER_SIZE: usize = 1000; Oct 14 17:52:29.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:29.373 INFO kablam! | Oct 14 17:52:29.374 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:52:29.374 INFO kablam! Oct 14 17:52:29.374 INFO kablam! warning: struct is never constructed: `EntityIdManager` Oct 14 17:52:29.375 INFO kablam! --> src/components.rs:15:1 Oct 14 17:52:29.375 INFO kablam! | Oct 14 17:52:29.375 INFO kablam! 15 | struct EntityIdManager; Oct 14 17:52:29.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:29.376 INFO kablam! Oct 14 17:52:29.376 INFO kablam! warning: field is never used: `updated` Oct 14 17:52:29.377 INFO kablam! --> src/components.rs:18:5 Oct 14 17:52:29.377 INFO kablam! | Oct 14 17:52:29.377 INFO kablam! 18 | updated: bool, Oct 14 17:52:29.377 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:52:29.377 INFO kablam! Oct 14 17:52:29.377 INFO kablam! warning: field is never used: `value` Oct 14 17:52:29.377 INFO kablam! --> src/components.rs:19:5 Oct 14 17:52:29.377 INFO kablam! | Oct 14 17:52:29.377 INFO kablam! 19 | value: f64, Oct 14 17:52:29.377 INFO kablam! | ^^^^^^^^^^ Oct 14 17:52:29.377 INFO kablam! Oct 14 17:52:29.377 INFO kablam! warning: variant is never constructed: `BufferEmpty` Oct 14 17:52:29.377 INFO kablam! --> src/components.rs:25:5 Oct 14 17:52:29.377 INFO kablam! | Oct 14 17:52:29.377 INFO kablam! 25 | BufferEmpty, Oct 14 17:52:29.378 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:52:29.378 INFO kablam! Oct 14 17:52:29.378 INFO kablam! warning: variant is never constructed: `NotInBuffer` Oct 14 17:52:29.378 INFO kablam! --> src/components.rs:27:5 Oct 14 17:52:29.378 INFO kablam! | Oct 14 17:52:29.378 INFO kablam! 27 | NotInBuffer, Oct 14 17:52:29.378 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:52:29.378 INFO kablam! Oct 14 17:52:29.378 INFO kablam! warning: field is never used: `update_idx` Oct 14 17:52:29.378 INFO kablam! --> src/components.rs:32:5 Oct 14 17:52:29.378 INFO kablam! | Oct 14 17:52:29.378 INFO kablam! 32 | update_idx: usize, Oct 14 17:52:29.378 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:52:29.378 INFO kablam! Oct 14 17:52:29.378 INFO kablam! warning: method is never used: `create` Oct 14 17:52:29.378 INFO kablam! --> src/components.rs:38:5 Oct 14 17:52:29.378 INFO kablam! | Oct 14 17:52:29.378 INFO kablam! 38 | fn create() -> ComponentManager { Oct 14 17:52:29.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:29.378 INFO kablam! Oct 14 17:52:29.378 INFO kablam! warning: method is never used: `get_component_for_id` Oct 14 17:52:29.379 INFO kablam! --> src/components.rs:70:5 Oct 14 17:52:29.379 INFO kablam! | Oct 14 17:52:29.379 INFO kablam! 70 | fn get_component_for_id(& self, entity_id: EntityID) -> Result<&Component, ComponentErr> { Oct 14 17:52:29.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:29.379 INFO kablam! Oct 14 17:52:29.379 INFO kablam! warning: method is never used: `remove_component_for_id` Oct 14 17:52:29.379 INFO kablam! --> src/components.rs:85:5 Oct 14 17:52:29.379 INFO kablam! | Oct 14 17:52:29.379 INFO kablam! 85 | fn remove_component_for_id(&mut self, entity_id: EntityID) -> Result { Oct 14 17:52:29.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:29.379 INFO kablam! Oct 14 17:52:29.379 INFO kablam! warning: method is never used: `update_component_for_id` Oct 14 17:52:29.379 INFO kablam! --> src/components.rs:102:5 Oct 14 17:52:29.379 INFO kablam! | Oct 14 17:52:29.379 INFO kablam! 102 | fn update_component_for_id(&mut self, entity_id: EntityID, new_val: f64) -> Result<(), ComponentErr> { Oct 14 17:52:29.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:29.379 INFO kablam! Oct 14 17:52:29.379 INFO kablam! warning: method is never used: `get_updated` Oct 14 17:52:29.379 INFO kablam! --> src/components.rs:130:5 Oct 14 17:52:29.379 INFO kablam! | Oct 14 17:52:29.379 INFO kablam! 130 | fn get_updated() -> Result<(), ComponentErr> { Oct 14 17:52:29.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:29.380 INFO kablam! Oct 14 17:52:30.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.15s Oct 14 17:52:30.169 INFO kablam! su: No module specific data is present Oct 14 17:52:30.749 INFO running `"docker" "rm" "-f" "397669dadbc0171cd576fbe3a44cc8024d527493c3a03051ac8f33a3024379ff"` Oct 14 17:52:31.043 INFO blam! 397669dadbc0171cd576fbe3a44cc8024d527493c3a03051ac8f33a3024379ff Oct 14 17:52:31.049 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 17:52:31.466 INFO blam! 478dcb816897a9bf2615794769d7879ce111c8b6b7b94ef45fceb1e06c9d25b7 Oct 14 17:52:31.479 INFO running `"docker" "start" "-a" "478dcb816897a9bf2615794769d7879ce111c8b6b7b94ef45fceb1e06c9d25b7"` Oct 14 17:52:32.439 INFO kablam! usermod: no changes Oct 14 17:52:32.472 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:52:32.477 INFO kablam! Running /target/debug/deps/belt_test-9b9440207c5fb630 Oct 14 17:52:32.485 INFO blam! Oct 14 17:52:32.485 INFO blam! running 2 tests Oct 14 17:52:32.503 INFO blam! test components::tests::bench_create_component_for_id_1000_components ... ok Oct 14 17:52:34.343 INFO blam! test components::tests::bench_create_component_for_id_10000_components ... ok Oct 14 17:52:34.343 INFO kablam! su: No module specific data is present Oct 14 17:52:34.343 INFO blam! Oct 14 17:52:34.343 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:52:34.344 INFO blam! Oct 14 17:52:34.904 INFO running `"docker" "rm" "-f" "478dcb816897a9bf2615794769d7879ce111c8b6b7b94ef45fceb1e06c9d25b7"` Oct 14 17:52:35.175 INFO blam! 478dcb816897a9bf2615794769d7879ce111c8b6b7b94ef45fceb1e06c9d25b7