Oct 15 08:48:36.873 INFO testing MaxfieldWalker/blindsearch against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:48:36.875 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 08:48:37.218 INFO blam! 0154a65681a78f77eac4a7585e3e02fb3cdd90af11907234ab38ac00a77c386d Oct 15 08:48:37.220 INFO running `"docker" "start" "-a" "0154a65681a78f77eac4a7585e3e02fb3cdd90af11907234ab38ac00a77c386d"` Oct 15 08:48:38.073 INFO kablam! usermod: no changes Oct 15 08:48:38.163 INFO kablam! Compiling blindsearch v0.1.0 (/source) Oct 15 08:48:39.185 INFO kablam! warning: function is never used: `blind_search_dfs` Oct 15 08:48:39.186 INFO kablam! --> src/dfs.rs:7:1 Oct 15 08:48:39.187 INFO kablam! | Oct 15 08:48:39.188 INFO kablam! 7 | pub fn blind_search_dfs(root_node: &Node, goals: &Vec) -> BlindSearchResult { Oct 15 08:48:39.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.189 INFO kablam! | Oct 15 08:48:39.189 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:48:39.189 INFO kablam! Oct 15 08:48:39.189 INFO kablam! warning: function is never used: `dig` Oct 15 08:48:39.190 INFO kablam! --> src/dfs.rs:22:1 Oct 15 08:48:39.190 INFO kablam! | Oct 15 08:48:39.190 INFO kablam! 22 | / fn dig(l1: &mut Vec, Oct 15 08:48:39.191 INFO kablam! 23 | | l2: &mut Vec, Oct 15 08:48:39.191 INFO kablam! 24 | | loop_count: u32, Oct 15 08:48:39.192 INFO kablam! 25 | | goals: &Vec) Oct 15 08:48:39.192 INFO kablam! ... | Oct 15 08:48:39.192 INFO kablam! 66 | | } Oct 15 08:48:39.192 INFO kablam! 67 | | } Oct 15 08:48:39.193 INFO kablam! | |_^ Oct 15 08:48:39.193 INFO kablam! Oct 15 08:48:39.193 INFO kablam! warning: type alias is never used: `NodeRef` Oct 15 08:48:39.194 INFO kablam! --> src/tree.rs:5:1 Oct 15 08:48:39.194 INFO kablam! | Oct 15 08:48:39.194 INFO kablam! 5 | type NodeRef = Rc>; Oct 15 08:48:39.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.195 INFO kablam! Oct 15 08:48:39.195 INFO kablam! warning: struct is never constructed: `Node` Oct 15 08:48:39.196 INFO kablam! --> src/tree.rs:15:1 Oct 15 08:48:39.196 INFO kablam! | Oct 15 08:48:39.196 INFO kablam! 15 | pub struct Node(NodeRef); Oct 15 08:48:39.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.197 INFO kablam! Oct 15 08:48:39.197 INFO kablam! warning: method is never used: `new` Oct 15 08:48:39.198 INFO kablam! --> src/tree.rs:18:5 Oct 15 08:48:39.198 INFO kablam! | Oct 15 08:48:39.198 INFO kablam! 18 | pub fn new(value: String) -> Node { Oct 15 08:48:39.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.203 INFO kablam! Oct 15 08:48:39.203 INFO kablam! warning: method is never used: `add_child` Oct 15 08:48:39.204 INFO kablam! --> src/tree.rs:26:5 Oct 15 08:48:39.204 INFO kablam! | Oct 15 08:48:39.204 INFO kablam! 26 | pub fn add_child(&self, child_node: &Node) { Oct 15 08:48:39.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.205 INFO kablam! Oct 15 08:48:39.205 INFO kablam! warning: method is never used: `stringify` Oct 15 08:48:39.206 INFO kablam! --> src/tree.rs:43:5 Oct 15 08:48:39.206 INFO kablam! | Oct 15 08:48:39.206 INFO kablam! 43 | pub fn stringify(&self) { Oct 15 08:48:39.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.207 INFO kablam! Oct 15 08:48:39.207 INFO kablam! warning: method is never used: `inner_stringify` Oct 15 08:48:39.207 INFO kablam! --> src/tree.rs:48:5 Oct 15 08:48:39.208 INFO kablam! | Oct 15 08:48:39.208 INFO kablam! 48 | fn inner_stringify(&self, depth: i32) { Oct 15 08:48:39.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.209 INFO kablam! Oct 15 08:48:39.209 INFO kablam! warning: method is never used: `find_node` Oct 15 08:48:39.209 INFO kablam! --> src/tree.rs:62:5 Oct 15 08:48:39.210 INFO kablam! | Oct 15 08:48:39.210 INFO kablam! 62 | pub fn find_node(&self, value: &str) -> Option<(Node, u32)> { Oct 15 08:48:39.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.211 INFO kablam! Oct 15 08:48:39.211 INFO kablam! warning: method is never used: `inner_find_node` Oct 15 08:48:39.211 INFO kablam! --> src/tree.rs:66:5 Oct 15 08:48:39.212 INFO kablam! | Oct 15 08:48:39.212 INFO kablam! 66 | fn inner_find_node(&self, value: &str, current_depth: u32) -> Option<(Node, u32)> { Oct 15 08:48:39.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.213 INFO kablam! Oct 15 08:48:39.213 INFO kablam! warning: method is never used: `children` Oct 15 08:48:39.213 INFO kablam! --> src/tree.rs:87:5 Oct 15 08:48:39.213 INFO kablam! | Oct 15 08:48:39.214 INFO kablam! 87 | pub fn children(&self) -> Vec { Oct 15 08:48:39.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.214 INFO kablam! Oct 15 08:48:39.215 INFO kablam! warning: method is never used: `name` Oct 15 08:48:39.215 INFO kablam! --> src/tree.rs:96:5 Oct 15 08:48:39.215 INFO kablam! | Oct 15 08:48:39.216 INFO kablam! 96 | pub fn name(&self) -> String { Oct 15 08:48:39.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.216 INFO kablam! Oct 15 08:48:39.217 INFO kablam! warning: method is never used: `has_child_node` Oct 15 08:48:39.217 INFO kablam! --> src/tree.rs:100:5 Oct 15 08:48:39.217 INFO kablam! | Oct 15 08:48:39.218 INFO kablam! 100 | pub fn has_child_node(&self) -> bool { Oct 15 08:48:39.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.218 INFO kablam! Oct 15 08:48:39.219 INFO kablam! warning: method is never used: `ref_clone` Oct 15 08:48:39.219 INFO kablam! --> src/tree.rs:104:5 Oct 15 08:48:39.219 INFO kablam! | Oct 15 08:48:39.219 INFO kablam! 104 | pub fn ref_clone(&self) -> Node { Oct 15 08:48:39.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.220 INFO kablam! Oct 15 08:48:39.220 INFO kablam! warning: struct is never constructed: `BlindSearchStatus` Oct 15 08:48:39.221 INFO kablam! --> src/blindsearch.rs:3:1 Oct 15 08:48:39.221 INFO kablam! | Oct 15 08:48:39.221 INFO kablam! 3 | pub struct BlindSearchStatus { Oct 15 08:48:39.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.222 INFO kablam! Oct 15 08:48:39.222 INFO kablam! warning: method is never used: `new` Oct 15 08:48:39.223 INFO kablam! --> src/blindsearch.rs:11:5 Oct 15 08:48:39.223 INFO kablam! | Oct 15 08:48:39.223 INFO kablam! 11 | pub fn new(status: String, result: SearchResult) -> BlindSearchStatus { Oct 15 08:48:39.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.224 INFO kablam! Oct 15 08:48:39.224 INFO kablam! warning: variant is never constructed: `Found` Oct 15 08:48:39.224 INFO kablam! --> src/blindsearch.rs:18:5 Oct 15 08:48:39.225 INFO kablam! | Oct 15 08:48:39.225 INFO kablam! 18 | Found, Oct 15 08:48:39.225 INFO kablam! | ^^^^^ Oct 15 08:48:39.226 INFO kablam! Oct 15 08:48:39.226 INFO kablam! warning: variant is never constructed: `NotFound` Oct 15 08:48:39.226 INFO kablam! --> src/blindsearch.rs:19:5 Oct 15 08:48:39.231 INFO kablam! | Oct 15 08:48:39.231 INFO kablam! 19 | NotFound, Oct 15 08:48:39.231 INFO kablam! | ^^^^^^^^ Oct 15 08:48:39.232 INFO kablam! Oct 15 08:48:39.232 INFO kablam! warning: struct is never constructed: `BlindSearchResult` Oct 15 08:48:39.232 INFO kablam! --> src/blindsearch.rs:23:1 Oct 15 08:48:39.233 INFO kablam! | Oct 15 08:48:39.233 INFO kablam! 23 | pub struct BlindSearchResult { Oct 15 08:48:39.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.233 INFO kablam! Oct 15 08:48:39.234 INFO kablam! warning: function is never used: `capture` Oct 15 08:48:39.234 INFO kablam! --> src/core.rs:11:1 Oct 15 08:48:39.234 INFO kablam! | Oct 15 08:48:39.235 INFO kablam! 11 | fn capture<'a>(s: &'a String) -> regex::Captures<'a> { Oct 15 08:48:39.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.235 INFO kablam! Oct 15 08:48:39.236 INFO kablam! warning: function is never used: `parse_line` Oct 15 08:48:39.236 INFO kablam! --> src/core.rs:17:1 Oct 15 08:48:39.236 INFO kablam! | Oct 15 08:48:39.236 INFO kablam! 17 | fn parse_line<'a>(line: &'a String) -> (String, Vec<(bool, String)>) { Oct 15 08:48:39.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.237 INFO kablam! Oct 15 08:48:39.237 INFO kablam! warning: function is never used: `build_tree` Oct 15 08:48:39.238 INFO kablam! --> src/core.rs:48:1 Oct 15 08:48:39.238 INFO kablam! | Oct 15 08:48:39.238 INFO kablam! 48 | fn build_tree(line: String, root_node: &Node, goals: &mut Vec) { Oct 15 08:48:39.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.239 INFO kablam! Oct 15 08:48:39.239 INFO kablam! warning: function is never used: `build_tree_from_input` Oct 15 08:48:39.240 INFO kablam! --> src/core.rs:72:1 Oct 15 08:48:39.240 INFO kablam! | Oct 15 08:48:39.240 INFO kablam! 72 | pub fn build_tree_from_input(input_path: &str) -> Node { Oct 15 08:48:39.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.241 INFO kablam! Oct 15 08:48:39.241 INFO kablam! warning: function is never used: `blind_search_bfs` Oct 15 08:48:39.242 INFO kablam! --> src/bfs.rs:6:1 Oct 15 08:48:39.242 INFO kablam! | Oct 15 08:48:39.242 INFO kablam! 6 | pub fn blind_search_bfs(root_node: &Node, goals: &Vec) -> BlindSearchResult { Oct 15 08:48:39.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:39.243 INFO kablam! Oct 15 08:48:39.243 INFO kablam! warning: function is never used: `dig` Oct 15 08:48:39.243 INFO kablam! --> src/bfs.rs:20:1 Oct 15 08:48:39.244 INFO kablam! | Oct 15 08:48:39.244 INFO kablam! 20 | / fn dig(l1: &mut Vec, Oct 15 08:48:39.244 INFO kablam! 21 | | l2: &mut Vec, Oct 15 08:48:39.245 INFO kablam! 22 | | loop_count: u32, Oct 15 08:48:39.245 INFO kablam! 23 | | goals: &Vec) Oct 15 08:48:39.245 INFO kablam! ... | Oct 15 08:48:39.246 INFO kablam! 61 | | } Oct 15 08:48:39.246 INFO kablam! 62 | | } Oct 15 08:48:39.246 INFO kablam! | |_^ Oct 15 08:48:39.247 INFO kablam! Oct 15 08:48:39.247 INFO kablam! warning: function is never used: `blind_search_iddfs` Oct 15 08:48:39.247 INFO kablam! --> src/iddfs.rs:6:1 Oct 15 08:48:39.248 INFO kablam! | Oct 15 08:48:39.248 INFO kablam! 6 | / pub fn blind_search_iddfs(root_node: &Node, Oct 15 08:48:39.248 INFO kablam! 7 | | goals: &Vec, Oct 15 08:48:39.248 INFO kablam! 8 | | cutoff_threshold: u32) Oct 15 08:48:39.249 INFO kablam! 9 | | -> BlindSearchResult { Oct 15 08:48:39.249 INFO kablam! ... | Oct 15 08:48:39.249 INFO kablam! 32 | | } Oct 15 08:48:39.250 INFO kablam! 33 | | } Oct 15 08:48:39.250 INFO kablam! | |_^ Oct 15 08:48:39.250 INFO kablam! Oct 15 08:48:39.251 INFO kablam! warning: function is never used: `dig` Oct 15 08:48:39.251 INFO kablam! --> src/iddfs.rs:36:1 Oct 15 08:48:39.251 INFO kablam! | Oct 15 08:48:39.252 INFO kablam! 36 | / fn dig(l1: &mut Vec, Oct 15 08:48:39.252 INFO kablam! 37 | | l2: &mut Vec, Oct 15 08:48:39.252 INFO kablam! 38 | | cutoff: u32, Oct 15 08:48:39.253 INFO kablam! 39 | | cutoff_threshold: u32, Oct 15 08:48:39.253 INFO kablam! ... | Oct 15 08:48:39.253 INFO kablam! 105 | | } Oct 15 08:48:39.254 INFO kablam! 106 | | } Oct 15 08:48:39.254 INFO kablam! | |_^ Oct 15 08:48:39.254 INFO kablam! Oct 15 08:48:39.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 15 08:48:39.602 INFO kablam! su: No module specific data is present Oct 15 08:48:40.335 INFO running `"docker" "rm" "-f" "0154a65681a78f77eac4a7585e3e02fb3cdd90af11907234ab38ac00a77c386d"` Oct 15 08:48:40.823 INFO blam! 0154a65681a78f77eac4a7585e3e02fb3cdd90af11907234ab38ac00a77c386d Oct 15 08:48:40.839 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 08:48:41.172 INFO blam! 0c96517b91ff19264089a3c29b7359c4394a48ad8462cc194ef13b007cfd19de Oct 15 08:48:41.175 INFO running `"docker" "start" "-a" "0c96517b91ff19264089a3c29b7359c4394a48ad8462cc194ef13b007cfd19de"` Oct 15 08:48:42.599 INFO kablam! usermod: no changes Oct 15 08:48:42.675 INFO kablam! Compiling blindsearch v0.1.0 (/source) Oct 15 08:48:43.803 INFO kablam! warning: method is never used: `stringify` Oct 15 08:48:43.803 INFO kablam! --> src/tree.rs:43:5 Oct 15 08:48:43.803 INFO kablam! | Oct 15 08:48:43.803 INFO kablam! 43 | pub fn stringify(&self) { Oct 15 08:48:43.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:43.803 INFO kablam! | Oct 15 08:48:43.803 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:48:43.803 INFO kablam! Oct 15 08:48:43.803 INFO kablam! warning: method is never used: `inner_stringify` Oct 15 08:48:43.803 INFO kablam! --> src/tree.rs:48:5 Oct 15 08:48:43.803 INFO kablam! | Oct 15 08:48:43.803 INFO kablam! 48 | fn inner_stringify(&self, depth: i32) { Oct 15 08:48:43.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:43.803 INFO kablam! Oct 15 08:48:45.568 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.95s Oct 15 08:48:45.571 INFO kablam! su: No module specific data is present Oct 15 08:48:46.055 INFO running `"docker" "rm" "-f" "0c96517b91ff19264089a3c29b7359c4394a48ad8462cc194ef13b007cfd19de"` Oct 15 08:48:46.735 INFO blam! 0c96517b91ff19264089a3c29b7359c4394a48ad8462cc194ef13b007cfd19de Oct 15 08:48:46.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 08:48:47.077 INFO blam! 739c2fab2c89050bdf6a4c21e5716470e7692d07a32c68ea678245bc88c42d2b Oct 15 08:48:47.082 INFO running `"docker" "start" "-a" "739c2fab2c89050bdf6a4c21e5716470e7692d07a32c68ea678245bc88c42d2b"` Oct 15 08:48:47.510 INFO kablam! usermod: no changes Oct 15 08:48:47.549 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 08:48:47.552 INFO kablam! Running /target/debug/deps/blindsearch-ad20eae5ddfbefa2 Oct 15 08:48:47.553 INFO blam! Oct 15 08:48:47.553 INFO blam! running 3 tests Oct 15 08:48:47.560 INFO blam! test bfs::tests::test_dfs ... ok Oct 15 08:48:47.561 INFO blam! test dfs::tests::test_dfs ... ok Oct 15 08:48:47.566 INFO blam! test iddfs::tests::test_dfs ... ok Oct 15 08:48:47.566 INFO blam! Oct 15 08:48:47.566 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:48:47.566 INFO blam! Oct 15 08:48:47.567 INFO kablam! su: No module specific data is present Oct 15 08:48:47.943 INFO running `"docker" "rm" "-f" "739c2fab2c89050bdf6a4c21e5716470e7692d07a32c68ea678245bc88c42d2b"` Oct 15 08:48:48.191 INFO blam! 739c2fab2c89050bdf6a4c21e5716470e7692d07a32c68ea678245bc88c42d2b