Oct 27 00:04:48.678 INFO checking murphym18/huffman_code against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:04:48.680 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 00:04:49.136 INFO blam! d00624e81ab5efb9b07fbec98933a5089be4cfddb1739c178487e63e9467658c Oct 27 00:04:49.138 INFO running `"docker" "start" "-a" "d00624e81ab5efb9b07fbec98933a5089be4cfddb1739c178487e63e9467658c"` Oct 27 00:04:50.731 INFO kablam! usermod: no changes Oct 27 00:04:50.795 INFO kablam! Checking huffman_code v0.1.0 (/source) Oct 27 00:04:51.127 INFO kablam! warning: unused import: `std::io` Oct 27 00:04:51.127 INFO kablam! --> src/lib.rs:1:5 Oct 27 00:04:51.127 INFO kablam! | Oct 27 00:04:51.127 INFO kablam! 1 | use std::io; Oct 27 00:04:51.127 INFO kablam! | ^^^^^^^ Oct 27 00:04:51.127 INFO kablam! | Oct 27 00:04:51.127 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:04:51.127 INFO kablam! Oct 27 00:04:51.127 INFO kablam! warning: unused import: `Cursor` Oct 27 00:04:51.127 INFO kablam! --> src/lib.rs:5:28 Oct 27 00:04:51.127 INFO kablam! | Oct 27 00:04:51.127 INFO kablam! 5 | use std::io::{Read, Write, Cursor}; Oct 27 00:04:51.127 INFO kablam! | ^^^^^^ Oct 27 00:04:51.127 INFO kablam! Oct 27 00:04:51.211 INFO kablam! warning: unused import: `std::io` Oct 27 00:04:51.211 INFO kablam! --> src/lib.rs:1:5 Oct 27 00:04:51.211 INFO kablam! | Oct 27 00:04:51.211 INFO kablam! 1 | use std::io; Oct 27 00:04:51.211 INFO kablam! | ^^^^^^^ Oct 27 00:04:51.211 INFO kablam! | Oct 27 00:04:51.211 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:04:51.211 INFO kablam! Oct 27 00:04:51.211 INFO kablam! warning: unused import: `Cursor` Oct 27 00:04:51.211 INFO kablam! --> src/lib.rs:5:28 Oct 27 00:04:51.211 INFO kablam! | Oct 27 00:04:51.211 INFO kablam! 5 | use std::io::{Read, Write, Cursor}; Oct 27 00:04:51.211 INFO kablam! | ^^^^^^ Oct 27 00:04:51.211 INFO kablam! Oct 27 00:04:51.279 INFO kablam! warning: unused variable: `left` Oct 27 00:04:51.279 INFO kablam! --> src/lib.rs:171:26 Oct 27 00:04:51.279 INFO kablam! | Oct 27 00:04:51.279 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 27 00:04:51.279 INFO kablam! | ^^^^ help: try ignoring the field: `left: _` Oct 27 00:04:51.279 INFO kablam! | Oct 27 00:04:51.279 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:04:51.279 INFO kablam! Oct 27 00:04:51.279 INFO kablam! warning: unused variable: `right` Oct 27 00:04:51.279 INFO kablam! --> src/lib.rs:171:36 Oct 27 00:04:51.279 INFO kablam! | Oct 27 00:04:51.279 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 27 00:04:51.279 INFO kablam! | ^^^^^ help: try ignoring the field: `right: _` Oct 27 00:04:51.279 INFO kablam! Oct 27 00:04:51.279 INFO kablam! warning: unused variable: `value` Oct 27 00:04:51.279 INFO kablam! --> src/lib.rs:172:22 Oct 27 00:04:51.279 INFO kablam! | Oct 27 00:04:51.279 INFO kablam! 172 | Leaf {count, value} => count Oct 27 00:04:51.279 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 27 00:04:51.279 INFO kablam! Oct 27 00:04:51.279 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.279 INFO kablam! --> src/lib.rs:178:15 Oct 27 00:04:51.279 INFO kablam! | Oct 27 00:04:51.279 INFO kablam! 178 | Node {count, ref left, ref right} => { Oct 27 00:04:51.279 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.279 INFO kablam! Oct 27 00:04:51.279 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.279 INFO kablam! --> src/lib.rs:235:19 Oct 27 00:04:51.279 INFO kablam! | Oct 27 00:04:51.279 INFO kablam! 235 | Leaf {count, value} => { Oct 27 00:04:51.279 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.279 INFO kablam! Oct 27 00:04:51.279 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.279 INFO kablam! --> src/lib.rs:240:19 Oct 27 00:04:51.279 INFO kablam! | Oct 27 00:04:51.279 INFO kablam! 240 | Node {count, ref left, ref right} => { Oct 27 00:04:51.279 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.279 INFO kablam! Oct 27 00:04:51.279 INFO kablam! warning: unused variable: `p` Oct 27 00:04:51.279 INFO kablam! --> src/lib.rs:303:9 Oct 27 00:04:51.279 INFO kablam! | Oct 27 00:04:51.279 INFO kablam! 303 | let p = 97 as u8; Oct 27 00:04:51.279 INFO kablam! | ^ help: consider using `_p` instead Oct 27 00:04:51.280 INFO kablam! Oct 27 00:04:51.280 INFO kablam! warning: unused variable: `value` Oct 27 00:04:51.280 INFO kablam! --> src/lib.rs:346:26 Oct 27 00:04:51.280 INFO kablam! | Oct 27 00:04:51.280 INFO kablam! 346 | Leaf {count, value} => size = size + count, Oct 27 00:04:51.280 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 27 00:04:51.280 INFO kablam! Oct 27 00:04:51.280 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.280 INFO kablam! --> src/lib.rs:395:15 Oct 27 00:04:51.280 INFO kablam! | Oct 27 00:04:51.280 INFO kablam! 395 | Node {count, ref left, ref right} => { Oct 27 00:04:51.280 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.280 INFO kablam! Oct 27 00:04:51.280 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.280 INFO kablam! --> src/lib.rs:403:15 Oct 27 00:04:51.280 INFO kablam! | Oct 27 00:04:51.280 INFO kablam! 403 | Leaf {count, value} => { Oct 27 00:04:51.280 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.280 INFO kablam! Oct 27 00:04:51.291 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.291 INFO kablam! --> src/lib.rs:215:9 Oct 27 00:04:51.291 INFO kablam! | Oct 27 00:04:51.291 INFO kablam! 215 | let mut tree = make_tree(table_vec); Oct 27 00:04:51.291 INFO kablam! | ----^^^^ Oct 27 00:04:51.291 INFO kablam! | | Oct 27 00:04:51.291 INFO kablam! | help: remove this `mut` Oct 27 00:04:51.291 INFO kablam! | Oct 27 00:04:51.291 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:04:51.291 INFO kablam! Oct 27 00:04:51.299 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.299 INFO kablam! --> src/lib.rs:300:9 Oct 27 00:04:51.299 INFO kablam! | Oct 27 00:04:51.299 INFO kablam! 300 | let mut tree = make_tree(v); Oct 27 00:04:51.299 INFO kablam! | ----^^^^ Oct 27 00:04:51.299 INFO kablam! | | Oct 27 00:04:51.299 INFO kablam! | help: remove this `mut` Oct 27 00:04:51.299 INFO kablam! Oct 27 00:04:51.299 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.299 INFO kablam! --> src/lib.rs:350:9 Oct 27 00:04:51.299 INFO kablam! | Oct 27 00:04:51.299 INFO kablam! 350 | let mut buf: [u8; 8] = unsafe { Oct 27 00:04:51.299 INFO kablam! | ----^^^ Oct 27 00:04:51.299 INFO kablam! | | Oct 27 00:04:51.299 INFO kablam! | help: remove this `mut` Oct 27 00:04:51.299 INFO kablam! Oct 27 00:04:51.306 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.307 INFO kablam! --> src/lib.rs:388:9 Oct 27 00:04:51.307 INFO kablam! | Oct 27 00:04:51.307 INFO kablam! 388 | let mut bits = BitString::new(); Oct 27 00:04:51.307 INFO kablam! | ----^^^^ Oct 27 00:04:51.307 INFO kablam! | | Oct 27 00:04:51.307 INFO kablam! | help: remove this `mut` Oct 27 00:04:51.307 INFO kablam! Oct 27 00:04:51.311 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.311 INFO kablam! --> src/lib.rs:393:29 Oct 27 00:04:51.311 INFO kablam! | Oct 27 00:04:51.311 INFO kablam! 393 | fn traverse(current: &Tree, mut bits: BitString, table: &mut HashMap) { Oct 27 00:04:51.311 INFO kablam! | ----^^^^ Oct 27 00:04:51.311 INFO kablam! | | Oct 27 00:04:51.311 INFO kablam! | help: remove this `mut` Oct 27 00:04:51.311 INFO kablam! Oct 27 00:04:51.315 INFO kablam! warning: function is never used: `byte_string` Oct 27 00:04:51.315 INFO kablam! --> src/lib.rs:138:1 Oct 27 00:04:51.315 INFO kablam! | Oct 27 00:04:51.315 INFO kablam! 138 | fn byte_string(data: u8, num_bits: u8) -> String { Oct 27 00:04:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.315 INFO kablam! | Oct 27 00:04:51.315 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:04:51.315 INFO kablam! Oct 27 00:04:51.315 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.315 INFO kablam! --> src/lib.rs:104:9 Oct 27 00:04:51.315 INFO kablam! | Oct 27 00:04:51.315 INFO kablam! 104 | self.output.write(&a); Oct 27 00:04:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.315 INFO kablam! | Oct 27 00:04:51.315 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:04:51.315 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.315 INFO kablam! Oct 27 00:04:51.315 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.315 INFO kablam! --> src/lib.rs:236:17 Oct 27 00:04:51.315 INFO kablam! | Oct 27 00:04:51.315 INFO kablam! 236 | output.write(&[value]); Oct 27 00:04:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.315 INFO kablam! | Oct 27 00:04:51.315 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.315 INFO kablam! Oct 27 00:04:51.315 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.315 INFO kablam! --> src/lib.rs:306:5 Oct 27 00:04:51.315 INFO kablam! | Oct 27 00:04:51.315 INFO kablam! 306 | f.seek(SeekFrom::Start(0)); Oct 27 00:04:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.315 INFO kablam! | Oct 27 00:04:51.315 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.315 INFO kablam! Oct 27 00:04:51.315 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.315 INFO kablam! --> src/lib.rs:321:5 Oct 27 00:04:51.315 INFO kablam! | Oct 27 00:04:51.315 INFO kablam! 321 | output.write_all(&list_len_buf); Oct 27 00:04:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.315 INFO kablam! | Oct 27 00:04:51.315 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.315 INFO kablam! Oct 27 00:04:51.316 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.316 INFO kablam! --> src/lib.rs:334:17 Oct 27 00:04:51.316 INFO kablam! | Oct 27 00:04:51.316 INFO kablam! 334 | output.write_all(&buf); Oct 27 00:04:51.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.316 INFO kablam! | Oct 27 00:04:51.316 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.316 INFO kablam! Oct 27 00:04:51.316 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.316 INFO kablam! --> src/lib.rs:353:5 Oct 27 00:04:51.316 INFO kablam! | Oct 27 00:04:51.316 INFO kablam! 353 | output.write_all(&buf); Oct 27 00:04:51.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.316 INFO kablam! | Oct 27 00:04:51.316 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.316 INFO kablam! Oct 27 00:04:51.411 INFO kablam! warning: unused variable: `left` Oct 27 00:04:51.411 INFO kablam! --> src/lib.rs:171:26 Oct 27 00:04:51.411 INFO kablam! | Oct 27 00:04:51.411 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 27 00:04:51.411 INFO kablam! | ^^^^ help: try ignoring the field: `left: _` Oct 27 00:04:51.411 INFO kablam! | Oct 27 00:04:51.411 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:04:51.411 INFO kablam! Oct 27 00:04:51.411 INFO kablam! warning: unused variable: `right` Oct 27 00:04:51.411 INFO kablam! --> src/lib.rs:171:36 Oct 27 00:04:51.411 INFO kablam! | Oct 27 00:04:51.411 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 27 00:04:51.411 INFO kablam! | ^^^^^ help: try ignoring the field: `right: _` Oct 27 00:04:51.411 INFO kablam! Oct 27 00:04:51.411 INFO kablam! warning: unused variable: `value` Oct 27 00:04:51.411 INFO kablam! --> src/lib.rs:172:22 Oct 27 00:04:51.411 INFO kablam! | Oct 27 00:04:51.411 INFO kablam! 172 | Leaf {count, value} => count Oct 27 00:04:51.411 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 27 00:04:51.411 INFO kablam! Oct 27 00:04:51.411 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.411 INFO kablam! --> src/lib.rs:178:15 Oct 27 00:04:51.411 INFO kablam! | Oct 27 00:04:51.411 INFO kablam! 178 | Node {count, ref left, ref right} => { Oct 27 00:04:51.411 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.411 INFO kablam! Oct 27 00:04:51.411 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.411 INFO kablam! --> src/lib.rs:235:19 Oct 27 00:04:51.411 INFO kablam! | Oct 27 00:04:51.411 INFO kablam! 235 | Leaf {count, value} => { Oct 27 00:04:51.411 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.411 INFO kablam! Oct 27 00:04:51.411 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.411 INFO kablam! --> src/lib.rs:240:19 Oct 27 00:04:51.411 INFO kablam! | Oct 27 00:04:51.411 INFO kablam! 240 | Node {count, ref left, ref right} => { Oct 27 00:04:51.411 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.411 INFO kablam! Oct 27 00:04:51.411 INFO kablam! warning: unused variable: `p` Oct 27 00:04:51.411 INFO kablam! --> src/lib.rs:303:9 Oct 27 00:04:51.411 INFO kablam! | Oct 27 00:04:51.411 INFO kablam! 303 | let p = 97 as u8; Oct 27 00:04:51.412 INFO kablam! | ^ help: consider using `_p` instead Oct 27 00:04:51.412 INFO kablam! Oct 27 00:04:51.412 INFO kablam! warning: unused variable: `value` Oct 27 00:04:51.412 INFO kablam! --> src/lib.rs:346:26 Oct 27 00:04:51.412 INFO kablam! | Oct 27 00:04:51.412 INFO kablam! 346 | Leaf {count, value} => size = size + count, Oct 27 00:04:51.412 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 27 00:04:51.412 INFO kablam! Oct 27 00:04:51.412 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.412 INFO kablam! --> src/lib.rs:395:15 Oct 27 00:04:51.412 INFO kablam! | Oct 27 00:04:51.412 INFO kablam! 395 | Node {count, ref left, ref right} => { Oct 27 00:04:51.412 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.412 INFO kablam! Oct 27 00:04:51.412 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.412 INFO kablam! --> src/lib.rs:403:15 Oct 27 00:04:51.412 INFO kablam! | Oct 27 00:04:51.412 INFO kablam! 403 | Leaf {count, value} => { Oct 27 00:04:51.412 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.412 INFO kablam! Oct 27 00:04:51.423 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.423 INFO kablam! --> src/lib.rs:215:9 Oct 27 00:04:51.423 INFO kablam! | Oct 27 00:04:51.423 INFO kablam! 215 | let mut tree = make_tree(table_vec); Oct 27 00:04:51.423 INFO kablam! | ----^^^^ Oct 27 00:04:51.423 INFO kablam! | | Oct 27 00:04:51.423 INFO kablam! | help: remove this `mut` Oct 27 00:04:51.423 INFO kablam! | Oct 27 00:04:51.423 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:04:51.423 INFO kablam! Oct 27 00:04:51.431 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.431 INFO kablam! --> src/lib.rs:300:9 Oct 27 00:04:51.431 INFO kablam! | Oct 27 00:04:51.431 INFO kablam! 300 | let mut tree = make_tree(v); Oct 27 00:04:51.431 INFO kablam! | ----^^^^ Oct 27 00:04:51.431 INFO kablam! | | Oct 27 00:04:51.431 INFO kablam! | help: remove this `mut` Oct 27 00:04:51.431 INFO kablam! Oct 27 00:04:51.431 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.431 INFO kablam! --> src/lib.rs:350:9 Oct 27 00:04:51.431 INFO kablam! | Oct 27 00:04:51.431 INFO kablam! 350 | let mut buf: [u8; 8] = unsafe { Oct 27 00:04:51.431 INFO kablam! | ----^^^ Oct 27 00:04:51.431 INFO kablam! | | Oct 27 00:04:51.431 INFO kablam! | help: remove this `mut` Oct 27 00:04:51.431 INFO kablam! Oct 27 00:04:51.435 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.435 INFO kablam! --> src/lib.rs:388:9 Oct 27 00:04:51.435 INFO kablam! | Oct 27 00:04:51.435 INFO kablam! 388 | let mut bits = BitString::new(); Oct 27 00:04:51.435 INFO kablam! | ----^^^^ Oct 27 00:04:51.435 INFO kablam! | | Oct 27 00:04:51.435 INFO kablam! | help: remove this `mut` Oct 27 00:04:51.435 INFO kablam! Oct 27 00:04:51.435 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.435 INFO kablam! --> src/lib.rs:393:29 Oct 27 00:04:51.435 INFO kablam! | Oct 27 00:04:51.435 INFO kablam! 393 | fn traverse(current: &Tree, mut bits: BitString, table: &mut HashMap) { Oct 27 00:04:51.435 INFO kablam! | ----^^^^ Oct 27 00:04:51.435 INFO kablam! | | Oct 27 00:04:51.435 INFO kablam! | help: remove this `mut` Oct 27 00:04:51.435 INFO kablam! Oct 27 00:04:51.439 INFO kablam! warning: function is never used: `byte_string` Oct 27 00:04:51.439 INFO kablam! --> src/lib.rs:138:1 Oct 27 00:04:51.439 INFO kablam! | Oct 27 00:04:51.439 INFO kablam! 138 | fn byte_string(data: u8, num_bits: u8) -> String { Oct 27 00:04:51.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.439 INFO kablam! | Oct 27 00:04:51.439 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:04:51.439 INFO kablam! Oct 27 00:04:51.443 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.443 INFO kablam! --> src/lib.rs:104:9 Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! 104 | self.output.write(&a); Oct 27 00:04:51.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:04:51.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.443 INFO kablam! Oct 27 00:04:51.443 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.443 INFO kablam! --> src/lib.rs:236:17 Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! 236 | output.write(&[value]); Oct 27 00:04:51.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.443 INFO kablam! Oct 27 00:04:51.443 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.443 INFO kablam! --> src/lib.rs:306:5 Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! 306 | f.seek(SeekFrom::Start(0)); Oct 27 00:04:51.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.443 INFO kablam! Oct 27 00:04:51.443 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.443 INFO kablam! --> src/lib.rs:321:5 Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! 321 | output.write_all(&list_len_buf); Oct 27 00:04:51.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.443 INFO kablam! Oct 27 00:04:51.443 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.443 INFO kablam! --> src/lib.rs:334:17 Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! 334 | output.write_all(&buf); Oct 27 00:04:51.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.443 INFO kablam! Oct 27 00:04:51.443 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:51.443 INFO kablam! --> src/lib.rs:353:5 Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! 353 | output.write_all(&buf); Oct 27 00:04:51.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:51.443 INFO kablam! | Oct 27 00:04:51.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:51.443 INFO kablam! Oct 27 00:04:52.035 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 27 00:04:52.037 INFO kablam! su: No module specific data is present Oct 27 00:04:53.210 INFO running `"docker" "rm" "-f" "d00624e81ab5efb9b07fbec98933a5089be4cfddb1739c178487e63e9467658c"` Oct 27 00:04:53.535 INFO blam! d00624e81ab5efb9b07fbec98933a5089be4cfddb1739c178487e63e9467658c