Oct 11 04:25:58.034 INFO testing SpinResearch/RustySecrets against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:25:58.034 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:25:58.035 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:25:58.528 INFO blam! c373a925773598ff7bc78aa9080de569a6293e1aaae28ac0cd6b4bcaf1d3851d Oct 11 04:25:58.540 INFO running `"docker" "start" "-a" "c373a925773598ff7bc78aa9080de569a6293e1aaae28ac0cd6b4bcaf1d3851d"` Oct 11 04:25:59.446 INFO kablam! usermod: no changes Oct 11 04:25:59.588 INFO kablam! Compiling rusty_secrets v0.2.3-pre (/source) Oct 11 04:25:59.588 INFO kablam! Compiling lamport_sigs v0.5.0 Oct 11 04:25:59.588 INFO kablam! Compiling merkle v1.5.0 Oct 11 04:26:02.448 INFO kablam! Compiling merkle_sigs v1.4.0 Oct 11 04:26:04.968 INFO kablam! warning: method is never used: `pow` Oct 11 04:26:04.968 INFO kablam! --> src/gf256.rs:49:5 Oct 11 04:26:04.968 INFO kablam! | Oct 11 04:26:04.968 INFO kablam! 49 | pub fn pow(&self, mut exp: u8) -> Gf256 { Oct 11 04:26:04.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.968 INFO kablam! | Oct 11 04:26:04.968 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:26:04.968 INFO kablam! Oct 11 04:26:04.968 INFO kablam! warning: function is never used: `interpolate` Oct 11 04:26:04.968 INFO kablam! --> src/lagrange.rs:49:1 Oct 11 04:26:04.968 INFO kablam! | Oct 11 04:26:04.968 INFO kablam! 49 | pub(crate) fn interpolate(points: &[(Gf256, Gf256)]) -> Poly { Oct 11 04:26:04.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.968 INFO kablam! Oct 11 04:26:04.968 INFO kablam! warning: static item is never used: `MAX_COEFFS` Oct 11 04:26:04.968 INFO kablam! --> src/poly.rs:3:1 Oct 11 04:26:04.968 INFO kablam! | Oct 11 04:26:04.968 INFO kablam! 3 | static MAX_COEFFS: usize = 256; Oct 11 04:26:04.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.968 INFO kablam! Oct 11 04:26:04.968 INFO kablam! warning: struct is never constructed: `Poly` Oct 11 04:26:04.968 INFO kablam! --> src/poly.rs:5:1 Oct 11 04:26:04.968 INFO kablam! | Oct 11 04:26:04.968 INFO kablam! 5 | pub(crate) struct Poly { Oct 11 04:26:04.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.968 INFO kablam! Oct 11 04:26:04.968 INFO kablam! warning: method is never used: `new` Oct 11 04:26:04.968 INFO kablam! --> src/poly.rs:10:5 Oct 11 04:26:04.968 INFO kablam! | Oct 11 04:26:04.968 INFO kablam! 10 | pub fn new(coeffs: Vec) -> Self { Oct 11 04:26:04.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.968 INFO kablam! Oct 11 04:26:04.968 INFO kablam! warning: method is never used: `evaluate_at_zero` Oct 11 04:26:04.968 INFO kablam! --> src/poly.rs:14:5 Oct 11 04:26:04.968 INFO kablam! | Oct 11 04:26:04.968 INFO kablam! 14 | pub fn evaluate_at_zero(&self) -> Gf256 { Oct 11 04:26:04.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.968 INFO kablam! Oct 11 04:26:04.968 INFO kablam! warning: method is never used: `evaluate_at` Oct 11 04:26:04.968 INFO kablam! --> src/poly.rs:18:5 Oct 11 04:26:04.968 INFO kablam! | Oct 11 04:26:04.968 INFO kablam! 18 | pub fn evaluate_at(&self, x: Gf256) -> Gf256 { Oct 11 04:26:04.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.969 INFO kablam! Oct 11 04:26:04.969 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 11 04:26:04.969 INFO kablam! --> src/vol_hash.rs:7:1 Oct 11 04:26:04.969 INFO kablam! | Oct 11 04:26:04.969 INFO kablam! 7 | fn u32_to_bytes(x: u32) -> [u8; 4] { Oct 11 04:26:04.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.969 INFO kablam! Oct 11 04:26:04.969 INFO kablam! warning: struct is never constructed: `VOLHash` Oct 11 04:26:04.969 INFO kablam! --> src/vol_hash.rs:11:1 Oct 11 04:26:04.969 INFO kablam! | Oct 11 04:26:04.969 INFO kablam! 11 | pub struct VOLHash { Oct 11 04:26:04.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.969 INFO kablam! Oct 11 04:26:04.969 INFO kablam! warning: method is never used: `new` Oct 11 04:26:04.969 INFO kablam! --> src/vol_hash.rs:17:5 Oct 11 04:26:04.969 INFO kablam! | Oct 11 04:26:04.969 INFO kablam! 17 | pub fn new(algorithm: &'static Algorithm) -> VOLHash { Oct 11 04:26:04.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.969 INFO kablam! Oct 11 04:26:04.969 INFO kablam! warning: method is never used: `process` Oct 11 04:26:04.969 INFO kablam! --> src/vol_hash.rs:24:5 Oct 11 04:26:04.969 INFO kablam! | Oct 11 04:26:04.969 INFO kablam! 24 | pub fn process(&mut self, bytes: &[u8]) { Oct 11 04:26:04.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.969 INFO kablam! Oct 11 04:26:04.969 INFO kablam! warning: method is never used: `finish` Oct 11 04:26:04.969 INFO kablam! --> src/vol_hash.rs:28:5 Oct 11 04:26:04.969 INFO kablam! | Oct 11 04:26:04.969 INFO kablam! 28 | pub fn finish(self, dest: &mut [u8]) { Oct 11 04:26:04.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:04.969 INFO kablam! Oct 11 04:26:08.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.52s Oct 11 04:26:08.007 INFO kablam! su: No module specific data is present Oct 11 04:26:08.852 INFO running `"docker" "rm" "-f" "c373a925773598ff7bc78aa9080de569a6293e1aaae28ac0cd6b4bcaf1d3851d"` Oct 11 04:26:09.152 INFO blam! c373a925773598ff7bc78aa9080de569a6293e1aaae28ac0cd6b4bcaf1d3851d Oct 11 04:26:09.164 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:26:09.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:26:09.435 INFO blam! e4c77ce95165348fed52b2d393050bd709dc35015b7a077076248005dc286546 Oct 11 04:26:09.435 INFO running `"docker" "start" "-a" "e4c77ce95165348fed52b2d393050bd709dc35015b7a077076248005dc286546"` Oct 11 04:26:10.006 INFO kablam! usermod: no changes Oct 11 04:26:10.151 INFO kablam! Compiling memchr v0.1.11 Oct 11 04:26:10.151 INFO kablam! Compiling miniz-sys v0.1.10 Oct 11 04:26:10.151 INFO kablam! Compiling thread-id v2.0.0 Oct 11 04:26:10.562 INFO kablam! Compiling thread_local v0.2.7 Oct 11 04:26:10.705 INFO kablam! Compiling aho-corasick v0.5.3 Oct 11 04:26:12.181 INFO kablam! Compiling regex v0.1.80 Oct 11 04:26:12.781 INFO kablam! Compiling flate2 v0.2.20 Oct 11 04:26:18.602 INFO kablam! Compiling env_logger v0.3.5 Oct 11 04:26:19.471 INFO kablam! Compiling quickcheck v0.4.1 Oct 11 04:26:22.063 INFO kablam! Compiling rusty_secrets v0.2.3-pre (/source) Oct 11 04:26:27.956 INFO kablam! warning: unused `#[macro_use]` import Oct 11 04:26:27.956 INFO kablam! --> src/lib.rs:41:1 Oct 11 04:26:27.956 INFO kablam! | Oct 11 04:26:27.956 INFO kablam! 41 | #[macro_use] Oct 11 04:26:27.956 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:26:27.956 INFO kablam! | Oct 11 04:26:27.956 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:26:27.956 INFO kablam! Oct 11 04:26:29.150 INFO kablam! warning: method is never used: `evaluate_at_zero` Oct 11 04:26:29.150 INFO kablam! --> src/poly.rs:14:5 Oct 11 04:26:29.151 INFO kablam! | Oct 11 04:26:29.151 INFO kablam! 14 | pub fn evaluate_at_zero(&self) -> Gf256 { Oct 11 04:26:29.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:29.152 INFO kablam! | Oct 11 04:26:29.152 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:26:29.152 INFO kablam! Oct 11 04:26:29.153 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 11 04:26:29.153 INFO kablam! --> src/vol_hash.rs:7:1 Oct 11 04:26:29.153 INFO kablam! | Oct 11 04:26:29.154 INFO kablam! 7 | fn u32_to_bytes(x: u32) -> [u8; 4] { Oct 11 04:26:29.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:29.154 INFO kablam! Oct 11 04:26:29.155 INFO kablam! warning: struct is never constructed: `VOLHash` Oct 11 04:26:29.155 INFO kablam! --> src/vol_hash.rs:11:1 Oct 11 04:26:29.155 INFO kablam! | Oct 11 04:26:29.156 INFO kablam! 11 | pub struct VOLHash { Oct 11 04:26:29.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 04:26:29.156 INFO kablam! Oct 11 04:26:29.156 INFO kablam! warning: method is never used: `new` Oct 11 04:26:29.157 INFO kablam! --> src/vol_hash.rs:17:5 Oct 11 04:26:29.157 INFO kablam! | Oct 11 04:26:29.157 INFO kablam! 17 | pub fn new(algorithm: &'static Algorithm) -> VOLHash { Oct 11 04:26:29.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:29.158 INFO kablam! Oct 11 04:26:29.158 INFO kablam! warning: method is never used: `process` Oct 11 04:26:29.158 INFO kablam! --> src/vol_hash.rs:24:5 Oct 11 04:26:29.159 INFO kablam! | Oct 11 04:26:29.159 INFO kablam! 24 | pub fn process(&mut self, bytes: &[u8]) { Oct 11 04:26:29.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:29.159 INFO kablam! Oct 11 04:26:29.159 INFO kablam! warning: method is never used: `finish` Oct 11 04:26:29.160 INFO kablam! --> src/vol_hash.rs:28:5 Oct 11 04:26:29.160 INFO kablam! | Oct 11 04:26:29.160 INFO kablam! 28 | pub fn finish(self, dest: &mut [u8]) { Oct 11 04:26:29.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:26:29.160 INFO kablam! Oct 11 04:26:34.857 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.82s Oct 11 04:26:34.867 INFO kablam! su: No module specific data is present Oct 11 04:26:35.284 INFO running `"docker" "rm" "-f" "e4c77ce95165348fed52b2d393050bd709dc35015b7a077076248005dc286546"` Oct 11 04:26:35.475 INFO blam! e4c77ce95165348fed52b2d393050bd709dc35015b7a077076248005dc286546 Oct 11 04:26:35.486 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:26:35.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:26:35.834 INFO blam! d9cf4460800bd998780a009847f1afeab4da115cc1b1f9d0d531bbcce4fe69ca Oct 11 04:26:35.842 INFO running `"docker" "start" "-a" "d9cf4460800bd998780a009847f1afeab4da115cc1b1f9d0d531bbcce4fe69ca"` Oct 11 04:26:36.228 INFO kablam! usermod: no changes Oct 11 04:26:36.312 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 04:26:36.333 INFO kablam! Running /target/debug/deps/rusty_secrets-0c1169710bbe25da Oct 11 04:26:36.333 INFO blam! Oct 11 04:26:36.333 INFO blam! running 17 tests Oct 11 04:26:36.341 INFO blam! test gf256::tests::addition::law_identity ... ok Oct 11 04:26:36.341 INFO blam! test gf256::tests::addition::law_associativity ... ok Oct 11 04:26:36.341 INFO blam! test gf256::tests::addition::law_commutativity ... ok Oct 11 04:26:36.341 INFO blam! test gf256::tests::addition::law_inverses ... ok Oct 11 04:26:36.342 INFO blam! test gf256::tests::multiplication::law_distributivity ... ok Oct 11 04:26:36.342 INFO blam! test gf256::tests::multiplication::law_associativity ... ok Oct 11 04:26:36.343 INFO blam! test gf256::tests::addition::law_distributivity ... ok Oct 11 04:26:36.343 INFO blam! test gf256::tests::multiplication::law_commutativity ... ok Oct 11 04:26:36.343 INFO blam! test gf256::tests::multiplication::law_identity ... ok Oct 11 04:26:36.357 INFO blam! test gf256::tests::multiplication::law_inverses ... ok Oct 11 04:26:36.604 INFO blam! test gf256::tests::vectors::mul ... ok Oct 11 04:26:36.739 INFO blam! test gf256::tests::vectors::sub ... ok Oct 11 04:26:36.760 INFO blam! test gf256::tests::vectors::add ... ok Oct 11 04:26:36.925 INFO blam! test gf256::tests::vectors::div ... ok Oct 11 04:26:37.016 INFO blam! test gf256::tests::vectors::pow ... ok Oct 11 04:26:40.179 INFO blam! test lagrange::tests::interpolate_evaluate_at_0_eq_evaluate_at ... ok Oct 11 04:26:40.847 INFO blam! test lagrange::tests::interpolate_evaluate_at_works ... ok Oct 11 04:26:40.847 INFO blam! Oct 11 04:26:40.847 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:26:40.847 INFO blam! Oct 11 04:26:40.848 INFO kablam! Running /target/debug/deps/generation_errors-ce3a7f61bfb40d64 Oct 11 04:26:40.850 INFO blam! Oct 11 04:26:40.850 INFO blam! running 1 test Oct 11 04:26:40.909 INFO blam! test test_generate_invalid_k ... ok Oct 11 04:26:40.909 INFO blam! Oct 11 04:26:40.909 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:26:40.909 INFO blam! Oct 11 04:26:40.916 INFO kablam! Running /target/debug/deps/randomized_tests-e084925f62d33759 Oct 11 04:26:40.917 INFO blam! Oct 11 04:26:40.917 INFO blam! running 1 test Oct 11 04:26:40.917 INFO blam! test test_reasonable_splits ... ignored Oct 11 04:26:40.917 INFO blam! Oct 11 04:26:40.917 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 11 04:26:40.917 INFO blam! Oct 11 04:26:40.920 INFO kablam! Running /target/debug/deps/recovery_errors-ace075d96841e184 Oct 11 04:26:40.924 INFO blam! Oct 11 04:26:40.924 INFO blam! running 12 tests Oct 11 04:26:40.989 INFO blam! test test_recover_invalid_share_threshold ... ok Oct 11 04:26:40.991 INFO blam! test test_recover_incorrect_share_num ... ok Oct 11 04:26:40.991 INFO blam! test test_recover_inconsistent_secret_lengths ... ok Oct 11 04:26:40.991 INFO blam! test test_recover_duplicate_shares_number ... ok Oct 11 04:26:40.992 INFO blam! test test_recover_2_parts_share ... ok Oct 11 04:26:40.992 INFO blam! test test_recover_0_share_num ... ok Oct 11 04:26:40.992 INFO blam! test test_inconsistent_thresholds ... ok Oct 11 04:26:40.992 INFO blam! test test_recover_no_shares ... ok Oct 11 04:26:40.992 INFO blam! test test_recover_invalid_b64 ... ok Oct 11 04:26:40.996 INFO blam! test test_recover_too_few_shares_bug ... ok Oct 11 04:26:40.996 INFO blam! test test_recover_too_few_shares ... ok Oct 11 04:26:40.997 INFO blam! test test_share_parsing_error_empty_share ... ok Oct 11 04:26:40.997 INFO blam! Oct 11 04:26:40.997 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:26:40.997 INFO blam! Oct 11 04:26:41.005 INFO kablam! Running /target/debug/deps/ss1_recovery_errors-a571d4a5d58ac1de Oct 11 04:26:41.022 INFO blam! Oct 11 04:26:41.022 INFO blam! running 0 tests Oct 11 04:26:41.022 INFO blam! Oct 11 04:26:41.022 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:26:41.022 INFO blam! Oct 11 04:26:41.024 INFO kablam! Running /target/debug/deps/test_vectors-ec6cea83bb7b7526 Oct 11 04:26:41.032 INFO blam! Oct 11 04:26:41.032 INFO blam! running 3 tests Oct 11 04:26:41.033 INFO blam! test test_recover_es_test_vectors ... ok Oct 11 04:26:41.033 INFO blam! test test_recover_sellibitze ... ok Oct 11 04:26:41.033 INFO blam! test test_recover_sellibitze_more_than_threshold_shars ... ok Oct 11 04:26:41.033 INFO blam! Oct 11 04:26:41.033 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:26:41.033 INFO blam! Oct 11 04:26:41.034 INFO kablam! Running /target/debug/deps/thss_generation_errors-54a1d56e6c6d74c9 Oct 11 04:26:41.040 INFO blam! Oct 11 04:26:41.040 INFO blam! running 0 tests Oct 11 04:26:41.040 INFO blam! Oct 11 04:26:41.040 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:26:41.040 INFO blam! Oct 11 04:26:41.040 INFO kablam! Running /target/debug/deps/thss_recovery_errors-0bc316348aa8b8fa Oct 11 04:26:41.043 INFO blam! Oct 11 04:26:41.043 INFO blam! running 0 tests Oct 11 04:26:41.043 INFO blam! Oct 11 04:26:41.043 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:26:41.043 INFO blam! Oct 11 04:26:41.048 INFO kablam! Doc-tests rusty_secrets Oct 11 04:26:42.319 INFO blam! Oct 11 04:26:42.319 INFO blam! running 6 tests Oct 11 04:26:48.412 INFO blam! test src/wrapped_secrets/mod.rs - wrapped_secrets::recover_secret (line 105) ... ok Oct 11 04:26:48.675 INFO blam! test src/sss/mod.rs - sss::split_secret_rng (line 51) ... ok Oct 11 04:26:49.263 INFO blam! test src/wrapped_secrets/mod.rs - wrapped_secrets::split_secret (line 17) ... ok Oct 11 04:26:49.444 INFO blam! test src/sss/mod.rs - sss::split_secret (line 26) ... ok Oct 11 04:26:49.698 INFO blam! test src/sss/mod.rs - sss::recover_secret (line 99) ... ok Oct 11 04:26:50.348 INFO blam! test src/wrapped_secrets/mod.rs - wrapped_secrets::split_secret_rng (line 56) ... ok Oct 11 04:26:50.348 INFO blam! Oct 11 04:26:50.348 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:26:50.348 INFO blam! Oct 11 04:26:50.384 INFO kablam! su: No module specific data is present Oct 11 04:26:50.885 INFO running `"docker" "rm" "-f" "d9cf4460800bd998780a009847f1afeab4da115cc1b1f9d0d531bbcce4fe69ca"` Oct 11 04:26:51.184 INFO blam! d9cf4460800bd998780a009847f1afeab4da115cc1b1f9d0d531bbcce4fe69ca