Oct 27 05:22:51.030 INFO checking echo-devim/huextract against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:22:51.030 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 05:22:51.402 INFO blam! 4fcfee4b376872e4bdfd4f9d65da4c92b046df0719939fe2b4c8e266d53066c1 Oct 27 05:22:51.405 INFO running `"docker" "start" "-a" "4fcfee4b376872e4bdfd4f9d65da4c92b046df0719939fe2b4c8e266d53066c1"` Oct 27 05:22:51.955 INFO kablam! usermod: no changes Oct 27 05:22:51.984 INFO kablam! Checking huextract v0.1.0 (/source) Oct 27 05:22:52.363 INFO kablam! warning: unused import: `std::io::Cursor` Oct 27 05:22:52.363 INFO kablam! --> src/main.rs:8:5 Oct 27 05:22:52.363 INFO kablam! | Oct 27 05:22:52.363 INFO kablam! 8 | use std::io::Cursor; Oct 27 05:22:52.363 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:22:52.363 INFO kablam! | Oct 27 05:22:52.363 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:22:52.363 INFO kablam! Oct 27 05:22:52.363 INFO kablam! warning: unused import: `std::io::BufWriter` Oct 27 05:22:52.363 INFO kablam! --> src/main.rs:10:5 Oct 27 05:22:52.363 INFO kablam! | Oct 27 05:22:52.363 INFO kablam! 10 | use std::io::BufWriter; Oct 27 05:22:52.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.363 INFO kablam! Oct 27 05:22:52.363 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.363 INFO kablam! --> src/main.rs:48:8 Oct 27 05:22:52.363 INFO kablam! | Oct 27 05:22:52.363 INFO kablam! 48 | if (bh.file_size < limit) { Oct 27 05:22:52.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.363 INFO kablam! | Oct 27 05:22:52.363 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:22:52.363 INFO kablam! Oct 27 05:22:52.363 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.363 INFO kablam! --> src/main.rs:57:16 Oct 27 05:22:52.363 INFO kablam! | Oct 27 05:22:52.363 INFO kablam! 57 | if (size > missing) { Oct 27 05:22:52.363 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.363 INFO kablam! Oct 27 05:22:52.363 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.363 INFO kablam! --> src/main.rs:78:12 Oct 27 05:22:52.363 INFO kablam! | Oct 27 05:22:52.363 INFO kablam! 78 | if (pos > 16) { break; } Oct 27 05:22:52.363 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.363 INFO kablam! Oct 27 05:22:52.363 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.363 INFO kablam! --> src/main.rs:100:12 Oct 27 05:22:52.363 INFO kablam! | Oct 27 05:22:52.363 INFO kablam! 100 | if (buffer == block_signature) { Oct 27 05:22:52.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.363 INFO kablam! Oct 27 05:22:52.363 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.363 INFO kablam! --> src/main.rs:128:16 Oct 27 05:22:52.363 INFO kablam! | Oct 27 05:22:52.363 INFO kablam! 128 | if (threads.len() >= cpus - 1) { Oct 27 05:22:52.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.363 INFO kablam! Oct 27 05:22:52.363 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.363 INFO kablam! --> src/main.rs:136:12 Oct 27 05:22:52.363 INFO kablam! | Oct 27 05:22:52.363 INFO kablam! 136 | if (uf.seek(SeekFrom::Start(offset+1)).unwrap() > end) { Oct 27 05:22:52.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.363 INFO kablam! Oct 27 05:22:52.497 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.497 INFO kablam! --> src/main.rs:51:5 Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! 51 | file.seek(SeekFrom::Start(bh.offset + 98 + (bh.header_length - 98))); //Skip the header block Oct 27 05:22:52.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:22:52.497 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.497 INFO kablam! Oct 27 05:22:52.497 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.497 INFO kablam! --> src/main.rs:58:17 Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! 58 | out_file.write_all(&buffer[..missing]); Oct 27 05:22:52.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.497 INFO kablam! Oct 27 05:22:52.497 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.497 INFO kablam! --> src/main.rs:61:17 Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! 61 | out_file.write_all(buffer); Oct 27 05:22:52.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.497 INFO kablam! Oct 27 05:22:52.497 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.497 INFO kablam! --> src/main.rs:96:5 Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! 96 | uf.seek(SeekFrom::Start(offset)); Oct 27 05:22:52.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.497 INFO kablam! Oct 27 05:22:52.497 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.497 INFO kablam! --> src/main.rs:98:9 Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! 98 | uf.read_exact(&mut buffer); Oct 27 05:22:52.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.497 INFO kablam! Oct 27 05:22:52.497 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.497 INFO kablam! --> src/main.rs:106:13 Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! 106 | uf.seek(SeekFrom::Start(offset + 4)); Oct 27 05:22:52.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.497 INFO kablam! | Oct 27 05:22:52.497 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.497 INFO kablam! Oct 27 05:22:52.497 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.497 INFO kablam! --> src/main.rs:109:13 Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! 109 | uf.read_exact(&mut temp_buf); Oct 27 05:22:52.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.498 INFO kablam! Oct 27 05:22:52.498 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.498 INFO kablam! --> src/main.rs:111:13 Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! 111 | uf.seek(SeekFrom::Current(16)); Oct 27 05:22:52.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.498 INFO kablam! Oct 27 05:22:52.498 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.498 INFO kablam! --> src/main.rs:112:13 Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! 112 | uf.read_exact(&mut temp_buf); Oct 27 05:22:52.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.498 INFO kablam! Oct 27 05:22:52.498 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.498 INFO kablam! --> src/main.rs:115:13 Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! 115 | uf.seek(SeekFrom::Current(32)); Oct 27 05:22:52.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.498 INFO kablam! Oct 27 05:22:52.498 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.498 INFO kablam! --> src/main.rs:116:13 Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! 116 | uf.read_exact(&mut temp_buf2); Oct 27 05:22:52.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.498 INFO kablam! Oct 27 05:22:52.498 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.498 INFO kablam! --> src/main.rs:130:17 Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! 130 | handle.join(); Oct 27 05:22:52.498 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.498 INFO kablam! Oct 27 05:22:52.498 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.498 INFO kablam! --> src/main.rs:144:9 Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! 144 | t.join(); Oct 27 05:22:52.498 INFO kablam! | ^^^^^^^^^ Oct 27 05:22:52.498 INFO kablam! | Oct 27 05:22:52.498 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.498 INFO kablam! Oct 27 05:22:52.523 INFO kablam! warning: unused import: `std::io::Cursor` Oct 27 05:22:52.523 INFO kablam! --> src/main.rs:8:5 Oct 27 05:22:52.523 INFO kablam! | Oct 27 05:22:52.523 INFO kablam! 8 | use std::io::Cursor; Oct 27 05:22:52.523 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:22:52.523 INFO kablam! | Oct 27 05:22:52.523 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:22:52.523 INFO kablam! Oct 27 05:22:52.523 INFO kablam! warning: unused import: `std::io::BufWriter` Oct 27 05:22:52.523 INFO kablam! --> src/main.rs:10:5 Oct 27 05:22:52.523 INFO kablam! | Oct 27 05:22:52.523 INFO kablam! 10 | use std::io::BufWriter; Oct 27 05:22:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.523 INFO kablam! Oct 27 05:22:52.523 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.523 INFO kablam! --> src/main.rs:48:8 Oct 27 05:22:52.523 INFO kablam! | Oct 27 05:22:52.523 INFO kablam! 48 | if (bh.file_size < limit) { Oct 27 05:22:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.523 INFO kablam! | Oct 27 05:22:52.523 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:22:52.523 INFO kablam! Oct 27 05:22:52.523 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.523 INFO kablam! --> src/main.rs:57:16 Oct 27 05:22:52.523 INFO kablam! | Oct 27 05:22:52.523 INFO kablam! 57 | if (size > missing) { Oct 27 05:22:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.523 INFO kablam! Oct 27 05:22:52.523 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.523 INFO kablam! --> src/main.rs:78:12 Oct 27 05:22:52.523 INFO kablam! | Oct 27 05:22:52.523 INFO kablam! 78 | if (pos > 16) { break; } Oct 27 05:22:52.523 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.523 INFO kablam! Oct 27 05:22:52.523 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.523 INFO kablam! --> src/main.rs:100:12 Oct 27 05:22:52.523 INFO kablam! | Oct 27 05:22:52.523 INFO kablam! 100 | if (buffer == block_signature) { Oct 27 05:22:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.523 INFO kablam! Oct 27 05:22:52.523 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.523 INFO kablam! --> src/main.rs:128:16 Oct 27 05:22:52.523 INFO kablam! | Oct 27 05:22:52.523 INFO kablam! 128 | if (threads.len() >= cpus - 1) { Oct 27 05:22:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.523 INFO kablam! Oct 27 05:22:52.523 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:22:52.523 INFO kablam! --> src/main.rs:136:12 Oct 27 05:22:52.523 INFO kablam! | Oct 27 05:22:52.523 INFO kablam! 136 | if (uf.seek(SeekFrom::Start(offset+1)).unwrap() > end) { Oct 27 05:22:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:22:52.523 INFO kablam! Oct 27 05:22:52.655 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.655 INFO kablam! --> src/main.rs:51:5 Oct 27 05:22:52.655 INFO kablam! | Oct 27 05:22:52.655 INFO kablam! 51 | file.seek(SeekFrom::Start(bh.offset + 98 + (bh.header_length - 98))); //Skip the header block Oct 27 05:22:52.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.655 INFO kablam! | Oct 27 05:22:52.655 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:22:52.655 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.655 INFO kablam! Oct 27 05:22:52.655 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.655 INFO kablam! --> src/main.rs:58:17 Oct 27 05:22:52.655 INFO kablam! | Oct 27 05:22:52.655 INFO kablam! 58 | out_file.write_all(&buffer[..missing]); Oct 27 05:22:52.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.655 INFO kablam! | Oct 27 05:22:52.655 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.655 INFO kablam! Oct 27 05:22:52.655 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.655 INFO kablam! --> src/main.rs:61:17 Oct 27 05:22:52.655 INFO kablam! | Oct 27 05:22:52.655 INFO kablam! 61 | out_file.write_all(buffer); Oct 27 05:22:52.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.655 INFO kablam! | Oct 27 05:22:52.655 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.655 INFO kablam! Oct 27 05:22:52.655 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.655 INFO kablam! --> src/main.rs:96:5 Oct 27 05:22:52.655 INFO kablam! | Oct 27 05:22:52.655 INFO kablam! 96 | uf.seek(SeekFrom::Start(offset)); Oct 27 05:22:52.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.655 INFO kablam! | Oct 27 05:22:52.655 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.655 INFO kablam! Oct 27 05:22:52.655 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.655 INFO kablam! --> src/main.rs:98:9 Oct 27 05:22:52.655 INFO kablam! | Oct 27 05:22:52.655 INFO kablam! 98 | uf.read_exact(&mut buffer); Oct 27 05:22:52.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.656 INFO kablam! | Oct 27 05:22:52.656 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.656 INFO kablam! Oct 27 05:22:52.656 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.656 INFO kablam! --> src/main.rs:106:13 Oct 27 05:22:52.656 INFO kablam! | Oct 27 05:22:52.656 INFO kablam! 106 | uf.seek(SeekFrom::Start(offset + 4)); Oct 27 05:22:52.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.656 INFO kablam! | Oct 27 05:22:52.656 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.656 INFO kablam! Oct 27 05:22:52.657 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.657 INFO kablam! --> src/main.rs:109:13 Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! 109 | uf.read_exact(&mut temp_buf); Oct 27 05:22:52.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.657 INFO kablam! Oct 27 05:22:52.657 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.657 INFO kablam! --> src/main.rs:111:13 Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! 111 | uf.seek(SeekFrom::Current(16)); Oct 27 05:22:52.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.657 INFO kablam! Oct 27 05:22:52.657 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.657 INFO kablam! --> src/main.rs:112:13 Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! 112 | uf.read_exact(&mut temp_buf); Oct 27 05:22:52.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.657 INFO kablam! Oct 27 05:22:52.657 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.657 INFO kablam! --> src/main.rs:115:13 Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! 115 | uf.seek(SeekFrom::Current(32)); Oct 27 05:22:52.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.657 INFO kablam! Oct 27 05:22:52.657 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.657 INFO kablam! --> src/main.rs:116:13 Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! 116 | uf.read_exact(&mut temp_buf2); Oct 27 05:22:52.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.657 INFO kablam! Oct 27 05:22:52.657 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.657 INFO kablam! --> src/main.rs:130:17 Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! 130 | handle.join(); Oct 27 05:22:52.657 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.657 INFO kablam! Oct 27 05:22:52.657 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:52.657 INFO kablam! --> src/main.rs:144:9 Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! 144 | t.join(); Oct 27 05:22:52.657 INFO kablam! | ^^^^^^^^^ Oct 27 05:22:52.657 INFO kablam! | Oct 27 05:22:52.657 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:52.657 INFO kablam! Oct 27 05:22:52.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 27 05:22:52.682 INFO kablam! su: No module specific data is present Oct 27 05:22:53.206 INFO running `"docker" "rm" "-f" "4fcfee4b376872e4bdfd4f9d65da4c92b046df0719939fe2b4c8e266d53066c1"` Oct 27 05:22:53.407 INFO blam! 4fcfee4b376872e4bdfd4f9d65da4c92b046df0719939fe2b4c8e266d53066c1