Oct 21 20:26:23.494 INFO checking SpinResearch/RustySecrets against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:26:23.494 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 20:26:23.736 INFO blam! d420880e9bc0bea92a2738ab42574ac25aa5ef841e66ebd50563a45e8e407e19 Oct 21 20:26:23.740 INFO running `"docker" "start" "-a" "d420880e9bc0bea92a2738ab42574ac25aa5ef841e66ebd50563a45e8e407e19"` Oct 21 20:26:24.320 INFO kablam! usermod: no changes Oct 21 20:26:24.491 INFO kablam! Checking protobuf v1.5.1 Oct 21 20:26:24.492 INFO kablam! Compiling rusty_secrets v0.2.3-pre (/source) Oct 21 20:26:24.496 INFO kablam! Checking quickcheck v0.4.1 Oct 21 20:26:24.496 INFO kablam! Checking lamport_sigs v0.5.0 Oct 21 20:26:33.019 INFO kablam! Checking merkle v1.5.0 Oct 21 20:26:34.312 INFO kablam! Checking merkle_sigs v1.4.0 Oct 21 20:26:37.528 INFO kablam! warning: method is never used: `pow` Oct 21 20:26:37.528 INFO kablam! --> src/gf256.rs:49:5 Oct 21 20:26:37.528 INFO kablam! | Oct 21 20:26:37.528 INFO kablam! 49 | pub fn pow(&self, mut exp: u8) -> Gf256 { Oct 21 20:26:37.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.528 INFO kablam! | Oct 21 20:26:37.528 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:26:37.528 INFO kablam! Oct 21 20:26:37.528 INFO kablam! warning: function is never used: `interpolate` Oct 21 20:26:37.528 INFO kablam! --> src/lagrange.rs:49:1 Oct 21 20:26:37.528 INFO kablam! | Oct 21 20:26:37.528 INFO kablam! 49 | pub(crate) fn interpolate(points: &[(Gf256, Gf256)]) -> Poly { Oct 21 20:26:37.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.528 INFO kablam! Oct 21 20:26:37.528 INFO kablam! warning: static item is never used: `MAX_COEFFS` Oct 21 20:26:37.528 INFO kablam! --> src/poly.rs:3:1 Oct 21 20:26:37.528 INFO kablam! | Oct 21 20:26:37.528 INFO kablam! 3 | static MAX_COEFFS: usize = 256; Oct 21 20:26:37.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.528 INFO kablam! Oct 21 20:26:37.528 INFO kablam! warning: struct is never constructed: `Poly` Oct 21 20:26:37.528 INFO kablam! --> src/poly.rs:5:1 Oct 21 20:26:37.528 INFO kablam! | Oct 21 20:26:37.528 INFO kablam! 5 | pub(crate) struct Poly { Oct 21 20:26:37.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.528 INFO kablam! Oct 21 20:26:37.528 INFO kablam! warning: method is never used: `new` Oct 21 20:26:37.528 INFO kablam! --> src/poly.rs:10:5 Oct 21 20:26:37.528 INFO kablam! | Oct 21 20:26:37.528 INFO kablam! 10 | pub fn new(coeffs: Vec) -> Self { Oct 21 20:26:37.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.528 INFO kablam! Oct 21 20:26:37.528 INFO kablam! warning: method is never used: `evaluate_at_zero` Oct 21 20:26:37.528 INFO kablam! --> src/poly.rs:14:5 Oct 21 20:26:37.528 INFO kablam! | Oct 21 20:26:37.528 INFO kablam! 14 | pub fn evaluate_at_zero(&self) -> Gf256 { Oct 21 20:26:37.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.528 INFO kablam! Oct 21 20:26:37.528 INFO kablam! warning: method is never used: `evaluate_at` Oct 21 20:26:37.528 INFO kablam! --> src/poly.rs:18:5 Oct 21 20:26:37.528 INFO kablam! | Oct 21 20:26:37.528 INFO kablam! 18 | pub fn evaluate_at(&self, x: Gf256) -> Gf256 { Oct 21 20:26:37.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.528 INFO kablam! Oct 21 20:26:37.528 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 21 20:26:37.528 INFO kablam! --> src/vol_hash.rs:7:1 Oct 21 20:26:37.529 INFO kablam! | Oct 21 20:26:37.529 INFO kablam! 7 | fn u32_to_bytes(x: u32) -> [u8; 4] { Oct 21 20:26:37.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.529 INFO kablam! Oct 21 20:26:37.529 INFO kablam! warning: struct is never constructed: `VOLHash` Oct 21 20:26:37.529 INFO kablam! --> src/vol_hash.rs:11:1 Oct 21 20:26:37.529 INFO kablam! | Oct 21 20:26:37.529 INFO kablam! 11 | pub struct VOLHash { Oct 21 20:26:37.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.529 INFO kablam! Oct 21 20:26:37.529 INFO kablam! warning: method is never used: `new` Oct 21 20:26:37.529 INFO kablam! --> src/vol_hash.rs:17:5 Oct 21 20:26:37.529 INFO kablam! | Oct 21 20:26:37.529 INFO kablam! 17 | pub fn new(algorithm: &'static Algorithm) -> VOLHash { Oct 21 20:26:37.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.529 INFO kablam! Oct 21 20:26:37.529 INFO kablam! warning: method is never used: `process` Oct 21 20:26:37.529 INFO kablam! --> src/vol_hash.rs:24:5 Oct 21 20:26:37.529 INFO kablam! | Oct 21 20:26:37.529 INFO kablam! 24 | pub fn process(&mut self, bytes: &[u8]) { Oct 21 20:26:37.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.529 INFO kablam! Oct 21 20:26:37.529 INFO kablam! warning: method is never used: `finish` Oct 21 20:26:37.529 INFO kablam! --> src/vol_hash.rs:28:5 Oct 21 20:26:37.529 INFO kablam! | Oct 21 20:26:37.529 INFO kablam! 28 | pub fn finish(self, dest: &mut [u8]) { Oct 21 20:26:37.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:37.529 INFO kablam! Oct 21 20:26:38.465 INFO kablam! warning: unused `#[macro_use]` import Oct 21 20:26:38.466 INFO kablam! --> src/lib.rs:41:1 Oct 21 20:26:38.466 INFO kablam! | Oct 21 20:26:38.466 INFO kablam! 41 | #[macro_use] Oct 21 20:26:38.466 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:26:38.475 INFO kablam! | Oct 21 20:26:38.475 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:26:38.476 INFO kablam! Oct 21 20:26:41.932 INFO kablam! warning: method is never used: `evaluate_at_zero` Oct 21 20:26:41.932 INFO kablam! --> src/poly.rs:14:5 Oct 21 20:26:41.932 INFO kablam! | Oct 21 20:26:41.932 INFO kablam! 14 | pub fn evaluate_at_zero(&self) -> Gf256 { Oct 21 20:26:41.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:41.932 INFO kablam! | Oct 21 20:26:41.932 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:26:41.932 INFO kablam! Oct 21 20:26:41.932 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 21 20:26:41.932 INFO kablam! --> src/vol_hash.rs:7:1 Oct 21 20:26:41.932 INFO kablam! | Oct 21 20:26:41.932 INFO kablam! 7 | fn u32_to_bytes(x: u32) -> [u8; 4] { Oct 21 20:26:41.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:41.933 INFO kablam! Oct 21 20:26:41.933 INFO kablam! warning: struct is never constructed: `VOLHash` Oct 21 20:26:41.933 INFO kablam! --> src/vol_hash.rs:11:1 Oct 21 20:26:41.933 INFO kablam! | Oct 21 20:26:41.933 INFO kablam! 11 | pub struct VOLHash { Oct 21 20:26:41.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:26:41.933 INFO kablam! Oct 21 20:26:41.933 INFO kablam! warning: method is never used: `new` Oct 21 20:26:41.933 INFO kablam! --> src/vol_hash.rs:17:5 Oct 21 20:26:41.933 INFO kablam! | Oct 21 20:26:41.933 INFO kablam! 17 | pub fn new(algorithm: &'static Algorithm) -> VOLHash { Oct 21 20:26:41.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:41.933 INFO kablam! Oct 21 20:26:41.933 INFO kablam! warning: method is never used: `process` Oct 21 20:26:41.933 INFO kablam! --> src/vol_hash.rs:24:5 Oct 21 20:26:41.933 INFO kablam! | Oct 21 20:26:41.933 INFO kablam! 24 | pub fn process(&mut self, bytes: &[u8]) { Oct 21 20:26:41.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:41.933 INFO kablam! Oct 21 20:26:41.933 INFO kablam! warning: method is never used: `finish` Oct 21 20:26:41.933 INFO kablam! --> src/vol_hash.rs:28:5 Oct 21 20:26:41.933 INFO kablam! | Oct 21 20:26:41.933 INFO kablam! 28 | pub fn finish(self, dest: &mut [u8]) { Oct 21 20:26:41.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:41.933 INFO kablam! Oct 21 20:26:44.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.75s Oct 21 20:26:44.115 INFO kablam! su: No module specific data is present Oct 21 20:26:44.666 INFO running `"docker" "rm" "-f" "d420880e9bc0bea92a2738ab42574ac25aa5ef841e66ebd50563a45e8e407e19"` Oct 21 20:26:44.949 INFO blam! d420880e9bc0bea92a2738ab42574ac25aa5ef841e66ebd50563a45e8e407e19