Oct 21 18:12:27.620 INFO checking echo-devim/huextract against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:12:27.620 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 18:12:27.815 INFO blam! 40c149b21bf5f210414bb13bd12cc9edf59fa4ce5cf848260607029e6336cd5f Oct 21 18:12:27.817 INFO running `"docker" "start" "-a" "40c149b21bf5f210414bb13bd12cc9edf59fa4ce5cf848260607029e6336cd5f"` Oct 21 18:12:28.324 INFO kablam! usermod: no changes Oct 21 18:12:28.355 INFO kablam! Checking huextract v0.1.0 (/source) Oct 21 18:12:28.752 INFO kablam! warning: unused import: `std::io::Cursor` Oct 21 18:12:28.752 INFO kablam! --> src/main.rs:8:5 Oct 21 18:12:28.752 INFO kablam! | Oct 21 18:12:28.752 INFO kablam! 8 | use std::io::Cursor; Oct 21 18:12:28.752 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:12:28.752 INFO kablam! | Oct 21 18:12:28.752 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:12:28.752 INFO kablam! Oct 21 18:12:28.752 INFO kablam! warning: unused import: `std::io::BufWriter` Oct 21 18:12:28.753 INFO kablam! --> src/main.rs:10:5 Oct 21 18:12:28.753 INFO kablam! | Oct 21 18:12:28.753 INFO kablam! 10 | use std::io::BufWriter; Oct 21 18:12:28.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.753 INFO kablam! Oct 21 18:12:28.753 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.753 INFO kablam! --> src/main.rs:48:8 Oct 21 18:12:28.753 INFO kablam! | Oct 21 18:12:28.753 INFO kablam! 48 | if (bh.file_size < limit) { Oct 21 18:12:28.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.753 INFO kablam! | Oct 21 18:12:28.753 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:12:28.753 INFO kablam! Oct 21 18:12:28.753 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.753 INFO kablam! --> src/main.rs:57:16 Oct 21 18:12:28.753 INFO kablam! | Oct 21 18:12:28.753 INFO kablam! 57 | if (size > missing) { Oct 21 18:12:28.753 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.753 INFO kablam! Oct 21 18:12:28.753 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.753 INFO kablam! --> src/main.rs:78:12 Oct 21 18:12:28.754 INFO kablam! | Oct 21 18:12:28.754 INFO kablam! 78 | if (pos > 16) { break; } Oct 21 18:12:28.754 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.754 INFO kablam! Oct 21 18:12:28.754 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.754 INFO kablam! --> src/main.rs:100:12 Oct 21 18:12:28.754 INFO kablam! | Oct 21 18:12:28.754 INFO kablam! 100 | if (buffer == block_signature) { Oct 21 18:12:28.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.754 INFO kablam! Oct 21 18:12:28.754 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.754 INFO kablam! --> src/main.rs:128:16 Oct 21 18:12:28.754 INFO kablam! | Oct 21 18:12:28.754 INFO kablam! 128 | if (threads.len() >= cpus - 1) { Oct 21 18:12:28.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.754 INFO kablam! Oct 21 18:12:28.754 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.754 INFO kablam! --> src/main.rs:136:12 Oct 21 18:12:28.754 INFO kablam! | Oct 21 18:12:28.754 INFO kablam! 136 | if (uf.seek(SeekFrom::Start(offset+1)).unwrap() > end) { Oct 21 18:12:28.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.754 INFO kablam! Oct 21 18:12:28.761 INFO kablam! warning: unused import: `std::io::Cursor` Oct 21 18:12:28.761 INFO kablam! --> src/main.rs:8:5 Oct 21 18:12:28.761 INFO kablam! | Oct 21 18:12:28.761 INFO kablam! 8 | use std::io::Cursor; Oct 21 18:12:28.761 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:12:28.761 INFO kablam! | Oct 21 18:12:28.761 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:12:28.761 INFO kablam! Oct 21 18:12:28.761 INFO kablam! warning: unused import: `std::io::BufWriter` Oct 21 18:12:28.761 INFO kablam! --> src/main.rs:10:5 Oct 21 18:12:28.761 INFO kablam! | Oct 21 18:12:28.761 INFO kablam! 10 | use std::io::BufWriter; Oct 21 18:12:28.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.761 INFO kablam! Oct 21 18:12:28.761 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.761 INFO kablam! --> src/main.rs:48:8 Oct 21 18:12:28.761 INFO kablam! | Oct 21 18:12:28.761 INFO kablam! 48 | if (bh.file_size < limit) { Oct 21 18:12:28.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.761 INFO kablam! | Oct 21 18:12:28.761 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:12:28.762 INFO kablam! Oct 21 18:12:28.762 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.762 INFO kablam! --> src/main.rs:57:16 Oct 21 18:12:28.762 INFO kablam! | Oct 21 18:12:28.762 INFO kablam! 57 | if (size > missing) { Oct 21 18:12:28.762 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.762 INFO kablam! Oct 21 18:12:28.762 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.762 INFO kablam! --> src/main.rs:78:12 Oct 21 18:12:28.762 INFO kablam! | Oct 21 18:12:28.762 INFO kablam! 78 | if (pos > 16) { break; } Oct 21 18:12:28.762 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.762 INFO kablam! Oct 21 18:12:28.762 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.762 INFO kablam! --> src/main.rs:100:12 Oct 21 18:12:28.762 INFO kablam! | Oct 21 18:12:28.762 INFO kablam! 100 | if (buffer == block_signature) { Oct 21 18:12:28.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.762 INFO kablam! Oct 21 18:12:28.762 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.762 INFO kablam! --> src/main.rs:128:16 Oct 21 18:12:28.762 INFO kablam! | Oct 21 18:12:28.763 INFO kablam! 128 | if (threads.len() >= cpus - 1) { Oct 21 18:12:28.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.763 INFO kablam! Oct 21 18:12:28.763 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:12:28.763 INFO kablam! --> src/main.rs:136:12 Oct 21 18:12:28.763 INFO kablam! | Oct 21 18:12:28.763 INFO kablam! 136 | if (uf.seek(SeekFrom::Start(offset+1)).unwrap() > end) { Oct 21 18:12:28.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:12:28.763 INFO kablam! Oct 21 18:12:28.848 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.848 INFO kablam! --> src/main.rs:51:5 Oct 21 18:12:28.848 INFO kablam! | Oct 21 18:12:28.848 INFO kablam! 51 | file.seek(SeekFrom::Start(bh.offset + 98 + (bh.header_length - 98))); //Skip the header block Oct 21 18:12:28.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.848 INFO kablam! | Oct 21 18:12:28.849 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:12:28.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.849 INFO kablam! Oct 21 18:12:28.849 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.849 INFO kablam! --> src/main.rs:58:17 Oct 21 18:12:28.849 INFO kablam! | Oct 21 18:12:28.849 INFO kablam! 58 | out_file.write_all(&buffer[..missing]); Oct 21 18:12:28.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.849 INFO kablam! | Oct 21 18:12:28.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.849 INFO kablam! Oct 21 18:12:28.849 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.849 INFO kablam! --> src/main.rs:61:17 Oct 21 18:12:28.849 INFO kablam! | Oct 21 18:12:28.849 INFO kablam! 61 | out_file.write_all(buffer); Oct 21 18:12:28.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.849 INFO kablam! | Oct 21 18:12:28.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.849 INFO kablam! Oct 21 18:12:28.849 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.849 INFO kablam! --> src/main.rs:96:5 Oct 21 18:12:28.849 INFO kablam! | Oct 21 18:12:28.849 INFO kablam! 96 | uf.seek(SeekFrom::Start(offset)); Oct 21 18:12:28.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.849 INFO kablam! | Oct 21 18:12:28.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.849 INFO kablam! Oct 21 18:12:28.850 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.850 INFO kablam! --> src/main.rs:98:9 Oct 21 18:12:28.850 INFO kablam! | Oct 21 18:12:28.850 INFO kablam! 98 | uf.read_exact(&mut buffer); Oct 21 18:12:28.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.850 INFO kablam! | Oct 21 18:12:28.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.850 INFO kablam! Oct 21 18:12:28.850 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.850 INFO kablam! --> src/main.rs:106:13 Oct 21 18:12:28.850 INFO kablam! | Oct 21 18:12:28.850 INFO kablam! 106 | uf.seek(SeekFrom::Start(offset + 4)); Oct 21 18:12:28.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.850 INFO kablam! | Oct 21 18:12:28.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.850 INFO kablam! Oct 21 18:12:28.850 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.850 INFO kablam! --> src/main.rs:109:13 Oct 21 18:12:28.850 INFO kablam! | Oct 21 18:12:28.850 INFO kablam! 109 | uf.read_exact(&mut temp_buf); Oct 21 18:12:28.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.850 INFO kablam! | Oct 21 18:12:28.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.850 INFO kablam! Oct 21 18:12:28.850 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.851 INFO kablam! --> src/main.rs:111:13 Oct 21 18:12:28.851 INFO kablam! | Oct 21 18:12:28.851 INFO kablam! 111 | uf.seek(SeekFrom::Current(16)); Oct 21 18:12:28.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.851 INFO kablam! | Oct 21 18:12:28.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.851 INFO kablam! Oct 21 18:12:28.851 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.851 INFO kablam! --> src/main.rs:112:13 Oct 21 18:12:28.851 INFO kablam! | Oct 21 18:12:28.851 INFO kablam! 112 | uf.read_exact(&mut temp_buf); Oct 21 18:12:28.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.851 INFO kablam! | Oct 21 18:12:28.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.851 INFO kablam! Oct 21 18:12:28.851 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.851 INFO kablam! --> src/main.rs:115:13 Oct 21 18:12:28.851 INFO kablam! | Oct 21 18:12:28.851 INFO kablam! 115 | uf.seek(SeekFrom::Current(32)); Oct 21 18:12:28.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.851 INFO kablam! | Oct 21 18:12:28.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.852 INFO kablam! Oct 21 18:12:28.852 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.852 INFO kablam! --> src/main.rs:116:13 Oct 21 18:12:28.852 INFO kablam! | Oct 21 18:12:28.852 INFO kablam! 116 | uf.read_exact(&mut temp_buf2); Oct 21 18:12:28.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.852 INFO kablam! | Oct 21 18:12:28.852 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.852 INFO kablam! Oct 21 18:12:28.852 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.852 INFO kablam! --> src/main.rs:130:17 Oct 21 18:12:28.852 INFO kablam! | Oct 21 18:12:28.852 INFO kablam! 130 | handle.join(); Oct 21 18:12:28.852 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 18:12:28.852 INFO kablam! | Oct 21 18:12:28.852 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.852 INFO kablam! Oct 21 18:12:28.852 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.852 INFO kablam! --> src/main.rs:144:9 Oct 21 18:12:28.852 INFO kablam! | Oct 21 18:12:28.852 INFO kablam! 144 | t.join(); Oct 21 18:12:28.852 INFO kablam! | ^^^^^^^^^ Oct 21 18:12:28.852 INFO kablam! | Oct 21 18:12:28.852 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.852 INFO kablam! Oct 21 18:12:28.890 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.890 INFO kablam! --> src/main.rs:51:5 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 51 | file.seek(SeekFrom::Start(bh.offset + 98 + (bh.header_length - 98))); //Skip the header block Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:12:28.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.891 INFO kablam! Oct 21 18:12:28.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.891 INFO kablam! --> src/main.rs:58:17 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 58 | out_file.write_all(&buffer[..missing]); Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.891 INFO kablam! Oct 21 18:12:28.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.891 INFO kablam! --> src/main.rs:61:17 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 61 | out_file.write_all(buffer); Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.891 INFO kablam! Oct 21 18:12:28.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.891 INFO kablam! --> src/main.rs:96:5 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 96 | uf.seek(SeekFrom::Start(offset)); Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.891 INFO kablam! Oct 21 18:12:28.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.891 INFO kablam! --> src/main.rs:98:9 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 98 | uf.read_exact(&mut buffer); Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.891 INFO kablam! Oct 21 18:12:28.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.891 INFO kablam! --> src/main.rs:106:13 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 106 | uf.seek(SeekFrom::Start(offset + 4)); Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.891 INFO kablam! Oct 21 18:12:28.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.891 INFO kablam! --> src/main.rs:109:13 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 109 | uf.read_exact(&mut temp_buf); Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.891 INFO kablam! Oct 21 18:12:28.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.891 INFO kablam! --> src/main.rs:111:13 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 111 | uf.seek(SeekFrom::Current(16)); Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.891 INFO kablam! Oct 21 18:12:28.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.891 INFO kablam! --> src/main.rs:112:13 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 112 | uf.read_exact(&mut temp_buf); Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.891 INFO kablam! Oct 21 18:12:28.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.891 INFO kablam! --> src/main.rs:115:13 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 115 | uf.seek(SeekFrom::Current(32)); Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.891 INFO kablam! Oct 21 18:12:28.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.891 INFO kablam! --> src/main.rs:116:13 Oct 21 18:12:28.891 INFO kablam! | Oct 21 18:12:28.891 INFO kablam! 116 | uf.read_exact(&mut temp_buf2); Oct 21 18:12:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:12:28.892 INFO kablam! | Oct 21 18:12:28.892 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.892 INFO kablam! Oct 21 18:12:28.892 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.892 INFO kablam! --> src/main.rs:130:17 Oct 21 18:12:28.892 INFO kablam! | Oct 21 18:12:28.892 INFO kablam! 130 | handle.join(); Oct 21 18:12:28.892 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 18:12:28.892 INFO kablam! | Oct 21 18:12:28.892 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.892 INFO kablam! Oct 21 18:12:28.892 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:12:28.892 INFO kablam! --> src/main.rs:144:9 Oct 21 18:12:28.892 INFO kablam! | Oct 21 18:12:28.892 INFO kablam! 144 | t.join(); Oct 21 18:12:28.892 INFO kablam! | ^^^^^^^^^ Oct 21 18:12:28.892 INFO kablam! | Oct 21 18:12:28.892 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:12:28.892 INFO kablam! Oct 21 18:12:28.933 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.57s Oct 21 18:12:28.933 INFO kablam! su: No module specific data is present Oct 21 18:12:29.293 INFO running `"docker" "rm" "-f" "40c149b21bf5f210414bb13bd12cc9edf59fa4ce5cf848260607029e6336cd5f"` Oct 21 18:12:29.509 INFO blam! 40c149b21bf5f210414bb13bd12cc9edf59fa4ce5cf848260607029e6336cd5f