Oct 27 00:04:49.269 INFO checking murphym18/huffman_code against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:04:49.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.696 INFO blam! ce00c6e98340202390eac6cf430ee97246fd34bd088e1d22b397d6332c17373a Oct 27 00:04:49.699 INFO running `"docker" "start" "-a" "ce00c6e98340202390eac6cf430ee97246fd34bd088e1d22b397d6332c17373a"` Oct 27 00:04:51.301 INFO kablam! usermod: no changes Oct 27 00:04:51.355 INFO kablam! Checking huffman_code v0.1.0 (/source) Oct 27 00:04:51.731 INFO kablam! warning: unused import: `std::io` Oct 27 00:04:51.731 INFO kablam! --> src/lib.rs:1:5 Oct 27 00:04:51.731 INFO kablam! | Oct 27 00:04:51.731 INFO kablam! 1 | use std::io; Oct 27 00:04:51.731 INFO kablam! | ^^^^^^^ Oct 27 00:04:51.731 INFO kablam! | Oct 27 00:04:51.731 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:04:51.731 INFO kablam! Oct 27 00:04:51.731 INFO kablam! warning: unused import: `Cursor` Oct 27 00:04:51.731 INFO kablam! --> src/lib.rs:5:28 Oct 27 00:04:51.731 INFO kablam! | Oct 27 00:04:51.731 INFO kablam! 5 | use std::io::{Read, Write, Cursor}; Oct 27 00:04:51.731 INFO kablam! | ^^^^^^ Oct 27 00:04:51.731 INFO kablam! Oct 27 00:04:51.938 INFO kablam! warning: unused import: `std::io` Oct 27 00:04:51.938 INFO kablam! --> src/lib.rs:1:5 Oct 27 00:04:51.938 INFO kablam! | Oct 27 00:04:51.938 INFO kablam! 1 | use std::io; Oct 27 00:04:51.938 INFO kablam! | ^^^^^^^ Oct 27 00:04:51.938 INFO kablam! | Oct 27 00:04:51.938 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:04:51.938 INFO kablam! Oct 27 00:04:51.938 INFO kablam! warning: unused import: `Cursor` Oct 27 00:04:51.938 INFO kablam! --> src/lib.rs:5:28 Oct 27 00:04:51.938 INFO kablam! | Oct 27 00:04:51.938 INFO kablam! 5 | use std::io::{Read, Write, Cursor}; Oct 27 00:04:51.938 INFO kablam! | ^^^^^^ Oct 27 00:04:51.938 INFO kablam! Oct 27 00:04:51.953 INFO kablam! warning: unused variable: `left` Oct 27 00:04:51.953 INFO kablam! --> src/lib.rs:171:26 Oct 27 00:04:51.953 INFO kablam! | Oct 27 00:04:51.953 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 27 00:04:51.953 INFO kablam! | ^^^^ help: try ignoring the field: `left: _` Oct 27 00:04:51.959 INFO kablam! | Oct 27 00:04:51.959 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:04:51.959 INFO kablam! Oct 27 00:04:51.959 INFO kablam! warning: unused variable: `right` Oct 27 00:04:51.960 INFO kablam! --> src/lib.rs:171:36 Oct 27 00:04:51.960 INFO kablam! | Oct 27 00:04:51.960 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 27 00:04:51.961 INFO kablam! | ^^^^^ help: try ignoring the field: `right: _` Oct 27 00:04:51.961 INFO kablam! Oct 27 00:04:51.961 INFO kablam! warning: unused variable: `value` Oct 27 00:04:51.962 INFO kablam! --> src/lib.rs:172:22 Oct 27 00:04:51.962 INFO kablam! | Oct 27 00:04:51.962 INFO kablam! 172 | Leaf {count, value} => count Oct 27 00:04:51.963 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 27 00:04:51.963 INFO kablam! Oct 27 00:04:51.964 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.964 INFO kablam! --> src/lib.rs:178:15 Oct 27 00:04:51.964 INFO kablam! | Oct 27 00:04:51.964 INFO kablam! 178 | Node {count, ref left, ref right} => { Oct 27 00:04:51.965 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.965 INFO kablam! Oct 27 00:04:51.966 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.966 INFO kablam! --> src/lib.rs:235:19 Oct 27 00:04:51.966 INFO kablam! | Oct 27 00:04:51.967 INFO kablam! 235 | Leaf {count, value} => { Oct 27 00:04:51.967 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.967 INFO kablam! Oct 27 00:04:51.968 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.968 INFO kablam! --> src/lib.rs:240:19 Oct 27 00:04:51.968 INFO kablam! | Oct 27 00:04:51.969 INFO kablam! 240 | Node {count, ref left, ref right} => { Oct 27 00:04:51.969 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.969 INFO kablam! Oct 27 00:04:51.970 INFO kablam! warning: unused variable: `p` Oct 27 00:04:51.970 INFO kablam! --> src/lib.rs:303:9 Oct 27 00:04:51.970 INFO kablam! | Oct 27 00:04:51.971 INFO kablam! 303 | let p = 97 as u8; Oct 27 00:04:51.971 INFO kablam! | ^ help: consider using `_p` instead Oct 27 00:04:51.971 INFO kablam! Oct 27 00:04:51.972 INFO kablam! warning: unused variable: `value` Oct 27 00:04:51.972 INFO kablam! --> src/lib.rs:346:26 Oct 27 00:04:51.973 INFO kablam! | Oct 27 00:04:51.973 INFO kablam! 346 | Leaf {count, value} => size = size + count, Oct 27 00:04:51.973 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 27 00:04:51.974 INFO kablam! Oct 27 00:04:51.974 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.974 INFO kablam! --> src/lib.rs:395:15 Oct 27 00:04:51.975 INFO kablam! | Oct 27 00:04:51.975 INFO kablam! 395 | Node {count, ref left, ref right} => { Oct 27 00:04:51.975 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.976 INFO kablam! Oct 27 00:04:51.976 INFO kablam! warning: unused variable: `count` Oct 27 00:04:51.976 INFO kablam! --> src/lib.rs:403:15 Oct 27 00:04:51.977 INFO kablam! | Oct 27 00:04:51.977 INFO kablam! 403 | Leaf {count, value} => { Oct 27 00:04:51.977 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:51.978 INFO kablam! Oct 27 00:04:51.999 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:51.999 INFO kablam! --> src/lib.rs:215:9 Oct 27 00:04:52.000 INFO kablam! | Oct 27 00:04:52.000 INFO kablam! 215 | let mut tree = make_tree(table_vec); Oct 27 00:04:52.000 INFO kablam! | ----^^^^ Oct 27 00:04:52.001 INFO kablam! | | Oct 27 00:04:52.001 INFO kablam! | help: remove this `mut` Oct 27 00:04:52.002 INFO kablam! | Oct 27 00:04:52.002 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:04:52.002 INFO kablam! Oct 27 00:04:52.015 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:52.015 INFO kablam! --> src/lib.rs:300:9 Oct 27 00:04:52.015 INFO kablam! | Oct 27 00:04:52.015 INFO kablam! 300 | let mut tree = make_tree(v); Oct 27 00:04:52.015 INFO kablam! | ----^^^^ Oct 27 00:04:52.015 INFO kablam! | | Oct 27 00:04:52.015 INFO kablam! | help: remove this `mut` Oct 27 00:04:52.015 INFO kablam! Oct 27 00:04:52.015 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:52.015 INFO kablam! --> src/lib.rs:350:9 Oct 27 00:04:52.015 INFO kablam! | Oct 27 00:04:52.015 INFO kablam! 350 | let mut buf: [u8; 8] = unsafe { Oct 27 00:04:52.016 INFO kablam! | ----^^^ Oct 27 00:04:52.016 INFO kablam! | | Oct 27 00:04:52.016 INFO kablam! | help: remove this `mut` Oct 27 00:04:52.016 INFO kablam! Oct 27 00:04:52.018 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:52.019 INFO kablam! --> src/lib.rs:388:9 Oct 27 00:04:52.019 INFO kablam! | Oct 27 00:04:52.019 INFO kablam! 388 | let mut bits = BitString::new(); Oct 27 00:04:52.019 INFO kablam! | ----^^^^ Oct 27 00:04:52.019 INFO kablam! | | Oct 27 00:04:52.019 INFO kablam! | help: remove this `mut` Oct 27 00:04:52.031 INFO kablam! Oct 27 00:04:52.031 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:52.031 INFO kablam! --> src/lib.rs:393:29 Oct 27 00:04:52.031 INFO kablam! | Oct 27 00:04:52.031 INFO kablam! 393 | fn traverse(current: &Tree, mut bits: BitString, table: &mut HashMap) { Oct 27 00:04:52.031 INFO kablam! | ----^^^^ Oct 27 00:04:52.031 INFO kablam! | | Oct 27 00:04:52.031 INFO kablam! | help: remove this `mut` Oct 27 00:04:52.031 INFO kablam! Oct 27 00:04:52.031 INFO kablam! warning: function is never used: `byte_string` Oct 27 00:04:52.031 INFO kablam! --> src/lib.rs:138:1 Oct 27 00:04:52.031 INFO kablam! | Oct 27 00:04:52.031 INFO kablam! 138 | fn byte_string(data: u8, num_bits: u8) -> String { Oct 27 00:04:52.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.031 INFO kablam! | Oct 27 00:04:52.031 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:04:52.031 INFO kablam! Oct 27 00:04:52.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.031 INFO kablam! --> src/lib.rs:104:9 Oct 27 00:04:52.031 INFO kablam! | Oct 27 00:04:52.031 INFO kablam! 104 | self.output.write(&a); Oct 27 00:04:52.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.031 INFO kablam! | Oct 27 00:04:52.031 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:04:52.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.031 INFO kablam! Oct 27 00:04:52.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.031 INFO kablam! --> src/lib.rs:236:17 Oct 27 00:04:52.031 INFO kablam! | Oct 27 00:04:52.031 INFO kablam! 236 | output.write(&[value]); Oct 27 00:04:52.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.031 INFO kablam! | Oct 27 00:04:52.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.031 INFO kablam! Oct 27 00:04:52.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.031 INFO kablam! --> src/lib.rs:306:5 Oct 27 00:04:52.031 INFO kablam! | Oct 27 00:04:52.031 INFO kablam! 306 | f.seek(SeekFrom::Start(0)); Oct 27 00:04:52.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.031 INFO kablam! | Oct 27 00:04:52.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.032 INFO kablam! Oct 27 00:04:52.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.032 INFO kablam! --> src/lib.rs:321:5 Oct 27 00:04:52.032 INFO kablam! | Oct 27 00:04:52.032 INFO kablam! 321 | output.write_all(&list_len_buf); Oct 27 00:04:52.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.032 INFO kablam! | Oct 27 00:04:52.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.032 INFO kablam! Oct 27 00:04:52.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.032 INFO kablam! --> src/lib.rs:334:17 Oct 27 00:04:52.032 INFO kablam! | Oct 27 00:04:52.032 INFO kablam! 334 | output.write_all(&buf); Oct 27 00:04:52.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.032 INFO kablam! | Oct 27 00:04:52.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.032 INFO kablam! Oct 27 00:04:52.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.032 INFO kablam! --> src/lib.rs:353:5 Oct 27 00:04:52.032 INFO kablam! | Oct 27 00:04:52.032 INFO kablam! 353 | output.write_all(&buf); Oct 27 00:04:52.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.032 INFO kablam! | Oct 27 00:04:52.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.032 INFO kablam! Oct 27 00:04:52.278 INFO kablam! warning: unused variable: `left` Oct 27 00:04:52.278 INFO kablam! --> src/lib.rs:171:26 Oct 27 00:04:52.278 INFO kablam! | Oct 27 00:04:52.278 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 27 00:04:52.278 INFO kablam! | ^^^^ help: try ignoring the field: `left: _` Oct 27 00:04:52.278 INFO kablam! | Oct 27 00:04:52.278 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:04:52.278 INFO kablam! Oct 27 00:04:52.278 INFO kablam! warning: unused variable: `right` Oct 27 00:04:52.278 INFO kablam! --> src/lib.rs:171:36 Oct 27 00:04:52.278 INFO kablam! | Oct 27 00:04:52.278 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 27 00:04:52.278 INFO kablam! | ^^^^^ help: try ignoring the field: `right: _` Oct 27 00:04:52.278 INFO kablam! Oct 27 00:04:52.279 INFO kablam! warning: unused variable: `value` Oct 27 00:04:52.279 INFO kablam! --> src/lib.rs:172:22 Oct 27 00:04:52.279 INFO kablam! | Oct 27 00:04:52.279 INFO kablam! 172 | Leaf {count, value} => count Oct 27 00:04:52.279 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 27 00:04:52.279 INFO kablam! Oct 27 00:04:52.279 INFO kablam! warning: unused variable: `count` Oct 27 00:04:52.279 INFO kablam! --> src/lib.rs:178:15 Oct 27 00:04:52.279 INFO kablam! | Oct 27 00:04:52.279 INFO kablam! 178 | Node {count, ref left, ref right} => { Oct 27 00:04:52.279 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:52.279 INFO kablam! Oct 27 00:04:52.279 INFO kablam! warning: unused variable: `count` Oct 27 00:04:52.279 INFO kablam! --> src/lib.rs:235:19 Oct 27 00:04:52.279 INFO kablam! | Oct 27 00:04:52.279 INFO kablam! 235 | Leaf {count, value} => { Oct 27 00:04:52.279 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:52.279 INFO kablam! Oct 27 00:04:52.279 INFO kablam! warning: unused variable: `count` Oct 27 00:04:52.279 INFO kablam! --> src/lib.rs:240:19 Oct 27 00:04:52.279 INFO kablam! | Oct 27 00:04:52.279 INFO kablam! 240 | Node {count, ref left, ref right} => { Oct 27 00:04:52.279 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:52.279 INFO kablam! Oct 27 00:04:52.279 INFO kablam! warning: unused variable: `p` Oct 27 00:04:52.279 INFO kablam! --> src/lib.rs:303:9 Oct 27 00:04:52.279 INFO kablam! | Oct 27 00:04:52.279 INFO kablam! 303 | let p = 97 as u8; Oct 27 00:04:52.279 INFO kablam! | ^ help: consider using `_p` instead Oct 27 00:04:52.279 INFO kablam! Oct 27 00:04:52.279 INFO kablam! warning: unused variable: `value` Oct 27 00:04:52.279 INFO kablam! --> src/lib.rs:346:26 Oct 27 00:04:52.279 INFO kablam! | Oct 27 00:04:52.279 INFO kablam! 346 | Leaf {count, value} => size = size + count, Oct 27 00:04:52.279 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 27 00:04:52.279 INFO kablam! Oct 27 00:04:52.279 INFO kablam! warning: unused variable: `count` Oct 27 00:04:52.279 INFO kablam! --> src/lib.rs:395:15 Oct 27 00:04:52.279 INFO kablam! | Oct 27 00:04:52.279 INFO kablam! 395 | Node {count, ref left, ref right} => { Oct 27 00:04:52.279 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:52.279 INFO kablam! Oct 27 00:04:52.279 INFO kablam! warning: unused variable: `count` Oct 27 00:04:52.279 INFO kablam! --> src/lib.rs:403:15 Oct 27 00:04:52.279 INFO kablam! | Oct 27 00:04:52.279 INFO kablam! 403 | Leaf {count, value} => { Oct 27 00:04:52.279 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 27 00:04:52.279 INFO kablam! Oct 27 00:04:52.299 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:52.299 INFO kablam! --> src/lib.rs:215:9 Oct 27 00:04:52.299 INFO kablam! | Oct 27 00:04:52.299 INFO kablam! 215 | let mut tree = make_tree(table_vec); Oct 27 00:04:52.299 INFO kablam! | ----^^^^ Oct 27 00:04:52.299 INFO kablam! | | Oct 27 00:04:52.299 INFO kablam! | help: remove this `mut` Oct 27 00:04:52.299 INFO kablam! | Oct 27 00:04:52.299 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:04:52.299 INFO kablam! Oct 27 00:04:52.309 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:52.309 INFO kablam! --> src/lib.rs:300:9 Oct 27 00:04:52.309 INFO kablam! | Oct 27 00:04:52.309 INFO kablam! 300 | let mut tree = make_tree(v); Oct 27 00:04:52.309 INFO kablam! | ----^^^^ Oct 27 00:04:52.309 INFO kablam! | | Oct 27 00:04:52.309 INFO kablam! | help: remove this `mut` Oct 27 00:04:52.309 INFO kablam! Oct 27 00:04:52.309 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:52.309 INFO kablam! --> src/lib.rs:350:9 Oct 27 00:04:52.309 INFO kablam! | Oct 27 00:04:52.309 INFO kablam! 350 | let mut buf: [u8; 8] = unsafe { Oct 27 00:04:52.309 INFO kablam! | ----^^^ Oct 27 00:04:52.309 INFO kablam! | | Oct 27 00:04:52.309 INFO kablam! | help: remove this `mut` Oct 27 00:04:52.309 INFO kablam! Oct 27 00:04:52.310 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:52.310 INFO kablam! --> src/lib.rs:388:9 Oct 27 00:04:52.310 INFO kablam! | Oct 27 00:04:52.311 INFO kablam! 388 | let mut bits = BitString::new(); Oct 27 00:04:52.311 INFO kablam! | ----^^^^ Oct 27 00:04:52.311 INFO kablam! | | Oct 27 00:04:52.311 INFO kablam! | help: remove this `mut` Oct 27 00:04:52.311 INFO kablam! Oct 27 00:04:52.315 INFO kablam! warning: variable does not need to be mutable Oct 27 00:04:52.315 INFO kablam! --> src/lib.rs:393:29 Oct 27 00:04:52.315 INFO kablam! | Oct 27 00:04:52.315 INFO kablam! 393 | fn traverse(current: &Tree, mut bits: BitString, table: &mut HashMap) { Oct 27 00:04:52.315 INFO kablam! | ----^^^^ Oct 27 00:04:52.315 INFO kablam! | | Oct 27 00:04:52.315 INFO kablam! | help: remove this `mut` Oct 27 00:04:52.315 INFO kablam! Oct 27 00:04:52.324 INFO kablam! warning: function is never used: `byte_string` Oct 27 00:04:52.324 INFO kablam! --> src/lib.rs:138:1 Oct 27 00:04:52.324 INFO kablam! | Oct 27 00:04:52.324 INFO kablam! 138 | fn byte_string(data: u8, num_bits: u8) -> String { Oct 27 00:04:52.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.324 INFO kablam! | Oct 27 00:04:52.325 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:04:52.325 INFO kablam! Oct 27 00:04:52.326 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.326 INFO kablam! --> src/lib.rs:104:9 Oct 27 00:04:52.326 INFO kablam! | Oct 27 00:04:52.326 INFO kablam! 104 | self.output.write(&a); Oct 27 00:04:52.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.326 INFO kablam! | Oct 27 00:04:52.326 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:04:52.326 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.326 INFO kablam! Oct 27 00:04:52.331 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.331 INFO kablam! --> src/lib.rs:236:17 Oct 27 00:04:52.331 INFO kablam! | Oct 27 00:04:52.331 INFO kablam! 236 | output.write(&[value]); Oct 27 00:04:52.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.331 INFO kablam! | Oct 27 00:04:52.331 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.331 INFO kablam! Oct 27 00:04:52.331 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.331 INFO kablam! --> src/lib.rs:306:5 Oct 27 00:04:52.331 INFO kablam! | Oct 27 00:04:52.331 INFO kablam! 306 | f.seek(SeekFrom::Start(0)); Oct 27 00:04:52.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.331 INFO kablam! | Oct 27 00:04:52.331 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.331 INFO kablam! Oct 27 00:04:52.331 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.331 INFO kablam! --> src/lib.rs:321:5 Oct 27 00:04:52.331 INFO kablam! | Oct 27 00:04:52.331 INFO kablam! 321 | output.write_all(&list_len_buf); Oct 27 00:04:52.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.331 INFO kablam! | Oct 27 00:04:52.331 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.331 INFO kablam! Oct 27 00:04:52.331 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.331 INFO kablam! --> src/lib.rs:334:17 Oct 27 00:04:52.331 INFO kablam! | Oct 27 00:04:52.331 INFO kablam! 334 | output.write_all(&buf); Oct 27 00:04:52.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.331 INFO kablam! | Oct 27 00:04:52.331 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.331 INFO kablam! Oct 27 00:04:52.331 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:04:52.331 INFO kablam! --> src/lib.rs:353:5 Oct 27 00:04:52.331 INFO kablam! | Oct 27 00:04:52.331 INFO kablam! 353 | output.write_all(&buf); Oct 27 00:04:52.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:52.331 INFO kablam! | Oct 27 00:04:52.331 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:04:52.331 INFO kablam! Oct 27 00:04:52.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 27 00:04:52.699 INFO kablam! su: No module specific data is present Oct 27 00:04:53.505 INFO running `"docker" "rm" "-f" "ce00c6e98340202390eac6cf430ee97246fd34bd088e1d22b397d6332c17373a"` Oct 27 00:04:53.797 INFO blam! ce00c6e98340202390eac6cf430ee97246fd34bd088e1d22b397d6332c17373a