Oct 15 03:36:55.474 INFO testing ashishnegi/learn-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:36:55.475 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 03:36:55.823 INFO blam! a1184638e6459eb53cf80bbe717f13f6766409dd7dbfd5bdd2f42cc56e5ace29 Oct 15 03:36:55.831 INFO running `"docker" "start" "-a" "a1184638e6459eb53cf80bbe717f13f6766409dd7dbfd5bdd2f42cc56e5ace29"` Oct 15 03:36:57.799 INFO kablam! usermod: no changes Oct 15 03:36:57.898 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 15 03:36:58.591 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 15 03:36:58.592 INFO kablam! --> src/area.rs:2:1 Oct 15 03:36:58.593 INFO kablam! | Oct 15 03:36:58.593 INFO kablam! 2 | struct Rectangle { Oct 15 03:36:58.594 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:36:58.594 INFO kablam! | Oct 15 03:36:58.595 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:36:58.595 INFO kablam! Oct 15 03:36:58.596 INFO kablam! warning: method is never used: `area` Oct 15 03:36:58.596 INFO kablam! --> src/area.rs:8:5 Oct 15 03:36:58.597 INFO kablam! | Oct 15 03:36:58.598 INFO kablam! 8 | fn area(&self) -> u32 { Oct 15 03:36:58.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.599 INFO kablam! Oct 15 03:36:58.599 INFO kablam! warning: struct is never constructed: `Square` Oct 15 03:36:58.600 INFO kablam! --> src/area.rs:13:1 Oct 15 03:36:58.600 INFO kablam! | Oct 15 03:36:58.601 INFO kablam! 13 | struct Square { Oct 15 03:36:58.601 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:36:58.601 INFO kablam! Oct 15 03:36:58.601 INFO kablam! warning: method is never used: `area` Oct 15 03:36:58.601 INFO kablam! --> src/area.rs:18:5 Oct 15 03:36:58.601 INFO kablam! | Oct 15 03:36:58.602 INFO kablam! 18 | fn area(&self) -> u32 { Oct 15 03:36:58.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.602 INFO kablam! Oct 15 03:36:58.602 INFO kablam! warning: function is never used: `plus_one` Oct 15 03:36:58.602 INFO kablam! --> src/maybe.rs:15:1 Oct 15 03:36:58.602 INFO kablam! | Oct 15 03:36:58.602 INFO kablam! 15 | fn plus_one(there: Option) -> Option { Oct 15 03:36:58.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.602 INFO kablam! Oct 15 03:36:58.602 INFO kablam! warning: function is never used: `merge_sort` Oct 15 03:36:58.602 INFO kablam! --> src/collection.rs:2:1 Oct 15 03:36:58.602 INFO kablam! | Oct 15 03:36:58.602 INFO kablam! 2 | fn merge_sort(arr: & mut[u32], start: usize, end: usize) { Oct 15 03:36:58.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.602 INFO kablam! Oct 15 03:36:58.602 INFO kablam! warning: enum is never used: `TeaError` Oct 15 03:36:58.602 INFO kablam! --> src/errors.rs:1:1 Oct 15 03:36:58.607 INFO kablam! | Oct 15 03:36:58.607 INFO kablam! 1 | enum TeaError { Oct 15 03:36:58.607 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:36:58.607 INFO kablam! Oct 15 03:36:58.607 INFO kablam! warning: function is never used: `append` Oct 15 03:36:58.607 INFO kablam! --> src/errors.rs:9:1 Oct 15 03:36:58.607 INFO kablam! | Oct 15 03:36:58.607 INFO kablam! 9 | fn append(s1: String, s2: String) -> String { Oct 15 03:36:58.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.607 INFO kablam! Oct 15 03:36:58.607 INFO kablam! warning: function is never used: `get_milk_from_cow` Oct 15 03:36:58.607 INFO kablam! --> src/errors.rs:13:1 Oct 15 03:36:58.607 INFO kablam! | Oct 15 03:36:58.607 INFO kablam! 13 | fn get_milk_from_cow(cow: bool) -> Result { Oct 15 03:36:58.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.607 INFO kablam! Oct 15 03:36:58.607 INFO kablam! warning: function is never used: `pour_milk` Oct 15 03:36:58.607 INFO kablam! --> src/errors.rs:21:1 Oct 15 03:36:58.607 INFO kablam! | Oct 15 03:36:58.607 INFO kablam! 21 | fn pour_milk(milk: bool) -> Result { Oct 15 03:36:58.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.607 INFO kablam! Oct 15 03:36:58.607 INFO kablam! warning: function is never used: `make_tea` Oct 15 03:36:58.607 INFO kablam! --> src/errors.rs:29:1 Oct 15 03:36:58.607 INFO kablam! | Oct 15 03:36:58.607 INFO kablam! 29 | fn make_tea() -> Result { Oct 15 03:36:58.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.607 INFO kablam! Oct 15 03:36:58.607 INFO kablam! warning: function is never used: `largest` Oct 15 03:36:58.608 INFO kablam! --> src/traits.rs:1:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 1 | fn largest(ts: &[T]) -> &T { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: struct is never constructed: `Human` Oct 15 03:36:58.608 INFO kablam! --> src/traits.rs:17:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 17 | struct Human {} Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: struct is never constructed: `Cat` Oct 15 03:36:58.608 INFO kablam! --> src/traits.rs:18:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 18 | struct Cat {} Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: struct is never constructed: `Res` Oct 15 03:36:58.608 INFO kablam! --> src/grep.rs:5:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 5 | struct Res { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: function is never used: `search_contents` Oct 15 03:36:58.608 INFO kablam! --> src/grep.rs:10:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 10 | fn search_contents(contents: &str, search: &str) -> Vec { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: function is never used: `grep` Oct 15 03:36:58.608 INFO kablam! --> src/grep.rs:25:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 25 | fn grep(filename: &str, search: &str) -> Result, Error> { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: function is never used: `add_one` Oct 15 03:36:58.608 INFO kablam! --> src/closures.rs:1:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 1 | / fn add_one(closure: F, y: u32) -> u32 Oct 15 03:36:58.608 INFO kablam! 2 | | where F: Fn(u32) -> u32 Oct 15 03:36:58.608 INFO kablam! 3 | | { Oct 15 03:36:58.608 INFO kablam! 4 | | closure(y) + 1 Oct 15 03:36:58.608 INFO kablam! 5 | | } Oct 15 03:36:58.608 INFO kablam! | |_^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: function is never used: `add` Oct 15 03:36:58.608 INFO kablam! --> src/closures.rs:7:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 7 | fn add(x: u32, y: u32) -> u32 { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: struct is never constructed: `Even` Oct 15 03:36:58.608 INFO kablam! --> src/closures.rs:17:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 17 | struct Even { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: struct is never constructed: `Node` Oct 15 03:36:58.608 INFO kablam! --> src/tree.rs:5:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 5 | struct Node { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: function is never used: `make_tree` Oct 15 03:36:58.608 INFO kablam! --> src/tree.rs:11:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 11 | fn make_tree() { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: function is never used: `thread1` Oct 15 03:36:58.608 INFO kablam! --> src/threads.rs:5:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 5 | fn thread1() { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: function is never used: `channels` Oct 15 03:36:58.608 INFO kablam! --> src/threads.rs:17:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 17 | fn channels() { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: struct is never constructed: `Post` Oct 15 03:36:58.608 INFO kablam! --> src/posts.rs:1:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 1 | struct Post { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: struct is never constructed: `DraftPost` Oct 15 03:36:58.608 INFO kablam! --> src/posts.rs:5:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 5 | struct DraftPost { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:36:58.608 INFO kablam! Oct 15 03:36:58.608 INFO kablam! warning: struct is never constructed: `PendingPost` Oct 15 03:36:58.608 INFO kablam! --> src/posts.rs:9:1 Oct 15 03:36:58.608 INFO kablam! | Oct 15 03:36:58.608 INFO kablam! 9 | struct PendingPost { Oct 15 03:36:58.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.609 INFO kablam! Oct 15 03:36:58.609 INFO kablam! warning: method is never used: `new` Oct 15 03:36:58.609 INFO kablam! --> src/posts.rs:16:5 Oct 15 03:36:58.609 INFO kablam! | Oct 15 03:36:58.609 INFO kablam! 16 | fn new() -> DraftPost { Oct 15 03:36:58.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.609 INFO kablam! Oct 15 03:36:58.609 INFO kablam! warning: method is never used: `content` Oct 15 03:36:58.609 INFO kablam! --> src/posts.rs:20:5 Oct 15 03:36:58.609 INFO kablam! | Oct 15 03:36:58.609 INFO kablam! 20 | fn content(&self) -> &str { Oct 15 03:36:58.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.609 INFO kablam! Oct 15 03:36:58.609 INFO kablam! warning: method is never used: `req_review` Oct 15 03:36:58.609 INFO kablam! --> src/posts.rs:26:5 Oct 15 03:36:58.609 INFO kablam! | Oct 15 03:36:58.609 INFO kablam! 26 | fn req_review(self) -> PendingPost { Oct 15 03:36:58.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.609 INFO kablam! Oct 15 03:36:58.609 INFO kablam! warning: method is never used: `add_text` Oct 15 03:36:58.609 INFO kablam! --> src/posts.rs:33:5 Oct 15 03:36:58.609 INFO kablam! | Oct 15 03:36:58.609 INFO kablam! 33 | fn add_text(&mut self, content: &str) { Oct 15 03:36:58.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.609 INFO kablam! Oct 15 03:36:58.609 INFO kablam! warning: enum is never used: `PublishResult` Oct 15 03:36:58.609 INFO kablam! --> src/posts.rs:38:1 Oct 15 03:36:58.609 INFO kablam! | Oct 15 03:36:58.609 INFO kablam! 38 | enum PublishResult { Oct 15 03:36:58.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.609 INFO kablam! Oct 15 03:36:58.609 INFO kablam! warning: method is never used: `approve` Oct 15 03:36:58.609 INFO kablam! --> src/posts.rs:44:5 Oct 15 03:36:58.609 INFO kablam! | Oct 15 03:36:58.609 INFO kablam! 44 | fn approve(&mut self) { Oct 15 03:36:58.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.609 INFO kablam! Oct 15 03:36:58.609 INFO kablam! warning: method is never used: `reject` Oct 15 03:36:58.609 INFO kablam! --> src/posts.rs:47:5 Oct 15 03:36:58.609 INFO kablam! | Oct 15 03:36:58.609 INFO kablam! 47 | fn reject(self) -> DraftPost { Oct 15 03:36:58.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.609 INFO kablam! Oct 15 03:36:58.609 INFO kablam! warning: method is never used: `publish` Oct 15 03:36:58.609 INFO kablam! --> src/posts.rs:50:5 Oct 15 03:36:58.609 INFO kablam! | Oct 15 03:36:58.609 INFO kablam! 50 | fn publish(self) -> PublishResult { Oct 15 03:36:58.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:36:58.609 INFO kablam! Oct 15 03:36:59.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 15 03:36:59.255 INFO kablam! su: No module specific data is present Oct 15 03:37:00.507 INFO running `"docker" "rm" "-f" "a1184638e6459eb53cf80bbe717f13f6766409dd7dbfd5bdd2f42cc56e5ace29"` Oct 15 03:37:00.800 INFO blam! a1184638e6459eb53cf80bbe717f13f6766409dd7dbfd5bdd2f42cc56e5ace29 Oct 15 03:37:00.804 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 03:37:01.377 INFO blam! 81a98e33ddc776220ff6b0ba08a16d3f12f118c2e4139279c0aeeed62480aea5 Oct 15 03:37:01.379 INFO running `"docker" "start" "-a" "81a98e33ddc776220ff6b0ba08a16d3f12f118c2e4139279c0aeeed62480aea5"` Oct 15 03:37:02.951 INFO kablam! usermod: no changes Oct 15 03:37:03.027 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 15 03:37:05.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.87s Oct 15 03:37:05.851 INFO kablam! su: No module specific data is present Oct 15 03:37:06.703 INFO running `"docker" "rm" "-f" "81a98e33ddc776220ff6b0ba08a16d3f12f118c2e4139279c0aeeed62480aea5"` Oct 15 03:37:07.147 INFO blam! 81a98e33ddc776220ff6b0ba08a16d3f12f118c2e4139279c0aeeed62480aea5 Oct 15 03:37:07.156 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 03:37:07.599 INFO blam! d3fd0dfafe1907fe0e8f9142ea02efa89cccc90f1661d3d85519622f392cc99a Oct 15 03:37:07.607 INFO running `"docker" "start" "-a" "d3fd0dfafe1907fe0e8f9142ea02efa89cccc90f1661d3d85519622f392cc99a"` Oct 15 03:37:09.635 INFO kablam! usermod: no changes Oct 15 03:37:09.668 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 03:37:09.691 INFO kablam! Running /target/debug/deps/learnrust-b9916d23f5bb8803 Oct 15 03:37:09.699 INFO blam! Oct 15 03:37:09.699 INFO blam! running 22 tests Oct 15 03:37:09.699 INFO blam! test closures::tests::add_test ... ok Oct 15 03:37:09.699 INFO blam! test area::tests::area_square ... ok Oct 15 03:37:09.699 INFO blam! test closures::tests::even_iter ... ok Oct 15 03:37:09.699 INFO blam! test area::tests::area_rectangle ... ok Oct 15 03:37:09.699 INFO blam! test collection::tests::my_sort ... ok Oct 15 03:37:09.699 INFO blam! test errors::tests::attemp_tea_two ... ok Oct 15 03:37:09.699 INFO blam! test collection::tests::my_sort3 ... ok Oct 15 03:37:09.699 INFO blam! test errors::tests::append_str ... ok Oct 15 03:37:09.699 INFO blam! test collection::tests::my_sort2 ... ok Oct 15 03:37:09.699 INFO blam! test grep::tests::grep_1 ... ok Oct 15 03:37:09.699 INFO blam! test maybe::tests::call_nothing ... ok Oct 15 03:37:09.699 INFO blam! test posts::tests::publish_workflow ... ok Oct 15 03:37:09.699 INFO blam! test posts::tests::reject_workflow ... ok Oct 15 03:37:09.699 INFO blam! test posts::tests::two_approvals_workflow ... ok Oct 15 03:37:09.699 INFO blam! test traits::tests::largest_test ... ok Oct 15 03:37:09.699 INFO blam! test traits::tests::say_my_name ... ok Oct 15 03:37:09.699 INFO blam! test tree::tests::tree_test ... ok Oct 15 03:37:09.699 INFO blam! vector is : [1, 2, 3, 4] Oct 15 03:37:09.699 INFO blam! test threads::tests::thread1_test ... ok Oct 15 03:37:09.711 INFO blam! test collection::tests::my_sort4 ... ok Oct 15 03:37:09.711 INFO blam! test errors::tests::attemp_tea_one ... ok Oct 15 03:37:09.711 INFO blam! test collection::tests::my_sort5 ... ok Oct 15 03:37:14.702 INFO blam! test threads::tests::channels_test ... ok Oct 15 03:37:14.702 INFO blam! Oct 15 03:37:14.703 INFO blam! test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:37:14.703 INFO blam! Oct 15 03:37:14.704 INFO kablam! su: No module specific data is present Oct 15 03:37:15.375 INFO running `"docker" "rm" "-f" "d3fd0dfafe1907fe0e8f9142ea02efa89cccc90f1661d3d85519622f392cc99a"` Oct 15 03:37:15.615 INFO blam! d3fd0dfafe1907fe0e8f9142ea02efa89cccc90f1661d3d85519622f392cc99a