Oct 15 06:39:54.896 INFO testing SpinResearch/RustySecrets against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:39:54.898 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 06:39:55.851 INFO blam! 0492af4841b9a027cfffe743b8b534823f94207f44ef73049d15f7e4ac4c66b4 Oct 15 06:39:55.854 INFO running `"docker" "start" "-a" "0492af4841b9a027cfffe743b8b534823f94207f44ef73049d15f7e4ac4c66b4"` Oct 15 06:39:57.843 INFO kablam! usermod: no changes Oct 15 06:39:58.115 INFO kablam! Compiling protobuf v1.5.1 Oct 15 06:39:58.119 INFO kablam! Compiling rusty_secrets v0.2.3-pre (/source) Oct 15 06:39:58.119 INFO kablam! Compiling error-chain v0.11.0 Oct 15 06:39:58.122 INFO kablam! Compiling lamport_sigs v0.5.0 Oct 15 06:40:30.170 INFO kablam! Compiling merkle v1.5.0 Oct 15 06:40:31.811 INFO kablam! Compiling merkle_sigs v1.4.0 Oct 15 06:40:34.161 INFO kablam! warning: method is never used: `pow` Oct 15 06:40:34.161 INFO kablam! --> src/gf256.rs:49:5 Oct 15 06:40:34.161 INFO kablam! | Oct 15 06:40:34.161 INFO kablam! 49 | pub fn pow(&self, mut exp: u8) -> Gf256 { Oct 15 06:40:34.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.161 INFO kablam! | Oct 15 06:40:34.161 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:40:34.161 INFO kablam! Oct 15 06:40:34.161 INFO kablam! warning: function is never used: `interpolate` Oct 15 06:40:34.161 INFO kablam! --> src/lagrange.rs:49:1 Oct 15 06:40:34.161 INFO kablam! | Oct 15 06:40:34.161 INFO kablam! 49 | pub(crate) fn interpolate(points: &[(Gf256, Gf256)]) -> Poly { Oct 15 06:40:34.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.161 INFO kablam! Oct 15 06:40:34.161 INFO kablam! warning: static item is never used: `MAX_COEFFS` Oct 15 06:40:34.161 INFO kablam! --> src/poly.rs:3:1 Oct 15 06:40:34.161 INFO kablam! | Oct 15 06:40:34.161 INFO kablam! 3 | static MAX_COEFFS: usize = 256; Oct 15 06:40:34.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.161 INFO kablam! Oct 15 06:40:34.161 INFO kablam! warning: struct is never constructed: `Poly` Oct 15 06:40:34.161 INFO kablam! --> src/poly.rs:5:1 Oct 15 06:40:34.161 INFO kablam! | Oct 15 06:40:34.161 INFO kablam! 5 | pub(crate) struct Poly { Oct 15 06:40:34.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.161 INFO kablam! Oct 15 06:40:34.161 INFO kablam! warning: method is never used: `new` Oct 15 06:40:34.161 INFO kablam! --> src/poly.rs:10:5 Oct 15 06:40:34.161 INFO kablam! | Oct 15 06:40:34.161 INFO kablam! 10 | pub fn new(coeffs: Vec) -> Self { Oct 15 06:40:34.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.161 INFO kablam! Oct 15 06:40:34.161 INFO kablam! warning: method is never used: `evaluate_at_zero` Oct 15 06:40:34.161 INFO kablam! --> src/poly.rs:14:5 Oct 15 06:40:34.161 INFO kablam! | Oct 15 06:40:34.161 INFO kablam! 14 | pub fn evaluate_at_zero(&self) -> Gf256 { Oct 15 06:40:34.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.161 INFO kablam! Oct 15 06:40:34.162 INFO kablam! warning: method is never used: `evaluate_at` Oct 15 06:40:34.162 INFO kablam! --> src/poly.rs:18:5 Oct 15 06:40:34.162 INFO kablam! | Oct 15 06:40:34.162 INFO kablam! 18 | pub fn evaluate_at(&self, x: Gf256) -> Gf256 { Oct 15 06:40:34.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.162 INFO kablam! Oct 15 06:40:34.162 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 15 06:40:34.162 INFO kablam! --> src/vol_hash.rs:7:1 Oct 15 06:40:34.163 INFO kablam! | Oct 15 06:40:34.163 INFO kablam! 7 | fn u32_to_bytes(x: u32) -> [u8; 4] { Oct 15 06:40:34.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.163 INFO kablam! Oct 15 06:40:34.163 INFO kablam! warning: struct is never constructed: `VOLHash` Oct 15 06:40:34.163 INFO kablam! --> src/vol_hash.rs:11:1 Oct 15 06:40:34.163 INFO kablam! | Oct 15 06:40:34.163 INFO kablam! 11 | pub struct VOLHash { Oct 15 06:40:34.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.163 INFO kablam! Oct 15 06:40:34.163 INFO kablam! warning: method is never used: `new` Oct 15 06:40:34.163 INFO kablam! --> src/vol_hash.rs:17:5 Oct 15 06:40:34.163 INFO kablam! | Oct 15 06:40:34.163 INFO kablam! 17 | pub fn new(algorithm: &'static Algorithm) -> VOLHash { Oct 15 06:40:34.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.163 INFO kablam! Oct 15 06:40:34.163 INFO kablam! warning: method is never used: `process` Oct 15 06:40:34.163 INFO kablam! --> src/vol_hash.rs:24:5 Oct 15 06:40:34.163 INFO kablam! | Oct 15 06:40:34.163 INFO kablam! 24 | pub fn process(&mut self, bytes: &[u8]) { Oct 15 06:40:34.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.163 INFO kablam! Oct 15 06:40:34.163 INFO kablam! warning: method is never used: `finish` Oct 15 06:40:34.163 INFO kablam! --> src/vol_hash.rs:28:5 Oct 15 06:40:34.163 INFO kablam! | Oct 15 06:40:34.163 INFO kablam! 28 | pub fn finish(self, dest: &mut [u8]) { Oct 15 06:40:34.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:34.163 INFO kablam! Oct 15 06:40:36.614 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.76s Oct 15 06:40:36.624 INFO kablam! su: No module specific data is present Oct 15 06:40:36.977 INFO running `"docker" "rm" "-f" "0492af4841b9a027cfffe743b8b534823f94207f44ef73049d15f7e4ac4c66b4"` Oct 15 06:40:37.133 INFO blam! 0492af4841b9a027cfffe743b8b534823f94207f44ef73049d15f7e4ac4c66b4 Oct 15 06:40:37.139 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 06:40:37.338 INFO blam! d07f72c70f3ef988da84b943d741bd96367e10190d53ba63b9384e5c00f860a9 Oct 15 06:40:37.340 INFO running `"docker" "start" "-a" "d07f72c70f3ef988da84b943d741bd96367e10190d53ba63b9384e5c00f860a9"` Oct 15 06:40:37.902 INFO kablam! usermod: no changes Oct 15 06:40:38.039 INFO kablam! Compiling flate2 v0.2.20 Oct 15 06:40:38.039 INFO kablam! Compiling env_logger v0.3.5 Oct 15 06:40:39.832 INFO kablam! Compiling quickcheck v0.4.1 Oct 15 06:40:42.582 INFO kablam! Compiling rusty_secrets v0.2.3-pre (/source) Oct 15 06:40:49.659 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:40:49.659 INFO kablam! --> src/lib.rs:41:1 Oct 15 06:40:49.659 INFO kablam! | Oct 15 06:40:49.659 INFO kablam! 41 | #[macro_use] Oct 15 06:40:49.659 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:40:49.687 INFO kablam! | Oct 15 06:40:49.687 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:40:49.687 INFO kablam! Oct 15 06:40:52.675 INFO kablam! warning: method is never used: `evaluate_at_zero` Oct 15 06:40:52.675 INFO kablam! --> src/poly.rs:14:5 Oct 15 06:40:52.675 INFO kablam! | Oct 15 06:40:52.675 INFO kablam! 14 | pub fn evaluate_at_zero(&self) -> Gf256 { Oct 15 06:40:52.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:52.675 INFO kablam! | Oct 15 06:40:52.675 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:40:52.675 INFO kablam! Oct 15 06:40:52.675 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 15 06:40:52.675 INFO kablam! --> src/vol_hash.rs:7:1 Oct 15 06:40:52.675 INFO kablam! | Oct 15 06:40:52.675 INFO kablam! 7 | fn u32_to_bytes(x: u32) -> [u8; 4] { Oct 15 06:40:52.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:52.675 INFO kablam! Oct 15 06:40:52.675 INFO kablam! warning: struct is never constructed: `VOLHash` Oct 15 06:40:52.675 INFO kablam! --> src/vol_hash.rs:11:1 Oct 15 06:40:52.675 INFO kablam! | Oct 15 06:40:52.675 INFO kablam! 11 | pub struct VOLHash { Oct 15 06:40:52.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:40:52.675 INFO kablam! Oct 15 06:40:52.675 INFO kablam! warning: method is never used: `new` Oct 15 06:40:52.675 INFO kablam! --> src/vol_hash.rs:17:5 Oct 15 06:40:52.675 INFO kablam! | Oct 15 06:40:52.675 INFO kablam! 17 | pub fn new(algorithm: &'static Algorithm) -> VOLHash { Oct 15 06:40:52.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:52.675 INFO kablam! Oct 15 06:40:52.675 INFO kablam! warning: method is never used: `process` Oct 15 06:40:52.675 INFO kablam! --> src/vol_hash.rs:24:5 Oct 15 06:40:52.675 INFO kablam! | Oct 15 06:40:52.675 INFO kablam! 24 | pub fn process(&mut self, bytes: &[u8]) { Oct 15 06:40:52.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:52.675 INFO kablam! Oct 15 06:40:52.683 INFO kablam! warning: method is never used: `finish` Oct 15 06:40:52.683 INFO kablam! --> src/vol_hash.rs:28:5 Oct 15 06:40:52.683 INFO kablam! | Oct 15 06:40:52.683 INFO kablam! 28 | pub fn finish(self, dest: &mut [u8]) { Oct 15 06:40:52.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:40:52.683 INFO kablam! Oct 15 06:40:57.770 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.84s Oct 15 06:40:57.780 INFO kablam! su: No module specific data is present Oct 15 06:40:58.539 INFO running `"docker" "rm" "-f" "d07f72c70f3ef988da84b943d741bd96367e10190d53ba63b9384e5c00f860a9"` Oct 15 06:40:58.875 INFO blam! d07f72c70f3ef988da84b943d741bd96367e10190d53ba63b9384e5c00f860a9 Oct 15 06:40:58.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 06:40:59.336 INFO blam! 7917dd1e06214aebc2d1410d2770df706b5866b8eabc43c5c9638ab610edf8bd Oct 15 06:40:59.338 INFO running `"docker" "start" "-a" "7917dd1e06214aebc2d1410d2770df706b5866b8eabc43c5c9638ab610edf8bd"` Oct 15 06:41:00.826 INFO kablam! usermod: no changes Oct 15 06:41:00.934 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 06:41:00.959 INFO kablam! Running /target/debug/deps/rusty_secrets-e95d66e5afdd5c4a Oct 15 06:41:00.971 INFO blam! Oct 15 06:41:00.971 INFO blam! running 17 tests Oct 15 06:41:00.992 INFO blam! test gf256::tests::addition::law_associativity ... ok Oct 15 06:41:00.992 INFO blam! test gf256::tests::multiplication::law_associativity ... ok Oct 15 06:41:00.992 INFO blam! test gf256::tests::addition::law_distributivity ... ok Oct 15 06:41:00.992 INFO blam! test gf256::tests::addition::law_commutativity ... ok Oct 15 06:41:00.992 INFO blam! test gf256::tests::multiplication::law_distributivity ... ok Oct 15 06:41:00.992 INFO blam! test gf256::tests::addition::law_inverses ... ok Oct 15 06:41:00.992 INFO blam! test gf256::tests::addition::law_identity ... ok Oct 15 06:41:00.993 INFO blam! test gf256::tests::multiplication::law_identity ... ok Oct 15 06:41:00.998 INFO blam! test gf256::tests::multiplication::law_inverses ... ok Oct 15 06:41:00.998 INFO blam! test gf256::tests::multiplication::law_commutativity ... ok Oct 15 06:41:01.683 INFO blam! test gf256::tests::vectors::pow ... ok Oct 15 06:41:02.151 INFO blam! test gf256::tests::vectors::div ... ok Oct 15 06:41:02.151 INFO blam! test gf256::tests::vectors::sub ... ok Oct 15 06:41:02.184 INFO blam! test gf256::tests::vectors::add ... ok Oct 15 06:41:02.188 INFO blam! test gf256::tests::vectors::mul ... ok Oct 15 06:41:06.687 INFO blam! test lagrange::tests::interpolate_evaluate_at_0_eq_evaluate_at ... ok Oct 15 06:41:06.757 INFO blam! test lagrange::tests::interpolate_evaluate_at_works ... ok Oct 15 06:41:06.757 INFO blam! Oct 15 06:41:06.758 INFO kablam! Running /target/debug/deps/generation_errors-45c298f4b7c082aa Oct 15 06:41:06.758 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:06.758 INFO blam! Oct 15 06:41:06.760 INFO blam! Oct 15 06:41:06.760 INFO blam! running 1 test Oct 15 06:41:06.856 INFO blam! test test_generate_invalid_k ... ok Oct 15 06:41:06.856 INFO blam! Oct 15 06:41:06.857 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:06.857 INFO blam! Oct 15 06:41:06.860 INFO kablam! Running /target/debug/deps/randomized_tests-90c0b7eb2fd082fa Oct 15 06:41:06.862 INFO blam! Oct 15 06:41:06.862 INFO blam! running 1 test Oct 15 06:41:06.862 INFO blam! test test_reasonable_splits ... ignored Oct 15 06:41:06.862 INFO blam! Oct 15 06:41:06.862 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 15 06:41:06.862 INFO blam! Oct 15 06:41:06.863 INFO kablam! Running /target/debug/deps/recovery_errors-c8405ccf28460e65 Oct 15 06:41:06.868 INFO blam! Oct 15 06:41:06.868 INFO blam! running 12 tests Oct 15 06:41:07.019 INFO blam! test test_recover_incorrect_share_num ... ok Oct 15 06:41:07.023 INFO blam! test test_recover_invalid_b64 ... ok Oct 15 06:41:07.024 INFO blam! test test_recover_too_few_shares ... ok Oct 15 06:41:07.027 INFO blam! test test_recover_too_few_shares_bug ... ok Oct 15 06:41:07.035 INFO blam! test test_recover_inconsistent_secret_lengths ... ok Oct 15 06:41:07.035 INFO blam! test test_recover_duplicate_shares_number ... ok Oct 15 06:41:07.035 INFO blam! test test_recover_2_parts_share ... ok Oct 15 06:41:07.036 INFO blam! test test_inconsistent_thresholds ... ok Oct 15 06:41:07.036 INFO blam! test test_recover_0_share_num ... ok Oct 15 06:41:07.043 INFO blam! test test_recover_invalid_share_threshold ... ok Oct 15 06:41:07.043 INFO blam! test test_recover_no_shares ... ok Oct 15 06:41:07.051 INFO blam! test test_share_parsing_error_empty_share ... ok Oct 15 06:41:07.051 INFO blam! Oct 15 06:41:07.051 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:07.051 INFO blam! Oct 15 06:41:07.053 INFO kablam! Running /target/debug/deps/ss1_recovery_errors-88218d5484dea176 Oct 15 06:41:07.056 INFO blam! Oct 15 06:41:07.056 INFO blam! running 0 tests Oct 15 06:41:07.056 INFO blam! Oct 15 06:41:07.056 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:07.056 INFO blam! Oct 15 06:41:07.056 INFO kablam! Running /target/debug/deps/test_vectors-b851f263fafc8454 Oct 15 06:41:07.058 INFO blam! Oct 15 06:41:07.058 INFO blam! running 3 tests Oct 15 06:41:07.059 INFO blam! test test_recover_sellibitze ... ok Oct 15 06:41:07.087 INFO blam! test test_recover_sellibitze_more_than_threshold_shars ... ok Oct 15 06:41:07.088 INFO blam! test test_recover_es_test_vectors ... ok Oct 15 06:41:07.088 INFO blam! Oct 15 06:41:07.088 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:07.088 INFO blam! Oct 15 06:41:07.089 INFO kablam! Running /target/debug/deps/thss_generation_errors-bfde65a7d487ad77 Oct 15 06:41:07.091 INFO blam! Oct 15 06:41:07.091 INFO blam! running 0 tests Oct 15 06:41:07.091 INFO blam! Oct 15 06:41:07.091 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:07.091 INFO blam! Oct 15 06:41:07.091 INFO kablam! Running /target/debug/deps/thss_recovery_errors-e8a515f5afc8b152 Oct 15 06:41:07.093 INFO blam! Oct 15 06:41:07.093 INFO blam! running 0 tests Oct 15 06:41:07.093 INFO blam! Oct 15 06:41:07.093 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:07.093 INFO blam! Oct 15 06:41:07.093 INFO kablam! Doc-tests rusty_secrets Oct 15 06:41:08.859 INFO blam! Oct 15 06:41:08.859 INFO blam! running 6 tests Oct 15 06:41:23.867 INFO blam! test src/sss/mod.rs - sss::split_secret_rng (line 51) ... ok Oct 15 06:41:24.103 INFO blam! test src/wrapped_secrets/mod.rs - wrapped_secrets::split_secret (line 17) ... ok Oct 15 06:41:24.495 INFO blam! test src/sss/mod.rs - sss::split_secret (line 26) ... ok Oct 15 06:41:25.184 INFO blam! test src/wrapped_secrets/mod.rs - wrapped_secrets::split_secret_rng (line 56) ... ok Oct 15 06:41:25.563 INFO blam! test src/sss/mod.rs - sss::recover_secret (line 99) ... ok Oct 15 06:41:25.607 INFO blam! test src/wrapped_secrets/mod.rs - wrapped_secrets::recover_secret (line 105) ... ok Oct 15 06:41:25.608 INFO blam! Oct 15 06:41:25.608 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:41:25.608 INFO blam! Oct 15 06:41:25.655 INFO kablam! su: No module specific data is present Oct 15 06:41:26.851 INFO running `"docker" "rm" "-f" "7917dd1e06214aebc2d1410d2770df706b5866b8eabc43c5c9638ab610edf8bd"` Oct 15 06:41:27.184 INFO blam! 7917dd1e06214aebc2d1410d2770df706b5866b8eabc43c5c9638ab610edf8bd