Oct 27 09:39:50.639 INFO checking SpinResearch/RustySecrets against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:39:50.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 27 09:39:50.896 INFO blam! 4025e3408b6ebab407d64a7e5b20fce7947c3d096258afd2550695869d0c25cf Oct 27 09:39:50.897 INFO running `"docker" "start" "-a" "4025e3408b6ebab407d64a7e5b20fce7947c3d096258afd2550695869d0c25cf"` Oct 27 09:39:52.007 INFO kablam! usermod: no changes Oct 27 09:39:52.215 INFO kablam! Checking protobuf v1.5.1 Oct 27 09:39:52.223 INFO kablam! Compiling rusty_secrets v0.2.3-pre (/source) Oct 27 09:39:52.239 INFO kablam! Checking env_logger v0.3.5 Oct 27 09:39:52.239 INFO kablam! Checking lamport_sigs v0.5.0 Oct 27 09:39:55.667 INFO kablam! Checking quickcheck v0.4.1 Oct 27 09:40:02.319 INFO kablam! Checking merkle v1.5.0 Oct 27 09:40:03.331 INFO kablam! Checking merkle_sigs v1.4.0 Oct 27 09:40:07.407 INFO kablam! warning: method is never used: `pow` Oct 27 09:40:07.407 INFO kablam! --> src/gf256.rs:49:5 Oct 27 09:40:07.407 INFO kablam! | Oct 27 09:40:07.407 INFO kablam! 49 | pub fn pow(&self, mut exp: u8) -> Gf256 { Oct 27 09:40:07.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.407 INFO kablam! | Oct 27 09:40:07.407 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:40:07.407 INFO kablam! Oct 27 09:40:07.407 INFO kablam! warning: function is never used: `interpolate` Oct 27 09:40:07.407 INFO kablam! --> src/lagrange.rs:49:1 Oct 27 09:40:07.407 INFO kablam! | Oct 27 09:40:07.407 INFO kablam! 49 | pub(crate) fn interpolate(points: &[(Gf256, Gf256)]) -> Poly { Oct 27 09:40:07.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.407 INFO kablam! Oct 27 09:40:07.407 INFO kablam! warning: static item is never used: `MAX_COEFFS` Oct 27 09:40:07.407 INFO kablam! --> src/poly.rs:3:1 Oct 27 09:40:07.407 INFO kablam! | Oct 27 09:40:07.407 INFO kablam! 3 | static MAX_COEFFS: usize = 256; Oct 27 09:40:07.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.407 INFO kablam! Oct 27 09:40:07.407 INFO kablam! warning: struct is never constructed: `Poly` Oct 27 09:40:07.407 INFO kablam! --> src/poly.rs:5:1 Oct 27 09:40:07.407 INFO kablam! | Oct 27 09:40:07.407 INFO kablam! 5 | pub(crate) struct Poly { Oct 27 09:40:07.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.407 INFO kablam! Oct 27 09:40:07.407 INFO kablam! warning: method is never used: `new` Oct 27 09:40:07.407 INFO kablam! --> src/poly.rs:10:5 Oct 27 09:40:07.407 INFO kablam! | Oct 27 09:40:07.407 INFO kablam! 10 | pub fn new(coeffs: Vec) -> Self { Oct 27 09:40:07.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.407 INFO kablam! Oct 27 09:40:07.407 INFO kablam! warning: method is never used: `evaluate_at_zero` Oct 27 09:40:07.407 INFO kablam! --> src/poly.rs:14:5 Oct 27 09:40:07.407 INFO kablam! | Oct 27 09:40:07.407 INFO kablam! 14 | pub fn evaluate_at_zero(&self) -> Gf256 { Oct 27 09:40:07.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.407 INFO kablam! Oct 27 09:40:07.407 INFO kablam! warning: method is never used: `evaluate_at` Oct 27 09:40:07.407 INFO kablam! --> src/poly.rs:18:5 Oct 27 09:40:07.407 INFO kablam! | Oct 27 09:40:07.407 INFO kablam! 18 | pub fn evaluate_at(&self, x: Gf256) -> Gf256 { Oct 27 09:40:07.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.408 INFO kablam! Oct 27 09:40:07.408 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 27 09:40:07.408 INFO kablam! --> src/vol_hash.rs:7:1 Oct 27 09:40:07.408 INFO kablam! | Oct 27 09:40:07.408 INFO kablam! 7 | fn u32_to_bytes(x: u32) -> [u8; 4] { Oct 27 09:40:07.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.408 INFO kablam! Oct 27 09:40:07.408 INFO kablam! warning: struct is never constructed: `VOLHash` Oct 27 09:40:07.408 INFO kablam! --> src/vol_hash.rs:11:1 Oct 27 09:40:07.408 INFO kablam! | Oct 27 09:40:07.408 INFO kablam! 11 | pub struct VOLHash { Oct 27 09:40:07.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.408 INFO kablam! Oct 27 09:40:07.408 INFO kablam! warning: method is never used: `new` Oct 27 09:40:07.408 INFO kablam! --> src/vol_hash.rs:17:5 Oct 27 09:40:07.408 INFO kablam! | Oct 27 09:40:07.408 INFO kablam! 17 | pub fn new(algorithm: &'static Algorithm) -> VOLHash { Oct 27 09:40:07.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.408 INFO kablam! Oct 27 09:40:07.408 INFO kablam! warning: method is never used: `process` Oct 27 09:40:07.408 INFO kablam! --> src/vol_hash.rs:24:5 Oct 27 09:40:07.408 INFO kablam! | Oct 27 09:40:07.408 INFO kablam! 24 | pub fn process(&mut self, bytes: &[u8]) { Oct 27 09:40:07.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.408 INFO kablam! Oct 27 09:40:07.408 INFO kablam! warning: method is never used: `finish` Oct 27 09:40:07.408 INFO kablam! --> src/vol_hash.rs:28:5 Oct 27 09:40:07.408 INFO kablam! | Oct 27 09:40:07.408 INFO kablam! 28 | pub fn finish(self, dest: &mut [u8]) { Oct 27 09:40:07.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:07.408 INFO kablam! Oct 27 09:40:07.459 INFO kablam! warning: unused `#[macro_use]` import Oct 27 09:40:07.459 INFO kablam! --> src/lib.rs:41:1 Oct 27 09:40:07.459 INFO kablam! | Oct 27 09:40:07.459 INFO kablam! 41 | #[macro_use] Oct 27 09:40:07.459 INFO kablam! | ^^^^^^^^^^^^ Oct 27 09:40:07.459 INFO kablam! | Oct 27 09:40:07.459 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:40:07.459 INFO kablam! Oct 27 09:40:11.216 INFO kablam! warning: method is never used: `evaluate_at_zero` Oct 27 09:40:11.216 INFO kablam! --> src/poly.rs:14:5 Oct 27 09:40:11.216 INFO kablam! | Oct 27 09:40:11.216 INFO kablam! 14 | pub fn evaluate_at_zero(&self) -> Gf256 { Oct 27 09:40:11.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:11.216 INFO kablam! | Oct 27 09:40:11.216 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:40:11.216 INFO kablam! Oct 27 09:40:11.216 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 27 09:40:11.216 INFO kablam! --> src/vol_hash.rs:7:1 Oct 27 09:40:11.216 INFO kablam! | Oct 27 09:40:11.216 INFO kablam! 7 | fn u32_to_bytes(x: u32) -> [u8; 4] { Oct 27 09:40:11.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:11.216 INFO kablam! Oct 27 09:40:11.219 INFO kablam! warning: struct is never constructed: `VOLHash` Oct 27 09:40:11.219 INFO kablam! --> src/vol_hash.rs:11:1 Oct 27 09:40:11.219 INFO kablam! | Oct 27 09:40:11.219 INFO kablam! 11 | pub struct VOLHash { Oct 27 09:40:11.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:40:11.219 INFO kablam! Oct 27 09:40:11.219 INFO kablam! warning: method is never used: `new` Oct 27 09:40:11.219 INFO kablam! --> src/vol_hash.rs:17:5 Oct 27 09:40:11.219 INFO kablam! | Oct 27 09:40:11.219 INFO kablam! 17 | pub fn new(algorithm: &'static Algorithm) -> VOLHash { Oct 27 09:40:11.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:11.219 INFO kablam! Oct 27 09:40:11.219 INFO kablam! warning: method is never used: `process` Oct 27 09:40:11.219 INFO kablam! --> src/vol_hash.rs:24:5 Oct 27 09:40:11.219 INFO kablam! | Oct 27 09:40:11.219 INFO kablam! 24 | pub fn process(&mut self, bytes: &[u8]) { Oct 27 09:40:11.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:11.219 INFO kablam! Oct 27 09:40:11.219 INFO kablam! warning: method is never used: `finish` Oct 27 09:40:11.219 INFO kablam! --> src/vol_hash.rs:28:5 Oct 27 09:40:11.219 INFO kablam! | Oct 27 09:40:11.219 INFO kablam! 28 | pub fn finish(self, dest: &mut [u8]) { Oct 27 09:40:11.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:11.219 INFO kablam! Oct 27 09:40:16.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.53s Oct 27 09:40:16.607 INFO kablam! su: No module specific data is present Oct 27 09:40:17.403 INFO running `"docker" "rm" "-f" "4025e3408b6ebab407d64a7e5b20fce7947c3d096258afd2550695869d0c25cf"` Oct 27 09:40:17.735 INFO blam! 4025e3408b6ebab407d64a7e5b20fce7947c3d096258afd2550695869d0c25cf