Oct 16 14:30:52.611 INFO testing congredi-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 14:30:52.613 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 14:30:53.093 INFO blam! cb6ac3db3ede1eef1dfb38277b2c6f219d046882c9edcb76077f09290049f1dc Oct 16 14:30:53.103 INFO running `"docker" "start" "-a" "cb6ac3db3ede1eef1dfb38277b2c6f219d046882c9edcb76077f09290049f1dc"` Oct 16 14:30:54.382 INFO kablam! usermod: no changes Oct 16 14:30:54.695 INFO kablam! Compiling hyper v0.10.13 Oct 16 14:30:54.695 INFO kablam! Compiling redis v0.5.4 Oct 16 14:30:54.696 INFO kablam! Compiling unidiff v0.2.1 Oct 16 14:30:54.696 INFO kablam! Compiling semver-parser v0.6.2 Oct 16 14:30:54.696 INFO kablam! Compiling ring v0.9.7 Oct 16 14:30:59.599 INFO kablam! Compiling semver v0.5.1 Oct 16 14:31:18.108 INFO kablam! Compiling webpki v0.12.1 Oct 16 14:31:18.504 INFO kablam! Compiling rusted_cypher v1.1.0 Oct 16 14:31:20.548 INFO kablam! Compiling rustls v0.8.0 Oct 16 14:31:33.687 INFO kablam! Compiling congredi v0.1.0 (/source) Oct 16 14:31:35.091 INFO kablam! warning: unused import: `ring` Oct 16 14:31:35.091 INFO kablam! --> src/crypto/primatives/asym.rs:1:5 Oct 16 14:31:35.091 INFO kablam! | Oct 16 14:31:35.091 INFO kablam! 1 | use ring; Oct 16 14:31:35.091 INFO kablam! | ^^^^ Oct 16 14:31:35.091 INFO kablam! | Oct 16 14:31:35.091 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:31:35.091 INFO kablam! Oct 16 14:31:35.091 INFO kablam! warning: unused import: `untrusted` Oct 16 14:31:35.091 INFO kablam! --> src/crypto/primatives/asym.rs:2:5 Oct 16 14:31:35.091 INFO kablam! | Oct 16 14:31:35.091 INFO kablam! 2 | use untrusted; Oct 16 14:31:35.091 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:35.091 INFO kablam! Oct 16 14:31:35.091 INFO kablam! warning: unused import: `signature` Oct 16 14:31:35.091 INFO kablam! --> src/crypto/primatives/asym.rs:5:22 Oct 16 14:31:35.091 INFO kablam! | Oct 16 14:31:35.091 INFO kablam! 5 | use ring::{rand, signature}; Oct 16 14:31:35.091 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:35.091 INFO kablam! Oct 16 14:31:35.091 INFO kablam! warning: unused import: `crypto::primatives::asym` Oct 16 14:31:35.091 INFO kablam! --> src/lib.rs:12:5 Oct 16 14:31:35.091 INFO kablam! | Oct 16 14:31:35.091 INFO kablam! 12 | use crypto::primatives::asym; Oct 16 14:31:35.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:35.091 INFO kablam! Oct 16 14:31:35.147 INFO kablam! warning: unused variable: `rng` Oct 16 14:31:35.147 INFO kablam! --> src/crypto/primatives/asym.rs:8:9 Oct 16 14:31:35.147 INFO kablam! | Oct 16 14:31:35.147 INFO kablam! 8 | let rng = rand::SystemRandom::new(); Oct 16 14:31:35.147 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 16 14:31:35.147 INFO kablam! | Oct 16 14:31:35.147 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 14:31:35.147 INFO kablam! Oct 16 14:31:35.147 INFO kablam! warning: unused variable: `compressed_bytes` Oct 16 14:31:35.147 INFO kablam! --> src/store/compress.rs:10:9 Oct 16 14:31:35.147 INFO kablam! | Oct 16 14:31:35.147 INFO kablam! 10 | let compressed_bytes = e.finish(); Oct 16 14:31:35.147 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_compressed_bytes` instead Oct 16 14:31:35.147 INFO kablam! Oct 16 14:31:35.159 INFO kablam! warning: function is never used: `thingy` Oct 16 14:31:35.159 INFO kablam! --> src/crypto/primatives/asym.rs:4:1 Oct 16 14:31:35.159 INFO kablam! | Oct 16 14:31:35.159 INFO kablam! 4 | fn thingy(){ Oct 16 14:31:35.159 INFO kablam! | ^^^^^^^^^^^ Oct 16 14:31:35.159 INFO kablam! | Oct 16 14:31:35.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 14:31:35.159 INFO kablam! Oct 16 14:31:35.159 INFO kablam! warning: method is never used: `wrap` Oct 16 14:31:35.159 INFO kablam! --> src/crypto/methods/onion.rs:4:5 Oct 16 14:31:35.159 INFO kablam! | Oct 16 14:31:35.159 INFO kablam! 4 | fn wrap(&mut self) -> i32 { Oct 16 14:31:35.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:35.159 INFO kablam! Oct 16 14:31:35.159 INFO kablam! warning: method is never used: `peel` Oct 16 14:31:35.159 INFO kablam! --> src/crypto/methods/onion.rs:8:5 Oct 16 14:31:35.159 INFO kablam! | Oct 16 14:31:35.159 INFO kablam! 8 | fn peel(&mut self) -> (i32, bool) { Oct 16 14:31:35.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:35.159 INFO kablam! Oct 16 14:31:35.159 INFO kablam! warning: struct is never constructed: `Onion` Oct 16 14:31:35.159 INFO kablam! --> src/crypto/methods/onion.rs:18:1 Oct 16 14:31:35.159 INFO kablam! | Oct 16 14:31:35.159 INFO kablam! 18 | struct Onion { Oct 16 14:31:35.159 INFO kablam! | ^^^^^^^^^^^^ Oct 16 14:31:35.159 INFO kablam! Oct 16 14:31:35.159 INFO kablam! warning: function is never used: `main` Oct 16 14:31:35.159 INFO kablam! --> src/store/compress.rs:6:1 Oct 16 14:31:35.159 INFO kablam! | Oct 16 14:31:35.159 INFO kablam! 6 | fn main() { Oct 16 14:31:35.159 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:35.159 INFO kablam! Oct 16 14:31:35.159 INFO kablam! warning: function is never used: `fetch_an_integer` Oct 16 14:31:35.159 INFO kablam! --> src/store/redis.rs:4:1 Oct 16 14:31:35.159 INFO kablam! | Oct 16 14:31:35.159 INFO kablam! 4 | fn fetch_an_integer() -> redis::RedisResult { Oct 16 14:31:35.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:35.159 INFO kablam! Oct 16 14:31:35.159 INFO kablam! warning: module `POW` should have a snake case name such as `pow` Oct 16 14:31:35.159 INFO kablam! --> src/crypto/methods/mod.rs:2:1 Oct 16 14:31:35.159 INFO kablam! | Oct 16 14:31:35.159 INFO kablam! 2 | pub mod POW; Oct 16 14:31:35.159 INFO kablam! | ^^^^^^^^^^^^ Oct 16 14:31:35.159 INFO kablam! | Oct 16 14:31:35.159 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 14:31:35.159 INFO kablam! Oct 16 14:31:35.159 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 14:31:35.159 INFO kablam! --> src/store/compress.rs:8:5 Oct 16 14:31:35.160 INFO kablam! | Oct 16 14:31:35.160 INFO kablam! 8 | e.write(b"foo"); Oct 16 14:31:35.160 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 14:31:35.160 INFO kablam! | Oct 16 14:31:35.160 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 14:31:35.160 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 14:31:35.160 INFO kablam! Oct 16 14:31:35.160 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 14:31:35.160 INFO kablam! --> src/store/compress.rs:9:5 Oct 16 14:31:35.160 INFO kablam! | Oct 16 14:31:35.160 INFO kablam! 9 | e.write(b"bar"); Oct 16 14:31:35.160 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 14:31:35.160 INFO kablam! | Oct 16 14:31:35.160 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 14:31:35.160 INFO kablam! Oct 16 14:31:36.700 INFO kablam! warning: unused import: `congredi::schedule` Oct 16 14:31:36.700 INFO kablam! --> src/main.rs:2:5 Oct 16 14:31:36.701 INFO kablam! | Oct 16 14:31:36.701 INFO kablam! 2 | use congredi::schedule; Oct 16 14:31:36.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 14:31:36.701 INFO kablam! | Oct 16 14:31:36.701 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:31:36.701 INFO kablam! Oct 16 14:31:37.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.85s Oct 16 14:31:37.271 INFO kablam! su: No module specific data is present Oct 16 14:31:38.536 INFO running `"docker" "rm" "-f" "cb6ac3db3ede1eef1dfb38277b2c6f219d046882c9edcb76077f09290049f1dc"` Oct 16 14:31:38.919 INFO blam! cb6ac3db3ede1eef1dfb38277b2c6f219d046882c9edcb76077f09290049f1dc Oct 16 14:31:38.922 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 14:31:39.408 INFO blam! 51493081b516ecde1c65bec0e79ca8057f0673dd4fffdac929fdd7fe5b7a0f82 Oct 16 14:31:39.413 INFO running `"docker" "start" "-a" "51493081b516ecde1c65bec0e79ca8057f0673dd4fffdac929fdd7fe5b7a0f82"` Oct 16 14:31:40.673 INFO kablam! usermod: no changes Oct 16 14:31:40.884 INFO kablam! Compiling congredi v0.1.0 (/source) Oct 16 14:31:42.559 INFO kablam! warning: unused import: `ring` Oct 16 14:31:42.559 INFO kablam! --> src/crypto/primatives/asym.rs:1:5 Oct 16 14:31:42.559 INFO kablam! | Oct 16 14:31:42.559 INFO kablam! 1 | use ring; Oct 16 14:31:42.559 INFO kablam! | ^^^^ Oct 16 14:31:42.559 INFO kablam! | Oct 16 14:31:42.559 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:31:42.559 INFO kablam! Oct 16 14:31:42.559 INFO kablam! warning: unused import: `untrusted` Oct 16 14:31:42.559 INFO kablam! --> src/crypto/primatives/asym.rs:2:5 Oct 16 14:31:42.559 INFO kablam! | Oct 16 14:31:42.559 INFO kablam! 2 | use untrusted; Oct 16 14:31:42.559 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:42.559 INFO kablam! Oct 16 14:31:42.559 INFO kablam! warning: unused import: `signature` Oct 16 14:31:42.559 INFO kablam! --> src/crypto/primatives/asym.rs:5:22 Oct 16 14:31:42.559 INFO kablam! | Oct 16 14:31:42.559 INFO kablam! 5 | use ring::{rand, signature}; Oct 16 14:31:42.559 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:42.559 INFO kablam! Oct 16 14:31:42.559 INFO kablam! warning: unused import: `crypto::primatives::asym` Oct 16 14:31:42.559 INFO kablam! --> src/lib.rs:12:5 Oct 16 14:31:42.559 INFO kablam! | Oct 16 14:31:42.559 INFO kablam! 12 | use crypto::primatives::asym; Oct 16 14:31:42.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:42.559 INFO kablam! Oct 16 14:31:42.591 INFO kablam! warning: unused import: `congredi::schedule` Oct 16 14:31:42.591 INFO kablam! --> src/main.rs:2:5 Oct 16 14:31:42.591 INFO kablam! | Oct 16 14:31:42.591 INFO kablam! 2 | use congredi::schedule; Oct 16 14:31:42.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 14:31:42.591 INFO kablam! | Oct 16 14:31:42.591 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:31:42.591 INFO kablam! Oct 16 14:31:42.605 INFO kablam! warning: unused variable: `rng` Oct 16 14:31:42.605 INFO kablam! --> src/crypto/primatives/asym.rs:8:9 Oct 16 14:31:42.605 INFO kablam! | Oct 16 14:31:42.605 INFO kablam! 8 | let rng = rand::SystemRandom::new(); Oct 16 14:31:42.605 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 16 14:31:42.605 INFO kablam! | Oct 16 14:31:42.605 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 14:31:42.605 INFO kablam! Oct 16 14:31:42.605 INFO kablam! warning: unused variable: `compressed_bytes` Oct 16 14:31:42.605 INFO kablam! --> src/store/compress.rs:10:9 Oct 16 14:31:42.605 INFO kablam! | Oct 16 14:31:42.605 INFO kablam! 10 | let compressed_bytes = e.finish(); Oct 16 14:31:42.605 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_compressed_bytes` instead Oct 16 14:31:42.605 INFO kablam! Oct 16 14:31:42.615 INFO kablam! warning: function is never used: `thingy` Oct 16 14:31:42.615 INFO kablam! --> src/crypto/primatives/asym.rs:4:1 Oct 16 14:31:42.615 INFO kablam! | Oct 16 14:31:42.615 INFO kablam! 4 | fn thingy(){ Oct 16 14:31:42.615 INFO kablam! | ^^^^^^^^^^^ Oct 16 14:31:42.615 INFO kablam! | Oct 16 14:31:42.615 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 14:31:42.615 INFO kablam! Oct 16 14:31:42.615 INFO kablam! warning: method is never used: `wrap` Oct 16 14:31:42.615 INFO kablam! --> src/crypto/methods/onion.rs:4:5 Oct 16 14:31:42.615 INFO kablam! | Oct 16 14:31:42.615 INFO kablam! 4 | fn wrap(&mut self) -> i32 { Oct 16 14:31:42.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:42.615 INFO kablam! Oct 16 14:31:42.615 INFO kablam! warning: method is never used: `peel` Oct 16 14:31:42.615 INFO kablam! --> src/crypto/methods/onion.rs:8:5 Oct 16 14:31:42.615 INFO kablam! | Oct 16 14:31:42.615 INFO kablam! 8 | fn peel(&mut self) -> (i32, bool) { Oct 16 14:31:42.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:42.615 INFO kablam! Oct 16 14:31:42.615 INFO kablam! warning: struct is never constructed: `Onion` Oct 16 14:31:42.615 INFO kablam! --> src/crypto/methods/onion.rs:18:1 Oct 16 14:31:42.615 INFO kablam! | Oct 16 14:31:42.615 INFO kablam! 18 | struct Onion { Oct 16 14:31:42.615 INFO kablam! | ^^^^^^^^^^^^ Oct 16 14:31:42.615 INFO kablam! Oct 16 14:31:42.615 INFO kablam! warning: function is never used: `main` Oct 16 14:31:42.615 INFO kablam! --> src/store/compress.rs:6:1 Oct 16 14:31:42.615 INFO kablam! | Oct 16 14:31:42.615 INFO kablam! 6 | fn main() { Oct 16 14:31:42.615 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:42.615 INFO kablam! Oct 16 14:31:42.615 INFO kablam! warning: function is never used: `fetch_an_integer` Oct 16 14:31:42.615 INFO kablam! --> src/store/redis.rs:4:1 Oct 16 14:31:42.615 INFO kablam! | Oct 16 14:31:42.615 INFO kablam! 4 | fn fetch_an_integer() -> redis::RedisResult { Oct 16 14:31:42.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:42.615 INFO kablam! Oct 16 14:31:42.615 INFO kablam! warning: module `POW` should have a snake case name such as `pow` Oct 16 14:31:42.615 INFO kablam! --> src/crypto/methods/mod.rs:2:1 Oct 16 14:31:42.615 INFO kablam! | Oct 16 14:31:42.615 INFO kablam! 2 | pub mod POW; Oct 16 14:31:42.615 INFO kablam! | ^^^^^^^^^^^^ Oct 16 14:31:42.615 INFO kablam! | Oct 16 14:31:42.615 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 14:31:42.615 INFO kablam! Oct 16 14:31:42.615 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 14:31:42.615 INFO kablam! --> src/store/compress.rs:8:5 Oct 16 14:31:42.615 INFO kablam! | Oct 16 14:31:42.615 INFO kablam! 8 | e.write(b"foo"); Oct 16 14:31:42.616 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 14:31:42.616 INFO kablam! | Oct 16 14:31:42.616 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 14:31:42.616 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 14:31:42.616 INFO kablam! Oct 16 14:31:42.616 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 14:31:42.616 INFO kablam! --> src/store/compress.rs:9:5 Oct 16 14:31:42.616 INFO kablam! | Oct 16 14:31:42.616 INFO kablam! 9 | e.write(b"bar"); Oct 16 14:31:42.616 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 14:31:42.616 INFO kablam! | Oct 16 14:31:42.616 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 14:31:42.616 INFO kablam! Oct 16 14:31:43.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.52s Oct 16 14:31:43.229 INFO kablam! su: No module specific data is present Oct 16 14:31:43.693 INFO running `"docker" "rm" "-f" "51493081b516ecde1c65bec0e79ca8057f0673dd4fffdac929fdd7fe5b7a0f82"` Oct 16 14:31:43.917 INFO blam! 51493081b516ecde1c65bec0e79ca8057f0673dd4fffdac929fdd7fe5b7a0f82 Oct 16 14:31:43.927 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 14:31:44.311 INFO blam! 236d349c195364dd876fc0083b1323a0125d4d8aa7901fd6605a21e9166a02db Oct 16 14:31:44.315 INFO running `"docker" "start" "-a" "236d349c195364dd876fc0083b1323a0125d4d8aa7901fd6605a21e9166a02db"` Oct 16 14:31:45.614 INFO kablam! usermod: no changes Oct 16 14:31:45.876 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 16 14:31:45.899 INFO blam! Oct 16 14:31:45.899 INFO blam! running 1 test Oct 16 14:31:45.899 INFO blam! test tests::it_works ... ok Oct 16 14:31:45.899 INFO blam! Oct 16 14:31:45.899 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:31:45.899 INFO blam! Oct 16 14:31:45.900 INFO kablam! Running /target/debug/deps/congredi-d2320fc12f0ebaa2 Oct 16 14:31:45.903 INFO kablam! Running /target/debug/deps/congredidaemon-706cdb7968585fb8 Oct 16 14:31:45.911 INFO blam! Oct 16 14:31:45.911 INFO blam! running 0 tests Oct 16 14:31:45.911 INFO blam! Oct 16 14:31:45.911 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:31:45.911 INFO blam! Oct 16 14:31:45.912 INFO kablam! Doc-tests congredi Oct 16 14:31:48.484 INFO blam! Oct 16 14:31:48.484 INFO blam! running 0 tests Oct 16 14:31:48.484 INFO blam! Oct 16 14:31:48.484 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:31:48.484 INFO blam! Oct 16 14:31:48.495 INFO kablam! su: No module specific data is present Oct 16 14:31:49.481 INFO running `"docker" "rm" "-f" "236d349c195364dd876fc0083b1323a0125d4d8aa7901fd6605a21e9166a02db"` Oct 16 14:31:49.983 INFO blam! 236d349c195364dd876fc0083b1323a0125d4d8aa7901fd6605a21e9166a02db