Oct 14 17:52:28.684 INFO testing irazorx1/belt_test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:52:28.684 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:29.074 INFO blam! f4c60164a0109b5f4aa03fe997113ab399add7848b39b3fa47104c084671521d Oct 14 17:52:29.077 INFO running `"docker" "start" "-a" "f4c60164a0109b5f4aa03fe997113ab399add7848b39b3fa47104c084671521d"` Oct 14 17:52:30.366 INFO kablam! usermod: no changes Oct 14 17:52:30.440 INFO kablam! Compiling belt_test v0.1.0 (/source) Oct 14 17:52:30.719 INFO kablam! warning: unused import: `self::test::Bencher` Oct 14 17:52:30.719 INFO kablam! --> src/components.rs:5:5 Oct 14 17:52:30.719 INFO kablam! | Oct 14 17:52:30.719 INFO kablam! 5 | use self::test::Bencher; Oct 14 17:52:30.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.719 INFO kablam! | Oct 14 17:52:30.719 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:52:30.719 INFO kablam! Oct 14 17:52:30.719 INFO kablam! warning: unused import: `self::rand::Rng` Oct 14 17:52:30.719 INFO kablam! --> src/components.rs:6:5 Oct 14 17:52:30.719 INFO kablam! | Oct 14 17:52:30.719 INFO kablam! 6 | use self::rand::Rng; Oct 14 17:52:30.719 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:52:30.719 INFO kablam! Oct 14 17:52:30.723 INFO kablam! warning: unused import: `Copy` Oct 14 17:52:30.727 INFO kablam! --> src/components.rs:9:19 Oct 14 17:52:30.727 INFO kablam! | Oct 14 17:52:30.728 INFO kablam! 9 | use std::marker::{Copy}; Oct 14 17:52:30.735 INFO kablam! | ^^^^ Oct 14 17:52:30.742 INFO kablam! Oct 14 17:52:30.742 INFO kablam! warning: unused import: `super::*` Oct 14 17:52:30.743 INFO kablam! --> src/components.rs:137:9 Oct 14 17:52:30.743 INFO kablam! | Oct 14 17:52:30.743 INFO kablam! 137 | use super::*; Oct 14 17:52:30.743 INFO kablam! | ^^^^^^^^ Oct 14 17:52:30.743 INFO kablam! Oct 14 17:52:30.743 INFO kablam! warning: unused import: `components::*` Oct 14 17:52:30.743 INFO kablam! --> src/main.rs:4:5 Oct 14 17:52:30.743 INFO kablam! | Oct 14 17:52:30.743 INFO kablam! 4 | use components::*; Oct 14 17:52:30.743 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:52:30.743 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: constant item is never used: `BUFFER_SIZE` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:11:1 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 11 | const BUFFER_SIZE: usize = 1000; Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: type alias is never used: `EntityID` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:13:1 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 13 | pub type EntityID = u32; Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: struct is never constructed: `EntityIdManager` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:15:1 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 15 | struct EntityIdManager; Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: struct is never constructed: `Component` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:17:1 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 17 | pub struct Component { Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: enum is never used: `ComponentErr` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:23:1 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 23 | pub enum ComponentErr { Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: struct is never constructed: `ComponentManager` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:30:1 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 30 | pub struct ComponentManager { Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: method is never used: `create` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:38:5 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 38 | fn create() -> ComponentManager { Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: method is never used: `create_with_capacity` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:46:5 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 46 | fn create_with_capacity(capacity: usize) -> ComponentManager { Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: method is never used: `create_component_for_id` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:54:5 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 54 | fn create_component_for_id (&mut self, entity_id: EntityID) -> Result<(), ComponentErr> { Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: method is never used: `get_component_for_id` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:70:5 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 70 | fn get_component_for_id(& self, entity_id: EntityID) -> Result<&Component, ComponentErr> { Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: method is never used: `remove_component_for_id` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:85:5 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 85 | fn remove_component_for_id(&mut self, entity_id: EntityID) -> Result { Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: method is never used: `update_component_for_id` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:102:5 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 102 | fn update_component_for_id(&mut self, entity_id: EntityID, new_val: f64) -> Result<(), ComponentErr> { Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:30.787 INFO kablam! warning: method is never used: `get_updated` Oct 14 17:52:30.787 INFO kablam! --> src/components.rs:130:5 Oct 14 17:52:30.787 INFO kablam! | Oct 14 17:52:30.787 INFO kablam! 130 | fn get_updated() -> Result<(), ComponentErr> { Oct 14 17:52:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:30.787 INFO kablam! Oct 14 17:52:31.269 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 14 17:52:31.271 INFO kablam! su: No module specific data is present Oct 14 17:52:31.891 INFO running `"docker" "rm" "-f" "f4c60164a0109b5f4aa03fe997113ab399add7848b39b3fa47104c084671521d"` Oct 14 17:52:32.143 INFO blam! f4c60164a0109b5f4aa03fe997113ab399add7848b39b3fa47104c084671521d Oct 14 17:52:32.149 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:32.482 INFO blam! 1b1f2bc7f640d1fd4c8868f06aa5f368861c57074304997019cb3ee7e7c25686 Oct 14 17:52:32.485 INFO running `"docker" "start" "-a" "1b1f2bc7f640d1fd4c8868f06aa5f368861c57074304997019cb3ee7e7c25686"` Oct 14 17:52:33.661 INFO kablam! usermod: no changes Oct 14 17:52:33.695 INFO kablam! Compiling belt_test v0.1.0 (/source) Oct 14 17:52:33.999 INFO kablam! warning: unused import: `self::rand::Rng` Oct 14 17:52:33.999 INFO kablam! --> src/components.rs:6:5 Oct 14 17:52:33.999 INFO kablam! | Oct 14 17:52:33.999 INFO kablam! 6 | use self::rand::Rng; Oct 14 17:52:33.999 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:52:33.999 INFO kablam! | Oct 14 17:52:33.999 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:52:33.999 INFO kablam! Oct 14 17:52:33.999 INFO kablam! warning: unused import: `Copy` Oct 14 17:52:33.999 INFO kablam! --> src/components.rs:9:19 Oct 14 17:52:33.999 INFO kablam! | Oct 14 17:52:33.999 INFO kablam! 9 | use std::marker::{Copy}; Oct 14 17:52:33.999 INFO kablam! | ^^^^ Oct 14 17:52:33.999 INFO kablam! Oct 14 17:52:33.999 INFO kablam! warning: unused import: `components::*` Oct 14 17:52:33.999 INFO kablam! --> src/main.rs:4:5 Oct 14 17:52:33.999 INFO kablam! | Oct 14 17:52:33.999 INFO kablam! 4 | use components::*; Oct 14 17:52:33.999 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:52:33.999 INFO kablam! Oct 14 17:52:34.051 INFO kablam! warning: constant item is never used: `BUFFER_SIZE` Oct 14 17:52:34.051 INFO kablam! --> src/components.rs:11:1 Oct 14 17:52:34.051 INFO kablam! | Oct 14 17:52:34.051 INFO kablam! 11 | const BUFFER_SIZE: usize = 1000; Oct 14 17:52:34.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:34.051 INFO kablam! | Oct 14 17:52:34.051 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:52:34.051 INFO kablam! Oct 14 17:52:34.051 INFO kablam! warning: struct is never constructed: `EntityIdManager` Oct 14 17:52:34.051 INFO kablam! --> src/components.rs:15:1 Oct 14 17:52:34.051 INFO kablam! | Oct 14 17:52:34.051 INFO kablam! 15 | struct EntityIdManager; Oct 14 17:52:34.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:34.051 INFO kablam! Oct 14 17:52:34.051 INFO kablam! warning: field is never used: `updated` Oct 14 17:52:34.051 INFO kablam! --> src/components.rs:18:5 Oct 14 17:52:34.051 INFO kablam! | Oct 14 17:52:34.051 INFO kablam! 18 | updated: bool, Oct 14 17:52:34.051 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:52:34.051 INFO kablam! Oct 14 17:52:34.051 INFO kablam! warning: field is never used: `value` Oct 14 17:52:34.051 INFO kablam! --> src/components.rs:19:5 Oct 14 17:52:34.051 INFO kablam! | Oct 14 17:52:34.051 INFO kablam! 19 | value: f64, Oct 14 17:52:34.051 INFO kablam! | ^^^^^^^^^^ Oct 14 17:52:34.051 INFO kablam! Oct 14 17:52:34.051 INFO kablam! warning: variant is never constructed: `BufferEmpty` Oct 14 17:52:34.051 INFO kablam! --> src/components.rs:25:5 Oct 14 17:52:34.051 INFO kablam! | Oct 14 17:52:34.051 INFO kablam! 25 | BufferEmpty, Oct 14 17:52:34.051 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:52:34.051 INFO kablam! Oct 14 17:52:34.051 INFO kablam! warning: variant is never constructed: `NotInBuffer` Oct 14 17:52:34.051 INFO kablam! --> src/components.rs:27:5 Oct 14 17:52:34.051 INFO kablam! | Oct 14 17:52:34.051 INFO kablam! 27 | NotInBuffer, Oct 14 17:52:34.051 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:52:34.051 INFO kablam! Oct 14 17:52:34.051 INFO kablam! warning: field is never used: `update_idx` Oct 14 17:52:34.051 INFO kablam! --> src/components.rs:32:5 Oct 14 17:52:34.051 INFO kablam! | Oct 14 17:52:34.051 INFO kablam! 32 | update_idx: usize, Oct 14 17:52:34.051 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:52:34.051 INFO kablam! Oct 14 17:52:34.051 INFO kablam! warning: method is never used: `create` Oct 14 17:52:34.051 INFO kablam! --> src/components.rs:38:5 Oct 14 17:52:34.051 INFO kablam! | Oct 14 17:52:34.051 INFO kablam! 38 | fn create() -> ComponentManager { Oct 14 17:52:34.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:34.051 INFO kablam! Oct 14 17:52:34.051 INFO kablam! warning: method is never used: `get_component_for_id` Oct 14 17:52:34.051 INFO kablam! --> src/components.rs:70:5 Oct 14 17:52:34.051 INFO kablam! | Oct 14 17:52:34.051 INFO kablam! 70 | fn get_component_for_id(& self, entity_id: EntityID) -> Result<&Component, ComponentErr> { Oct 14 17:52:34.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:34.051 INFO kablam! Oct 14 17:52:34.051 INFO kablam! warning: method is never used: `remove_component_for_id` Oct 14 17:52:34.051 INFO kablam! --> src/components.rs:85:5 Oct 14 17:52:34.052 INFO kablam! | Oct 14 17:52:34.052 INFO kablam! 85 | fn remove_component_for_id(&mut self, entity_id: EntityID) -> Result { Oct 14 17:52:34.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:34.052 INFO kablam! Oct 14 17:52:34.052 INFO kablam! warning: method is never used: `update_component_for_id` Oct 14 17:52:34.052 INFO kablam! --> src/components.rs:102:5 Oct 14 17:52:34.052 INFO kablam! | Oct 14 17:52:34.052 INFO kablam! 102 | fn update_component_for_id(&mut self, entity_id: EntityID, new_val: f64) -> Result<(), ComponentErr> { Oct 14 17:52:34.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:34.052 INFO kablam! Oct 14 17:52:34.052 INFO kablam! warning: method is never used: `get_updated` Oct 14 17:52:34.052 INFO kablam! --> src/components.rs:130:5 Oct 14 17:52:34.052 INFO kablam! | Oct 14 17:52:34.052 INFO kablam! 130 | fn get_updated() -> Result<(), ComponentErr> { Oct 14 17:52:34.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:34.052 INFO kablam! Oct 14 17:52:34.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 14 17:52:34.787 INFO kablam! su: No module specific data is present Oct 14 17:52:35.655 INFO running `"docker" "rm" "-f" "1b1f2bc7f640d1fd4c8868f06aa5f368861c57074304997019cb3ee7e7c25686"` Oct 14 17:52:35.902 INFO blam! 1b1f2bc7f640d1fd4c8868f06aa5f368861c57074304997019cb3ee7e7c25686 Oct 14 17:52:35.913 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:36.232 INFO blam! ce483209a080f8879e5ca0a128625899b11f2f02dff628aed8d297e7a8b2890e Oct 14 17:52:36.232 INFO running `"docker" "start" "-a" "ce483209a080f8879e5ca0a128625899b11f2f02dff628aed8d297e7a8b2890e"` Oct 14 17:52:36.888 INFO kablam! usermod: no changes Oct 14 17:52:36.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:52:36.917 INFO kablam! Running /target/debug/deps/belt_test-752d51c751019a67 Oct 14 17:52:36.919 INFO blam! Oct 14 17:52:36.919 INFO blam! running 2 tests Oct 14 17:52:36.959 INFO blam! test components::tests::bench_create_component_for_id_1000_components ... ok Oct 14 17:52:38.571 INFO blam! test components::tests::bench_create_component_for_id_10000_components ... ok Oct 14 17:52:38.571 INFO kablam! su: No module specific data is present Oct 14 17:52:38.571 INFO blam! Oct 14 17:52:38.571 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:52:38.571 INFO blam! Oct 14 17:52:39.210 INFO running `"docker" "rm" "-f" "ce483209a080f8879e5ca0a128625899b11f2f02dff628aed8d297e7a8b2890e"` Oct 14 17:52:39.423 INFO blam! ce483209a080f8879e5ca0a128625899b11f2f02dff628aed8d297e7a8b2890e