Oct 14 22:00:03.184 INFO testing echo-devim/huextract against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:00:03.184 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 22:00:03.381 INFO blam! b6732cb263e98144dbb44f08265930c778fbcd7b217b37586eadedf89627931d Oct 14 22:00:03.387 INFO running `"docker" "start" "-a" "b6732cb263e98144dbb44f08265930c778fbcd7b217b37586eadedf89627931d"` Oct 14 22:00:03.860 INFO kablam! usermod: no changes Oct 14 22:00:03.891 INFO kablam! Compiling huextract v0.1.0 (/source) Oct 14 22:00:04.097 INFO kablam! warning: unused import: `std::io::Cursor` Oct 14 22:00:04.098 INFO kablam! --> src/main.rs:8:5 Oct 14 22:00:04.098 INFO kablam! | Oct 14 22:00:04.098 INFO kablam! 8 | use std::io::Cursor; Oct 14 22:00:04.098 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:00:04.099 INFO kablam! | Oct 14 22:00:04.099 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:00:04.099 INFO kablam! Oct 14 22:00:04.099 INFO kablam! warning: unused import: `std::io::BufWriter` Oct 14 22:00:04.099 INFO kablam! --> src/main.rs:10:5 Oct 14 22:00:04.099 INFO kablam! | Oct 14 22:00:04.099 INFO kablam! 10 | use std::io::BufWriter; Oct 14 22:00:04.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.099 INFO kablam! Oct 14 22:00:04.099 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:04.099 INFO kablam! --> src/main.rs:48:8 Oct 14 22:00:04.099 INFO kablam! | Oct 14 22:00:04.099 INFO kablam! 48 | if (bh.file_size < limit) { Oct 14 22:00:04.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:04.099 INFO kablam! | Oct 14 22:00:04.099 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:00:04.099 INFO kablam! Oct 14 22:00:04.099 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:04.099 INFO kablam! --> src/main.rs:57:16 Oct 14 22:00:04.099 INFO kablam! | Oct 14 22:00:04.099 INFO kablam! 57 | if (size > missing) { Oct 14 22:00:04.099 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:04.099 INFO kablam! Oct 14 22:00:04.099 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:04.099 INFO kablam! --> src/main.rs:78:12 Oct 14 22:00:04.099 INFO kablam! | Oct 14 22:00:04.099 INFO kablam! 78 | if (pos > 16) { break; } Oct 14 22:00:04.100 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:04.100 INFO kablam! Oct 14 22:00:04.100 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:04.100 INFO kablam! --> src/main.rs:100:12 Oct 14 22:00:04.100 INFO kablam! | Oct 14 22:00:04.100 INFO kablam! 100 | if (buffer == block_signature) { Oct 14 22:00:04.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:04.100 INFO kablam! Oct 14 22:00:04.100 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:04.100 INFO kablam! --> src/main.rs:128:16 Oct 14 22:00:04.100 INFO kablam! | Oct 14 22:00:04.100 INFO kablam! 128 | if (threads.len() >= cpus - 1) { Oct 14 22:00:04.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:04.100 INFO kablam! Oct 14 22:00:04.100 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:04.100 INFO kablam! --> src/main.rs:136:12 Oct 14 22:00:04.100 INFO kablam! | Oct 14 22:00:04.100 INFO kablam! 136 | if (uf.seek(SeekFrom::Start(offset+1)).unwrap() > end) { Oct 14 22:00:04.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:04.100 INFO kablam! Oct 14 22:00:04.220 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.220 INFO kablam! --> src/main.rs:51:5 Oct 14 22:00:04.220 INFO kablam! | Oct 14 22:00:04.220 INFO kablam! 51 | file.seek(SeekFrom::Start(bh.offset + 98 + (bh.header_length - 98))); //Skip the header block Oct 14 22:00:04.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.220 INFO kablam! | Oct 14 22:00:04.220 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:00:04.220 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.220 INFO kablam! Oct 14 22:00:04.220 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.220 INFO kablam! --> src/main.rs:58:17 Oct 14 22:00:04.220 INFO kablam! | Oct 14 22:00:04.220 INFO kablam! 58 | out_file.write_all(&buffer[..missing]); Oct 14 22:00:04.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.223 INFO kablam! Oct 14 22:00:04.223 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.223 INFO kablam! --> src/main.rs:61:17 Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! 61 | out_file.write_all(buffer); Oct 14 22:00:04.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.223 INFO kablam! Oct 14 22:00:04.223 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.223 INFO kablam! --> src/main.rs:96:5 Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! 96 | uf.seek(SeekFrom::Start(offset)); Oct 14 22:00:04.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.223 INFO kablam! Oct 14 22:00:04.223 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.223 INFO kablam! --> src/main.rs:98:9 Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! 98 | uf.read_exact(&mut buffer); Oct 14 22:00:04.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.223 INFO kablam! Oct 14 22:00:04.223 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.223 INFO kablam! --> src/main.rs:106:13 Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! 106 | uf.seek(SeekFrom::Start(offset + 4)); Oct 14 22:00:04.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.223 INFO kablam! Oct 14 22:00:04.223 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.223 INFO kablam! --> src/main.rs:109:13 Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! 109 | uf.read_exact(&mut temp_buf); Oct 14 22:00:04.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.223 INFO kablam! Oct 14 22:00:04.223 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.223 INFO kablam! --> src/main.rs:111:13 Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! 111 | uf.seek(SeekFrom::Current(16)); Oct 14 22:00:04.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.223 INFO kablam! Oct 14 22:00:04.223 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.223 INFO kablam! --> src/main.rs:112:13 Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! 112 | uf.read_exact(&mut temp_buf); Oct 14 22:00:04.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.223 INFO kablam! Oct 14 22:00:04.223 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.223 INFO kablam! --> src/main.rs:115:13 Oct 14 22:00:04.223 INFO kablam! | Oct 14 22:00:04.224 INFO kablam! 115 | uf.seek(SeekFrom::Current(32)); Oct 14 22:00:04.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.224 INFO kablam! | Oct 14 22:00:04.224 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.224 INFO kablam! Oct 14 22:00:04.224 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.224 INFO kablam! --> src/main.rs:116:13 Oct 14 22:00:04.224 INFO kablam! | Oct 14 22:00:04.224 INFO kablam! 116 | uf.read_exact(&mut temp_buf2); Oct 14 22:00:04.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:04.224 INFO kablam! | Oct 14 22:00:04.224 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.224 INFO kablam! Oct 14 22:00:04.224 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.224 INFO kablam! --> src/main.rs:130:17 Oct 14 22:00:04.224 INFO kablam! | Oct 14 22:00:04.224 INFO kablam! 130 | handle.join(); Oct 14 22:00:04.224 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 22:00:04.224 INFO kablam! | Oct 14 22:00:04.224 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.224 INFO kablam! Oct 14 22:00:04.224 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:04.224 INFO kablam! --> src/main.rs:144:9 Oct 14 22:00:04.224 INFO kablam! | Oct 14 22:00:04.224 INFO kablam! 144 | t.join(); Oct 14 22:00:04.224 INFO kablam! | ^^^^^^^^^ Oct 14 22:00:04.224 INFO kablam! | Oct 14 22:00:04.224 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:04.224 INFO kablam! Oct 14 22:00:04.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 14 22:00:04.709 INFO kablam! su: No module specific data is present Oct 14 22:00:05.225 INFO running `"docker" "rm" "-f" "b6732cb263e98144dbb44f08265930c778fbcd7b217b37586eadedf89627931d"` Oct 14 22:00:05.591 INFO blam! b6732cb263e98144dbb44f08265930c778fbcd7b217b37586eadedf89627931d Oct 14 22:00:05.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 22:00:06.107 INFO blam! cb4cc7d52a57dee75431e019a2b8cf0de24c7cb02e02d5af5d34c89739d22617 Oct 14 22:00:06.111 INFO running `"docker" "start" "-a" "cb4cc7d52a57dee75431e019a2b8cf0de24c7cb02e02d5af5d34c89739d22617"` Oct 14 22:00:06.828 INFO kablam! usermod: no changes Oct 14 22:00:06.868 INFO kablam! Compiling huextract v0.1.0 (/source) Oct 14 22:00:07.128 INFO kablam! warning: unused import: `std::io::Cursor` Oct 14 22:00:07.128 INFO kablam! --> src/main.rs:8:5 Oct 14 22:00:07.128 INFO kablam! | Oct 14 22:00:07.128 INFO kablam! 8 | use std::io::Cursor; Oct 14 22:00:07.128 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:00:07.128 INFO kablam! | Oct 14 22:00:07.128 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:00:07.128 INFO kablam! Oct 14 22:00:07.128 INFO kablam! warning: unused import: `std::io::BufWriter` Oct 14 22:00:07.128 INFO kablam! --> src/main.rs:10:5 Oct 14 22:00:07.128 INFO kablam! | Oct 14 22:00:07.128 INFO kablam! 10 | use std::io::BufWriter; Oct 14 22:00:07.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.128 INFO kablam! Oct 14 22:00:07.128 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:07.128 INFO kablam! --> src/main.rs:48:8 Oct 14 22:00:07.128 INFO kablam! | Oct 14 22:00:07.128 INFO kablam! 48 | if (bh.file_size < limit) { Oct 14 22:00:07.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:07.128 INFO kablam! | Oct 14 22:00:07.128 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:00:07.128 INFO kablam! Oct 14 22:00:07.128 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:07.128 INFO kablam! --> src/main.rs:57:16 Oct 14 22:00:07.128 INFO kablam! | Oct 14 22:00:07.128 INFO kablam! 57 | if (size > missing) { Oct 14 22:00:07.128 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:07.128 INFO kablam! Oct 14 22:00:07.129 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:07.129 INFO kablam! --> src/main.rs:78:12 Oct 14 22:00:07.129 INFO kablam! | Oct 14 22:00:07.129 INFO kablam! 78 | if (pos > 16) { break; } Oct 14 22:00:07.129 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:07.129 INFO kablam! Oct 14 22:00:07.129 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:07.129 INFO kablam! --> src/main.rs:100:12 Oct 14 22:00:07.129 INFO kablam! | Oct 14 22:00:07.129 INFO kablam! 100 | if (buffer == block_signature) { Oct 14 22:00:07.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:07.129 INFO kablam! Oct 14 22:00:07.129 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:07.129 INFO kablam! --> src/main.rs:128:16 Oct 14 22:00:07.129 INFO kablam! | Oct 14 22:00:07.129 INFO kablam! 128 | if (threads.len() >= cpus - 1) { Oct 14 22:00:07.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:07.129 INFO kablam! Oct 14 22:00:07.129 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:00:07.129 INFO kablam! --> src/main.rs:136:12 Oct 14 22:00:07.129 INFO kablam! | Oct 14 22:00:07.129 INFO kablam! 136 | if (uf.seek(SeekFrom::Start(offset+1)).unwrap() > end) { Oct 14 22:00:07.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:00:07.129 INFO kablam! Oct 14 22:00:07.245 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.245 INFO kablam! --> src/main.rs:51:5 Oct 14 22:00:07.245 INFO kablam! | Oct 14 22:00:07.245 INFO kablam! 51 | file.seek(SeekFrom::Start(bh.offset + 98 + (bh.header_length - 98))); //Skip the header block Oct 14 22:00:07.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.245 INFO kablam! | Oct 14 22:00:07.245 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:00:07.245 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.245 INFO kablam! Oct 14 22:00:07.245 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.245 INFO kablam! --> src/main.rs:58:17 Oct 14 22:00:07.245 INFO kablam! | Oct 14 22:00:07.246 INFO kablam! 58 | out_file.write_all(&buffer[..missing]); Oct 14 22:00:07.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.246 INFO kablam! | Oct 14 22:00:07.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.246 INFO kablam! Oct 14 22:00:07.246 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.246 INFO kablam! --> src/main.rs:61:17 Oct 14 22:00:07.246 INFO kablam! | Oct 14 22:00:07.246 INFO kablam! 61 | out_file.write_all(buffer); Oct 14 22:00:07.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.246 INFO kablam! | Oct 14 22:00:07.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.246 INFO kablam! Oct 14 22:00:07.246 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.246 INFO kablam! --> src/main.rs:96:5 Oct 14 22:00:07.246 INFO kablam! | Oct 14 22:00:07.246 INFO kablam! 96 | uf.seek(SeekFrom::Start(offset)); Oct 14 22:00:07.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.246 INFO kablam! | Oct 14 22:00:07.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.246 INFO kablam! Oct 14 22:00:07.247 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.247 INFO kablam! --> src/main.rs:98:9 Oct 14 22:00:07.247 INFO kablam! | Oct 14 22:00:07.247 INFO kablam! 98 | uf.read_exact(&mut buffer); Oct 14 22:00:07.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.247 INFO kablam! | Oct 14 22:00:07.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.247 INFO kablam! Oct 14 22:00:07.247 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.247 INFO kablam! --> src/main.rs:106:13 Oct 14 22:00:07.247 INFO kablam! | Oct 14 22:00:07.247 INFO kablam! 106 | uf.seek(SeekFrom::Start(offset + 4)); Oct 14 22:00:07.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.247 INFO kablam! | Oct 14 22:00:07.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.247 INFO kablam! Oct 14 22:00:07.247 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.247 INFO kablam! --> src/main.rs:109:13 Oct 14 22:00:07.247 INFO kablam! | Oct 14 22:00:07.247 INFO kablam! 109 | uf.read_exact(&mut temp_buf); Oct 14 22:00:07.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.248 INFO kablam! | Oct 14 22:00:07.248 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.248 INFO kablam! Oct 14 22:00:07.248 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.248 INFO kablam! --> src/main.rs:111:13 Oct 14 22:00:07.248 INFO kablam! | Oct 14 22:00:07.248 INFO kablam! 111 | uf.seek(SeekFrom::Current(16)); Oct 14 22:00:07.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.248 INFO kablam! | Oct 14 22:00:07.248 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.248 INFO kablam! Oct 14 22:00:07.248 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.248 INFO kablam! --> src/main.rs:112:13 Oct 14 22:00:07.248 INFO kablam! | Oct 14 22:00:07.248 INFO kablam! 112 | uf.read_exact(&mut temp_buf); Oct 14 22:00:07.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.248 INFO kablam! | Oct 14 22:00:07.248 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.248 INFO kablam! Oct 14 22:00:07.248 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.248 INFO kablam! --> src/main.rs:115:13 Oct 14 22:00:07.248 INFO kablam! | Oct 14 22:00:07.249 INFO kablam! 115 | uf.seek(SeekFrom::Current(32)); Oct 14 22:00:07.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.249 INFO kablam! | Oct 14 22:00:07.249 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.249 INFO kablam! Oct 14 22:00:07.249 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.249 INFO kablam! --> src/main.rs:116:13 Oct 14 22:00:07.249 INFO kablam! | Oct 14 22:00:07.249 INFO kablam! 116 | uf.read_exact(&mut temp_buf2); Oct 14 22:00:07.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.249 INFO kablam! | Oct 14 22:00:07.249 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.249 INFO kablam! Oct 14 22:00:07.249 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.249 INFO kablam! --> src/main.rs:130:17 Oct 14 22:00:07.249 INFO kablam! | Oct 14 22:00:07.249 INFO kablam! 130 | handle.join(); Oct 14 22:00:07.249 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 22:00:07.249 INFO kablam! | Oct 14 22:00:07.249 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.249 INFO kablam! Oct 14 22:00:07.249 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.250 INFO kablam! --> src/main.rs:144:9 Oct 14 22:00:07.250 INFO kablam! | Oct 14 22:00:07.250 INFO kablam! 144 | t.join(); Oct 14 22:00:07.250 INFO kablam! | ^^^^^^^^^ Oct 14 22:00:07.250 INFO kablam! | Oct 14 22:00:07.250 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.250 INFO kablam! Oct 14 22:00:07.621 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 14 22:00:07.623 INFO kablam! su: No module specific data is present Oct 14 22:00:07.864 INFO running `"docker" "rm" "-f" "cb4cc7d52a57dee75431e019a2b8cf0de24c7cb02e02d5af5d34c89739d22617"` Oct 14 22:00:07.964 INFO blam! cb4cc7d52a57dee75431e019a2b8cf0de24c7cb02e02d5af5d34c89739d22617 Oct 14 22:00:07.966 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 22:00:08.264 INFO blam! dd61b88d46362cbd0978055b5dbc8e5ee2f7c6cc8f05d2e1fb80c002cda74802 Oct 14 22:00:08.275 INFO running `"docker" "start" "-a" "dd61b88d46362cbd0978055b5dbc8e5ee2f7c6cc8f05d2e1fb80c002cda74802"` Oct 14 22:00:08.927 INFO kablam! usermod: no changes Oct 14 22:00:08.960 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 22:00:08.960 INFO kablam! Running /target/debug/deps/huextract-26f104d75e5bbf83 Oct 14 22:00:08.965 INFO blam! Oct 14 22:00:08.965 INFO blam! running 0 tests Oct 14 22:00:08.965 INFO blam! Oct 14 22:00:08.965 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:00:08.965 INFO blam! Oct 14 22:00:08.967 INFO kablam! su: No module specific data is present Oct 14 22:00:09.250 INFO running `"docker" "rm" "-f" "dd61b88d46362cbd0978055b5dbc8e5ee2f7c6cc8f05d2e1fb80c002cda74802"` Oct 14 22:00:09.356 INFO blam! dd61b88d46362cbd0978055b5dbc8e5ee2f7c6cc8f05d2e1fb80c002cda74802