Oct 15 06:39:57.256 INFO testing SpinResearch/RustySecrets against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:39:57.257 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 06:39:57.782 INFO blam! ac54652ba05a9942b061693a1a45702e18871111b9058c825e36e23bd286d763 Oct 15 06:39:57.782 INFO running `"docker" "start" "-a" "ac54652ba05a9942b061693a1a45702e18871111b9058c825e36e23bd286d763"` Oct 15 06:39:59.675 INFO kablam! usermod: no changes Oct 15 06:39:59.927 INFO kablam! Compiling protobuf v1.5.1 Oct 15 06:39:59.930 INFO kablam! Compiling rusty_secrets v0.2.3-pre (/source) Oct 15 06:39:59.980 INFO kablam! Compiling lamport_sigs v0.5.0 Oct 15 06:40:30.035 INFO kablam! Compiling merkle v1.5.0 Oct 15 06:40:31.682 INFO kablam! Compiling merkle_sigs v1.4.0 Oct 15 06:40:34.071 INFO kablam! warning: method is never used: `pow` Oct 15 06:40:34.071 INFO kablam! --> src/gf256.rs:49:5 Oct 15 06:40:34.071 INFO kablam! | Oct 15 06:40:34.072 INFO kablam! 49 | pub fn pow(&self, mut exp: u8) -> Gf256 { Oct 15 06:40:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.073 INFO kablam! | Oct 15 06:40:34.073 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:40:34.073 INFO kablam! Oct 15 06:40:34.073 INFO kablam! warning: function is never used: `interpolate` Oct 15 06:40:34.073 INFO kablam! --> src/lagrange.rs:49:1 Oct 15 06:40:34.073 INFO kablam! | Oct 15 06:40:34.073 INFO kablam! 49 | pub(crate) fn interpolate(points: &[(Gf256, Gf256)]) -> Poly { Oct 15 06:40:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.073 INFO kablam! Oct 15 06:40:34.073 INFO kablam! warning: static item is never used: `MAX_COEFFS` Oct 15 06:40:34.073 INFO kablam! --> src/poly.rs:3:1 Oct 15 06:40:34.073 INFO kablam! | Oct 15 06:40:34.073 INFO kablam! 3 | static MAX_COEFFS: usize = 256; Oct 15 06:40:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.073 INFO kablam! Oct 15 06:40:34.073 INFO kablam! warning: struct is never constructed: `Poly` Oct 15 06:40:34.073 INFO kablam! --> src/poly.rs:5:1 Oct 15 06:40:34.073 INFO kablam! | Oct 15 06:40:34.073 INFO kablam! 5 | pub(crate) struct Poly { Oct 15 06:40:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.073 INFO kablam! Oct 15 06:40:34.073 INFO kablam! warning: method is never used: `new` Oct 15 06:40:34.073 INFO kablam! --> src/poly.rs:10:5 Oct 15 06:40:34.073 INFO kablam! | Oct 15 06:40:34.073 INFO kablam! 10 | pub fn new(coeffs: Vec) -> Self { Oct 15 06:40:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.073 INFO kablam! Oct 15 06:40:34.073 INFO kablam! warning: method is never used: `evaluate_at_zero` Oct 15 06:40:34.073 INFO kablam! --> src/poly.rs:14:5 Oct 15 06:40:34.073 INFO kablam! | Oct 15 06:40:34.073 INFO kablam! 14 | pub fn evaluate_at_zero(&self) -> Gf256 { Oct 15 06:40:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.073 INFO kablam! Oct 15 06:40:34.073 INFO kablam! warning: method is never used: `evaluate_at` Oct 15 06:40:34.073 INFO kablam! --> src/poly.rs:18:5 Oct 15 06:40:34.073 INFO kablam! | Oct 15 06:40:34.073 INFO kablam! 18 | pub fn evaluate_at(&self, x: Gf256) -> Gf256 { Oct 15 06:40:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.073 INFO kablam! Oct 15 06:40:34.073 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 15 06:40:34.073 INFO kablam! --> src/vol_hash.rs:7:1 Oct 15 06:40:34.073 INFO kablam! | Oct 15 06:40:34.073 INFO kablam! 7 | fn u32_to_bytes(x: u32) -> [u8; 4] { Oct 15 06:40:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.073 INFO kablam! Oct 15 06:40:34.073 INFO kablam! warning: struct is never constructed: `VOLHash` Oct 15 06:40:34.073 INFO kablam! --> src/vol_hash.rs:11:1 Oct 15 06:40:34.073 INFO kablam! | Oct 15 06:40:34.073 INFO kablam! 11 | pub struct VOLHash { Oct 15 06:40:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.073 INFO kablam! Oct 15 06:40:34.073 INFO kablam! warning: method is never used: `new` Oct 15 06:40:34.073 INFO kablam! --> src/vol_hash.rs:17:5 Oct 15 06:40:34.073 INFO kablam! | Oct 15 06:40:34.073 INFO kablam! 17 | pub fn new(algorithm: &'static Algorithm) -> VOLHash { Oct 15 06:40:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.073 INFO kablam! Oct 15 06:40:34.073 INFO kablam! warning: method is never used: `process` Oct 15 06:40:34.090 INFO kablam! --> src/vol_hash.rs:24:5 Oct 15 06:40:34.092 INFO kablam! | Oct 15 06:40:34.092 INFO kablam! 24 | pub fn process(&mut self, bytes: &[u8]) { Oct 15 06:40:34.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.092 INFO kablam! Oct 15 06:40:34.092 INFO kablam! warning: method is never used: `finish` Oct 15 06:40:34.092 INFO kablam! --> src/vol_hash.rs:28:5 Oct 15 06:40:34.092 INFO kablam! | Oct 15 06:40:34.092 INFO kablam! 28 | pub fn finish(self, dest: &mut [u8]) { Oct 15 06:40:34.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.092 INFO kablam! Oct 15 06:40:36.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.81s Oct 15 06:40:36.539 INFO kablam! su: No module specific data is present Oct 15 06:40:36.977 INFO running `"docker" "rm" "-f" "ac54652ba05a9942b061693a1a45702e18871111b9058c825e36e23bd286d763"` Oct 15 06:40:37.200 INFO blam! ac54652ba05a9942b061693a1a45702e18871111b9058c825e36e23bd286d763 Oct 15 06:40:37.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 06:40:37.477 INFO blam! 632c591eee1d572fc874e3164eb6fbd6716b949e2e96ad6caa189e005573141c Oct 15 06:40:37.487 INFO running `"docker" "start" "-a" "632c591eee1d572fc874e3164eb6fbd6716b949e2e96ad6caa189e005573141c"` Oct 15 06:40:37.871 INFO kablam! usermod: no changes Oct 15 06:40:37.991 INFO kablam! Compiling memchr v0.1.11 Oct 15 06:40:37.997 INFO kablam! Compiling thread-id v2.0.0 Oct 15 06:40:37.997 INFO kablam! Compiling flate2 v0.2.20 Oct 15 06:40:38.448 INFO kablam! Compiling thread_local v0.2.7 Oct 15 06:40:38.577 INFO kablam! Compiling aho-corasick v0.5.3 Oct 15 06:40:40.127 INFO kablam! Compiling regex v0.1.80 Oct 15 06:40:48.151 INFO kablam! Compiling env_logger v0.3.5 Oct 15 06:40:49.467 INFO kablam! Compiling quickcheck v0.4.1 Oct 15 06:40:52.275 INFO kablam! Compiling rusty_secrets v0.2.3-pre (/source) Oct 15 06:40:59.211 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:40:59.211 INFO kablam! --> src/lib.rs:41:1 Oct 15 06:40:59.211 INFO kablam! | Oct 15 06:40:59.211 INFO kablam! 41 | #[macro_use] Oct 15 06:40:59.211 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:40:59.211 INFO kablam! | Oct 15 06:40:59.211 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:40:59.211 INFO kablam! Oct 15 06:41:02.243 INFO kablam! warning: method is never used: `evaluate_at_zero` Oct 15 06:41:02.243 INFO kablam! --> src/poly.rs:14:5 Oct 15 06:41:02.243 INFO kablam! | Oct 15 06:41:02.243 INFO kablam! 14 | pub fn evaluate_at_zero(&self) -> Gf256 { Oct 15 06:41:02.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:02.243 INFO kablam! | Oct 15 06:41:02.243 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:41:02.243 INFO kablam! Oct 15 06:41:02.243 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 15 06:41:02.243 INFO kablam! --> src/vol_hash.rs:7:1 Oct 15 06:41:02.243 INFO kablam! | Oct 15 06:41:02.243 INFO kablam! 7 | fn u32_to_bytes(x: u32) -> [u8; 4] { Oct 15 06:41:02.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:02.243 INFO kablam! Oct 15 06:41:02.243 INFO kablam! warning: struct is never constructed: `VOLHash` Oct 15 06:41:02.243 INFO kablam! --> src/vol_hash.rs:11:1 Oct 15 06:41:02.243 INFO kablam! | Oct 15 06:41:02.243 INFO kablam! 11 | pub struct VOLHash { Oct 15 06:41:02.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:41:02.243 INFO kablam! Oct 15 06:41:02.243 INFO kablam! warning: method is never used: `new` Oct 15 06:41:02.243 INFO kablam! --> src/vol_hash.rs:17:5 Oct 15 06:41:02.243 INFO kablam! | Oct 15 06:41:02.243 INFO kablam! 17 | pub fn new(algorithm: &'static Algorithm) -> VOLHash { Oct 15 06:41:02.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:02.267 INFO kablam! Oct 15 06:41:02.267 INFO kablam! warning: method is never used: `process` Oct 15 06:41:02.267 INFO kablam! --> src/vol_hash.rs:24:5 Oct 15 06:41:02.267 INFO kablam! | Oct 15 06:41:02.267 INFO kablam! 24 | pub fn process(&mut self, bytes: &[u8]) { Oct 15 06:41:02.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:02.267 INFO kablam! Oct 15 06:41:02.267 INFO kablam! warning: method is never used: `finish` Oct 15 06:41:02.267 INFO kablam! --> src/vol_hash.rs:28:5 Oct 15 06:41:02.267 INFO kablam! | Oct 15 06:41:02.267 INFO kablam! 28 | pub fn finish(self, dest: &mut [u8]) { Oct 15 06:41:02.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:02.267 INFO kablam! Oct 15 06:41:07.484 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.59s Oct 15 06:41:07.496 INFO kablam! su: No module specific data is present Oct 15 06:41:08.423 INFO running `"docker" "rm" "-f" "632c591eee1d572fc874e3164eb6fbd6716b949e2e96ad6caa189e005573141c"` Oct 15 06:41:08.743 INFO blam! 632c591eee1d572fc874e3164eb6fbd6716b949e2e96ad6caa189e005573141c Oct 15 06:41:08.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 06:41:09.147 INFO blam! ba878622d7d44aa43a3d3ff3c5677d9896ff62b5081aef54402acd8c3b20b09c Oct 15 06:41:09.155 INFO running `"docker" "start" "-a" "ba878622d7d44aa43a3d3ff3c5677d9896ff62b5081aef54402acd8c3b20b09c"` Oct 15 06:41:10.531 INFO kablam! usermod: no changes Oct 15 06:41:10.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 06:41:10.683 INFO kablam! Running /target/debug/deps/rusty_secrets-0c1169710bbe25da Oct 15 06:41:10.691 INFO blam! Oct 15 06:41:10.691 INFO blam! running 17 tests Oct 15 06:41:10.691 INFO blam! test gf256::tests::multiplication::law_associativity ... ok Oct 15 06:41:10.691 INFO blam! test gf256::tests::multiplication::law_commutativity ... ok Oct 15 06:41:10.691 INFO blam! test gf256::tests::multiplication::law_distributivity ... ok Oct 15 06:41:10.691 INFO blam! test gf256::tests::addition::law_inverses ... ok Oct 15 06:41:10.691 INFO blam! test gf256::tests::addition::law_identity ... ok Oct 15 06:41:10.691 INFO blam! test gf256::tests::addition::law_distributivity ... ok Oct 15 06:41:10.691 INFO blam! test gf256::tests::addition::law_commutativity ... ok Oct 15 06:41:10.691 INFO blam! test gf256::tests::multiplication::law_identity ... ok Oct 15 06:41:10.691 INFO blam! test gf256::tests::multiplication::law_inverses ... ok Oct 15 06:41:10.711 INFO blam! test gf256::tests::addition::law_associativity ... ok Oct 15 06:41:12.063 INFO blam! test gf256::tests::vectors::add ... ok Oct 15 06:41:12.064 INFO blam! test gf256::tests::vectors::sub ... ok Oct 15 06:41:12.091 INFO blam! test gf256::tests::vectors::div ... ok Oct 15 06:41:12.092 INFO blam! test gf256::tests::vectors::mul ... ok Oct 15 06:41:12.147 INFO blam! test gf256::tests::vectors::pow ... ok Oct 15 06:41:15.959 INFO blam! test lagrange::tests::interpolate_evaluate_at_works ... ok Oct 15 06:41:16.274 INFO blam! test lagrange::tests::interpolate_evaluate_at_0_eq_evaluate_at ... ok Oct 15 06:41:16.274 INFO blam! Oct 15 06:41:16.274 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:16.274 INFO blam! Oct 15 06:41:16.276 INFO kablam! Running /target/debug/deps/generation_errors-ce3a7f61bfb40d64 Oct 15 06:41:16.279 INFO blam! Oct 15 06:41:16.279 INFO blam! running 1 test Oct 15 06:41:16.375 INFO blam! test test_generate_invalid_k ... ok Oct 15 06:41:16.375 INFO blam! Oct 15 06:41:16.376 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:16.376 INFO blam! Oct 15 06:41:16.380 INFO kablam! Running /target/debug/deps/randomized_tests-e084925f62d33759 Oct 15 06:41:16.385 INFO blam! Oct 15 06:41:16.385 INFO blam! running 1 test Oct 15 06:41:16.385 INFO blam! test test_reasonable_splits ... ignored Oct 15 06:41:16.385 INFO blam! Oct 15 06:41:16.385 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 15 06:41:16.385 INFO blam! Oct 15 06:41:16.387 INFO kablam! Running /target/debug/deps/recovery_errors-ace075d96841e184 Oct 15 06:41:16.397 INFO blam! Oct 15 06:41:16.397 INFO blam! running 12 tests Oct 15 06:41:16.558 INFO blam! test test_recover_duplicate_shares_number ... ok Oct 15 06:41:16.558 INFO blam! test test_recover_incorrect_share_num ... ok Oct 15 06:41:16.559 INFO blam! test test_recover_0_share_num ... ok Oct 15 06:41:16.559 INFO blam! test test_recover_inconsistent_secret_lengths ... ok Oct 15 06:41:16.559 INFO blam! test test_recover_invalid_b64 ... ok Oct 15 06:41:16.560 INFO blam! test test_recover_invalid_share_threshold ... ok Oct 15 06:41:16.560 INFO blam! test test_recover_2_parts_share ... ok Oct 15 06:41:16.560 INFO blam! test test_inconsistent_thresholds ... ok Oct 15 06:41:16.564 INFO blam! test test_recover_no_shares ... ok Oct 15 06:41:16.572 INFO blam! test test_recover_too_few_shares ... ok Oct 15 06:41:16.573 INFO blam! test test_recover_too_few_shares_bug ... ok Oct 15 06:41:16.573 INFO blam! test test_share_parsing_error_empty_share ... ok Oct 15 06:41:16.574 INFO blam! Oct 15 06:41:16.574 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:16.574 INFO blam! Oct 15 06:41:16.576 INFO kablam! Running /target/debug/deps/ss1_recovery_errors-a571d4a5d58ac1de Oct 15 06:41:16.578 INFO blam! Oct 15 06:41:16.579 INFO blam! running 0 tests Oct 15 06:41:16.579 INFO blam! Oct 15 06:41:16.579 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:16.580 INFO blam! Oct 15 06:41:16.583 INFO kablam! Running /target/debug/deps/test_vectors-ec6cea83bb7b7526 Oct 15 06:41:16.585 INFO blam! Oct 15 06:41:16.586 INFO blam! running 3 tests Oct 15 06:41:16.586 INFO blam! test test_recover_sellibitze_more_than_threshold_shars ... ok Oct 15 06:41:16.588 INFO blam! test test_recover_sellibitze ... ok Oct 15 06:41:16.591 INFO blam! test test_recover_es_test_vectors ... ok Oct 15 06:41:16.591 INFO blam! Oct 15 06:41:16.592 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:16.592 INFO blam! Oct 15 06:41:16.592 INFO kablam! Running /target/debug/deps/thss_generation_errors-54a1d56e6c6d74c9 Oct 15 06:41:16.599 INFO blam! Oct 15 06:41:16.599 INFO blam! running 0 tests Oct 15 06:41:16.600 INFO blam! Oct 15 06:41:16.600 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:16.600 INFO kablam! Running /target/debug/deps/thss_recovery_errors-0bc316348aa8b8fa Oct 15 06:41:16.601 INFO blam! Oct 15 06:41:16.602 INFO blam! Oct 15 06:41:16.603 INFO blam! running 0 tests Oct 15 06:41:16.603 INFO blam! Oct 15 06:41:16.603 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:16.603 INFO blam! Oct 15 06:41:16.607 INFO kablam! Doc-tests rusty_secrets Oct 15 06:41:18.230 INFO blam! Oct 15 06:41:18.230 INFO blam! running 6 tests Oct 15 06:41:29.045 INFO blam! test src/wrapped_secrets/mod.rs - wrapped_secrets::split_secret (line 17) ... ok Oct 15 06:41:30.403 INFO blam! test src/wrapped_secrets/mod.rs - wrapped_secrets::recover_secret (line 105) ... ok Oct 15 06:41:30.419 INFO blam! test src/wrapped_secrets/mod.rs - wrapped_secrets::split_secret_rng (line 56) ... ok Oct 15 06:41:30.616 INFO blam! test src/sss/mod.rs - sss::split_secret (line 26) ... ok Oct 15 06:41:31.548 INFO blam! test src/sss/mod.rs - sss::recover_secret (line 99) ... ok Oct 15 06:41:32.056 INFO blam! test src/sss/mod.rs - sss::split_secret_rng (line 51) ... ok Oct 15 06:41:32.056 INFO blam! Oct 15 06:41:32.057 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:32.057 INFO blam! Oct 15 06:41:32.079 INFO kablam! su: No module specific data is present Oct 15 06:41:33.823 INFO running `"docker" "rm" "-f" "ba878622d7d44aa43a3d3ff3c5677d9896ff62b5081aef54402acd8c3b20b09c"` Oct 15 06:41:34.151 INFO blam! ba878622d7d44aa43a3d3ff3c5677d9896ff62b5081aef54402acd8c3b20b09c