Oct 11 02:45:37.831 INFO testing ashishnegi/learn-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:45:37.832 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:45:37.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:45:38.251 INFO blam! 8c1187cac1fcad9485dc5f9d333e1890a7cc1e951fedd842acbfd20f420615e8 Oct 11 02:45:38.252 INFO running `"docker" "start" "-a" "8c1187cac1fcad9485dc5f9d333e1890a7cc1e951fedd842acbfd20f420615e8"` Oct 11 02:45:39.388 INFO kablam! usermod: no changes Oct 11 02:45:39.464 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 11 02:45:40.596 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 11 02:45:40.596 INFO kablam! --> src/area.rs:2:1 Oct 11 02:45:40.596 INFO kablam! | Oct 11 02:45:40.596 INFO kablam! 2 | struct Rectangle { Oct 11 02:45:40.596 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 02:45:40.596 INFO kablam! | Oct 11 02:45:40.596 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:45:40.596 INFO kablam! Oct 11 02:45:40.596 INFO kablam! warning: method is never used: `area` Oct 11 02:45:40.596 INFO kablam! --> src/area.rs:8:5 Oct 11 02:45:40.596 INFO kablam! | Oct 11 02:45:40.596 INFO kablam! 8 | fn area(&self) -> u32 { Oct 11 02:45:40.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.596 INFO kablam! Oct 11 02:45:40.596 INFO kablam! warning: struct is never constructed: `Square` Oct 11 02:45:40.596 INFO kablam! --> src/area.rs:13:1 Oct 11 02:45:40.596 INFO kablam! | Oct 11 02:45:40.596 INFO kablam! 13 | struct Square { Oct 11 02:45:40.596 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 02:45:40.596 INFO kablam! Oct 11 02:45:40.596 INFO kablam! warning: method is never used: `area` Oct 11 02:45:40.596 INFO kablam! --> src/area.rs:18:5 Oct 11 02:45:40.596 INFO kablam! | Oct 11 02:45:40.596 INFO kablam! 18 | fn area(&self) -> u32 { Oct 11 02:45:40.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.596 INFO kablam! Oct 11 02:45:40.596 INFO kablam! warning: function is never used: `plus_one` Oct 11 02:45:40.596 INFO kablam! --> src/maybe.rs:15:1 Oct 11 02:45:40.596 INFO kablam! | Oct 11 02:45:40.596 INFO kablam! 15 | fn plus_one(there: Option) -> Option { Oct 11 02:45:40.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.596 INFO kablam! Oct 11 02:45:40.596 INFO kablam! warning: function is never used: `merge_sort` Oct 11 02:45:40.596 INFO kablam! --> src/collection.rs:2:1 Oct 11 02:45:40.596 INFO kablam! | Oct 11 02:45:40.596 INFO kablam! 2 | fn merge_sort(arr: & mut[u32], start: usize, end: usize) { Oct 11 02:45:40.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.596 INFO kablam! Oct 11 02:45:40.596 INFO kablam! warning: enum is never used: `TeaError` Oct 11 02:45:40.596 INFO kablam! --> src/errors.rs:1:1 Oct 11 02:45:40.596 INFO kablam! | Oct 11 02:45:40.596 INFO kablam! 1 | enum TeaError { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: function is never used: `append` Oct 11 02:45:40.597 INFO kablam! --> src/errors.rs:9:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 9 | fn append(s1: String, s2: String) -> String { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: function is never used: `get_milk_from_cow` Oct 11 02:45:40.597 INFO kablam! --> src/errors.rs:13:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 13 | fn get_milk_from_cow(cow: bool) -> Result { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: function is never used: `pour_milk` Oct 11 02:45:40.597 INFO kablam! --> src/errors.rs:21:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 21 | fn pour_milk(milk: bool) -> Result { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: function is never used: `make_tea` Oct 11 02:45:40.597 INFO kablam! --> src/errors.rs:29:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 29 | fn make_tea() -> Result { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: function is never used: `largest` Oct 11 02:45:40.597 INFO kablam! --> src/traits.rs:1:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 1 | fn largest(ts: &[T]) -> &T { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: struct is never constructed: `Human` Oct 11 02:45:40.597 INFO kablam! --> src/traits.rs:17:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 17 | struct Human {} Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: struct is never constructed: `Cat` Oct 11 02:45:40.597 INFO kablam! --> src/traits.rs:18:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 18 | struct Cat {} Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: struct is never constructed: `Res` Oct 11 02:45:40.597 INFO kablam! --> src/grep.rs:5:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 5 | struct Res { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: function is never used: `search_contents` Oct 11 02:45:40.597 INFO kablam! --> src/grep.rs:10:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 10 | fn search_contents(contents: &str, search: &str) -> Vec { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: function is never used: `grep` Oct 11 02:45:40.597 INFO kablam! --> src/grep.rs:25:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 25 | fn grep(filename: &str, search: &str) -> Result, Error> { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: function is never used: `add_one` Oct 11 02:45:40.597 INFO kablam! --> src/closures.rs:1:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 1 | / fn add_one(closure: F, y: u32) -> u32 Oct 11 02:45:40.597 INFO kablam! 2 | | where F: Fn(u32) -> u32 Oct 11 02:45:40.597 INFO kablam! 3 | | { Oct 11 02:45:40.597 INFO kablam! 4 | | closure(y) + 1 Oct 11 02:45:40.597 INFO kablam! 5 | | } Oct 11 02:45:40.597 INFO kablam! | |_^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: function is never used: `add` Oct 11 02:45:40.597 INFO kablam! --> src/closures.rs:7:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 7 | fn add(x: u32, y: u32) -> u32 { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.597 INFO kablam! Oct 11 02:45:40.597 INFO kablam! warning: struct is never constructed: `Even` Oct 11 02:45:40.597 INFO kablam! --> src/closures.rs:17:1 Oct 11 02:45:40.597 INFO kablam! | Oct 11 02:45:40.597 INFO kablam! 17 | struct Even { Oct 11 02:45:40.597 INFO kablam! | ^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: struct is never constructed: `Node` Oct 11 02:45:40.598 INFO kablam! --> src/tree.rs:5:1 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 5 | struct Node { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: function is never used: `make_tree` Oct 11 02:45:40.598 INFO kablam! --> src/tree.rs:11:1 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 11 | fn make_tree() { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: function is never used: `thread1` Oct 11 02:45:40.598 INFO kablam! --> src/threads.rs:5:1 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 5 | fn thread1() { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: function is never used: `channels` Oct 11 02:45:40.598 INFO kablam! --> src/threads.rs:17:1 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 17 | fn channels() { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: struct is never constructed: `Post` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:1:1 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 1 | struct Post { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: struct is never constructed: `DraftPost` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:5:1 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 5 | struct DraftPost { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: struct is never constructed: `PendingPost` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:9:1 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 9 | struct PendingPost { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: method is never used: `new` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:16:5 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 16 | fn new() -> DraftPost { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: method is never used: `content` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:20:5 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 20 | fn content(&self) -> &str { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: method is never used: `req_review` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:26:5 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 26 | fn req_review(self) -> PendingPost { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: method is never used: `add_text` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:33:5 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 33 | fn add_text(&mut self, content: &str) { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: enum is never used: `PublishResult` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:38:1 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 38 | enum PublishResult { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: method is never used: `approve` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:44:5 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 44 | fn approve(&mut self) { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: method is never used: `reject` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:47:5 Oct 11 02:45:40.598 INFO kablam! | Oct 11 02:45:40.598 INFO kablam! 47 | fn reject(self) -> DraftPost { Oct 11 02:45:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.598 INFO kablam! Oct 11 02:45:40.598 INFO kablam! warning: method is never used: `publish` Oct 11 02:45:40.598 INFO kablam! --> src/posts.rs:50:5 Oct 11 02:45:40.599 INFO kablam! | Oct 11 02:45:40.599 INFO kablam! 50 | fn publish(self) -> PublishResult { Oct 11 02:45:40.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:45:40.599 INFO kablam! Oct 11 02:45:41.166 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 11 02:45:41.170 INFO kablam! su: No module specific data is present Oct 11 02:45:41.841 INFO running `"docker" "rm" "-f" "8c1187cac1fcad9485dc5f9d333e1890a7cc1e951fedd842acbfd20f420615e8"` Oct 11 02:45:42.129 INFO blam! 8c1187cac1fcad9485dc5f9d333e1890a7cc1e951fedd842acbfd20f420615e8 Oct 11 02:45:42.134 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:45:42.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:45:42.571 INFO blam! 66da83c58730d6c03be5a9b5b48549d04a3f254b2ab154549fe5354602dc299f Oct 11 02:45:42.572 INFO running `"docker" "start" "-a" "66da83c58730d6c03be5a9b5b48549d04a3f254b2ab154549fe5354602dc299f"` Oct 11 02:45:43.968 INFO kablam! usermod: no changes Oct 11 02:45:44.077 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 11 02:45:47.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.29s Oct 11 02:45:47.289 INFO kablam! su: No module specific data is present Oct 11 02:45:47.909 INFO running `"docker" "rm" "-f" "66da83c58730d6c03be5a9b5b48549d04a3f254b2ab154549fe5354602dc299f"` Oct 11 02:45:48.175 INFO blam! 66da83c58730d6c03be5a9b5b48549d04a3f254b2ab154549fe5354602dc299f Oct 11 02:45:48.181 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:45:48.183 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:45:48.629 INFO blam! fca815a994348c910717d8760bcbebf6f7ac5a2b46cb8deebc3ce4a52bbd0042 Oct 11 02:45:48.630 INFO running `"docker" "start" "-a" "fca815a994348c910717d8760bcbebf6f7ac5a2b46cb8deebc3ce4a52bbd0042"` Oct 11 02:45:49.880 INFO kablam! usermod: no changes Oct 11 02:45:49.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 02:45:49.938 INFO kablam! Running /target/debug/deps/learnrust-b9916d23f5bb8803 Oct 11 02:45:49.944 INFO blam! Oct 11 02:45:49.944 INFO blam! running 22 tests Oct 11 02:45:49.952 INFO blam! test closures::tests::add_test ... ok Oct 11 02:45:49.952 INFO blam! test collection::tests::my_sort ... ok Oct 11 02:45:49.952 INFO blam! test errors::tests::append_str ... ok Oct 11 02:45:49.952 INFO blam! test collection::tests::my_sort5 ... ok Oct 11 02:45:49.952 INFO blam! test errors::tests::attemp_tea_one ... ok Oct 11 02:45:49.952 INFO blam! test errors::tests::attemp_tea_two ... ok Oct 11 02:45:49.952 INFO blam! test grep::tests::grep_1 ... ok Oct 11 02:45:49.952 INFO blam! test maybe::tests::call_nothing ... ok Oct 11 02:45:49.952 INFO blam! test posts::tests::publish_workflow ... ok Oct 11 02:45:49.952 INFO blam! test posts::tests::reject_workflow ... ok Oct 11 02:45:49.954 INFO blam! test posts::tests::two_approvals_workflow ... ok Oct 11 02:45:49.954 INFO blam! vector is : [1, 2, 3, 4] Oct 11 02:45:49.954 INFO blam! test threads::tests::thread1_test ... ok Oct 11 02:45:49.954 INFO blam! test traits::tests::largest_test ... ok Oct 11 02:45:49.954 INFO blam! test traits::tests::say_my_name ... ok Oct 11 02:45:49.954 INFO blam! test tree::tests::tree_test ... ok Oct 11 02:45:49.964 INFO blam! test area::tests::area_square ... ok Oct 11 02:45:49.964 INFO blam! test collection::tests::my_sort4 ... ok Oct 11 02:45:49.964 INFO blam! test area::tests::area_rectangle ... ok Oct 11 02:45:49.964 INFO blam! test closures::tests::even_iter ... ok Oct 11 02:45:49.972 INFO blam! test collection::tests::my_sort2 ... ok Oct 11 02:45:49.972 INFO blam! test collection::tests::my_sort3 ... ok Oct 11 02:45:54.955 INFO blam! test threads::tests::channels_test ... ok Oct 11 02:45:54.955 INFO blam! Oct 11 02:45:54.955 INFO blam! test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:45:54.955 INFO blam! Oct 11 02:45:54.968 INFO kablam! su: No module specific data is present Oct 11 02:45:55.853 INFO running `"docker" "rm" "-f" "fca815a994348c910717d8760bcbebf6f7ac5a2b46cb8deebc3ce4a52bbd0042"` Oct 11 02:45:56.140 INFO blam! fca815a994348c910717d8760bcbebf6f7ac5a2b46cb8deebc3ce4a52bbd0042