Oct 26 22:20:26.527 INFO checking remram44/rs-sync against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:20:26.529 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 26 22:20:27.042 INFO blam! fafe05ab8a5c5ef5bcec375489c5ee13642378f73def91fcc5aeb8a6dfd685ea Oct 26 22:20:27.045 INFO running `"docker" "start" "-a" "fafe05ab8a5c5ef5bcec375489c5ee13642378f73def91fcc5aeb8a6dfd685ea"` Oct 26 22:20:29.634 INFO kablam! usermod: no changes Oct 26 22:20:29.815 INFO kablam! Checking sha1 v0.4.0 Oct 26 22:20:29.815 INFO kablam! Checking memchr v0.1.11 Oct 26 22:20:29.815 INFO kablam! Checking memchr v2.0.1 Oct 26 22:20:29.815 INFO kablam! Checking log v0.4.0 Oct 26 22:20:29.839 INFO kablam! Checking thread-id v2.0.0 Oct 26 22:20:30.943 INFO kablam! Checking thread_local v0.2.7 Oct 26 22:20:31.131 INFO kablam! Checking aho-corasick v0.5.3 Oct 26 22:20:31.284 INFO kablam! Checking aho-corasick v0.6.4 Oct 26 22:20:31.946 INFO kablam! Checking log v0.3.9 Oct 26 22:20:33.542 INFO kablam! Checking regex v0.1.80 Oct 26 22:20:33.570 INFO kablam! Checking regex v0.2.4 Oct 26 22:20:37.726 INFO kablam! Checking env_logger v0.4.3 Oct 26 22:20:37.747 INFO kablam! Checking docopt v0.6.86 Oct 26 22:20:39.676 INFO kablam! Checking rs-sync v0.1.0 (/source) Oct 26 22:20:40.875 INFO kablam! warning: unused variable: `hashes` Oct 26 22:20:40.876 INFO kablam! --> src/delta.rs:27:9 Oct 26 22:20:40.877 INFO kablam! | Oct 26 22:20:40.877 INFO kablam! 27 | hashes: &HashMap>, files: I, Oct 26 22:20:40.878 INFO kablam! | ^^^^^^ help: consider using `_hashes` instead Oct 26 22:20:40.879 INFO kablam! | Oct 26 22:20:40.880 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:20:40.880 INFO kablam! Oct 26 22:20:40.881 INFO kablam! warning: unused variable: `files` Oct 26 22:20:40.882 INFO kablam! --> src/delta.rs:27:51 Oct 26 22:20:40.882 INFO kablam! | Oct 26 22:20:40.883 INFO kablam! 27 | hashes: &HashMap>, files: I, Oct 26 22:20:40.884 INFO kablam! | ^^^^^ help: consider using `_files` instead Oct 26 22:20:40.884 INFO kablam! Oct 26 22:20:40.919 INFO kablam! warning: unused variable: `hashes` Oct 26 22:20:40.920 INFO kablam! --> src/delta.rs:27:9 Oct 26 22:20:40.921 INFO kablam! | Oct 26 22:20:40.921 INFO kablam! 27 | hashes: &HashMap>, files: I, Oct 26 22:20:40.922 INFO kablam! | ^^^^^^ help: consider using `_hashes` instead Oct 26 22:20:40.923 INFO kablam! | Oct 26 22:20:40.924 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:20:40.924 INFO kablam! Oct 26 22:20:40.925 INFO kablam! warning: unused variable: `files` Oct 26 22:20:40.925 INFO kablam! --> src/delta.rs:27:51 Oct 26 22:20:40.926 INFO kablam! | Oct 26 22:20:40.927 INFO kablam! 27 | hashes: &HashMap>, files: I, Oct 26 22:20:40.927 INFO kablam! | ^^^^^ help: consider using `_files` instead Oct 26 22:20:40.927 INFO kablam! Oct 26 22:20:41.082 INFO kablam! warning: type `Adler32_SHA1` should have a camel case name such as `Adler32Sha1` Oct 26 22:20:41.082 INFO kablam! --> src/hasher.rs:60:1 Oct 26 22:20:41.083 INFO kablam! | Oct 26 22:20:41.083 INFO kablam! 60 | / pub struct Adler32_SHA1 { Oct 26 22:20:41.083 INFO kablam! 61 | | pub adler32: u32, Oct 26 22:20:41.083 INFO kablam! 62 | | pub sha1: [u8; 20], Oct 26 22:20:41.088 INFO kablam! 63 | | } Oct 26 22:20:41.088 INFO kablam! | |_^ Oct 26 22:20:41.089 INFO kablam! | Oct 26 22:20:41.090 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 26 22:20:41.090 INFO kablam! Oct 26 22:20:41.094 INFO kablam! warning: type `Adler32_SHA1` should have a camel case name such as `Adler32Sha1` Oct 26 22:20:41.094 INFO kablam! --> src/hasher.rs:60:1 Oct 26 22:20:41.094 INFO kablam! | Oct 26 22:20:41.094 INFO kablam! 60 | / pub struct Adler32_SHA1 { Oct 26 22:20:41.095 INFO kablam! 61 | | pub adler32: u32, Oct 26 22:20:41.095 INFO kablam! 62 | | pub sha1: [u8; 20], Oct 26 22:20:41.095 INFO kablam! 63 | | } Oct 26 22:20:41.095 INFO kablam! | |_^ Oct 26 22:20:41.096 INFO kablam! | Oct 26 22:20:41.097 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 26 22:20:41.097 INFO kablam! Oct 26 22:20:41.995 INFO kablam! warning: unused import: `ReadBytesExt` Oct 26 22:20:41.995 INFO kablam! --> tests/test_diff.rs:8:17 Oct 26 22:20:41.995 INFO kablam! | Oct 26 22:20:41.995 INFO kablam! 8 | use byteorder::{ReadBytesExt, WriteBytesExt, BigEndian}; Oct 26 22:20:41.995 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:20:41.996 INFO kablam! | Oct 26 22:20:41.996 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:20:41.996 INFO kablam! Oct 26 22:20:41.996 INFO kablam! warning: unused import: `Adler32_SHA1` Oct 26 22:20:41.996 INFO kablam! --> tests/test_diff.rs:9:15 Oct 26 22:20:41.996 INFO kablam! | Oct 26 22:20:41.996 INFO kablam! 9 | use rs_sync::{Adler32_SHA1, adler32_sha1, DefaultHashes}; Oct 26 22:20:41.996 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:20:41.996 INFO kablam! Oct 26 22:20:42.383 INFO kablam! warning: constant item is never used: `h_e` Oct 26 22:20:42.384 INFO kablam! --> tests/test_diff.rs:119:1 Oct 26 22:20:42.385 INFO kablam! | Oct 26 22:20:42.385 INFO kablam! 119 | / const h_e: (u32, &'static [u8; 20]) = (66453909, Oct 26 22:20:42.386 INFO kablam! 120 | | b"\xb2\xc4\xee\x5d\xe8\x28\x66\xdb\x38\xf7\ Oct 26 22:20:42.387 INFO kablam! 121 | | \x9c\x6d\x4a\x91\xa6\x26\x48\x6b\x70\xe9" Oct 26 22:20:42.387 INFO kablam! 122 | | ); Oct 26 22:20:42.388 INFO kablam! | |__^ Oct 26 22:20:42.388 INFO kablam! | Oct 26 22:20:42.389 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:20:42.389 INFO kablam! Oct 26 22:20:42.389 INFO kablam! warning: constant item is never used: `h_f` Oct 26 22:20:42.389 INFO kablam! --> tests/test_diff.rs:123:1 Oct 26 22:20:42.389 INFO kablam! | Oct 26 22:20:42.389 INFO kablam! 123 | / const h_f: (u32, &'static [u8; 20]) = (67109273, Oct 26 22:20:42.389 INFO kablam! 124 | | b"\xd3\x3f\xef\x58\xbe\xdd\x39\xdc\x1c\x2d\ Oct 26 22:20:42.389 INFO kablam! 125 | | \x38\xf1\x63\x05\xb1\x00\x10\xe9\x05\x8e" Oct 26 22:20:42.389 INFO kablam! 126 | | ); Oct 26 22:20:42.389 INFO kablam! | |__^ Oct 26 22:20:42.389 INFO kablam! Oct 26 22:20:42.391 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.391 INFO kablam! --> tests/test_diff.rs:16:5 Oct 26 22:20:42.392 INFO kablam! | Oct 26 22:20:42.392 INFO kablam! 16 | / hashes.hash(Path::new("/file1").to_owned(), Oct 26 22:20:42.392 INFO kablam! 17 | | Cursor::new(b"aaaabbbbccccZZ" as &[u8])); Oct 26 22:20:42.392 INFO kablam! | |_________________________________________________________^ Oct 26 22:20:42.392 INFO kablam! | Oct 26 22:20:42.407 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 22:20:42.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.407 INFO kablam! Oct 26 22:20:42.407 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.407 INFO kablam! --> tests/test_diff.rs:18:5 Oct 26 22:20:42.407 INFO kablam! | Oct 26 22:20:42.407 INFO kablam! 18 | / hashes.hash(Path::new("/file2").to_owned(), Oct 26 22:20:42.407 INFO kablam! 19 | | Cursor::new(b"ddddbbbbYY" as &[u8])); Oct 26 22:20:42.407 INFO kablam! | |_____________________________________________________^ Oct 26 22:20:42.407 INFO kablam! | Oct 26 22:20:42.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.407 INFO kablam! Oct 26 22:20:42.407 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.407 INFO kablam! --> tests/test_diff.rs:21:5 Oct 26 22:20:42.407 INFO kablam! | Oct 26 22:20:42.407 INFO kablam! 21 | write_index_file(&mut index, &hashes); Oct 26 22:20:42.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.412 INFO kablam! | Oct 26 22:20:42.412 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.412 INFO kablam! Oct 26 22:20:42.413 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.413 INFO kablam! --> tests/test_diff.rs:70:5 Oct 26 22:20:42.413 INFO kablam! | Oct 26 22:20:42.414 INFO kablam! 70 | expected.write_u8(0x02); Oct 26 22:20:42.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.414 INFO kablam! | Oct 26 22:20:42.414 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.414 INFO kablam! Oct 26 22:20:42.414 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.414 INFO kablam! --> tests/test_diff.rs:71:5 Oct 26 22:20:42.414 INFO kablam! | Oct 26 22:20:42.414 INFO kablam! 71 | expected.write_u32::(h_a.0); Oct 26 22:20:42.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.414 INFO kablam! | Oct 26 22:20:42.414 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.414 INFO kablam! Oct 26 22:20:42.414 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.414 INFO kablam! --> tests/test_diff.rs:72:5 Oct 26 22:20:42.414 INFO kablam! | Oct 26 22:20:42.414 INFO kablam! 72 | expected.write(h_a.1); Oct 26 22:20:42.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.418 INFO kablam! | Oct 26 22:20:42.418 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.418 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:74:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 74 | expected.write_u8(0x01); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:75:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 75 | expected.write_u16::(5 - 1); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:78:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 78 | expected.write_u8(0x02); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:79:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 79 | expected.write_u32::(h_b.0); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:80:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 80 | expected.write(h_b.1); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:82:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 82 | expected.write_u8(0x01); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:83:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 83 | expected.write_u16::(4 - 1); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:86:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 86 | expected.write_u8(0x03); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:87:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 87 | expected.write_u16::(0); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:88:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 88 | expected.write_u64::(4); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.419 INFO kablam! --> tests/test_diff.rs:90:5 Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! 90 | expected.write_u8(0x01); Oct 26 22:20:42.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.419 INFO kablam! | Oct 26 22:20:42.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.419 INFO kablam! Oct 26 22:20:42.419 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.420 INFO kablam! --> tests/test_diff.rs:91:5 Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! 91 | expected.write_u16::(6 - 1); Oct 26 22:20:42.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.420 INFO kablam! Oct 26 22:20:42.420 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:20:42.420 INFO kablam! --> tests/test_diff.rs:98:5 Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! 98 | expected.write_u8(0x00); Oct 26 22:20:42.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:20:42.420 INFO kablam! Oct 26 22:20:42.420 INFO kablam! warning: constant `h_a` should have an upper case name such as `H_A` Oct 26 22:20:42.420 INFO kablam! --> tests/test_diff.rs:103:1 Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! 103 | / const h_a: (u32, &'static [u8; 20]) = (63832453, Oct 26 22:20:42.420 INFO kablam! 104 | | b"\x70\xc8\x81\xd4\xa2\x69\x84\xdd\xce\x79\ Oct 26 22:20:42.420 INFO kablam! 105 | | \x5f\x6f\x71\x81\x7c\x9c\xf4\x48\x0e\x79" Oct 26 22:20:42.420 INFO kablam! 106 | | ); Oct 26 22:20:42.420 INFO kablam! | |__^ Oct 26 22:20:42.420 INFO kablam! Oct 26 22:20:42.420 INFO kablam! warning: constant `h_b` should have an upper case name such as `H_B` Oct 26 22:20:42.420 INFO kablam! --> tests/test_diff.rs:107:1 Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! 107 | / const h_b: (u32, &'static [u8; 20]) = (64487817, Oct 26 22:20:42.420 INFO kablam! 108 | | b"\x8a\xed\x13\x22\xe5\x45\x0b\xad\xb0\x78\ Oct 26 22:20:42.420 INFO kablam! 109 | | \xe1\xfb\x60\xa8\x17\xa1\xdf\x25\xa2\xca" Oct 26 22:20:42.420 INFO kablam! 110 | | ); Oct 26 22:20:42.420 INFO kablam! | |__^ Oct 26 22:20:42.420 INFO kablam! Oct 26 22:20:42.420 INFO kablam! warning: constant `h_c` should have an upper case name such as `H_C` Oct 26 22:20:42.420 INFO kablam! --> tests/test_diff.rs:111:1 Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! 111 | / const h_c: (u32, &'static [u8; 20]) = (65143181, Oct 26 22:20:42.420 INFO kablam! 112 | | b"\x4b\xea\xad\x62\x92\xb7\xdb\x0f\x93\x54\ Oct 26 22:20:42.420 INFO kablam! 113 | | \xe0\xd8\xb9\x15\xec\x0d\xbb\xc0\x3a\x5a" Oct 26 22:20:42.420 INFO kablam! 114 | | ); Oct 26 22:20:42.420 INFO kablam! | |__^ Oct 26 22:20:42.420 INFO kablam! Oct 26 22:20:42.420 INFO kablam! warning: constant `h_d` should have an upper case name such as `H_D` Oct 26 22:20:42.420 INFO kablam! --> tests/test_diff.rs:115:1 Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! 115 | / const h_d: (u32, &'static [u8; 20]) = (65798545, Oct 26 22:20:42.420 INFO kablam! 116 | | b"\x01\x46\x4e\x16\x16\xe3\xfd\xd5\xc6\x0c\ Oct 26 22:20:42.420 INFO kablam! 117 | | \x0c\xc5\x51\x6c\x1d\x14\x54\xcc\x41\x85" Oct 26 22:20:42.420 INFO kablam! 118 | | ); Oct 26 22:20:42.420 INFO kablam! | |__^ Oct 26 22:20:42.420 INFO kablam! Oct 26 22:20:42.420 INFO kablam! warning: constant `h_e` should have an upper case name such as `H_E` Oct 26 22:20:42.420 INFO kablam! --> tests/test_diff.rs:119:1 Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! 119 | / const h_e: (u32, &'static [u8; 20]) = (66453909, Oct 26 22:20:42.420 INFO kablam! 120 | | b"\xb2\xc4\xee\x5d\xe8\x28\x66\xdb\x38\xf7\ Oct 26 22:20:42.420 INFO kablam! 121 | | \x9c\x6d\x4a\x91\xa6\x26\x48\x6b\x70\xe9" Oct 26 22:20:42.420 INFO kablam! 122 | | ); Oct 26 22:20:42.420 INFO kablam! | |__^ Oct 26 22:20:42.420 INFO kablam! Oct 26 22:20:42.420 INFO kablam! warning: constant `h_f` should have an upper case name such as `H_F` Oct 26 22:20:42.420 INFO kablam! --> tests/test_diff.rs:123:1 Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! 123 | / const h_f: (u32, &'static [u8; 20]) = (67109273, Oct 26 22:20:42.420 INFO kablam! 124 | | b"\xd3\x3f\xef\x58\xbe\xdd\x39\xdc\x1c\x2d\ Oct 26 22:20:42.420 INFO kablam! 125 | | \x38\xf1\x63\x05\xb1\x00\x10\xe9\x05\x8e" Oct 26 22:20:42.420 INFO kablam! 126 | | ); Oct 26 22:20:42.420 INFO kablam! | |__^ Oct 26 22:20:42.420 INFO kablam! Oct 26 22:20:42.420 INFO kablam! warning: constant `h_z` should have an upper case name such as `H_Z` Oct 26 22:20:42.420 INFO kablam! --> tests/test_diff.rs:127:1 Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! 127 | / const h_z: (u32, &'static [u8; 20]) = (17825973, Oct 26 22:20:42.420 INFO kablam! 128 | | b"\xd3\x08\xe0\xb2\xd3\x6c\x5d\x24\x20\x86\ Oct 26 22:20:42.420 INFO kablam! 129 | | \x9c\x6b\xf1\x12\xe3\x1e\x8d\x5b\x0d\x52" Oct 26 22:20:42.420 INFO kablam! 130 | | ); Oct 26 22:20:42.420 INFO kablam! | |__^ Oct 26 22:20:42.420 INFO kablam! Oct 26 22:20:42.420 INFO kablam! warning: constant `h_y` should have an upper case name such as `H_Y` Oct 26 22:20:42.420 INFO kablam! --> tests/test_diff.rs:131:1 Oct 26 22:20:42.420 INFO kablam! | Oct 26 22:20:42.420 INFO kablam! 131 | / const h_y: (u32, &'static [u8; 20]) = (17629363, Oct 26 22:20:42.420 INFO kablam! 132 | | b"\xe6\x2c\xdb\x27\xa6\x1e\x20\xb0\xf3\x0f\ Oct 26 22:20:42.420 INFO kablam! 133 | | \x4f\xf4\x03\x47\x3f\xde\x44\x85\xa9\xba" Oct 26 22:20:42.420 INFO kablam! 134 | | ); Oct 26 22:20:42.420 INFO kablam! | |__^ Oct 26 22:20:42.421 INFO kablam! Oct 26 22:20:43.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.45s Oct 26 22:20:43.123 INFO kablam! su: No module specific data is present Oct 26 22:20:44.771 INFO running `"docker" "rm" "-f" "fafe05ab8a5c5ef5bcec375489c5ee13642378f73def91fcc5aeb8a6dfd685ea"` Oct 26 22:20:45.155 INFO blam! fafe05ab8a5c5ef5bcec375489c5ee13642378f73def91fcc5aeb8a6dfd685ea