Oct 21 15:24:52.055 INFO checking murphym18/huffman_code against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:24:52.055 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 15:24:52.501 INFO blam! b6934876a3f7e90903ec004c784b2de7048ba520721630c2141427b67be02e79 Oct 21 15:24:52.502 INFO running `"docker" "start" "-a" "b6934876a3f7e90903ec004c784b2de7048ba520721630c2141427b67be02e79"` Oct 21 15:24:53.900 INFO kablam! usermod: no changes Oct 21 15:24:53.964 INFO kablam! Checking huffman_code v0.1.0 (/source) Oct 21 15:24:54.369 INFO kablam! warning: unused import: `std::io` Oct 21 15:24:54.369 INFO kablam! --> src/lib.rs:1:5 Oct 21 15:24:54.369 INFO kablam! | Oct 21 15:24:54.369 INFO kablam! 1 | use std::io; Oct 21 15:24:54.370 INFO kablam! | ^^^^^^^ Oct 21 15:24:54.370 INFO kablam! | Oct 21 15:24:54.370 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:24:54.370 INFO kablam! Oct 21 15:24:54.370 INFO kablam! warning: unused import: `Cursor` Oct 21 15:24:54.370 INFO kablam! --> src/lib.rs:5:28 Oct 21 15:24:54.371 INFO kablam! | Oct 21 15:24:54.371 INFO kablam! 5 | use std::io::{Read, Write, Cursor}; Oct 21 15:24:54.371 INFO kablam! | ^^^^^^ Oct 21 15:24:54.371 INFO kablam! Oct 21 15:24:54.529 INFO kablam! warning: unused variable: `left` Oct 21 15:24:54.529 INFO kablam! --> src/lib.rs:171:26 Oct 21 15:24:54.529 INFO kablam! | Oct 21 15:24:54.529 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 21 15:24:54.530 INFO kablam! | ^^^^ help: try ignoring the field: `left: _` Oct 21 15:24:54.530 INFO kablam! | Oct 21 15:24:54.530 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:24:54.530 INFO kablam! Oct 21 15:24:54.530 INFO kablam! warning: unused variable: `right` Oct 21 15:24:54.530 INFO kablam! --> src/lib.rs:171:36 Oct 21 15:24:54.530 INFO kablam! | Oct 21 15:24:54.530 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 21 15:24:54.530 INFO kablam! | ^^^^^ help: try ignoring the field: `right: _` Oct 21 15:24:54.532 INFO kablam! Oct 21 15:24:54.532 INFO kablam! warning: unused variable: `value` Oct 21 15:24:54.532 INFO kablam! --> src/lib.rs:172:22 Oct 21 15:24:54.532 INFO kablam! | Oct 21 15:24:54.532 INFO kablam! 172 | Leaf {count, value} => count Oct 21 15:24:54.532 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 21 15:24:54.532 INFO kablam! Oct 21 15:24:54.532 INFO kablam! warning: unused variable: `count` Oct 21 15:24:54.532 INFO kablam! --> src/lib.rs:178:15 Oct 21 15:24:54.532 INFO kablam! | Oct 21 15:24:54.532 INFO kablam! 178 | Node {count, ref left, ref right} => { Oct 21 15:24:54.532 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 21 15:24:54.532 INFO kablam! Oct 21 15:24:54.532 INFO kablam! warning: unused variable: `count` Oct 21 15:24:54.532 INFO kablam! --> src/lib.rs:235:19 Oct 21 15:24:54.532 INFO kablam! | Oct 21 15:24:54.532 INFO kablam! 235 | Leaf {count, value} => { Oct 21 15:24:54.532 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 21 15:24:54.532 INFO kablam! Oct 21 15:24:54.532 INFO kablam! warning: unused variable: `count` Oct 21 15:24:54.532 INFO kablam! --> src/lib.rs:240:19 Oct 21 15:24:54.532 INFO kablam! | Oct 21 15:24:54.532 INFO kablam! 240 | Node {count, ref left, ref right} => { Oct 21 15:24:54.532 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 21 15:24:54.532 INFO kablam! Oct 21 15:24:54.532 INFO kablam! warning: unused variable: `p` Oct 21 15:24:54.532 INFO kablam! --> src/lib.rs:303:9 Oct 21 15:24:54.532 INFO kablam! | Oct 21 15:24:54.532 INFO kablam! 303 | let p = 97 as u8; Oct 21 15:24:54.532 INFO kablam! | ^ help: consider using `_p` instead Oct 21 15:24:54.532 INFO kablam! Oct 21 15:24:54.532 INFO kablam! warning: unused variable: `value` Oct 21 15:24:54.532 INFO kablam! --> src/lib.rs:346:26 Oct 21 15:24:54.532 INFO kablam! | Oct 21 15:24:54.532 INFO kablam! 346 | Leaf {count, value} => size = size + count, Oct 21 15:24:54.532 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 21 15:24:54.532 INFO kablam! Oct 21 15:24:54.532 INFO kablam! warning: unused variable: `count` Oct 21 15:24:54.532 INFO kablam! --> src/lib.rs:395:15 Oct 21 15:24:54.532 INFO kablam! | Oct 21 15:24:54.533 INFO kablam! 395 | Node {count, ref left, ref right} => { Oct 21 15:24:54.533 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 21 15:24:54.533 INFO kablam! Oct 21 15:24:54.533 INFO kablam! warning: unused variable: `count` Oct 21 15:24:54.533 INFO kablam! --> src/lib.rs:403:15 Oct 21 15:24:54.533 INFO kablam! | Oct 21 15:24:54.533 INFO kablam! 403 | Leaf {count, value} => { Oct 21 15:24:54.533 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 21 15:24:54.533 INFO kablam! Oct 21 15:24:54.552 INFO kablam! warning: variable does not need to be mutable Oct 21 15:24:54.552 INFO kablam! --> src/lib.rs:215:9 Oct 21 15:24:54.552 INFO kablam! | Oct 21 15:24:54.552 INFO kablam! 215 | let mut tree = make_tree(table_vec); Oct 21 15:24:54.552 INFO kablam! | ----^^^^ Oct 21 15:24:54.552 INFO kablam! | | Oct 21 15:24:54.552 INFO kablam! | help: remove this `mut` Oct 21 15:24:54.552 INFO kablam! | Oct 21 15:24:54.552 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 15:24:54.552 INFO kablam! Oct 21 15:24:54.554 INFO kablam! warning: variable does not need to be mutable Oct 21 15:24:54.556 INFO kablam! --> src/lib.rs:300:9 Oct 21 15:24:54.556 INFO kablam! | Oct 21 15:24:54.556 INFO kablam! 300 | let mut tree = make_tree(v); Oct 21 15:24:54.556 INFO kablam! | ----^^^^ Oct 21 15:24:54.556 INFO kablam! | | Oct 21 15:24:54.556 INFO kablam! | help: remove this `mut` Oct 21 15:24:54.556 INFO kablam! Oct 21 15:24:54.556 INFO kablam! warning: variable does not need to be mutable Oct 21 15:24:54.556 INFO kablam! --> src/lib.rs:350:9 Oct 21 15:24:54.556 INFO kablam! | Oct 21 15:24:54.556 INFO kablam! 350 | let mut buf: [u8; 8] = unsafe { Oct 21 15:24:54.556 INFO kablam! | ----^^^ Oct 21 15:24:54.556 INFO kablam! | | Oct 21 15:24:54.556 INFO kablam! | help: remove this `mut` Oct 21 15:24:54.556 INFO kablam! Oct 21 15:24:54.557 INFO kablam! warning: variable does not need to be mutable Oct 21 15:24:54.557 INFO kablam! --> src/lib.rs:388:9 Oct 21 15:24:54.557 INFO kablam! | Oct 21 15:24:54.557 INFO kablam! 388 | let mut bits = BitString::new(); Oct 21 15:24:54.557 INFO kablam! | ----^^^^ Oct 21 15:24:54.557 INFO kablam! | | Oct 21 15:24:54.557 INFO kablam! | help: remove this `mut` Oct 21 15:24:54.557 INFO kablam! Oct 21 15:24:54.558 INFO kablam! warning: variable does not need to be mutable Oct 21 15:24:54.559 INFO kablam! --> src/lib.rs:393:29 Oct 21 15:24:54.559 INFO kablam! | Oct 21 15:24:54.560 INFO kablam! 393 | fn traverse(current: &Tree, mut bits: BitString, table: &mut HashMap) { Oct 21 15:24:54.560 INFO kablam! | ----^^^^ Oct 21 15:24:54.560 INFO kablam! | | Oct 21 15:24:54.560 INFO kablam! | help: remove this `mut` Oct 21 15:24:54.563 INFO kablam! Oct 21 15:24:54.563 INFO kablam! warning: function is never used: `byte_string` Oct 21 15:24:54.563 INFO kablam! --> src/lib.rs:138:1 Oct 21 15:24:54.563 INFO kablam! | Oct 21 15:24:54.564 INFO kablam! 138 | fn byte_string(data: u8, num_bits: u8) -> String { Oct 21 15:24:54.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.564 INFO kablam! | Oct 21 15:24:54.564 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:24:54.564 INFO kablam! Oct 21 15:24:54.565 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.566 INFO kablam! --> src/lib.rs:104:9 Oct 21 15:24:54.566 INFO kablam! | Oct 21 15:24:54.566 INFO kablam! 104 | self.output.write(&a); Oct 21 15:24:54.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.566 INFO kablam! | Oct 21 15:24:54.566 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 15:24:54.566 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.566 INFO kablam! Oct 21 15:24:54.567 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.567 INFO kablam! --> src/lib.rs:236:17 Oct 21 15:24:54.567 INFO kablam! | Oct 21 15:24:54.567 INFO kablam! 236 | output.write(&[value]); Oct 21 15:24:54.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.567 INFO kablam! | Oct 21 15:24:54.568 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.568 INFO kablam! Oct 21 15:24:54.568 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.568 INFO kablam! --> src/lib.rs:306:5 Oct 21 15:24:54.568 INFO kablam! | Oct 21 15:24:54.568 INFO kablam! 306 | f.seek(SeekFrom::Start(0)); Oct 21 15:24:54.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.572 INFO kablam! | Oct 21 15:24:54.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.572 INFO kablam! Oct 21 15:24:54.572 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.572 INFO kablam! --> src/lib.rs:321:5 Oct 21 15:24:54.572 INFO kablam! | Oct 21 15:24:54.572 INFO kablam! 321 | output.write_all(&list_len_buf); Oct 21 15:24:54.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.572 INFO kablam! | Oct 21 15:24:54.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.572 INFO kablam! Oct 21 15:24:54.572 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.572 INFO kablam! --> src/lib.rs:334:17 Oct 21 15:24:54.572 INFO kablam! | Oct 21 15:24:54.572 INFO kablam! 334 | output.write_all(&buf); Oct 21 15:24:54.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.572 INFO kablam! | Oct 21 15:24:54.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.572 INFO kablam! Oct 21 15:24:54.572 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.572 INFO kablam! --> src/lib.rs:353:5 Oct 21 15:24:54.572 INFO kablam! | Oct 21 15:24:54.572 INFO kablam! 353 | output.write_all(&buf); Oct 21 15:24:54.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.572 INFO kablam! | Oct 21 15:24:54.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.572 INFO kablam! Oct 21 15:24:54.685 INFO kablam! warning: unused import: `std::io` Oct 21 15:24:54.685 INFO kablam! --> src/lib.rs:1:5 Oct 21 15:24:54.685 INFO kablam! | Oct 21 15:24:54.685 INFO kablam! 1 | use std::io; Oct 21 15:24:54.685 INFO kablam! | ^^^^^^^ Oct 21 15:24:54.685 INFO kablam! | Oct 21 15:24:54.685 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:24:54.685 INFO kablam! Oct 21 15:24:54.685 INFO kablam! warning: unused import: `Cursor` Oct 21 15:24:54.685 INFO kablam! --> src/lib.rs:5:28 Oct 21 15:24:54.685 INFO kablam! | Oct 21 15:24:54.685 INFO kablam! 5 | use std::io::{Read, Write, Cursor}; Oct 21 15:24:54.685 INFO kablam! | ^^^^^^ Oct 21 15:24:54.685 INFO kablam! Oct 21 15:24:54.902 INFO kablam! warning: unused variable: `left` Oct 21 15:24:54.902 INFO kablam! --> src/lib.rs:171:26 Oct 21 15:24:54.903 INFO kablam! | Oct 21 15:24:54.903 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 21 15:24:54.903 INFO kablam! | ^^^^ help: try ignoring the field: `left: _` Oct 21 15:24:54.903 INFO kablam! | Oct 21 15:24:54.904 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:24:54.904 INFO kablam! Oct 21 15:24:54.904 INFO kablam! warning: unused variable: `right` Oct 21 15:24:54.905 INFO kablam! --> src/lib.rs:171:36 Oct 21 15:24:54.905 INFO kablam! | Oct 21 15:24:54.905 INFO kablam! 171 | Node {count, ref left, ref right} => count, Oct 21 15:24:54.905 INFO kablam! | ^^^^^ help: try ignoring the field: `right: _` Oct 21 15:24:54.906 INFO kablam! Oct 21 15:24:54.906 INFO kablam! warning: unused variable: `value` Oct 21 15:24:54.906 INFO kablam! --> src/lib.rs:172:22 Oct 21 15:24:54.906 INFO kablam! | Oct 21 15:24:54.907 INFO kablam! 172 | Leaf {count, value} => count Oct 21 15:24:54.907 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 21 15:24:54.907 INFO kablam! Oct 21 15:24:54.908 INFO kablam! warning: unused variable: `count` Oct 21 15:24:54.908 INFO kablam! --> src/lib.rs:178:15 Oct 21 15:24:54.908 INFO kablam! | Oct 21 15:24:54.908 INFO kablam! 178 | Node {count, ref left, ref right} => { Oct 21 15:24:54.909 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 21 15:24:54.909 INFO kablam! Oct 21 15:24:54.909 INFO kablam! warning: unused variable: `count` Oct 21 15:24:54.910 INFO kablam! --> src/lib.rs:235:19 Oct 21 15:24:54.910 INFO kablam! | Oct 21 15:24:54.910 INFO kablam! 235 | Leaf {count, value} => { Oct 21 15:24:54.911 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 21 15:24:54.911 INFO kablam! Oct 21 15:24:54.911 INFO kablam! warning: unused variable: `count` Oct 21 15:24:54.911 INFO kablam! --> src/lib.rs:240:19 Oct 21 15:24:54.912 INFO kablam! | Oct 21 15:24:54.912 INFO kablam! 240 | Node {count, ref left, ref right} => { Oct 21 15:24:54.912 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 21 15:24:54.913 INFO kablam! Oct 21 15:24:54.913 INFO kablam! warning: unused variable: `p` Oct 21 15:24:54.913 INFO kablam! --> src/lib.rs:303:9 Oct 21 15:24:54.913 INFO kablam! | Oct 21 15:24:54.914 INFO kablam! 303 | let p = 97 as u8; Oct 21 15:24:54.914 INFO kablam! | ^ help: consider using `_p` instead Oct 21 15:24:54.914 INFO kablam! Oct 21 15:24:54.914 INFO kablam! warning: unused variable: `value` Oct 21 15:24:54.915 INFO kablam! --> src/lib.rs:346:26 Oct 21 15:24:54.915 INFO kablam! | Oct 21 15:24:54.915 INFO kablam! 346 | Leaf {count, value} => size = size + count, Oct 21 15:24:54.915 INFO kablam! | ^^^^^ help: try ignoring the field: `value: _` Oct 21 15:24:54.916 INFO kablam! Oct 21 15:24:54.920 INFO kablam! warning: unused variable: `count` Oct 21 15:24:54.920 INFO kablam! --> src/lib.rs:395:15 Oct 21 15:24:54.921 INFO kablam! | Oct 21 15:24:54.921 INFO kablam! 395 | Node {count, ref left, ref right} => { Oct 21 15:24:54.921 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 21 15:24:54.922 INFO kablam! Oct 21 15:24:54.922 INFO kablam! warning: unused variable: `count` Oct 21 15:24:54.922 INFO kablam! --> src/lib.rs:403:15 Oct 21 15:24:54.923 INFO kablam! | Oct 21 15:24:54.923 INFO kablam! 403 | Leaf {count, value} => { Oct 21 15:24:54.923 INFO kablam! | ^^^^^ help: try ignoring the field: `count: _` Oct 21 15:24:54.923 INFO kablam! Oct 21 15:24:54.925 INFO kablam! warning: variable does not need to be mutable Oct 21 15:24:54.925 INFO kablam! --> src/lib.rs:215:9 Oct 21 15:24:54.925 INFO kablam! | Oct 21 15:24:54.925 INFO kablam! 215 | let mut tree = make_tree(table_vec); Oct 21 15:24:54.926 INFO kablam! | ----^^^^ Oct 21 15:24:54.926 INFO kablam! | | Oct 21 15:24:54.926 INFO kablam! | help: remove this `mut` Oct 21 15:24:54.927 INFO kablam! | Oct 21 15:24:54.927 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 15:24:54.927 INFO kablam! Oct 21 15:24:54.937 INFO kablam! warning: variable does not need to be mutable Oct 21 15:24:54.937 INFO kablam! --> src/lib.rs:300:9 Oct 21 15:24:54.937 INFO kablam! | Oct 21 15:24:54.938 INFO kablam! 300 | let mut tree = make_tree(v); Oct 21 15:24:54.938 INFO kablam! | ----^^^^ Oct 21 15:24:54.938 INFO kablam! | | Oct 21 15:24:54.938 INFO kablam! | help: remove this `mut` Oct 21 15:24:54.939 INFO kablam! Oct 21 15:24:54.939 INFO kablam! warning: variable does not need to be mutable Oct 21 15:24:54.939 INFO kablam! --> src/lib.rs:350:9 Oct 21 15:24:54.940 INFO kablam! | Oct 21 15:24:54.940 INFO kablam! 350 | let mut buf: [u8; 8] = unsafe { Oct 21 15:24:54.940 INFO kablam! | ----^^^ Oct 21 15:24:54.941 INFO kablam! | | Oct 21 15:24:54.941 INFO kablam! | help: remove this `mut` Oct 21 15:24:54.941 INFO kablam! Oct 21 15:24:54.941 INFO kablam! warning: variable does not need to be mutable Oct 21 15:24:54.942 INFO kablam! --> src/lib.rs:388:9 Oct 21 15:24:54.942 INFO kablam! | Oct 21 15:24:54.942 INFO kablam! 388 | let mut bits = BitString::new(); Oct 21 15:24:54.943 INFO kablam! | ----^^^^ Oct 21 15:24:54.943 INFO kablam! | | Oct 21 15:24:54.943 INFO kablam! | help: remove this `mut` Oct 21 15:24:54.943 INFO kablam! Oct 21 15:24:54.944 INFO kablam! warning: variable does not need to be mutable Oct 21 15:24:54.944 INFO kablam! --> src/lib.rs:393:29 Oct 21 15:24:54.944 INFO kablam! | Oct 21 15:24:54.944 INFO kablam! 393 | fn traverse(current: &Tree, mut bits: BitString, table: &mut HashMap) { Oct 21 15:24:54.945 INFO kablam! | ----^^^^ Oct 21 15:24:54.945 INFO kablam! | | Oct 21 15:24:54.945 INFO kablam! | help: remove this `mut` Oct 21 15:24:54.945 INFO kablam! Oct 21 15:24:54.946 INFO kablam! warning: function is never used: `byte_string` Oct 21 15:24:54.946 INFO kablam! --> src/lib.rs:138:1 Oct 21 15:24:54.946 INFO kablam! | Oct 21 15:24:54.946 INFO kablam! 138 | fn byte_string(data: u8, num_bits: u8) -> String { Oct 21 15:24:54.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.947 INFO kablam! | Oct 21 15:24:54.947 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:24:54.947 INFO kablam! Oct 21 15:24:54.948 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.948 INFO kablam! --> src/lib.rs:104:9 Oct 21 15:24:54.948 INFO kablam! | Oct 21 15:24:54.948 INFO kablam! 104 | self.output.write(&a); Oct 21 15:24:54.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.949 INFO kablam! | Oct 21 15:24:54.949 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 15:24:54.949 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.950 INFO kablam! Oct 21 15:24:54.950 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.950 INFO kablam! --> src/lib.rs:236:17 Oct 21 15:24:54.950 INFO kablam! | Oct 21 15:24:54.951 INFO kablam! 236 | output.write(&[value]); Oct 21 15:24:54.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.951 INFO kablam! | Oct 21 15:24:54.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.952 INFO kablam! Oct 21 15:24:54.952 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.952 INFO kablam! --> src/lib.rs:306:5 Oct 21 15:24:54.952 INFO kablam! | Oct 21 15:24:54.953 INFO kablam! 306 | f.seek(SeekFrom::Start(0)); Oct 21 15:24:54.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.953 INFO kablam! | Oct 21 15:24:54.953 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.954 INFO kablam! Oct 21 15:24:54.954 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.954 INFO kablam! --> src/lib.rs:321:5 Oct 21 15:24:54.954 INFO kablam! | Oct 21 15:24:54.954 INFO kablam! 321 | output.write_all(&list_len_buf); Oct 21 15:24:54.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.955 INFO kablam! | Oct 21 15:24:54.955 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.955 INFO kablam! Oct 21 15:24:54.956 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.956 INFO kablam! --> src/lib.rs:334:17 Oct 21 15:24:54.956 INFO kablam! | Oct 21 15:24:54.957 INFO kablam! 334 | output.write_all(&buf); Oct 21 15:24:54.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.957 INFO kablam! | Oct 21 15:24:54.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.958 INFO kablam! Oct 21 15:24:54.958 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:24:54.958 INFO kablam! --> src/lib.rs:353:5 Oct 21 15:24:54.958 INFO kablam! | Oct 21 15:24:54.959 INFO kablam! 353 | output.write_all(&buf); Oct 21 15:24:54.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:54.959 INFO kablam! | Oct 21 15:24:54.960 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:24:54.960 INFO kablam! Oct 21 15:24:55.557 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 21 15:24:55.568 INFO kablam! su: No module specific data is present Oct 21 15:24:56.480 INFO running `"docker" "rm" "-f" "b6934876a3f7e90903ec004c784b2de7048ba520721630c2141427b67be02e79"` Oct 21 15:24:56.684 INFO blam! b6934876a3f7e90903ec004c784b2de7048ba520721630c2141427b67be02e79