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