Oct 15 03:36:55.221 INFO testing ashishnegi/learn-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:36:55.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 03:36:55.759 INFO blam! d0e7fef0e2d0a542bff514cb85707b7446bc0b2696446f9fb883fad2abbae902 Oct 15 03:36:55.766 INFO running `"docker" "start" "-a" "d0e7fef0e2d0a542bff514cb85707b7446bc0b2696446f9fb883fad2abbae902"` Oct 15 03:36:57.282 INFO kablam! usermod: no changes Oct 15 03:36:57.373 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 15 03:36:58.060 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 15 03:36:58.060 INFO kablam! --> src/area.rs:2:1 Oct 15 03:36:58.060 INFO kablam! | Oct 15 03:36:58.060 INFO kablam! 2 | struct Rectangle { Oct 15 03:36:58.060 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:36:58.060 INFO kablam! | Oct 15 03:36:58.060 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:36:58.060 INFO kablam! Oct 15 03:36:58.060 INFO kablam! warning: method is never used: `area` Oct 15 03:36:58.060 INFO kablam! --> src/area.rs:8:5 Oct 15 03:36:58.060 INFO kablam! | Oct 15 03:36:58.060 INFO kablam! 8 | fn area(&self) -> u32 { Oct 15 03:36:58.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.060 INFO kablam! Oct 15 03:36:58.060 INFO kablam! warning: struct is never constructed: `Square` Oct 15 03:36:58.060 INFO kablam! --> src/area.rs:13:1 Oct 15 03:36:58.060 INFO kablam! | Oct 15 03:36:58.060 INFO kablam! 13 | struct Square { Oct 15 03:36:58.060 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:36:58.060 INFO kablam! Oct 15 03:36:58.061 INFO kablam! warning: method is never used: `area` Oct 15 03:36:58.061 INFO kablam! --> src/area.rs:18:5 Oct 15 03:36:58.061 INFO kablam! | Oct 15 03:36:58.061 INFO kablam! 18 | fn area(&self) -> u32 { Oct 15 03:36:58.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.061 INFO kablam! Oct 15 03:36:58.061 INFO kablam! warning: function is never used: `plus_one` Oct 15 03:36:58.061 INFO kablam! --> src/maybe.rs:15:1 Oct 15 03:36:58.061 INFO kablam! | Oct 15 03:36:58.061 INFO kablam! 15 | fn plus_one(there: Option) -> Option { Oct 15 03:36:58.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.061 INFO kablam! Oct 15 03:36:58.061 INFO kablam! warning: function is never used: `merge_sort` Oct 15 03:36:58.061 INFO kablam! --> src/collection.rs:2:1 Oct 15 03:36:58.061 INFO kablam! | Oct 15 03:36:58.061 INFO kablam! 2 | fn merge_sort(arr: & mut[u32], start: usize, end: usize) { Oct 15 03:36:58.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.061 INFO kablam! Oct 15 03:36:58.061 INFO kablam! warning: enum is never used: `TeaError` Oct 15 03:36:58.061 INFO kablam! --> src/errors.rs:1:1 Oct 15 03:36:58.061 INFO kablam! | Oct 15 03:36:58.061 INFO kablam! 1 | enum TeaError { Oct 15 03:36:58.061 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:36:58.061 INFO kablam! Oct 15 03:36:58.061 INFO kablam! warning: function is never used: `append` Oct 15 03:36:58.061 INFO kablam! --> src/errors.rs:9:1 Oct 15 03:36:58.061 INFO kablam! | Oct 15 03:36:58.061 INFO kablam! 9 | fn append(s1: String, s2: String) -> String { Oct 15 03:36:58.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.061 INFO kablam! Oct 15 03:36:58.061 INFO kablam! warning: function is never used: `get_milk_from_cow` Oct 15 03:36:58.061 INFO kablam! --> src/errors.rs:13:1 Oct 15 03:36:58.061 INFO kablam! | Oct 15 03:36:58.061 INFO kablam! 13 | fn get_milk_from_cow(cow: bool) -> Result { Oct 15 03:36:58.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.061 INFO kablam! Oct 15 03:36:58.061 INFO kablam! warning: function is never used: `pour_milk` Oct 15 03:36:58.061 INFO kablam! --> src/errors.rs:21:1 Oct 15 03:36:58.062 INFO kablam! | Oct 15 03:36:58.062 INFO kablam! 21 | fn pour_milk(milk: bool) -> Result { Oct 15 03:36:58.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.062 INFO kablam! Oct 15 03:36:58.062 INFO kablam! warning: function is never used: `make_tea` Oct 15 03:36:58.062 INFO kablam! --> src/errors.rs:29:1 Oct 15 03:36:58.062 INFO kablam! | Oct 15 03:36:58.062 INFO kablam! 29 | fn make_tea() -> Result { Oct 15 03:36:58.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.062 INFO kablam! Oct 15 03:36:58.062 INFO kablam! warning: function is never used: `largest` Oct 15 03:36:58.062 INFO kablam! --> src/traits.rs:1:1 Oct 15 03:36:58.062 INFO kablam! | Oct 15 03:36:58.062 INFO kablam! 1 | fn largest(ts: &[T]) -> &T { Oct 15 03:36:58.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.062 INFO kablam! Oct 15 03:36:58.073 INFO kablam! warning: struct is never constructed: `Human` Oct 15 03:36:58.073 INFO kablam! --> src/traits.rs:17:1 Oct 15 03:36:58.073 INFO kablam! | Oct 15 03:36:58.073 INFO kablam! 17 | struct Human {} Oct 15 03:36:58.073 INFO kablam! | ^^^^^^^^^^^^ Oct 15 03:36:58.073 INFO kablam! Oct 15 03:36:58.073 INFO kablam! warning: struct is never constructed: `Cat` Oct 15 03:36:58.073 INFO kablam! --> src/traits.rs:18:1 Oct 15 03:36:58.073 INFO kablam! | Oct 15 03:36:58.073 INFO kablam! 18 | struct Cat {} Oct 15 03:36:58.073 INFO kablam! | ^^^^^^^^^^ Oct 15 03:36:58.073 INFO kablam! Oct 15 03:36:58.073 INFO kablam! warning: struct is never constructed: `Res` Oct 15 03:36:58.073 INFO kablam! --> src/grep.rs:5:1 Oct 15 03:36:58.073 INFO kablam! | Oct 15 03:36:58.073 INFO kablam! 5 | struct Res { Oct 15 03:36:58.073 INFO kablam! | ^^^^^^^^^^ Oct 15 03:36:58.073 INFO kablam! Oct 15 03:36:58.073 INFO kablam! warning: function is never used: `search_contents` Oct 15 03:36:58.073 INFO kablam! --> src/grep.rs:10:1 Oct 15 03:36:58.073 INFO kablam! | Oct 15 03:36:58.073 INFO kablam! 10 | fn search_contents(contents: &str, search: &str) -> Vec { Oct 15 03:36:58.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.073 INFO kablam! Oct 15 03:36:58.073 INFO kablam! warning: function is never used: `grep` Oct 15 03:36:58.073 INFO kablam! --> src/grep.rs:25:1 Oct 15 03:36:58.073 INFO kablam! | Oct 15 03:36:58.073 INFO kablam! 25 | fn grep(filename: &str, search: &str) -> Result, Error> { Oct 15 03:36:58.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.073 INFO kablam! Oct 15 03:36:58.073 INFO kablam! warning: function is never used: `add_one` Oct 15 03:36:58.073 INFO kablam! --> src/closures.rs:1:1 Oct 15 03:36:58.073 INFO kablam! | Oct 15 03:36:58.073 INFO kablam! 1 | / fn add_one(closure: F, y: u32) -> u32 Oct 15 03:36:58.073 INFO kablam! 2 | | where F: Fn(u32) -> u32 Oct 15 03:36:58.073 INFO kablam! 3 | | { Oct 15 03:36:58.073 INFO kablam! 4 | | closure(y) + 1 Oct 15 03:36:58.073 INFO kablam! 5 | | } Oct 15 03:36:58.073 INFO kablam! | |_^ Oct 15 03:36:58.073 INFO kablam! Oct 15 03:36:58.073 INFO kablam! warning: function is never used: `add` Oct 15 03:36:58.073 INFO kablam! --> src/closures.rs:7:1 Oct 15 03:36:58.073 INFO kablam! | Oct 15 03:36:58.073 INFO kablam! 7 | fn add(x: u32, y: u32) -> u32 { Oct 15 03:36:58.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.073 INFO kablam! Oct 15 03:36:58.073 INFO kablam! warning: struct is never constructed: `Even` Oct 15 03:36:58.073 INFO kablam! --> src/closures.rs:17:1 Oct 15 03:36:58.073 INFO kablam! | Oct 15 03:36:58.073 INFO kablam! 17 | struct Even { Oct 15 03:36:58.073 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:36:58.073 INFO kablam! Oct 15 03:36:58.073 INFO kablam! warning: struct is never constructed: `Node` Oct 15 03:36:58.073 INFO kablam! --> src/tree.rs:5:1 Oct 15 03:36:58.073 INFO kablam! | Oct 15 03:36:58.073 INFO kablam! 5 | struct Node { Oct 15 03:36:58.073 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:36:58.073 INFO kablam! Oct 15 03:36:58.073 INFO kablam! warning: function is never used: `make_tree` Oct 15 03:36:58.073 INFO kablam! --> src/tree.rs:11:1 Oct 15 03:36:58.073 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 11 | fn make_tree() { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: function is never used: `thread1` Oct 15 03:36:58.074 INFO kablam! --> src/threads.rs:5:1 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 5 | fn thread1() { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: function is never used: `channels` Oct 15 03:36:58.074 INFO kablam! --> src/threads.rs:17:1 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 17 | fn channels() { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: struct is never constructed: `Post` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:1:1 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 1 | struct Post { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: struct is never constructed: `DraftPost` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:5:1 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 5 | struct DraftPost { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: struct is never constructed: `PendingPost` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:9:1 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 9 | struct PendingPost { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: method is never used: `new` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:16:5 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 16 | fn new() -> DraftPost { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: method is never used: `content` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:20:5 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 20 | fn content(&self) -> &str { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: method is never used: `req_review` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:26:5 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 26 | fn req_review(self) -> PendingPost { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: method is never used: `add_text` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:33:5 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 33 | fn add_text(&mut self, content: &str) { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: enum is never used: `PublishResult` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:38:1 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 38 | enum PublishResult { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: method is never used: `approve` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:44:5 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 44 | fn approve(&mut self) { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: method is never used: `reject` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:47:5 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 47 | fn reject(self) -> DraftPost { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.074 INFO kablam! warning: method is never used: `publish` Oct 15 03:36:58.074 INFO kablam! --> src/posts.rs:50:5 Oct 15 03:36:58.074 INFO kablam! | Oct 15 03:36:58.074 INFO kablam! 50 | fn publish(self) -> PublishResult { Oct 15 03:36:58.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.074 INFO kablam! Oct 15 03:36:58.642 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 15 03:36:58.645 INFO kablam! su: No module specific data is present Oct 15 03:37:00.180 INFO running `"docker" "rm" "-f" "d0e7fef0e2d0a542bff514cb85707b7446bc0b2696446f9fb883fad2abbae902"` Oct 15 03:37:00.467 INFO blam! d0e7fef0e2d0a542bff514cb85707b7446bc0b2696446f9fb883fad2abbae902 Oct 15 03:37:00.471 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 03:37:00.863 INFO blam! 1bfd851f8d15ae66e08b9cb10f4203d194f82596103f80d55c80b2c6caa565f8 Oct 15 03:37:00.875 INFO running `"docker" "start" "-a" "1bfd851f8d15ae66e08b9cb10f4203d194f82596103f80d55c80b2c6caa565f8"` Oct 15 03:37:02.567 INFO kablam! usermod: no changes Oct 15 03:37:02.611 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 15 03:37:05.603 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Oct 15 03:37:05.615 INFO kablam! su: No module specific data is present Oct 15 03:37:06.457 INFO running `"docker" "rm" "-f" "1bfd851f8d15ae66e08b9cb10f4203d194f82596103f80d55c80b2c6caa565f8"` Oct 15 03:37:06.731 INFO blam! 1bfd851f8d15ae66e08b9cb10f4203d194f82596103f80d55c80b2c6caa565f8 Oct 15 03:37:06.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 03:37:07.139 INFO blam! 5a1c1bdda5e7e8424f685960cc2257cc14475dfde563d8ace2921efb0b412303 Oct 15 03:37:07.145 INFO running `"docker" "start" "-a" "5a1c1bdda5e7e8424f685960cc2257cc14475dfde563d8ace2921efb0b412303"` Oct 15 03:37:08.859 INFO kablam! usermod: no changes Oct 15 03:37:08.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 03:37:08.935 INFO kablam! Running /target/debug/deps/learnrust-84dc851b09e76c63 Oct 15 03:37:08.947 INFO blam! Oct 15 03:37:08.947 INFO blam! running 22 tests Oct 15 03:37:08.955 INFO blam! test area::tests::area_square ... ok Oct 15 03:37:08.955 INFO blam! test area::tests::area_rectangle ... ok Oct 15 03:37:08.955 INFO blam! test collection::tests::my_sort2 ... ok Oct 15 03:37:08.955 INFO blam! test errors::tests::append_str ... ok Oct 15 03:37:08.955 INFO blam! test errors::tests::attemp_tea_one ... ok Oct 15 03:37:08.955 INFO blam! test collection::tests::my_sort5 ... ok Oct 15 03:37:08.955 INFO blam! test collection::tests::my_sort3 ... ok Oct 15 03:37:08.955 INFO blam! test errors::tests::attemp_tea_two ... ok Oct 15 03:37:08.955 INFO blam! test grep::tests::grep_1 ... ok Oct 15 03:37:08.955 INFO blam! test maybe::tests::call_nothing ... ok Oct 15 03:37:08.955 INFO blam! test posts::tests::publish_workflow ... ok Oct 15 03:37:08.955 INFO blam! test posts::tests::two_approvals_workflow ... ok Oct 15 03:37:08.955 INFO blam! test posts::tests::reject_workflow ... ok Oct 15 03:37:08.955 INFO blam! test traits::tests::largest_test ... ok Oct 15 03:37:08.955 INFO blam! test traits::tests::say_my_name ... ok Oct 15 03:37:08.955 INFO blam! vector is : [1, 2, 3, 4] Oct 15 03:37:08.955 INFO blam! test threads::tests::thread1_test ... ok Oct 15 03:37:08.955 INFO blam! test tree::tests::tree_test ... ok Oct 15 03:37:08.955 INFO blam! test collection::tests::my_sort ... ok Oct 15 03:37:08.955 INFO blam! test closures::tests::add_test ... ok Oct 15 03:37:08.955 INFO blam! test closures::tests::even_iter ... ok Oct 15 03:37:08.955 INFO blam! test collection::tests::my_sort4 ... ok Oct 15 03:37:13.950 INFO blam! test threads::tests::channels_test ... ok Oct 15 03:37:13.951 INFO blam! Oct 15 03:37:13.951 INFO blam! test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:37:13.951 INFO blam! Oct 15 03:37:13.955 INFO kablam! su: No module specific data is present Oct 15 03:37:15.132 INFO running `"docker" "rm" "-f" "5a1c1bdda5e7e8424f685960cc2257cc14475dfde563d8ace2921efb0b412303"` Oct 15 03:37:15.471 INFO blam! 5a1c1bdda5e7e8424f685960cc2257cc14475dfde563d8ace2921efb0b412303