Oct 12 22:13:19.733 INFO checking echo-devim/huextract against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 22:13:19.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 22:13:20.052 INFO blam! e5b57cb7b34bfee58732bc66486d30b3f34cc057e5c2fdd9d6c0bfc36559cbeb Oct 12 22:13:20.056 INFO running `"docker" "start" "-a" "e5b57cb7b34bfee58732bc66486d30b3f34cc057e5c2fdd9d6c0bfc36559cbeb"` Oct 12 22:13:20.856 INFO kablam! usermod: no changes Oct 12 22:13:20.893 INFO kablam! Checking huextract v0.1.0 (/source) Oct 12 22:13:21.341 INFO kablam! warning: unused import: `std::io::Cursor` Oct 12 22:13:21.341 INFO kablam! --> src/main.rs:8:5 Oct 12 22:13:21.341 INFO kablam! | Oct 12 22:13:21.341 INFO kablam! 8 | use std::io::Cursor; Oct 12 22:13:21.341 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:13:21.341 INFO kablam! | Oct 12 22:13:21.341 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:13:21.341 INFO kablam! Oct 12 22:13:21.341 INFO kablam! warning: unused import: `std::io::BufWriter` Oct 12 22:13:21.341 INFO kablam! --> src/main.rs:10:5 Oct 12 22:13:21.341 INFO kablam! | Oct 12 22:13:21.341 INFO kablam! 10 | use std::io::BufWriter; Oct 12 22:13:21.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.341 INFO kablam! Oct 12 22:13:21.341 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.341 INFO kablam! --> src/main.rs:48:8 Oct 12 22:13:21.341 INFO kablam! | Oct 12 22:13:21.341 INFO kablam! 48 | if (bh.file_size < limit) { Oct 12 22:13:21.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.341 INFO kablam! | Oct 12 22:13:21.341 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 22:13:21.341 INFO kablam! Oct 12 22:13:21.341 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.341 INFO kablam! --> src/main.rs:57:16 Oct 12 22:13:21.341 INFO kablam! | Oct 12 22:13:21.341 INFO kablam! 57 | if (size > missing) { Oct 12 22:13:21.341 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.341 INFO kablam! Oct 12 22:13:21.341 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.341 INFO kablam! --> src/main.rs:78:12 Oct 12 22:13:21.341 INFO kablam! | Oct 12 22:13:21.341 INFO kablam! 78 | if (pos > 16) { break; } Oct 12 22:13:21.341 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.341 INFO kablam! Oct 12 22:13:21.350 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.350 INFO kablam! --> src/main.rs:100:12 Oct 12 22:13:21.350 INFO kablam! | Oct 12 22:13:21.350 INFO kablam! 100 | if (buffer == block_signature) { Oct 12 22:13:21.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.351 INFO kablam! Oct 12 22:13:21.351 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.351 INFO kablam! --> src/main.rs:128:16 Oct 12 22:13:21.351 INFO kablam! | Oct 12 22:13:21.351 INFO kablam! 128 | if (threads.len() >= cpus - 1) { Oct 12 22:13:21.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.351 INFO kablam! Oct 12 22:13:21.351 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.351 INFO kablam! --> src/main.rs:136:12 Oct 12 22:13:21.351 INFO kablam! | Oct 12 22:13:21.351 INFO kablam! 136 | if (uf.seek(SeekFrom::Start(offset+1)).unwrap() > end) { Oct 12 22:13:21.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.351 INFO kablam! Oct 12 22:13:21.376 INFO kablam! warning: unused import: `std::io::Cursor` Oct 12 22:13:21.376 INFO kablam! --> src/main.rs:8:5 Oct 12 22:13:21.376 INFO kablam! | Oct 12 22:13:21.376 INFO kablam! 8 | use std::io::Cursor; Oct 12 22:13:21.376 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:13:21.376 INFO kablam! | Oct 12 22:13:21.376 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:13:21.376 INFO kablam! Oct 12 22:13:21.376 INFO kablam! warning: unused import: `std::io::BufWriter` Oct 12 22:13:21.376 INFO kablam! --> src/main.rs:10:5 Oct 12 22:13:21.376 INFO kablam! | Oct 12 22:13:21.376 INFO kablam! 10 | use std::io::BufWriter; Oct 12 22:13:21.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.376 INFO kablam! Oct 12 22:13:21.376 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.376 INFO kablam! --> src/main.rs:48:8 Oct 12 22:13:21.376 INFO kablam! | Oct 12 22:13:21.376 INFO kablam! 48 | if (bh.file_size < limit) { Oct 12 22:13:21.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.376 INFO kablam! | Oct 12 22:13:21.376 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 22:13:21.376 INFO kablam! Oct 12 22:13:21.377 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.377 INFO kablam! --> src/main.rs:57:16 Oct 12 22:13:21.377 INFO kablam! | Oct 12 22:13:21.377 INFO kablam! 57 | if (size > missing) { Oct 12 22:13:21.377 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.377 INFO kablam! Oct 12 22:13:21.377 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.377 INFO kablam! --> src/main.rs:78:12 Oct 12 22:13:21.377 INFO kablam! | Oct 12 22:13:21.377 INFO kablam! 78 | if (pos > 16) { break; } Oct 12 22:13:21.377 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.377 INFO kablam! Oct 12 22:13:21.377 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.377 INFO kablam! --> src/main.rs:100:12 Oct 12 22:13:21.377 INFO kablam! | Oct 12 22:13:21.377 INFO kablam! 100 | if (buffer == block_signature) { Oct 12 22:13:21.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.377 INFO kablam! Oct 12 22:13:21.377 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.377 INFO kablam! --> src/main.rs:128:16 Oct 12 22:13:21.377 INFO kablam! | Oct 12 22:13:21.377 INFO kablam! 128 | if (threads.len() >= cpus - 1) { Oct 12 22:13:21.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.377 INFO kablam! Oct 12 22:13:21.377 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 22:13:21.377 INFO kablam! --> src/main.rs:136:12 Oct 12 22:13:21.377 INFO kablam! | Oct 12 22:13:21.377 INFO kablam! 136 | if (uf.seek(SeekFrom::Start(offset+1)).unwrap() > end) { Oct 12 22:13:21.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:13:21.377 INFO kablam! Oct 12 22:13:21.596 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.596 INFO kablam! --> src/main.rs:51:5 Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! 51 | file.seek(SeekFrom::Start(bh.offset + 98 + (bh.header_length - 98))); //Skip the header block Oct 12 22:13:21.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 22:13:21.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.596 INFO kablam! Oct 12 22:13:21.596 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.596 INFO kablam! --> src/main.rs:58:17 Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! 58 | out_file.write_all(&buffer[..missing]); Oct 12 22:13:21.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.596 INFO kablam! Oct 12 22:13:21.596 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.596 INFO kablam! --> src/main.rs:61:17 Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! 61 | out_file.write_all(buffer); Oct 12 22:13:21.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.596 INFO kablam! Oct 12 22:13:21.596 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.596 INFO kablam! --> src/main.rs:96:5 Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! 96 | uf.seek(SeekFrom::Start(offset)); Oct 12 22:13:21.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.596 INFO kablam! Oct 12 22:13:21.596 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.596 INFO kablam! --> src/main.rs:98:9 Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! 98 | uf.read_exact(&mut buffer); Oct 12 22:13:21.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.596 INFO kablam! Oct 12 22:13:21.596 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.596 INFO kablam! --> src/main.rs:106:13 Oct 12 22:13:21.596 INFO kablam! | Oct 12 22:13:21.596 INFO kablam! 106 | uf.seek(SeekFrom::Start(offset + 4)); Oct 12 22:13:21.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.597 INFO kablam! Oct 12 22:13:21.597 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.597 INFO kablam! --> src/main.rs:109:13 Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! 109 | uf.read_exact(&mut temp_buf); Oct 12 22:13:21.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.597 INFO kablam! Oct 12 22:13:21.597 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.597 INFO kablam! --> src/main.rs:111:13 Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! 111 | uf.seek(SeekFrom::Current(16)); Oct 12 22:13:21.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.597 INFO kablam! Oct 12 22:13:21.597 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.597 INFO kablam! --> src/main.rs:112:13 Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! 112 | uf.read_exact(&mut temp_buf); Oct 12 22:13:21.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.597 INFO kablam! Oct 12 22:13:21.597 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.597 INFO kablam! --> src/main.rs:115:13 Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! 115 | uf.seek(SeekFrom::Current(32)); Oct 12 22:13:21.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.597 INFO kablam! Oct 12 22:13:21.597 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.597 INFO kablam! --> src/main.rs:116:13 Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! 116 | uf.read_exact(&mut temp_buf2); Oct 12 22:13:21.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.597 INFO kablam! Oct 12 22:13:21.597 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.597 INFO kablam! --> src/main.rs:130:17 Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! 130 | handle.join(); Oct 12 22:13:21.597 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.597 INFO kablam! Oct 12 22:13:21.597 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.597 INFO kablam! --> src/main.rs:144:9 Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! 144 | t.join(); Oct 12 22:13:21.597 INFO kablam! | ^^^^^^^^^ Oct 12 22:13:21.597 INFO kablam! | Oct 12 22:13:21.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.597 INFO kablam! Oct 12 22:13:21.632 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.632 INFO kablam! --> src/main.rs:51:5 Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! 51 | file.seek(SeekFrom::Start(bh.offset + 98 + (bh.header_length - 98))); //Skip the header block Oct 12 22:13:21.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 22:13:21.632 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.632 INFO kablam! Oct 12 22:13:21.632 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.632 INFO kablam! --> src/main.rs:58:17 Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! 58 | out_file.write_all(&buffer[..missing]); Oct 12 22:13:21.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.632 INFO kablam! Oct 12 22:13:21.632 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.632 INFO kablam! --> src/main.rs:61:17 Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! 61 | out_file.write_all(buffer); Oct 12 22:13:21.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.632 INFO kablam! Oct 12 22:13:21.632 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.632 INFO kablam! --> src/main.rs:96:5 Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! 96 | uf.seek(SeekFrom::Start(offset)); Oct 12 22:13:21.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.632 INFO kablam! Oct 12 22:13:21.632 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.632 INFO kablam! --> src/main.rs:98:9 Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! 98 | uf.read_exact(&mut buffer); Oct 12 22:13:21.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.632 INFO kablam! Oct 12 22:13:21.632 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.632 INFO kablam! --> src/main.rs:106:13 Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.632 INFO kablam! 106 | uf.seek(SeekFrom::Start(offset + 4)); Oct 12 22:13:21.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.632 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.633 INFO kablam! Oct 12 22:13:21.633 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.633 INFO kablam! --> src/main.rs:109:13 Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! 109 | uf.read_exact(&mut temp_buf); Oct 12 22:13:21.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.633 INFO kablam! Oct 12 22:13:21.633 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.633 INFO kablam! --> src/main.rs:111:13 Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! 111 | uf.seek(SeekFrom::Current(16)); Oct 12 22:13:21.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.633 INFO kablam! Oct 12 22:13:21.633 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.633 INFO kablam! --> src/main.rs:112:13 Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! 112 | uf.read_exact(&mut temp_buf); Oct 12 22:13:21.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.633 INFO kablam! Oct 12 22:13:21.633 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.633 INFO kablam! --> src/main.rs:115:13 Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! 115 | uf.seek(SeekFrom::Current(32)); Oct 12 22:13:21.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.633 INFO kablam! Oct 12 22:13:21.633 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.633 INFO kablam! --> src/main.rs:116:13 Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! 116 | uf.read_exact(&mut temp_buf2); Oct 12 22:13:21.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.633 INFO kablam! Oct 12 22:13:21.633 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.633 INFO kablam! --> src/main.rs:130:17 Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! 130 | handle.join(); Oct 12 22:13:21.633 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.633 INFO kablam! Oct 12 22:13:21.633 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:13:21.633 INFO kablam! --> src/main.rs:144:9 Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! 144 | t.join(); Oct 12 22:13:21.633 INFO kablam! | ^^^^^^^^^ Oct 12 22:13:21.633 INFO kablam! | Oct 12 22:13:21.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:13:21.633 INFO kablam! Oct 12 22:13:21.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 12 22:13:21.660 INFO kablam! su: No module specific data is present Oct 12 22:13:22.376 INFO running `"docker" "rm" "-f" "e5b57cb7b34bfee58732bc66486d30b3f34cc057e5c2fdd9d6c0bfc36559cbeb"` Oct 12 22:13:22.560 INFO blam! e5b57cb7b34bfee58732bc66486d30b3f34cc057e5c2fdd9d6c0bfc36559cbeb