Oct 15 09:51:59.893 INFO testing Jon-Davis/ECS against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:51:59.893 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 09:52:00.440 INFO blam! 94c9f8bec5c33fafa984f1767eb8d41a24dc76edb5aa56a9c06c3d5c8d4626b5 Oct 15 09:52:00.443 INFO running `"docker" "start" "-a" "94c9f8bec5c33fafa984f1767eb8d41a24dc76edb5aa56a9c06c3d5c8d4626b5"` Oct 15 09:52:01.643 INFO kablam! usermod: no changes Oct 15 09:52:01.718 INFO kablam! Compiling bit_field v0.9.0 Oct 15 09:52:02.265 INFO kablam! Compiling ecs v0.1.0 (/source) Oct 15 09:52:03.449 INFO kablam! warning: unused import: `super::*` Oct 15 09:52:03.449 INFO kablam! --> src/syncmap.rs:323:9 Oct 15 09:52:03.449 INFO kablam! | Oct 15 09:52:03.449 INFO kablam! 323 | use super::*; Oct 15 09:52:03.449 INFO kablam! | ^^^^^^^^ Oct 15 09:52:03.449 INFO kablam! | Oct 15 09:52:03.449 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:52:03.449 INFO kablam! Oct 15 09:52:03.449 INFO kablam! warning: unused imports: `thread`, `time` Oct 15 09:52:03.449 INFO kablam! --> src/syncmap.rs:324:15 Oct 15 09:52:03.449 INFO kablam! | Oct 15 09:52:03.450 INFO kablam! 324 | use std::{thread,time}; Oct 15 09:52:03.450 INFO kablam! | ^^^^^^ ^^^^ Oct 15 09:52:03.450 INFO kablam! Oct 15 09:52:03.450 INFO kablam! warning: unused import: `std::sync::Arc` Oct 15 09:52:03.450 INFO kablam! --> src/syncmap.rs:325:9 Oct 15 09:52:03.450 INFO kablam! | Oct 15 09:52:03.450 INFO kablam! 325 | use std::sync::Arc; Oct 15 09:52:03.450 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 09:52:03.450 INFO kablam! Oct 15 09:52:03.659 INFO kablam! warning: unused variable: `token` Oct 15 09:52:03.659 INFO kablam! --> src/main.rs:46:26 Oct 15 09:52:03.659 INFO kablam! | Oct 15 09:52:03.659 INFO kablam! 46 | fn update(&mut self, token : ResourceToken) -> Trans { Oct 15 09:52:03.659 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 15 09:52:03.659 INFO kablam! | Oct 15 09:52:03.659 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:52:03.659 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: variant is never constructed: `Read` Oct 15 09:52:03.727 INFO kablam! --> src/syncmap.rs:13:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 13 | Read, Oct 15 09:52:03.727 INFO kablam! | ^^^^ Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: method is never used: `read` Oct 15 09:52:03.727 INFO kablam! --> src/syncmap.rs:34:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 34 | pub fn read(&mut self, r : K) -> &mut Self { Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: method is never used: `read` Oct 15 09:52:03.727 INFO kablam! --> src/syncmap.rs:74:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 74 | pub fn read(&self, key : &K) -> Option<& V>{ Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: variant is never constructed: `Push` Oct 15 09:52:03.727 INFO kablam! --> src/state.rs:12:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 12 | Push(State), Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: variant is never constructed: `Swap` Oct 15 09:52:03.727 INFO kablam! --> src/state.rs:13:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 13 | Swap(State), Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: method is never used: `get_entity` Oct 15 09:52:03.727 INFO kablam! --> src/resources.rs:53:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 53 | fn get_entity(&self) -> u64 { Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: field is never used: `type_id` Oct 15 09:52:03.727 INFO kablam! --> src/resources.rs:63:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 63 | type_id: TypeId, Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: method is never used: `iter` Oct 15 09:52:03.727 INFO kablam! --> src/resources.rs:78:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 78 | fn iter(&self) -> ComponentVectorIter { Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: method is never used: `remove` Oct 15 09:52:03.727 INFO kablam! --> src/resources.rs:109:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 109 | fn remove(&mut self, entity_id : u64){ Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: struct is never constructed: `ComponentVectorIter` Oct 15 09:52:03.727 INFO kablam! --> src/resources.rs:192:1 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 192 | struct ComponentVectorIter<'a, D: Component> { Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: method is never used: `new` Oct 15 09:52:03.727 INFO kablam! --> src/resources.rs:199:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 199 | fn new(vector : &ComponentVector) -> ComponentVectorIter { Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: struct is never constructed: `CompVecIter` Oct 15 09:52:03.727 INFO kablam! --> src/resources.rs:227:1 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 227 | pub struct CompVecIter<'a, D : Component> { Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: method is never used: `new` Oct 15 09:52:03.727 INFO kablam! --> src/resources.rs:232:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.727 INFO kablam! 232 | fn new(vector : &'a ComponentVector) -> CompVecIter { Oct 15 09:52:03.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.727 INFO kablam! Oct 15 09:52:03.727 INFO kablam! warning: method is never used: `loan` Oct 15 09:52:03.727 INFO kablam! --> src/resources.rs:317:5 Oct 15 09:52:03.727 INFO kablam! | Oct 15 09:52:03.728 INFO kablam! 317 | pub fn loan(&self) -> Option<&Loan<'a,TypeId,Box>>{ Oct 15 09:52:03.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.728 INFO kablam! Oct 15 09:52:03.728 INFO kablam! warning: method is never used: `unpack` Oct 15 09:52:03.728 INFO kablam! --> src/resources.rs:324:5 Oct 15 09:52:03.728 INFO kablam! | Oct 15 09:52:03.728 INFO kablam! 324 | pub fn unpack(&self) -> Option<&Box>> { Oct 15 09:52:03.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.728 INFO kablam! Oct 15 09:52:03.728 INFO kablam! warning: method is never used: `read` Oct 15 09:52:03.728 INFO kablam! --> src/resources.rs:376:5 Oct 15 09:52:03.728 INFO kablam! | Oct 15 09:52:03.728 INFO kablam! 376 | pub fn read(&mut self) -> &mut Self { Oct 15 09:52:03.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.728 INFO kablam! Oct 15 09:52:03.728 INFO kablam! warning: method is never used: `id` Oct 15 09:52:03.728 INFO kablam! --> src/entity.rs:47:5 Oct 15 09:52:03.728 INFO kablam! | Oct 15 09:52:03.728 INFO kablam! 47 | pub fn id(&self) -> u64 { Oct 15 09:52:03.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:03.728 INFO kablam! Oct 15 09:52:05.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.86s Oct 15 09:52:05.527 INFO kablam! su: No module specific data is present Oct 15 09:52:06.411 INFO running `"docker" "rm" "-f" "94c9f8bec5c33fafa984f1767eb8d41a24dc76edb5aa56a9c06c3d5c8d4626b5"` Oct 15 09:52:06.643 INFO blam! 94c9f8bec5c33fafa984f1767eb8d41a24dc76edb5aa56a9c06c3d5c8d4626b5 Oct 15 09:52:06.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 09:52:07.055 INFO blam! 88d9924353c2574653e8b7cfa320cf3e4c414a5b019ebfc97b6dd758d1fc63a3 Oct 15 09:52:07.061 INFO running `"docker" "start" "-a" "88d9924353c2574653e8b7cfa320cf3e4c414a5b019ebfc97b6dd758d1fc63a3"` Oct 15 09:52:08.043 INFO kablam! usermod: no changes Oct 15 09:52:08.114 INFO kablam! Compiling ecs v0.1.0 (/source) Oct 15 09:52:09.335 INFO kablam! warning: unused variable: `token` Oct 15 09:52:09.335 INFO kablam! --> src/main.rs:46:26 Oct 15 09:52:09.335 INFO kablam! | Oct 15 09:52:09.335 INFO kablam! 46 | fn update(&mut self, token : ResourceToken) -> Trans { Oct 15 09:52:09.335 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 15 09:52:09.335 INFO kablam! | Oct 15 09:52:09.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:52:09.335 INFO kablam! Oct 15 09:52:09.425 INFO kablam! warning: variant is never constructed: `Push` Oct 15 09:52:09.425 INFO kablam! --> src/state.rs:12:5 Oct 15 09:52:09.426 INFO kablam! | Oct 15 09:52:09.426 INFO kablam! 12 | Push(State), Oct 15 09:52:09.431 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:52:09.431 INFO kablam! | Oct 15 09:52:09.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:52:09.432 INFO kablam! Oct 15 09:52:09.432 INFO kablam! warning: variant is never constructed: `Swap` Oct 15 09:52:09.432 INFO kablam! --> src/state.rs:13:5 Oct 15 09:52:09.433 INFO kablam! | Oct 15 09:52:09.433 INFO kablam! 13 | Swap(State), Oct 15 09:52:09.433 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:52:09.433 INFO kablam! Oct 15 09:52:09.434 INFO kablam! warning: field is never used: `type_id` Oct 15 09:52:09.434 INFO kablam! --> src/resources.rs:63:5 Oct 15 09:52:09.434 INFO kablam! | Oct 15 09:52:09.435 INFO kablam! 63 | type_id: TypeId, Oct 15 09:52:09.435 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:52:09.435 INFO kablam! Oct 15 09:52:09.436 INFO kablam! warning: struct is never constructed: `CompVecIter` Oct 15 09:52:09.436 INFO kablam! --> src/resources.rs:227:1 Oct 15 09:52:09.436 INFO kablam! | Oct 15 09:52:09.436 INFO kablam! 227 | pub struct CompVecIter<'a, D : Component> { Oct 15 09:52:09.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:09.437 INFO kablam! Oct 15 09:52:09.437 INFO kablam! warning: method is never used: `new` Oct 15 09:52:09.438 INFO kablam! --> src/resources.rs:232:5 Oct 15 09:52:09.438 INFO kablam! | Oct 15 09:52:09.438 INFO kablam! 232 | fn new(vector : &'a ComponentVector) -> CompVecIter { Oct 15 09:52:09.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:09.439 INFO kablam! Oct 15 09:52:09.439 INFO kablam! warning: method is never used: `loan` Oct 15 09:52:09.439 INFO kablam! --> src/resources.rs:317:5 Oct 15 09:52:09.440 INFO kablam! | Oct 15 09:52:09.440 INFO kablam! 317 | pub fn loan(&self) -> Option<&Loan<'a,TypeId,Box>>{ Oct 15 09:52:09.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:09.440 INFO kablam! Oct 15 09:52:09.440 INFO kablam! warning: method is never used: `unpack` Oct 15 09:52:09.440 INFO kablam! --> src/resources.rs:324:5 Oct 15 09:52:09.440 INFO kablam! | Oct 15 09:52:09.440 INFO kablam! 324 | pub fn unpack(&self) -> Option<&Box>> { Oct 15 09:52:09.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:09.440 INFO kablam! Oct 15 09:52:09.440 INFO kablam! warning: method is never used: `read` Oct 15 09:52:09.440 INFO kablam! --> src/resources.rs:376:5 Oct 15 09:52:09.440 INFO kablam! | Oct 15 09:52:09.440 INFO kablam! 376 | pub fn read(&mut self) -> &mut Self { Oct 15 09:52:09.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:09.440 INFO kablam! Oct 15 09:52:09.440 INFO kablam! warning: struct is never constructed: `CompB` Oct 15 09:52:09.440 INFO kablam! --> src/resources.rs:399:5 Oct 15 09:52:09.440 INFO kablam! | Oct 15 09:52:09.440 INFO kablam! 399 | struct CompB { Oct 15 09:52:09.440 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:52:09.440 INFO kablam! Oct 15 09:52:09.440 INFO kablam! warning: method is never used: `new` Oct 15 09:52:09.440 INFO kablam! --> src/resources.rs:411:9 Oct 15 09:52:09.440 INFO kablam! | Oct 15 09:52:09.440 INFO kablam! 411 | fn new(id : u64) -> CompB { Oct 15 09:52:09.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:09.440 INFO kablam! Oct 15 09:52:09.440 INFO kablam! warning: method is never used: `id` Oct 15 09:52:09.440 INFO kablam! --> src/entity.rs:47:5 Oct 15 09:52:09.440 INFO kablam! | Oct 15 09:52:09.440 INFO kablam! 47 | pub fn id(&self) -> u64 { Oct 15 09:52:09.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:52:09.440 INFO kablam! Oct 15 09:52:11.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.94s Oct 15 09:52:11.031 INFO kablam! su: No module specific data is present Oct 15 09:52:12.067 INFO running `"docker" "rm" "-f" "88d9924353c2574653e8b7cfa320cf3e4c414a5b019ebfc97b6dd758d1fc63a3"` Oct 15 09:52:12.255 INFO blam! 88d9924353c2574653e8b7cfa320cf3e4c414a5b019ebfc97b6dd758d1fc63a3 Oct 15 09:52:12.259 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 09:52:12.571 INFO blam! 0edc343ea6f5c41262b9fc4c7e33f26a0a8106e8ad82b393c103dc942b3a0b89 Oct 15 09:52:12.573 INFO running `"docker" "start" "-a" "0edc343ea6f5c41262b9fc4c7e33f26a0a8106e8ad82b393c103dc942b3a0b89"` Oct 15 09:52:13.675 INFO kablam! usermod: no changes Oct 15 09:52:13.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:52:13.740 INFO kablam! Running /target/debug/deps/ecs-67e36a4833eb0a0d Oct 15 09:52:13.742 INFO blam! Oct 15 09:52:13.742 INFO blam! running 6 tests Oct 15 09:52:13.751 INFO blam! test resources::tests::test_adv_component_vector ... ok Oct 15 09:52:13.751 INFO blam! test syncmap::test::multi_mut ... ok Oct 15 09:52:13.755 INFO blam! test resources::tests::test_basic_component_vector ... ok Oct 15 09:52:13.755 INFO blam! test syncmap::test::test_map ... ok Oct 15 09:52:13.775 INFO blam! test resources::tests::test_res ... ok Oct 15 09:52:14.264 INFO blam! test syncmap::test::para_test ... ok Oct 15 09:52:14.265 INFO blam! Oct 15 09:52:14.265 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:52:14.266 INFO blam! Oct 15 09:52:14.266 INFO kablam! su: No module specific data is present Oct 15 09:52:14.740 INFO running `"docker" "rm" "-f" "0edc343ea6f5c41262b9fc4c7e33f26a0a8106e8ad82b393c103dc942b3a0b89"` Oct 15 09:52:14.870 INFO blam! 0edc343ea6f5c41262b9fc4c7e33f26a0a8106e8ad82b393c103dc942b3a0b89