Oct 15 08:48:31.568 INFO testing MaxfieldWalker/blindsearch against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:48:31.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:48:32.092 INFO blam! d6dad7d116aea31c96a3227245d131dfb405af91401896ffb06eeaf5eaa51c7d Oct 15 08:48:32.094 INFO running `"docker" "start" "-a" "d6dad7d116aea31c96a3227245d131dfb405af91401896ffb06eeaf5eaa51c7d"` Oct 15 08:48:33.430 INFO kablam! usermod: no changes Oct 15 08:48:33.563 INFO kablam! Compiling memchr v1.0.1 Oct 15 08:48:33.563 INFO kablam! Compiling thread-id v3.0.0 Oct 15 08:48:34.536 INFO kablam! Compiling aho-corasick v0.6.3 Oct 15 08:48:34.727 INFO kablam! Compiling thread_local v0.3.3 Oct 15 08:48:36.184 INFO kablam! Compiling regex v0.2.1 Oct 15 08:48:43.907 INFO kablam! Compiling blindsearch v0.1.0 (/source) Oct 15 08:48:44.737 INFO kablam! warning: function is never used: `blind_search_dfs` Oct 15 08:48:44.737 INFO kablam! --> src/dfs.rs:7:1 Oct 15 08:48:44.737 INFO kablam! | Oct 15 08:48:44.737 INFO kablam! 7 | pub fn blind_search_dfs(root_node: &Node, goals: &Vec) -> BlindSearchResult { Oct 15 08:48:44.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.737 INFO kablam! | Oct 15 08:48:44.737 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:48:44.737 INFO kablam! Oct 15 08:48:44.737 INFO kablam! warning: function is never used: `dig` Oct 15 08:48:44.737 INFO kablam! --> src/dfs.rs:22:1 Oct 15 08:48:44.737 INFO kablam! | Oct 15 08:48:44.737 INFO kablam! 22 | / fn dig(l1: &mut Vec, Oct 15 08:48:44.737 INFO kablam! 23 | | l2: &mut Vec, Oct 15 08:48:44.737 INFO kablam! 24 | | loop_count: u32, Oct 15 08:48:44.737 INFO kablam! 25 | | goals: &Vec) Oct 15 08:48:44.737 INFO kablam! ... | Oct 15 08:48:44.737 INFO kablam! 66 | | } Oct 15 08:48:44.737 INFO kablam! 67 | | } Oct 15 08:48:44.737 INFO kablam! | |_^ Oct 15 08:48:44.737 INFO kablam! Oct 15 08:48:44.737 INFO kablam! warning: type alias is never used: `NodeRef` Oct 15 08:48:44.737 INFO kablam! --> src/tree.rs:5:1 Oct 15 08:48:44.737 INFO kablam! | Oct 15 08:48:44.737 INFO kablam! 5 | type NodeRef = Rc>; Oct 15 08:48:44.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.737 INFO kablam! Oct 15 08:48:44.737 INFO kablam! warning: struct is never constructed: `Node` Oct 15 08:48:44.737 INFO kablam! --> src/tree.rs:15:1 Oct 15 08:48:44.737 INFO kablam! | Oct 15 08:48:44.737 INFO kablam! 15 | pub struct Node(NodeRef); Oct 15 08:48:44.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.737 INFO kablam! Oct 15 08:48:44.737 INFO kablam! warning: method is never used: `new` Oct 15 08:48:44.737 INFO kablam! --> src/tree.rs:18:5 Oct 15 08:48:44.737 INFO kablam! | Oct 15 08:48:44.737 INFO kablam! 18 | pub fn new(value: String) -> Node { Oct 15 08:48:44.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.738 INFO kablam! Oct 15 08:48:44.738 INFO kablam! warning: method is never used: `add_child` Oct 15 08:48:44.738 INFO kablam! --> src/tree.rs:26:5 Oct 15 08:48:44.738 INFO kablam! | Oct 15 08:48:44.738 INFO kablam! 26 | pub fn add_child(&self, child_node: &Node) { Oct 15 08:48:44.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.738 INFO kablam! Oct 15 08:48:44.738 INFO kablam! warning: method is never used: `stringify` Oct 15 08:48:44.738 INFO kablam! --> src/tree.rs:43:5 Oct 15 08:48:44.738 INFO kablam! | Oct 15 08:48:44.738 INFO kablam! 43 | pub fn stringify(&self) { Oct 15 08:48:44.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.738 INFO kablam! Oct 15 08:48:44.738 INFO kablam! warning: method is never used: `inner_stringify` Oct 15 08:48:44.738 INFO kablam! --> src/tree.rs:48:5 Oct 15 08:48:44.738 INFO kablam! | Oct 15 08:48:44.738 INFO kablam! 48 | fn inner_stringify(&self, depth: i32) { Oct 15 08:48:44.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.738 INFO kablam! Oct 15 08:48:44.738 INFO kablam! warning: method is never used: `find_node` Oct 15 08:48:44.738 INFO kablam! --> src/tree.rs:62:5 Oct 15 08:48:44.738 INFO kablam! | Oct 15 08:48:44.738 INFO kablam! 62 | pub fn find_node(&self, value: &str) -> Option<(Node, u32)> { Oct 15 08:48:44.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.738 INFO kablam! Oct 15 08:48:44.738 INFO kablam! warning: method is never used: `inner_find_node` Oct 15 08:48:44.738 INFO kablam! --> src/tree.rs:66:5 Oct 15 08:48:44.738 INFO kablam! | Oct 15 08:48:44.738 INFO kablam! 66 | fn inner_find_node(&self, value: &str, current_depth: u32) -> Option<(Node, u32)> { Oct 15 08:48:44.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.738 INFO kablam! Oct 15 08:48:44.738 INFO kablam! warning: method is never used: `children` Oct 15 08:48:44.738 INFO kablam! --> src/tree.rs:87:5 Oct 15 08:48:44.738 INFO kablam! | Oct 15 08:48:44.738 INFO kablam! 87 | pub fn children(&self) -> Vec { Oct 15 08:48:44.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.738 INFO kablam! Oct 15 08:48:44.738 INFO kablam! warning: method is never used: `name` Oct 15 08:48:44.738 INFO kablam! --> src/tree.rs:96:5 Oct 15 08:48:44.738 INFO kablam! | Oct 15 08:48:44.738 INFO kablam! 96 | pub fn name(&self) -> String { Oct 15 08:48:44.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.739 INFO kablam! Oct 15 08:48:44.739 INFO kablam! warning: method is never used: `has_child_node` Oct 15 08:48:44.739 INFO kablam! --> src/tree.rs:100:5 Oct 15 08:48:44.739 INFO kablam! | Oct 15 08:48:44.739 INFO kablam! 100 | pub fn has_child_node(&self) -> bool { Oct 15 08:48:44.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.739 INFO kablam! Oct 15 08:48:44.739 INFO kablam! warning: method is never used: `ref_clone` Oct 15 08:48:44.739 INFO kablam! --> src/tree.rs:104:5 Oct 15 08:48:44.739 INFO kablam! | Oct 15 08:48:44.739 INFO kablam! 104 | pub fn ref_clone(&self) -> Node { Oct 15 08:48:44.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.739 INFO kablam! Oct 15 08:48:44.739 INFO kablam! warning: struct is never constructed: `BlindSearchStatus` Oct 15 08:48:44.739 INFO kablam! --> src/blindsearch.rs:3:1 Oct 15 08:48:44.739 INFO kablam! | Oct 15 08:48:44.739 INFO kablam! 3 | pub struct BlindSearchStatus { Oct 15 08:48:44.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.739 INFO kablam! Oct 15 08:48:44.739 INFO kablam! warning: method is never used: `new` Oct 15 08:48:44.739 INFO kablam! --> src/blindsearch.rs:11:5 Oct 15 08:48:44.739 INFO kablam! | Oct 15 08:48:44.739 INFO kablam! 11 | pub fn new(status: String, result: SearchResult) -> BlindSearchStatus { Oct 15 08:48:44.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.739 INFO kablam! Oct 15 08:48:44.739 INFO kablam! warning: variant is never constructed: `Found` Oct 15 08:48:44.739 INFO kablam! --> src/blindsearch.rs:18:5 Oct 15 08:48:44.739 INFO kablam! | Oct 15 08:48:44.739 INFO kablam! 18 | Found, Oct 15 08:48:44.739 INFO kablam! | ^^^^^ Oct 15 08:48:44.739 INFO kablam! Oct 15 08:48:44.739 INFO kablam! warning: variant is never constructed: `NotFound` Oct 15 08:48:44.739 INFO kablam! --> src/blindsearch.rs:19:5 Oct 15 08:48:44.739 INFO kablam! | Oct 15 08:48:44.739 INFO kablam! 19 | NotFound, Oct 15 08:48:44.739 INFO kablam! | ^^^^^^^^ Oct 15 08:48:44.739 INFO kablam! Oct 15 08:48:44.739 INFO kablam! warning: struct is never constructed: `BlindSearchResult` Oct 15 08:48:44.739 INFO kablam! --> src/blindsearch.rs:23:1 Oct 15 08:48:44.739 INFO kablam! | Oct 15 08:48:44.739 INFO kablam! 23 | pub struct BlindSearchResult { Oct 15 08:48:44.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.739 INFO kablam! Oct 15 08:48:44.739 INFO kablam! warning: function is never used: `capture` Oct 15 08:48:44.739 INFO kablam! --> src/core.rs:11:1 Oct 15 08:48:44.740 INFO kablam! | Oct 15 08:48:44.740 INFO kablam! 11 | fn capture<'a>(s: &'a String) -> regex::Captures<'a> { Oct 15 08:48:44.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.740 INFO kablam! Oct 15 08:48:44.740 INFO kablam! warning: function is never used: `parse_line` Oct 15 08:48:44.740 INFO kablam! --> src/core.rs:17:1 Oct 15 08:48:44.740 INFO kablam! | Oct 15 08:48:44.740 INFO kablam! 17 | fn parse_line<'a>(line: &'a String) -> (String, Vec<(bool, String)>) { Oct 15 08:48:44.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.740 INFO kablam! Oct 15 08:48:44.740 INFO kablam! warning: function is never used: `build_tree` Oct 15 08:48:44.740 INFO kablam! --> src/core.rs:48:1 Oct 15 08:48:44.740 INFO kablam! | Oct 15 08:48:44.740 INFO kablam! 48 | fn build_tree(line: String, root_node: &Node, goals: &mut Vec) { Oct 15 08:48:44.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.740 INFO kablam! Oct 15 08:48:44.740 INFO kablam! warning: function is never used: `build_tree_from_input` Oct 15 08:48:44.740 INFO kablam! --> src/core.rs:72:1 Oct 15 08:48:44.740 INFO kablam! | Oct 15 08:48:44.740 INFO kablam! 72 | pub fn build_tree_from_input(input_path: &str) -> Node { Oct 15 08:48:44.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.740 INFO kablam! Oct 15 08:48:44.740 INFO kablam! warning: function is never used: `blind_search_bfs` Oct 15 08:48:44.740 INFO kablam! --> src/bfs.rs:6:1 Oct 15 08:48:44.740 INFO kablam! | Oct 15 08:48:44.740 INFO kablam! 6 | pub fn blind_search_bfs(root_node: &Node, goals: &Vec) -> BlindSearchResult { Oct 15 08:48:44.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.740 INFO kablam! Oct 15 08:48:44.740 INFO kablam! warning: function is never used: `dig` Oct 15 08:48:44.740 INFO kablam! --> src/bfs.rs:20:1 Oct 15 08:48:44.740 INFO kablam! | Oct 15 08:48:44.740 INFO kablam! 20 | / fn dig(l1: &mut Vec, Oct 15 08:48:44.740 INFO kablam! 21 | | l2: &mut Vec, Oct 15 08:48:44.740 INFO kablam! 22 | | loop_count: u32, Oct 15 08:48:44.740 INFO kablam! 23 | | goals: &Vec) Oct 15 08:48:44.740 INFO kablam! ... | Oct 15 08:48:44.740 INFO kablam! 61 | | } Oct 15 08:48:44.740 INFO kablam! 62 | | } Oct 15 08:48:44.740 INFO kablam! | |_^ Oct 15 08:48:44.740 INFO kablam! Oct 15 08:48:44.740 INFO kablam! warning: function is never used: `blind_search_iddfs` Oct 15 08:48:44.740 INFO kablam! --> src/iddfs.rs:6:1 Oct 15 08:48:44.740 INFO kablam! | Oct 15 08:48:44.740 INFO kablam! 6 | / pub fn blind_search_iddfs(root_node: &Node, Oct 15 08:48:44.740 INFO kablam! 7 | | goals: &Vec, Oct 15 08:48:44.740 INFO kablam! 8 | | cutoff_threshold: u32) Oct 15 08:48:44.740 INFO kablam! 9 | | -> BlindSearchResult { Oct 15 08:48:44.740 INFO kablam! ... | Oct 15 08:48:44.740 INFO kablam! 32 | | } Oct 15 08:48:44.740 INFO kablam! 33 | | } Oct 15 08:48:44.740 INFO kablam! | |_^ Oct 15 08:48:44.740 INFO kablam! Oct 15 08:48:44.740 INFO kablam! warning: function is never used: `dig` Oct 15 08:48:44.740 INFO kablam! --> src/iddfs.rs:36:1 Oct 15 08:48:44.740 INFO kablam! | Oct 15 08:48:44.740 INFO kablam! 36 | / fn dig(l1: &mut Vec, Oct 15 08:48:44.740 INFO kablam! 37 | | l2: &mut Vec, Oct 15 08:48:44.740 INFO kablam! 38 | | cutoff: u32, Oct 15 08:48:44.740 INFO kablam! 39 | | cutoff_threshold: u32, Oct 15 08:48:44.740 INFO kablam! ... | Oct 15 08:48:44.740 INFO kablam! 105 | | } Oct 15 08:48:44.740 INFO kablam! 106 | | } Oct 15 08:48:44.740 INFO kablam! | |_^ Oct 15 08:48:44.740 INFO kablam! Oct 15 08:48:45.145 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.67s Oct 15 08:48:45.151 INFO kablam! su: No module specific data is present Oct 15 08:48:45.903 INFO running `"docker" "rm" "-f" "d6dad7d116aea31c96a3227245d131dfb405af91401896ffb06eeaf5eaa51c7d"` Oct 15 08:48:46.103 INFO blam! d6dad7d116aea31c96a3227245d131dfb405af91401896ffb06eeaf5eaa51c7d Oct 15 08:48:46.105 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:48:46.898 INFO blam! bd8ebec252e462e89c505e3b036eb35a09f85985cc6a6b4866905b252a131d3d Oct 15 08:48:46.907 INFO running `"docker" "start" "-a" "bd8ebec252e462e89c505e3b036eb35a09f85985cc6a6b4866905b252a131d3d"` Oct 15 08:48:47.431 INFO kablam! usermod: no changes Oct 15 08:48:47.475 INFO kablam! Compiling blindsearch v0.1.0 (/source) Oct 15 08:48:48.361 INFO kablam! warning: method is never used: `stringify` Oct 15 08:48:48.361 INFO kablam! --> src/tree.rs:43:5 Oct 15 08:48:48.361 INFO kablam! | Oct 15 08:48:48.362 INFO kablam! 43 | pub fn stringify(&self) { Oct 15 08:48:48.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:48.362 INFO kablam! | Oct 15 08:48:48.362 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:48:48.363 INFO kablam! Oct 15 08:48:48.363 INFO kablam! warning: method is never used: `inner_stringify` Oct 15 08:48:48.363 INFO kablam! --> src/tree.rs:48:5 Oct 15 08:48:48.364 INFO kablam! | Oct 15 08:48:48.364 INFO kablam! 48 | fn inner_stringify(&self, depth: i32) { Oct 15 08:48:48.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:48.364 INFO kablam! Oct 15 08:48:50.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.61s Oct 15 08:48:50.064 INFO kablam! su: No module specific data is present Oct 15 08:48:50.994 INFO running `"docker" "rm" "-f" "bd8ebec252e462e89c505e3b036eb35a09f85985cc6a6b4866905b252a131d3d"` Oct 15 08:48:51.255 INFO blam! bd8ebec252e462e89c505e3b036eb35a09f85985cc6a6b4866905b252a131d3d Oct 15 08:48:51.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:48:51.809 INFO blam! 733119fae754cdded9ce0d8ba0890da890f4daaa6f0112a072bafc87ee37cdb4 Oct 15 08:48:51.815 INFO running `"docker" "start" "-a" "733119fae754cdded9ce0d8ba0890da890f4daaa6f0112a072bafc87ee37cdb4"` Oct 15 08:48:53.126 INFO kablam! usermod: no changes Oct 15 08:48:53.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 08:48:53.223 INFO kablam! Running /target/debug/deps/blindsearch-0c2e4217a78210df Oct 15 08:48:53.223 INFO blam! Oct 15 08:48:53.224 INFO blam! running 3 tests Oct 15 08:48:53.248 INFO blam! test dfs::tests::test_dfs ... ok Oct 15 08:48:53.248 INFO kablam! su: No module specific data is present Oct 15 08:48:53.248 INFO blam! test iddfs::tests::test_dfs ... ok Oct 15 08:48:53.249 INFO blam! test bfs::tests::test_dfs ... ok Oct 15 08:48:53.249 INFO blam! Oct 15 08:48:53.249 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:48:53.249 INFO blam! Oct 15 08:48:53.804 INFO running `"docker" "rm" "-f" "733119fae754cdded9ce0d8ba0890da890f4daaa6f0112a072bafc87ee37cdb4"` Oct 15 08:48:54.119 INFO blam! 733119fae754cdded9ce0d8ba0890da890f4daaa6f0112a072bafc87ee37cdb4