Sep 01 15:46:25.516 INFO checking echo-devim/huextract against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 15:46:25.516 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 15:46:25.516 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 15:46:25.681 INFO blam! 64a121f47ad77771990337d6d6d48a340bf5adeb3fbbd22135a7a3fb9da19188 Sep 01 15:46:25.683 INFO running `"docker" "start" "-a" "64a121f47ad77771990337d6d6d48a340bf5adeb3fbbd22135a7a3fb9da19188"` Sep 01 15:46:26.205 INFO kablam! Checking huextract v0.1.0 (file:///source) Sep 01 15:46:26.368 INFO kablam! warning: unused import: `std::io::Cursor` Sep 01 15:46:26.368 INFO kablam! --> src/main.rs:8:5 Sep 01 15:46:26.368 INFO kablam! | Sep 01 15:46:26.368 INFO kablam! 8 | use std::io::Cursor; Sep 01 15:46:26.369 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 15:46:26.369 INFO kablam! | Sep 01 15:46:26.369 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 15:46:26.369 INFO kablam! Sep 01 15:46:26.369 INFO kablam! warning: unused import: `std::io::BufWriter` Sep 01 15:46:26.369 INFO kablam! --> src/main.rs:10:5 Sep 01 15:46:26.369 INFO kablam! | Sep 01 15:46:26.369 INFO kablam! 10 | use std::io::BufWriter; Sep 01 15:46:26.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.369 INFO kablam! Sep 01 15:46:26.369 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.369 INFO kablam! --> src/main.rs:48:8 Sep 01 15:46:26.369 INFO kablam! | Sep 01 15:46:26.369 INFO kablam! 48 | if (bh.file_size < limit) { Sep 01 15:46:26.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.369 INFO kablam! | Sep 01 15:46:26.370 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 15:46:26.370 INFO kablam! Sep 01 15:46:26.371 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.371 INFO kablam! --> src/main.rs:57:16 Sep 01 15:46:26.371 INFO kablam! | Sep 01 15:46:26.371 INFO kablam! 57 | if (size > missing) { Sep 01 15:46:26.371 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.371 INFO kablam! Sep 01 15:46:26.371 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.371 INFO kablam! --> src/main.rs:78:12 Sep 01 15:46:26.371 INFO kablam! | Sep 01 15:46:26.371 INFO kablam! 78 | if (pos > 16) { break; } Sep 01 15:46:26.371 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.371 INFO kablam! Sep 01 15:46:26.371 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.371 INFO kablam! --> src/main.rs:100:12 Sep 01 15:46:26.371 INFO kablam! | Sep 01 15:46:26.372 INFO kablam! 100 | if (buffer == block_signature) { Sep 01 15:46:26.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.372 INFO kablam! Sep 01 15:46:26.372 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.372 INFO kablam! --> src/main.rs:128:16 Sep 01 15:46:26.372 INFO kablam! | Sep 01 15:46:26.372 INFO kablam! 128 | if (threads.len() >= cpus - 1) { Sep 01 15:46:26.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.372 INFO kablam! Sep 01 15:46:26.372 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.372 INFO kablam! --> src/main.rs:136:12 Sep 01 15:46:26.372 INFO kablam! | Sep 01 15:46:26.372 INFO kablam! 136 | if (uf.seek(SeekFrom::Start(offset+1)).unwrap() > end) { Sep 01 15:46:26.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.372 INFO kablam! Sep 01 15:46:26.457 INFO kablam! warning: unused import: `std::io::Cursor` Sep 01 15:46:26.457 INFO kablam! --> src/main.rs:8:5 Sep 01 15:46:26.457 INFO kablam! | Sep 01 15:46:26.457 INFO kablam! 8 | use std::io::Cursor; Sep 01 15:46:26.457 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 15:46:26.457 INFO kablam! | Sep 01 15:46:26.457 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 15:46:26.457 INFO kablam! Sep 01 15:46:26.457 INFO kablam! warning: unused import: `std::io::BufWriter` Sep 01 15:46:26.457 INFO kablam! --> src/main.rs:10:5 Sep 01 15:46:26.457 INFO kablam! | Sep 01 15:46:26.457 INFO kablam! 10 | use std::io::BufWriter; Sep 01 15:46:26.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.457 INFO kablam! Sep 01 15:46:26.457 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.457 INFO kablam! --> src/main.rs:48:8 Sep 01 15:46:26.457 INFO kablam! | Sep 01 15:46:26.457 INFO kablam! 48 | if (bh.file_size < limit) { Sep 01 15:46:26.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.457 INFO kablam! | Sep 01 15:46:26.457 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 15:46:26.457 INFO kablam! Sep 01 15:46:26.458 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.458 INFO kablam! --> src/main.rs:57:16 Sep 01 15:46:26.458 INFO kablam! | Sep 01 15:46:26.458 INFO kablam! 57 | if (size > missing) { Sep 01 15:46:26.458 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.458 INFO kablam! Sep 01 15:46:26.458 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.458 INFO kablam! --> src/main.rs:78:12 Sep 01 15:46:26.458 INFO kablam! | Sep 01 15:46:26.458 INFO kablam! 78 | if (pos > 16) { break; } Sep 01 15:46:26.458 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.458 INFO kablam! Sep 01 15:46:26.458 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.458 INFO kablam! --> src/main.rs:100:12 Sep 01 15:46:26.458 INFO kablam! | Sep 01 15:46:26.458 INFO kablam! 100 | if (buffer == block_signature) { Sep 01 15:46:26.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.458 INFO kablam! Sep 01 15:46:26.458 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.458 INFO kablam! --> src/main.rs:128:16 Sep 01 15:46:26.458 INFO kablam! | Sep 01 15:46:26.458 INFO kablam! 128 | if (threads.len() >= cpus - 1) { Sep 01 15:46:26.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.458 INFO kablam! Sep 01 15:46:26.458 INFO kablam! warning: unnecessary parentheses around `if` condition Sep 01 15:46:26.458 INFO kablam! --> src/main.rs:136:12 Sep 01 15:46:26.458 INFO kablam! | Sep 01 15:46:26.458 INFO kablam! 136 | if (uf.seek(SeekFrom::Start(offset+1)).unwrap() > end) { Sep 01 15:46:26.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:46:26.458 INFO kablam! Sep 01 15:46:26.578 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.578 INFO kablam! --> src/main.rs:51:5 Sep 01 15:46:26.578 INFO kablam! | Sep 01 15:46:26.578 INFO kablam! 51 | file.seek(SeekFrom::Start(bh.offset + 98 + (bh.header_length - 98))); //Skip the header block Sep 01 15:46:26.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.578 INFO kablam! | Sep 01 15:46:26.578 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 15:46:26.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.579 INFO kablam! Sep 01 15:46:26.579 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.579 INFO kablam! --> src/main.rs:58:17 Sep 01 15:46:26.579 INFO kablam! | Sep 01 15:46:26.579 INFO kablam! 58 | out_file.write_all(&buffer[..missing]); Sep 01 15:46:26.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.579 INFO kablam! | Sep 01 15:46:26.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.579 INFO kablam! Sep 01 15:46:26.579 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.579 INFO kablam! --> src/main.rs:61:17 Sep 01 15:46:26.579 INFO kablam! | Sep 01 15:46:26.579 INFO kablam! 61 | out_file.write_all(buffer); Sep 01 15:46:26.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.579 INFO kablam! | Sep 01 15:46:26.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.579 INFO kablam! Sep 01 15:46:26.579 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.579 INFO kablam! --> src/main.rs:96:5 Sep 01 15:46:26.579 INFO kablam! | Sep 01 15:46:26.579 INFO kablam! 96 | uf.seek(SeekFrom::Start(offset)); Sep 01 15:46:26.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.579 INFO kablam! | Sep 01 15:46:26.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.579 INFO kablam! Sep 01 15:46:26.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.580 INFO kablam! --> src/main.rs:98:9 Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.580 INFO kablam! 98 | uf.read_exact(&mut buffer); Sep 01 15:46:26.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.580 INFO kablam! Sep 01 15:46:26.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.580 INFO kablam! --> src/main.rs:106:13 Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.580 INFO kablam! 106 | uf.seek(SeekFrom::Start(offset + 4)); Sep 01 15:46:26.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.580 INFO kablam! Sep 01 15:46:26.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.580 INFO kablam! --> src/main.rs:109:13 Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.580 INFO kablam! 109 | uf.read_exact(&mut temp_buf); Sep 01 15:46:26.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.580 INFO kablam! Sep 01 15:46:26.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.580 INFO kablam! --> src/main.rs:111:13 Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.580 INFO kablam! 111 | uf.seek(SeekFrom::Current(16)); Sep 01 15:46:26.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.580 INFO kablam! Sep 01 15:46:26.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.580 INFO kablam! --> src/main.rs:112:13 Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.580 INFO kablam! 112 | uf.read_exact(&mut temp_buf); Sep 01 15:46:26.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.580 INFO kablam! Sep 01 15:46:26.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.580 INFO kablam! --> src/main.rs:115:13 Sep 01 15:46:26.580 INFO kablam! | Sep 01 15:46:26.581 INFO kablam! 115 | uf.seek(SeekFrom::Current(32)); Sep 01 15:46:26.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.581 INFO kablam! | Sep 01 15:46:26.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.581 INFO kablam! Sep 01 15:46:26.581 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.581 INFO kablam! --> src/main.rs:116:13 Sep 01 15:46:26.581 INFO kablam! | Sep 01 15:46:26.581 INFO kablam! 116 | uf.read_exact(&mut temp_buf2); Sep 01 15:46:26.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.581 INFO kablam! | Sep 01 15:46:26.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.581 INFO kablam! Sep 01 15:46:26.581 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.581 INFO kablam! --> src/main.rs:130:17 Sep 01 15:46:26.581 INFO kablam! | Sep 01 15:46:26.581 INFO kablam! 130 | handle.join(); Sep 01 15:46:26.581 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 15:46:26.581 INFO kablam! | Sep 01 15:46:26.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.581 INFO kablam! Sep 01 15:46:26.581 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.581 INFO kablam! --> src/main.rs:144:9 Sep 01 15:46:26.581 INFO kablam! | Sep 01 15:46:26.581 INFO kablam! 144 | t.join(); Sep 01 15:46:26.581 INFO kablam! | ^^^^^^^^^ Sep 01 15:46:26.581 INFO kablam! | Sep 01 15:46:26.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.581 INFO kablam! Sep 01 15:46:26.742 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.742 INFO kablam! --> src/main.rs:51:5 Sep 01 15:46:26.742 INFO kablam! | Sep 01 15:46:26.742 INFO kablam! 51 | file.seek(SeekFrom::Start(bh.offset + 98 + (bh.header_length - 98))); //Skip the header block Sep 01 15:46:26.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.742 INFO kablam! | Sep 01 15:46:26.742 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 15:46:26.743 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.743 INFO kablam! Sep 01 15:46:26.743 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.743 INFO kablam! --> src/main.rs:58:17 Sep 01 15:46:26.743 INFO kablam! | Sep 01 15:46:26.743 INFO kablam! 58 | out_file.write_all(&buffer[..missing]); Sep 01 15:46:26.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.743 INFO kablam! | Sep 01 15:46:26.743 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.743 INFO kablam! Sep 01 15:46:26.743 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.743 INFO kablam! --> src/main.rs:61:17 Sep 01 15:46:26.743 INFO kablam! | Sep 01 15:46:26.743 INFO kablam! 61 | out_file.write_all(buffer); Sep 01 15:46:26.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.743 INFO kablam! | Sep 01 15:46:26.743 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.743 INFO kablam! Sep 01 15:46:26.745 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.745 INFO kablam! --> src/main.rs:96:5 Sep 01 15:46:26.745 INFO kablam! | Sep 01 15:46:26.745 INFO kablam! 96 | uf.seek(SeekFrom::Start(offset)); Sep 01 15:46:26.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.745 INFO kablam! | Sep 01 15:46:26.745 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.745 INFO kablam! Sep 01 15:46:26.745 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.746 INFO kablam! --> src/main.rs:98:9 Sep 01 15:46:26.746 INFO kablam! | Sep 01 15:46:26.746 INFO kablam! 98 | uf.read_exact(&mut buffer); Sep 01 15:46:26.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.746 INFO kablam! | Sep 01 15:46:26.746 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.746 INFO kablam! Sep 01 15:46:26.746 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.746 INFO kablam! --> src/main.rs:106:13 Sep 01 15:46:26.746 INFO kablam! | Sep 01 15:46:26.746 INFO kablam! 106 | uf.seek(SeekFrom::Start(offset + 4)); Sep 01 15:46:26.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.746 INFO kablam! | Sep 01 15:46:26.746 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.746 INFO kablam! Sep 01 15:46:26.746 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.746 INFO kablam! --> src/main.rs:109:13 Sep 01 15:46:26.746 INFO kablam! | Sep 01 15:46:26.746 INFO kablam! 109 | uf.read_exact(&mut temp_buf); Sep 01 15:46:26.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.746 INFO kablam! | Sep 01 15:46:26.747 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.747 INFO kablam! Sep 01 15:46:26.747 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.747 INFO kablam! --> src/main.rs:111:13 Sep 01 15:46:26.747 INFO kablam! | Sep 01 15:46:26.747 INFO kablam! 111 | uf.seek(SeekFrom::Current(16)); Sep 01 15:46:26.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.747 INFO kablam! | Sep 01 15:46:26.747 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.747 INFO kablam! Sep 01 15:46:26.747 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.747 INFO kablam! --> src/main.rs:112:13 Sep 01 15:46:26.747 INFO kablam! | Sep 01 15:46:26.747 INFO kablam! 112 | uf.read_exact(&mut temp_buf); Sep 01 15:46:26.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.747 INFO kablam! | Sep 01 15:46:26.747 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.747 INFO kablam! Sep 01 15:46:26.748 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.748 INFO kablam! --> src/main.rs:115:13 Sep 01 15:46:26.748 INFO kablam! | Sep 01 15:46:26.748 INFO kablam! 115 | uf.seek(SeekFrom::Current(32)); Sep 01 15:46:26.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.748 INFO kablam! | Sep 01 15:46:26.748 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.748 INFO kablam! Sep 01 15:46:26.748 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.748 INFO kablam! --> src/main.rs:116:13 Sep 01 15:46:26.748 INFO kablam! | Sep 01 15:46:26.748 INFO kablam! 116 | uf.read_exact(&mut temp_buf2); Sep 01 15:46:26.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:46:26.748 INFO kablam! | Sep 01 15:46:26.748 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.748 INFO kablam! Sep 01 15:46:26.748 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.749 INFO kablam! --> src/main.rs:130:17 Sep 01 15:46:26.749 INFO kablam! | Sep 01 15:46:26.749 INFO kablam! 130 | handle.join(); Sep 01 15:46:26.749 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 15:46:26.749 INFO kablam! | Sep 01 15:46:26.749 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.749 INFO kablam! Sep 01 15:46:26.749 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 15:46:26.749 INFO kablam! --> src/main.rs:144:9 Sep 01 15:46:26.749 INFO kablam! | Sep 01 15:46:26.749 INFO kablam! 144 | t.join(); Sep 01 15:46:26.749 INFO kablam! | ^^^^^^^^^ Sep 01 15:46:26.749 INFO kablam! | Sep 01 15:46:26.749 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 15:46:26.749 INFO kablam! Sep 01 15:46:26.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.57s Sep 01 15:46:26.766 INFO kablam! su: No module specific data is present Sep 01 15:46:27.200 INFO running `"docker" "rm" "-f" "64a121f47ad77771990337d6d6d48a340bf5adeb3fbbd22135a7a3fb9da19188"` Sep 01 15:46:27.335 INFO blam! 64a121f47ad77771990337d6d6d48a340bf5adeb3fbbd22135a7a3fb9da19188