Oct 12 02:42:43.708 INFO testing congredi-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 02:42:43.710 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 02:42:44.130 INFO blam! 79a97202817f0fc7fb8fbbfb564686ebe6795b5e0a9337686ff1097cc4e927d4 Oct 12 02:42:44.156 INFO running `"docker" "start" "-a" "79a97202817f0fc7fb8fbbfb564686ebe6795b5e0a9337686ff1097cc4e927d4"` Oct 12 02:42:45.464 INFO kablam! usermod: no changes Oct 12 02:42:45.744 INFO kablam! Compiling unidiff v0.2.1 Oct 12 02:42:45.744 INFO kablam! Compiling semver-parser v0.6.2 Oct 12 02:42:45.744 INFO kablam! Compiling ring v0.9.7 Oct 12 02:42:50.097 INFO kablam! Compiling semver v0.5.1 Oct 12 02:42:55.460 INFO kablam! Compiling rusted_cypher v1.1.0 Oct 12 02:43:03.468 INFO kablam! Compiling webpki v0.12.1 Oct 12 02:43:06.964 INFO kablam! Compiling rustls v0.8.0 Oct 12 02:43:17.031 INFO kablam! Compiling congredi v0.1.0 (/source) Oct 12 02:43:19.124 INFO kablam! warning: unused import: `ring` Oct 12 02:43:19.124 INFO kablam! --> src/crypto/primatives/asym.rs:1:5 Oct 12 02:43:19.124 INFO kablam! | Oct 12 02:43:19.124 INFO kablam! 1 | use ring; Oct 12 02:43:19.124 INFO kablam! | ^^^^ Oct 12 02:43:19.124 INFO kablam! | Oct 12 02:43:19.124 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:43:19.124 INFO kablam! Oct 12 02:43:19.124 INFO kablam! warning: unused import: `untrusted` Oct 12 02:43:19.124 INFO kablam! --> src/crypto/primatives/asym.rs:2:5 Oct 12 02:43:19.124 INFO kablam! | Oct 12 02:43:19.124 INFO kablam! 2 | use untrusted; Oct 12 02:43:19.124 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:19.124 INFO kablam! Oct 12 02:43:19.124 INFO kablam! warning: unused import: `signature` Oct 12 02:43:19.124 INFO kablam! --> src/crypto/primatives/asym.rs:5:22 Oct 12 02:43:19.124 INFO kablam! | Oct 12 02:43:19.124 INFO kablam! 5 | use ring::{rand, signature}; Oct 12 02:43:19.124 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:19.124 INFO kablam! Oct 12 02:43:19.124 INFO kablam! warning: unused import: `crypto::primatives::asym` Oct 12 02:43:19.124 INFO kablam! --> src/lib.rs:12:5 Oct 12 02:43:19.124 INFO kablam! | Oct 12 02:43:19.124 INFO kablam! 12 | use crypto::primatives::asym; Oct 12 02:43:19.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:19.124 INFO kablam! Oct 12 02:43:19.220 INFO kablam! warning: unused variable: `rng` Oct 12 02:43:19.220 INFO kablam! --> src/crypto/primatives/asym.rs:8:9 Oct 12 02:43:19.220 INFO kablam! | Oct 12 02:43:19.220 INFO kablam! 8 | let rng = rand::SystemRandom::new(); Oct 12 02:43:19.220 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 12 02:43:19.220 INFO kablam! | Oct 12 02:43:19.220 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 02:43:19.220 INFO kablam! Oct 12 02:43:19.220 INFO kablam! warning: unused variable: `compressed_bytes` Oct 12 02:43:19.220 INFO kablam! --> src/store/compress.rs:10:9 Oct 12 02:43:19.220 INFO kablam! | Oct 12 02:43:19.220 INFO kablam! 10 | let compressed_bytes = e.finish(); Oct 12 02:43:19.220 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_compressed_bytes` instead Oct 12 02:43:19.220 INFO kablam! Oct 12 02:43:19.220 INFO kablam! warning: function is never used: `thingy` Oct 12 02:43:19.220 INFO kablam! --> src/crypto/primatives/asym.rs:4:1 Oct 12 02:43:19.220 INFO kablam! | Oct 12 02:43:19.220 INFO kablam! 4 | fn thingy(){ Oct 12 02:43:19.220 INFO kablam! | ^^^^^^^^^^^ Oct 12 02:43:19.220 INFO kablam! | Oct 12 02:43:19.220 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:43:19.220 INFO kablam! Oct 12 02:43:19.220 INFO kablam! warning: method is never used: `wrap` Oct 12 02:43:19.220 INFO kablam! --> src/crypto/methods/onion.rs:4:5 Oct 12 02:43:19.220 INFO kablam! | Oct 12 02:43:19.220 INFO kablam! 4 | fn wrap(&mut self) -> i32 { Oct 12 02:43:19.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:19.220 INFO kablam! Oct 12 02:43:19.220 INFO kablam! warning: method is never used: `peel` Oct 12 02:43:19.220 INFO kablam! --> src/crypto/methods/onion.rs:8:5 Oct 12 02:43:19.220 INFO kablam! | Oct 12 02:43:19.220 INFO kablam! 8 | fn peel(&mut self) -> (i32, bool) { Oct 12 02:43:19.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:19.220 INFO kablam! Oct 12 02:43:19.220 INFO kablam! warning: struct is never constructed: `Onion` Oct 12 02:43:19.220 INFO kablam! --> src/crypto/methods/onion.rs:18:1 Oct 12 02:43:19.220 INFO kablam! | Oct 12 02:43:19.220 INFO kablam! 18 | struct Onion { Oct 12 02:43:19.220 INFO kablam! | ^^^^^^^^^^^^ Oct 12 02:43:19.220 INFO kablam! Oct 12 02:43:19.220 INFO kablam! warning: function is never used: `main` Oct 12 02:43:19.220 INFO kablam! --> src/store/compress.rs:6:1 Oct 12 02:43:19.220 INFO kablam! | Oct 12 02:43:19.220 INFO kablam! 6 | fn main() { Oct 12 02:43:19.221 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:19.221 INFO kablam! Oct 12 02:43:19.221 INFO kablam! warning: function is never used: `fetch_an_integer` Oct 12 02:43:19.221 INFO kablam! --> src/store/redis.rs:4:1 Oct 12 02:43:19.221 INFO kablam! | Oct 12 02:43:19.221 INFO kablam! 4 | fn fetch_an_integer() -> redis::RedisResult { Oct 12 02:43:19.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:19.221 INFO kablam! Oct 12 02:43:19.221 INFO kablam! warning: module `POW` should have a snake case name such as `pow` Oct 12 02:43:19.221 INFO kablam! --> src/crypto/methods/mod.rs:2:1 Oct 12 02:43:19.221 INFO kablam! | Oct 12 02:43:19.221 INFO kablam! 2 | pub mod POW; Oct 12 02:43:19.221 INFO kablam! | ^^^^^^^^^^^^ Oct 12 02:43:19.221 INFO kablam! | Oct 12 02:43:19.221 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 02:43:19.221 INFO kablam! Oct 12 02:43:19.221 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:43:19.221 INFO kablam! --> src/store/compress.rs:8:5 Oct 12 02:43:19.221 INFO kablam! | Oct 12 02:43:19.221 INFO kablam! 8 | e.write(b"foo"); Oct 12 02:43:19.221 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 02:43:19.221 INFO kablam! | Oct 12 02:43:19.221 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 02:43:19.221 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:43:19.221 INFO kablam! Oct 12 02:43:19.221 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:43:19.221 INFO kablam! --> src/store/compress.rs:9:5 Oct 12 02:43:19.221 INFO kablam! | Oct 12 02:43:19.221 INFO kablam! 9 | e.write(b"bar"); Oct 12 02:43:19.221 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 02:43:19.221 INFO kablam! | Oct 12 02:43:19.221 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:43:19.221 INFO kablam! Oct 12 02:43:21.629 INFO kablam! warning: unused import: `congredi::schedule` Oct 12 02:43:21.629 INFO kablam! --> src/main.rs:2:5 Oct 12 02:43:21.629 INFO kablam! | Oct 12 02:43:21.629 INFO kablam! 2 | use congredi::schedule; Oct 12 02:43:21.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 02:43:21.630 INFO kablam! | Oct 12 02:43:21.630 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:43:21.630 INFO kablam! Oct 12 02:43:22.066 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.57s Oct 12 02:43:22.078 INFO kablam! su: No module specific data is present Oct 12 02:43:22.886 INFO running `"docker" "rm" "-f" "79a97202817f0fc7fb8fbbfb564686ebe6795b5e0a9337686ff1097cc4e927d4"` Oct 12 02:43:23.236 INFO blam! 79a97202817f0fc7fb8fbbfb564686ebe6795b5e0a9337686ff1097cc4e927d4 Oct 12 02:43:23.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 02:43:23.650 INFO blam! b604e9bfab0a2ec41169176a4298c362f716a0420e2e948ee25c3ec395a3d217 Oct 12 02:43:23.654 INFO running `"docker" "start" "-a" "b604e9bfab0a2ec41169176a4298c362f716a0420e2e948ee25c3ec395a3d217"` Oct 12 02:43:24.789 INFO kablam! usermod: no changes Oct 12 02:43:24.996 INFO kablam! Compiling congredi v0.1.0 (/source) Oct 12 02:43:28.692 INFO kablam! warning: unused import: `ring` Oct 12 02:43:28.692 INFO kablam! --> src/crypto/primatives/asym.rs:1:5 Oct 12 02:43:28.692 INFO kablam! | Oct 12 02:43:28.692 INFO kablam! 1 | use ring; Oct 12 02:43:28.692 INFO kablam! | ^^^^ Oct 12 02:43:28.692 INFO kablam! | Oct 12 02:43:28.692 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:43:28.692 INFO kablam! Oct 12 02:43:28.692 INFO kablam! warning: unused import: `untrusted` Oct 12 02:43:28.692 INFO kablam! --> src/crypto/primatives/asym.rs:2:5 Oct 12 02:43:28.692 INFO kablam! | Oct 12 02:43:28.692 INFO kablam! 2 | use untrusted; Oct 12 02:43:28.692 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:28.692 INFO kablam! Oct 12 02:43:28.692 INFO kablam! warning: unused import: `signature` Oct 12 02:43:28.692 INFO kablam! --> src/crypto/primatives/asym.rs:5:22 Oct 12 02:43:28.692 INFO kablam! | Oct 12 02:43:28.692 INFO kablam! 5 | use ring::{rand, signature}; Oct 12 02:43:28.692 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:28.692 INFO kablam! Oct 12 02:43:28.692 INFO kablam! warning: unused import: `crypto::primatives::asym` Oct 12 02:43:28.692 INFO kablam! --> src/lib.rs:12:5 Oct 12 02:43:28.693 INFO kablam! | Oct 12 02:43:28.693 INFO kablam! 12 | use crypto::primatives::asym; Oct 12 02:43:28.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:28.693 INFO kablam! Oct 12 02:43:28.772 INFO kablam! warning: unused variable: `rng` Oct 12 02:43:28.772 INFO kablam! --> src/crypto/primatives/asym.rs:8:9 Oct 12 02:43:28.772 INFO kablam! | Oct 12 02:43:28.772 INFO kablam! 8 | let rng = rand::SystemRandom::new(); Oct 12 02:43:28.772 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 12 02:43:28.774 INFO kablam! | Oct 12 02:43:28.774 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 02:43:28.774 INFO kablam! Oct 12 02:43:28.775 INFO kablam! warning: unused variable: `compressed_bytes` Oct 12 02:43:28.775 INFO kablam! --> src/store/compress.rs:10:9 Oct 12 02:43:28.775 INFO kablam! | Oct 12 02:43:28.775 INFO kablam! 10 | let compressed_bytes = e.finish(); Oct 12 02:43:28.775 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_compressed_bytes` instead Oct 12 02:43:28.776 INFO kablam! Oct 12 02:43:28.783 INFO kablam! warning: function is never used: `thingy` Oct 12 02:43:28.784 INFO kablam! --> src/crypto/primatives/asym.rs:4:1 Oct 12 02:43:28.784 INFO kablam! | Oct 12 02:43:28.784 INFO kablam! 4 | fn thingy(){ Oct 12 02:43:28.784 INFO kablam! | ^^^^^^^^^^^ Oct 12 02:43:28.784 INFO kablam! | Oct 12 02:43:28.785 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:43:28.785 INFO kablam! Oct 12 02:43:28.786 INFO kablam! warning: method is never used: `wrap` Oct 12 02:43:28.786 INFO kablam! --> src/crypto/methods/onion.rs:4:5 Oct 12 02:43:28.786 INFO kablam! | Oct 12 02:43:28.786 INFO kablam! 4 | fn wrap(&mut self) -> i32 { Oct 12 02:43:28.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:28.787 INFO kablam! Oct 12 02:43:28.787 INFO kablam! warning: method is never used: `peel` Oct 12 02:43:28.788 INFO kablam! --> src/crypto/methods/onion.rs:8:5 Oct 12 02:43:28.788 INFO kablam! | Oct 12 02:43:28.788 INFO kablam! 8 | fn peel(&mut self) -> (i32, bool) { Oct 12 02:43:28.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:28.789 INFO kablam! Oct 12 02:43:28.789 INFO kablam! warning: struct is never constructed: `Onion` Oct 12 02:43:28.789 INFO kablam! --> src/crypto/methods/onion.rs:18:1 Oct 12 02:43:28.789 INFO kablam! | Oct 12 02:43:28.789 INFO kablam! 18 | struct Onion { Oct 12 02:43:28.790 INFO kablam! | ^^^^^^^^^^^^ Oct 12 02:43:28.790 INFO kablam! Oct 12 02:43:28.791 INFO kablam! warning: function is never used: `main` Oct 12 02:43:28.791 INFO kablam! --> src/store/compress.rs:6:1 Oct 12 02:43:28.791 INFO kablam! | Oct 12 02:43:28.791 INFO kablam! 6 | fn main() { Oct 12 02:43:28.791 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:28.792 INFO kablam! Oct 12 02:43:28.793 INFO kablam! warning: function is never used: `fetch_an_integer` Oct 12 02:43:28.793 INFO kablam! --> src/store/redis.rs:4:1 Oct 12 02:43:28.793 INFO kablam! | Oct 12 02:43:28.793 INFO kablam! 4 | fn fetch_an_integer() -> redis::RedisResult { Oct 12 02:43:28.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:28.794 INFO kablam! Oct 12 02:43:28.795 INFO kablam! warning: module `POW` should have a snake case name such as `pow` Oct 12 02:43:28.795 INFO kablam! --> src/crypto/methods/mod.rs:2:1 Oct 12 02:43:28.795 INFO kablam! | Oct 12 02:43:28.796 INFO kablam! 2 | pub mod POW; Oct 12 02:43:28.796 INFO kablam! | ^^^^^^^^^^^^ Oct 12 02:43:28.796 INFO kablam! | Oct 12 02:43:28.796 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 02:43:28.796 INFO kablam! Oct 12 02:43:28.798 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:43:28.798 INFO kablam! --> src/store/compress.rs:8:5 Oct 12 02:43:28.798 INFO kablam! | Oct 12 02:43:28.798 INFO kablam! 8 | e.write(b"foo"); Oct 12 02:43:28.798 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 02:43:28.798 INFO kablam! | Oct 12 02:43:28.798 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 02:43:28.798 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:43:28.798 INFO kablam! Oct 12 02:43:28.800 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:43:28.800 INFO kablam! --> src/store/compress.rs:9:5 Oct 12 02:43:28.800 INFO kablam! | Oct 12 02:43:28.800 INFO kablam! 9 | e.write(b"bar"); Oct 12 02:43:28.800 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 02:43:28.800 INFO kablam! | Oct 12 02:43:28.800 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:43:28.800 INFO kablam! Oct 12 02:43:29.776 INFO kablam! warning: unused import: `congredi::schedule` Oct 12 02:43:29.777 INFO kablam! --> src/main.rs:2:5 Oct 12 02:43:29.777 INFO kablam! | Oct 12 02:43:29.777 INFO kablam! 2 | use congredi::schedule; Oct 12 02:43:29.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 02:43:29.778 INFO kablam! | Oct 12 02:43:29.778 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:43:29.778 INFO kablam! Oct 12 02:43:30.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.93s Oct 12 02:43:30.778 INFO kablam! su: No module specific data is present Oct 12 02:43:31.976 INFO running `"docker" "rm" "-f" "b604e9bfab0a2ec41169176a4298c362f716a0420e2e948ee25c3ec395a3d217"` Oct 12 02:43:32.332 INFO blam! b604e9bfab0a2ec41169176a4298c362f716a0420e2e948ee25c3ec395a3d217 Oct 12 02:43:32.340 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 02:43:32.878 INFO blam! 22cffe3736cb7ffd607fbec0db3ad8f650e53fd1c31fec0792e09273d0aec2be Oct 12 02:43:32.880 INFO running `"docker" "start" "-a" "22cffe3736cb7ffd607fbec0db3ad8f650e53fd1c31fec0792e09273d0aec2be"` Oct 12 02:43:33.979 INFO kablam! usermod: no changes Oct 12 02:43:34.184 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 12 02:43:34.206 INFO kablam! Running /target/debug/deps/congredi-66c48182b5d483b0 Oct 12 02:43:34.206 INFO blam! Oct 12 02:43:34.206 INFO blam! running 1 test Oct 12 02:43:34.211 INFO blam! test tests::it_works ... ok Oct 12 02:43:34.211 INFO kablam! Running /target/debug/deps/congredidaemon-e3d033f9c19c1a07 Oct 12 02:43:34.211 INFO blam! Oct 12 02:43:34.211 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:43:34.211 INFO blam! Oct 12 02:43:34.212 INFO blam! Oct 12 02:43:34.212 INFO kablam! Doc-tests congredi Oct 12 02:43:34.212 INFO blam! running 0 tests Oct 12 02:43:34.212 INFO blam! Oct 12 02:43:34.212 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:43:34.212 INFO blam! Oct 12 02:43:38.142 INFO blam! Oct 12 02:43:38.142 INFO blam! running 0 tests Oct 12 02:43:38.142 INFO blam! Oct 12 02:43:38.142 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:43:38.142 INFO blam! Oct 12 02:43:38.149 INFO kablam! su: No module specific data is present Oct 12 02:43:38.723 INFO running `"docker" "rm" "-f" "22cffe3736cb7ffd607fbec0db3ad8f650e53fd1c31fec0792e09273d0aec2be"` Oct 12 02:43:38.904 INFO blam! 22cffe3736cb7ffd607fbec0db3ad8f650e53fd1c31fec0792e09273d0aec2be