Oct 16 14:30:53.094 INFO testing congredi-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:30:53.094 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 14:30:53.436 INFO blam! 93fda6de822f8d8f525d855adaa23a78a57e5c3c3541a9886db4aad3642d0c08 Oct 16 14:30:53.441 INFO running `"docker" "start" "-a" "93fda6de822f8d8f525d855adaa23a78a57e5c3c3541a9886db4aad3642d0c08"` Oct 16 14:30:54.631 INFO kablam! usermod: no changes Oct 16 14:30:55.011 INFO kablam! Compiling unidiff v0.2.1 Oct 16 14:30:55.012 INFO kablam! Compiling semver-parser v0.6.2 Oct 16 14:30:55.039 INFO kablam! Compiling ring v0.9.7 Oct 16 14:30:58.435 INFO kablam! Compiling semver v0.5.1 Oct 16 14:31:03.199 INFO kablam! Compiling rusted_cypher v1.1.0 Oct 16 14:31:10.915 INFO kablam! Compiling webpki v0.12.1 Oct 16 14:31:12.787 INFO kablam! Compiling rustls v0.8.0 Oct 16 14:31:24.079 INFO kablam! Compiling congredi v0.1.0 (/source) Oct 16 14:31:25.676 INFO kablam! warning: unused import: `ring` Oct 16 14:31:25.676 INFO kablam! --> src/crypto/primatives/asym.rs:1:5 Oct 16 14:31:25.676 INFO kablam! | Oct 16 14:31:25.676 INFO kablam! 1 | use ring; Oct 16 14:31:25.676 INFO kablam! | ^^^^ Oct 16 14:31:25.676 INFO kablam! | Oct 16 14:31:25.676 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:31:25.676 INFO kablam! Oct 16 14:31:25.676 INFO kablam! warning: unused import: `untrusted` Oct 16 14:31:25.678 INFO kablam! --> src/crypto/primatives/asym.rs:2:5 Oct 16 14:31:25.678 INFO kablam! | Oct 16 14:31:25.678 INFO kablam! 2 | use untrusted; Oct 16 14:31:25.678 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:25.678 INFO kablam! Oct 16 14:31:25.678 INFO kablam! warning: unused import: `signature` Oct 16 14:31:25.678 INFO kablam! --> src/crypto/primatives/asym.rs:5:22 Oct 16 14:31:25.678 INFO kablam! | Oct 16 14:31:25.678 INFO kablam! 5 | use ring::{rand, signature}; Oct 16 14:31:25.678 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:25.678 INFO kablam! Oct 16 14:31:25.678 INFO kablam! warning: unused import: `crypto::primatives::asym` Oct 16 14:31:25.678 INFO kablam! --> src/lib.rs:12:5 Oct 16 14:31:25.678 INFO kablam! | Oct 16 14:31:25.678 INFO kablam! 12 | use crypto::primatives::asym; Oct 16 14:31:25.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:25.678 INFO kablam! Oct 16 14:31:25.742 INFO kablam! warning: unused variable: `rng` Oct 16 14:31:25.743 INFO kablam! --> src/crypto/primatives/asym.rs:8:9 Oct 16 14:31:25.743 INFO kablam! | Oct 16 14:31:25.743 INFO kablam! 8 | let rng = rand::SystemRandom::new(); Oct 16 14:31:25.743 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 16 14:31:25.743 INFO kablam! | Oct 16 14:31:25.743 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 14:31:25.744 INFO kablam! Oct 16 14:31:25.744 INFO kablam! warning: unused variable: `compressed_bytes` Oct 16 14:31:25.744 INFO kablam! --> src/store/compress.rs:10:9 Oct 16 14:31:25.745 INFO kablam! | Oct 16 14:31:25.745 INFO kablam! 10 | let compressed_bytes = e.finish(); Oct 16 14:31:25.745 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_compressed_bytes` instead Oct 16 14:31:25.745 INFO kablam! Oct 16 14:31:25.748 INFO kablam! warning: function is never used: `thingy` Oct 16 14:31:25.748 INFO kablam! --> src/crypto/primatives/asym.rs:4:1 Oct 16 14:31:25.748 INFO kablam! | Oct 16 14:31:25.748 INFO kablam! 4 | fn thingy(){ Oct 16 14:31:25.749 INFO kablam! | ^^^^^^^^^^^ Oct 16 14:31:25.749 INFO kablam! | Oct 16 14:31:25.749 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 14:31:25.750 INFO kablam! Oct 16 14:31:25.750 INFO kablam! warning: method is never used: `wrap` Oct 16 14:31:25.750 INFO kablam! --> src/crypto/methods/onion.rs:4:5 Oct 16 14:31:25.750 INFO kablam! | Oct 16 14:31:25.751 INFO kablam! 4 | fn wrap(&mut self) -> i32 { Oct 16 14:31:25.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:25.751 INFO kablam! Oct 16 14:31:25.751 INFO kablam! warning: method is never used: `peel` Oct 16 14:31:25.752 INFO kablam! --> src/crypto/methods/onion.rs:8:5 Oct 16 14:31:25.752 INFO kablam! | Oct 16 14:31:25.752 INFO kablam! 8 | fn peel(&mut self) -> (i32, bool) { Oct 16 14:31:25.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:25.753 INFO kablam! Oct 16 14:31:25.753 INFO kablam! warning: struct is never constructed: `Onion` Oct 16 14:31:25.753 INFO kablam! --> src/crypto/methods/onion.rs:18:1 Oct 16 14:31:25.754 INFO kablam! | Oct 16 14:31:25.754 INFO kablam! 18 | struct Onion { Oct 16 14:31:25.754 INFO kablam! | ^^^^^^^^^^^^ Oct 16 14:31:25.754 INFO kablam! Oct 16 14:31:25.755 INFO kablam! warning: function is never used: `main` Oct 16 14:31:25.755 INFO kablam! --> src/store/compress.rs:6:1 Oct 16 14:31:25.755 INFO kablam! | Oct 16 14:31:25.755 INFO kablam! 6 | fn main() { Oct 16 14:31:25.755 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:25.755 INFO kablam! Oct 16 14:31:25.755 INFO kablam! warning: function is never used: `fetch_an_integer` Oct 16 14:31:25.755 INFO kablam! --> src/store/redis.rs:4:1 Oct 16 14:31:25.755 INFO kablam! | Oct 16 14:31:25.755 INFO kablam! 4 | fn fetch_an_integer() -> redis::RedisResult { Oct 16 14:31:25.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:25.755 INFO kablam! Oct 16 14:31:25.755 INFO kablam! warning: module `POW` should have a snake case name such as `pow` Oct 16 14:31:25.756 INFO kablam! --> src/crypto/methods/mod.rs:2:1 Oct 16 14:31:25.756 INFO kablam! | Oct 16 14:31:25.756 INFO kablam! 2 | pub mod POW; Oct 16 14:31:25.756 INFO kablam! | ^^^^^^^^^^^^ Oct 16 14:31:25.756 INFO kablam! | Oct 16 14:31:25.756 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 14:31:25.756 INFO kablam! Oct 16 14:31:25.756 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 14:31:25.756 INFO kablam! --> src/store/compress.rs:8:5 Oct 16 14:31:25.756 INFO kablam! | Oct 16 14:31:25.756 INFO kablam! 8 | e.write(b"foo"); Oct 16 14:31:25.756 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 14:31:25.756 INFO kablam! | Oct 16 14:31:25.756 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 14:31:25.756 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 14:31:25.756 INFO kablam! Oct 16 14:31:25.756 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 14:31:25.756 INFO kablam! --> src/store/compress.rs:9:5 Oct 16 14:31:25.756 INFO kablam! | Oct 16 14:31:25.756 INFO kablam! 9 | e.write(b"bar"); Oct 16 14:31:25.756 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 14:31:25.756 INFO kablam! | Oct 16 14:31:25.756 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 14:31:25.756 INFO kablam! Oct 16 14:31:27.286 INFO kablam! warning: unused import: `congredi::schedule` Oct 16 14:31:27.286 INFO kablam! --> src/main.rs:2:5 Oct 16 14:31:27.286 INFO kablam! | Oct 16 14:31:27.286 INFO kablam! 2 | use congredi::schedule; Oct 16 14:31:27.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 14:31:27.286 INFO kablam! | Oct 16 14:31:27.288 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:31:27.288 INFO kablam! Oct 16 14:31:27.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.04s Oct 16 14:31:27.711 INFO kablam! su: No module specific data is present Oct 16 14:31:28.783 INFO running `"docker" "rm" "-f" "93fda6de822f8d8f525d855adaa23a78a57e5c3c3541a9886db4aad3642d0c08"` Oct 16 14:31:29.017 INFO blam! 93fda6de822f8d8f525d855adaa23a78a57e5c3c3541a9886db4aad3642d0c08 Oct 16 14:31:29.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 14:31:29.543 INFO blam! 56cc6b991530a947b3b2afac0954e72b3f09c3fa8a9954ca756e2b0e77469019 Oct 16 14:31:29.551 INFO running `"docker" "start" "-a" "56cc6b991530a947b3b2afac0954e72b3f09c3fa8a9954ca756e2b0e77469019"` Oct 16 14:31:30.590 INFO kablam! usermod: no changes Oct 16 14:31:30.763 INFO kablam! Compiling congredi v0.1.0 (/source) Oct 16 14:31:33.003 INFO kablam! warning: unused import: `ring` Oct 16 14:31:33.004 INFO kablam! --> src/crypto/primatives/asym.rs:1:5 Oct 16 14:31:33.004 INFO kablam! | Oct 16 14:31:33.004 INFO kablam! 1 | use ring; Oct 16 14:31:33.004 INFO kablam! | ^^^^ Oct 16 14:31:33.004 INFO kablam! | Oct 16 14:31:33.004 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:31:33.004 INFO kablam! Oct 16 14:31:33.004 INFO kablam! warning: unused import: `untrusted` Oct 16 14:31:33.004 INFO kablam! --> src/crypto/primatives/asym.rs:2:5 Oct 16 14:31:33.004 INFO kablam! | Oct 16 14:31:33.004 INFO kablam! 2 | use untrusted; Oct 16 14:31:33.004 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:33.004 INFO kablam! Oct 16 14:31:33.004 INFO kablam! warning: unused import: `signature` Oct 16 14:31:33.004 INFO kablam! --> src/crypto/primatives/asym.rs:5:22 Oct 16 14:31:33.004 INFO kablam! | Oct 16 14:31:33.004 INFO kablam! 5 | use ring::{rand, signature}; Oct 16 14:31:33.004 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:33.004 INFO kablam! Oct 16 14:31:33.004 INFO kablam! warning: unused import: `crypto::primatives::asym` Oct 16 14:31:33.004 INFO kablam! --> src/lib.rs:12:5 Oct 16 14:31:33.004 INFO kablam! | Oct 16 14:31:33.004 INFO kablam! 12 | use crypto::primatives::asym; Oct 16 14:31:33.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:33.004 INFO kablam! Oct 16 14:31:33.127 INFO kablam! warning: unused variable: `rng` Oct 16 14:31:33.127 INFO kablam! --> src/crypto/primatives/asym.rs:8:9 Oct 16 14:31:33.128 INFO kablam! | Oct 16 14:31:33.128 INFO kablam! 8 | let rng = rand::SystemRandom::new(); Oct 16 14:31:33.129 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 16 14:31:33.129 INFO kablam! | Oct 16 14:31:33.130 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 14:31:33.130 INFO kablam! Oct 16 14:31:33.131 INFO kablam! warning: unused variable: `compressed_bytes` Oct 16 14:31:33.132 INFO kablam! --> src/store/compress.rs:10:9 Oct 16 14:31:33.132 INFO kablam! | Oct 16 14:31:33.133 INFO kablam! 10 | let compressed_bytes = e.finish(); Oct 16 14:31:33.133 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_compressed_bytes` instead Oct 16 14:31:33.134 INFO kablam! Oct 16 14:31:33.147 INFO kablam! warning: function is never used: `thingy` Oct 16 14:31:33.147 INFO kablam! --> src/crypto/primatives/asym.rs:4:1 Oct 16 14:31:33.148 INFO kablam! | Oct 16 14:31:33.148 INFO kablam! 4 | fn thingy(){ Oct 16 14:31:33.149 INFO kablam! | ^^^^^^^^^^^ Oct 16 14:31:33.149 INFO kablam! | Oct 16 14:31:33.150 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 14:31:33.150 INFO kablam! Oct 16 14:31:33.150 INFO kablam! warning: method is never used: `wrap` Oct 16 14:31:33.151 INFO kablam! --> src/crypto/methods/onion.rs:4:5 Oct 16 14:31:33.151 INFO kablam! | Oct 16 14:31:33.151 INFO kablam! 4 | fn wrap(&mut self) -> i32 { Oct 16 14:31:33.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:33.151 INFO kablam! Oct 16 14:31:33.151 INFO kablam! warning: method is never used: `peel` Oct 16 14:31:33.151 INFO kablam! --> src/crypto/methods/onion.rs:8:5 Oct 16 14:31:33.151 INFO kablam! | Oct 16 14:31:33.151 INFO kablam! 8 | fn peel(&mut self) -> (i32, bool) { Oct 16 14:31:33.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:33.152 INFO kablam! Oct 16 14:31:33.152 INFO kablam! warning: struct is never constructed: `Onion` Oct 16 14:31:33.152 INFO kablam! --> src/crypto/methods/onion.rs:18:1 Oct 16 14:31:33.152 INFO kablam! | Oct 16 14:31:33.153 INFO kablam! 18 | struct Onion { Oct 16 14:31:33.153 INFO kablam! | ^^^^^^^^^^^^ Oct 16 14:31:33.153 INFO kablam! Oct 16 14:31:33.153 INFO kablam! warning: function is never used: `main` Oct 16 14:31:33.153 INFO kablam! --> src/store/compress.rs:6:1 Oct 16 14:31:33.153 INFO kablam! | Oct 16 14:31:33.153 INFO kablam! 6 | fn main() { Oct 16 14:31:33.153 INFO kablam! | ^^^^^^^^^ Oct 16 14:31:33.153 INFO kablam! Oct 16 14:31:33.153 INFO kablam! warning: function is never used: `fetch_an_integer` Oct 16 14:31:33.153 INFO kablam! --> src/store/redis.rs:4:1 Oct 16 14:31:33.153 INFO kablam! | Oct 16 14:31:33.153 INFO kablam! 4 | fn fetch_an_integer() -> redis::RedisResult { Oct 16 14:31:33.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:31:33.153 INFO kablam! Oct 16 14:31:33.153 INFO kablam! warning: module `POW` should have a snake case name such as `pow` Oct 16 14:31:33.153 INFO kablam! --> src/crypto/methods/mod.rs:2:1 Oct 16 14:31:33.153 INFO kablam! | Oct 16 14:31:33.153 INFO kablam! 2 | pub mod POW; Oct 16 14:31:33.153 INFO kablam! | ^^^^^^^^^^^^ Oct 16 14:31:33.153 INFO kablam! | Oct 16 14:31:33.156 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 14:31:33.156 INFO kablam! Oct 16 14:31:33.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 14:31:33.156 INFO kablam! --> src/store/compress.rs:8:5 Oct 16 14:31:33.156 INFO kablam! | Oct 16 14:31:33.156 INFO kablam! 8 | e.write(b"foo"); Oct 16 14:31:33.156 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 14:31:33.156 INFO kablam! | Oct 16 14:31:33.156 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 14:31:33.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 14:31:33.156 INFO kablam! Oct 16 14:31:33.156 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 14:31:33.156 INFO kablam! --> src/store/compress.rs:9:5 Oct 16 14:31:33.156 INFO kablam! | Oct 16 14:31:33.156 INFO kablam! 9 | e.write(b"bar"); Oct 16 14:31:33.156 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 14:31:33.156 INFO kablam! | Oct 16 14:31:33.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 14:31:33.156 INFO kablam! Oct 16 14:31:33.438 INFO kablam! warning: unused import: `congredi::schedule` Oct 16 14:31:33.438 INFO kablam! --> src/main.rs:2:5 Oct 16 14:31:33.438 INFO kablam! | Oct 16 14:31:33.438 INFO kablam! 2 | use congredi::schedule; Oct 16 14:31:33.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 14:31:33.438 INFO kablam! | Oct 16 14:31:33.440 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:31:33.440 INFO kablam! Oct 16 14:31:34.598 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.00s Oct 16 14:31:34.625 INFO kablam! su: No module specific data is present Oct 16 14:31:35.363 INFO running `"docker" "rm" "-f" "56cc6b991530a947b3b2afac0954e72b3f09c3fa8a9954ca756e2b0e77469019"` Oct 16 14:31:35.643 INFO blam! 56cc6b991530a947b3b2afac0954e72b3f09c3fa8a9954ca756e2b0e77469019 Oct 16 14:31:35.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 14:31:36.147 INFO blam! 4060aa4994278ea127b229107f31fca594838f3dd6268149095d8def6adf8913 Oct 16 14:31:36.153 INFO running `"docker" "start" "-a" "4060aa4994278ea127b229107f31fca594838f3dd6268149095d8def6adf8913"` Oct 16 14:31:37.254 INFO kablam! usermod: no changes Oct 16 14:31:37.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 16 14:31:37.471 INFO kablam! Running /target/debug/deps/congredi-bd69fe64b0f9d942 Oct 16 14:31:37.487 INFO blam! Oct 16 14:31:37.487 INFO blam! running 1 test Oct 16 14:31:37.495 INFO blam! test tests::it_works ... ok Oct 16 14:31:37.495 INFO blam! Oct 16 14:31:37.495 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:31:37.495 INFO blam! Oct 16 14:31:37.495 INFO blam! Oct 16 14:31:37.495 INFO blam! running 0 tests Oct 16 14:31:37.495 INFO blam! Oct 16 14:31:37.495 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:31:37.495 INFO blam! Oct 16 14:31:37.497 INFO kablam! Running /target/debug/deps/congredidaemon-5b4517a1ae0db8cd Oct 16 14:31:37.497 INFO kablam! Doc-tests congredi Oct 16 14:31:40.047 INFO blam! Oct 16 14:31:40.047 INFO blam! running 0 tests Oct 16 14:31:40.047 INFO blam! Oct 16 14:31:40.047 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:31:40.047 INFO blam! Oct 16 14:31:40.052 INFO kablam! su: No module specific data is present Oct 16 14:31:40.979 INFO running `"docker" "rm" "-f" "4060aa4994278ea127b229107f31fca594838f3dd6268149095d8def6adf8913"` Oct 16 14:31:41.236 INFO blam! 4060aa4994278ea127b229107f31fca594838f3dd6268149095d8def6adf8913