Oct 13 05:17:02.738 INFO testing notriddle/rural against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:17:02.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 05:17:03.328 INFO blam! 87921ea87f76eb94bdea00511cd4a73f0a371d131209530cc4eb48c3dd4bf7a9 Oct 13 05:17:03.330 INFO running `"docker" "start" "-a" "87921ea87f76eb94bdea00511cd4a73f0a371d131209530cc4eb48c3dd4bf7a9"` Oct 13 05:17:04.826 INFO kablam! usermod: no changes Oct 13 05:17:05.019 INFO kablam! Compiling ring v0.13.2 Oct 13 05:17:05.027 INFO kablam! Compiling env_logger v0.5.13 Oct 13 05:17:16.867 INFO kablam! Compiling webpki v0.18.1 Oct 13 05:17:16.867 INFO kablam! Compiling sct v0.4.0 Oct 13 05:17:19.044 INFO kablam! Compiling webpki-roots v0.15.0 Oct 13 05:17:19.047 INFO kablam! Compiling rustls v0.13.1 Oct 13 05:17:34.059 INFO kablam! Compiling rural v0.1.0 (/source) Oct 13 05:17:34.615 INFO kablam! warning: unused import: `protocol::request` Oct 13 05:17:34.616 INFO kablam! --> src/receiver.rs:7:5 Oct 13 05:17:34.616 INFO kablam! | Oct 13 05:17:34.617 INFO kablam! 7 | use protocol::request; Oct 13 05:17:34.618 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:17:34.618 INFO kablam! | Oct 13 05:17:34.618 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:17:34.618 INFO kablam! Oct 13 05:17:34.618 INFO kablam! warning: unused import: `File` Oct 13 05:17:34.618 INFO kablam! --> src/receiver.rs:11:21 Oct 13 05:17:34.618 INFO kablam! | Oct 13 05:17:34.618 INFO kablam! 11 | use std::fs::{self, File, OpenOptions}; Oct 13 05:17:34.618 INFO kablam! | ^^^^ Oct 13 05:17:34.618 INFO kablam! Oct 13 05:17:34.618 INFO kablam! warning: unused import: `self` Oct 13 05:17:34.618 INFO kablam! --> src/sender.rs:7:22 Oct 13 05:17:34.618 INFO kablam! | Oct 13 05:17:34.618 INFO kablam! 7 | use protocol::list::{self, IterExt}; Oct 13 05:17:34.618 INFO kablam! | ^^^^ Oct 13 05:17:34.618 INFO kablam! Oct 13 05:17:34.618 INFO kablam! warning: unused import: `self` Oct 13 05:17:34.618 INFO kablam! --> src/sender.rs:8:25 Oct 13 05:17:34.618 INFO kablam! | Oct 13 05:17:34.618 INFO kablam! 8 | use protocol::request::{self, Request}; Oct 13 05:17:34.618 INFO kablam! | ^^^^ Oct 13 05:17:34.618 INFO kablam! Oct 13 05:17:34.618 INFO kablam! warning: unused import: `std::fs` Oct 13 05:17:34.618 INFO kablam! --> src/sender.rs:13:5 Oct 13 05:17:34.618 INFO kablam! | Oct 13 05:17:34.618 INFO kablam! 13 | use std::fs; Oct 13 05:17:34.618 INFO kablam! | ^^^^^^^ Oct 13 05:17:34.618 INFO kablam! Oct 13 05:17:34.618 INFO kablam! warning: unused imports: `OsStr`, `OsString` Oct 13 05:17:34.618 INFO kablam! --> src/sender.rs:14:16 Oct 13 05:17:34.618 INFO kablam! | Oct 13 05:17:34.618 INFO kablam! 14 | use std::ffi::{OsString, OsStr}; Oct 13 05:17:34.618 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 13 05:17:34.618 INFO kablam! Oct 13 05:17:34.618 INFO kablam! warning: unused import: `ring::digest` Oct 13 05:17:34.618 INFO kablam! --> src/sender.rs:16:5 Oct 13 05:17:34.618 INFO kablam! | Oct 13 05:17:34.618 INFO kablam! 16 | use ring::digest; Oct 13 05:17:34.618 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:17:34.618 INFO kablam! Oct 13 05:17:34.618 INFO kablam! warning: unused import: `std::io::Cursor` Oct 13 05:17:34.618 INFO kablam! --> src/protocol/interface.rs:2:5 Oct 13 05:17:34.619 INFO kablam! | Oct 13 05:17:34.619 INFO kablam! 2 | use std::io::Cursor; Oct 13 05:17:34.619 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:17:34.619 INFO kablam! Oct 13 05:17:34.619 INFO kablam! warning: unused import: `std::mem` Oct 13 05:17:34.619 INFO kablam! --> src/protocol/interface.rs:3:5 Oct 13 05:17:34.619 INFO kablam! | Oct 13 05:17:34.619 INFO kablam! 3 | use std::mem; Oct 13 05:17:34.619 INFO kablam! | ^^^^^^^^ Oct 13 05:17:34.619 INFO kablam! Oct 13 05:17:34.619 INFO kablam! warning: unused import: `std::io::Cursor` Oct 13 05:17:34.619 INFO kablam! --> src/protocol/request.rs:5:5 Oct 13 05:17:34.619 INFO kablam! | Oct 13 05:17:34.619 INFO kablam! 5 | use std::io::Cursor; Oct 13 05:17:34.619 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:17:34.619 INFO kablam! Oct 13 05:17:34.619 INFO kablam! warning: unused import: `protocol::interface::Message` Oct 13 05:17:34.619 INFO kablam! --> src/checksum.rs:4:5 Oct 13 05:17:34.619 INFO kablam! | Oct 13 05:17:34.619 INFO kablam! 4 | use protocol::interface::Message; Oct 13 05:17:34.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:17:34.619 INFO kablam! Oct 13 05:17:34.943 INFO kablam! warning: unused import: `WriteBytesExt` Oct 13 05:17:34.944 INFO kablam! --> src/protocol/list.rs:6:53 Oct 13 05:17:34.945 INFO kablam! | Oct 13 05:17:34.945 INFO kablam! 6 | use byteorder::{BigEndian, ByteOrder, ReadBytesExt, WriteBytesExt}; Oct 13 05:17:34.946 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:17:34.947 INFO kablam! Oct 13 05:17:34.992 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:34.993 INFO kablam! --> src/sender.rs:28:16 Oct 13 05:17:34.994 INFO kablam! | Oct 13 05:17:34.995 INFO kablam! 28 | pub fn new(mut shares: HashMap) -> Sender { Oct 13 05:17:34.996 INFO kablam! | ----^^^^^^ Oct 13 05:17:34.996 INFO kablam! | | Oct 13 05:17:34.997 INFO kablam! | help: remove this `mut` Oct 13 05:17:34.997 INFO kablam! | Oct 13 05:17:34.998 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:17:34.999 INFO kablam! Oct 13 05:17:35.073 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:17:35.074 INFO kablam! --> src/receiver.rs:113:17 Oct 13 05:17:35.075 INFO kablam! | Oct 13 05:17:35.075 INFO kablam! 113 | data.read_to_end(&mut remote_checksum); Oct 13 05:17:35.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:17:35.077 INFO kablam! | Oct 13 05:17:35.078 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:17:35.078 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:17:35.079 INFO kablam! Oct 13 05:17:38.163 INFO kablam! warning: unused variable: `stream` Oct 13 05:17:38.163 INFO kablam! --> src/bin/tls_server.rs:174:30 Oct 13 05:17:38.163 INFO kablam! | Oct 13 05:17:38.163 INFO kablam! 174 | fn run_send(stream: S) { Oct 13 05:17:38.163 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 13 05:17:38.163 INFO kablam! | Oct 13 05:17:38.163 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:17:38.163 INFO kablam! Oct 13 05:17:38.163 INFO kablam! warning: unused variable: `stream` Oct 13 05:17:38.163 INFO kablam! --> src/bin/tls_server.rs:178:33 Oct 13 05:17:38.163 INFO kablam! | Oct 13 05:17:38.163 INFO kablam! 178 | fn run_receive(stream: S) { Oct 13 05:17:38.163 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 13 05:17:38.163 INFO kablam! Oct 13 05:17:47.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.51s Oct 13 05:17:47.383 INFO kablam! su: No module specific data is present Oct 13 05:17:48.051 INFO running `"docker" "rm" "-f" "87921ea87f76eb94bdea00511cd4a73f0a371d131209530cc4eb48c3dd4bf7a9"` Oct 13 05:17:48.317 INFO blam! 87921ea87f76eb94bdea00511cd4a73f0a371d131209530cc4eb48c3dd4bf7a9 Oct 13 05:17:48.323 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 05:17:48.720 INFO blam! add045fe8f936067912e44a013f3e64a6155d4b6b1916257c304542b1c2964c2 Oct 13 05:17:48.727 INFO running `"docker" "start" "-a" "add045fe8f936067912e44a013f3e64a6155d4b6b1916257c304542b1c2964c2"` Oct 13 05:17:50.037 INFO kablam! usermod: no changes Oct 13 05:17:50.197 INFO kablam! Compiling quickcheck v0.6.2 Oct 13 05:17:52.836 INFO kablam! Compiling rural v0.1.0 (/source) Oct 13 05:17:54.778 INFO kablam! warning: unused import: `protocol::request` Oct 13 05:17:54.778 INFO kablam! --> src/receiver.rs:7:5 Oct 13 05:17:54.778 INFO kablam! | Oct 13 05:17:54.778 INFO kablam! 7 | use protocol::request; Oct 13 05:17:54.778 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:17:54.778 INFO kablam! | Oct 13 05:17:54.778 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:17:54.778 INFO kablam! Oct 13 05:17:54.778 INFO kablam! warning: unused import: `File` Oct 13 05:17:54.778 INFO kablam! --> src/receiver.rs:11:21 Oct 13 05:17:54.778 INFO kablam! | Oct 13 05:17:54.779 INFO kablam! 11 | use std::fs::{self, File, OpenOptions}; Oct 13 05:17:54.779 INFO kablam! | ^^^^ Oct 13 05:17:54.779 INFO kablam! Oct 13 05:17:54.779 INFO kablam! warning: unused import: `self` Oct 13 05:17:54.779 INFO kablam! --> src/sender.rs:7:22 Oct 13 05:17:54.779 INFO kablam! | Oct 13 05:17:54.779 INFO kablam! 7 | use protocol::list::{self, IterExt}; Oct 13 05:17:54.779 INFO kablam! | ^^^^ Oct 13 05:17:54.779 INFO kablam! Oct 13 05:17:54.779 INFO kablam! warning: unused import: `self` Oct 13 05:17:54.779 INFO kablam! --> src/sender.rs:8:25 Oct 13 05:17:54.779 INFO kablam! | Oct 13 05:17:54.779 INFO kablam! 8 | use protocol::request::{self, Request}; Oct 13 05:17:54.779 INFO kablam! | ^^^^ Oct 13 05:17:54.779 INFO kablam! Oct 13 05:17:54.779 INFO kablam! warning: unused import: `std::fs` Oct 13 05:17:54.779 INFO kablam! --> src/sender.rs:13:5 Oct 13 05:17:54.779 INFO kablam! | Oct 13 05:17:54.779 INFO kablam! 13 | use std::fs; Oct 13 05:17:54.779 INFO kablam! | ^^^^^^^ Oct 13 05:17:54.779 INFO kablam! Oct 13 05:17:54.779 INFO kablam! warning: unused imports: `OsStr`, `OsString` Oct 13 05:17:54.779 INFO kablam! --> src/sender.rs:14:16 Oct 13 05:17:54.779 INFO kablam! | Oct 13 05:17:54.779 INFO kablam! 14 | use std::ffi::{OsString, OsStr}; Oct 13 05:17:54.779 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 13 05:17:54.779 INFO kablam! Oct 13 05:17:54.779 INFO kablam! warning: unused import: `ring::digest` Oct 13 05:17:54.779 INFO kablam! --> src/sender.rs:16:5 Oct 13 05:17:54.779 INFO kablam! | Oct 13 05:17:54.779 INFO kablam! 16 | use ring::digest; Oct 13 05:17:54.779 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:17:54.779 INFO kablam! Oct 13 05:17:54.779 INFO kablam! warning: unused import: `std::io::Cursor` Oct 13 05:17:54.779 INFO kablam! --> src/protocol/interface.rs:2:5 Oct 13 05:17:54.779 INFO kablam! | Oct 13 05:17:54.779 INFO kablam! 2 | use std::io::Cursor; Oct 13 05:17:54.779 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:17:54.779 INFO kablam! Oct 13 05:17:54.779 INFO kablam! warning: unused import: `std::mem` Oct 13 05:17:54.779 INFO kablam! --> src/protocol/interface.rs:3:5 Oct 13 05:17:54.779 INFO kablam! | Oct 13 05:17:54.779 INFO kablam! 3 | use std::mem; Oct 13 05:17:54.779 INFO kablam! | ^^^^^^^^ Oct 13 05:17:54.779 INFO kablam! Oct 13 05:17:54.789 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:17:54.789 INFO kablam! --> src/protocol/network_path.rs:218:16 Oct 13 05:17:54.789 INFO kablam! | Oct 13 05:17:54.789 INFO kablam! 218 | if (!path.is_empty()) { Oct 13 05:17:54.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:17:54.789 INFO kablam! | Oct 13 05:17:54.789 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:17:54.789 INFO kablam! Oct 13 05:17:54.789 INFO kablam! warning: unused import: `std::io::Cursor` Oct 13 05:17:54.789 INFO kablam! --> src/protocol/request.rs:5:5 Oct 13 05:17:54.789 INFO kablam! | Oct 13 05:17:54.789 INFO kablam! 5 | use std::io::Cursor; Oct 13 05:17:54.789 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:17:54.789 INFO kablam! Oct 13 05:17:54.789 INFO kablam! warning: unused import: `quickcheck::TestResult` Oct 13 05:17:54.789 INFO kablam! --> src/protocol/request.rs:120:9 Oct 13 05:17:54.789 INFO kablam! | Oct 13 05:17:54.789 INFO kablam! 120 | use quickcheck::TestResult; Oct 13 05:17:54.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:17:54.789 INFO kablam! Oct 13 05:17:54.789 INFO kablam! warning: unused import: `protocol::interface::Message` Oct 13 05:17:54.789 INFO kablam! --> src/checksum.rs:4:5 Oct 13 05:17:54.789 INFO kablam! | Oct 13 05:17:54.789 INFO kablam! 4 | use protocol::interface::Message; Oct 13 05:17:54.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:17:54.789 INFO kablam! Oct 13 05:17:54.835 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:54.835 INFO kablam! --> tests/receiver_sender_integration.rs:76:13 Oct 13 05:17:54.835 INFO kablam! | Oct 13 05:17:54.835 INFO kablam! 76 | let mut sender = make_sender(sender_wipe()); Oct 13 05:17:54.835 INFO kablam! | ----^^^^^^ Oct 13 05:17:54.835 INFO kablam! | | Oct 13 05:17:54.835 INFO kablam! | help: remove this `mut` Oct 13 05:17:54.835 INFO kablam! | Oct 13 05:17:54.835 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:17:54.835 INFO kablam! Oct 13 05:17:54.835 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:54.835 INFO kablam! --> tests/receiver_sender_integration.rs:77:13 Oct 13 05:17:54.835 INFO kablam! | Oct 13 05:17:54.835 INFO kablam! 77 | let mut receiver = make_receiver(receiver_wipe()); Oct 13 05:17:54.835 INFO kablam! | ----^^^^^^^^ Oct 13 05:17:54.835 INFO kablam! | | Oct 13 05:17:54.835 INFO kablam! | help: remove this `mut` Oct 13 05:17:54.835 INFO kablam! Oct 13 05:17:54.843 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:54.843 INFO kablam! --> tests/receiver_sender_integration.rs:89:13 Oct 13 05:17:54.843 INFO kablam! | Oct 13 05:17:54.843 INFO kablam! 89 | let mut sender = make_sender(sender_paths.clone()); Oct 13 05:17:54.843 INFO kablam! | ----^^^^^^ Oct 13 05:17:54.843 INFO kablam! | | Oct 13 05:17:54.843 INFO kablam! | help: remove this `mut` Oct 13 05:17:54.843 INFO kablam! Oct 13 05:17:54.843 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:54.843 INFO kablam! --> tests/receiver_sender_integration.rs:90:13 Oct 13 05:17:54.843 INFO kablam! | Oct 13 05:17:54.843 INFO kablam! 90 | let mut receiver = make_receiver(&receiver_path); Oct 13 05:17:54.843 INFO kablam! | ----^^^^^^^^ Oct 13 05:17:54.843 INFO kablam! | | Oct 13 05:17:54.843 INFO kablam! | help: remove this `mut` Oct 13 05:17:54.843 INFO kablam! Oct 13 05:17:54.843 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:54.843 INFO kablam! --> tests/receiver_sender_integration.rs:95:13 Oct 13 05:17:54.843 INFO kablam! | Oct 13 05:17:54.843 INFO kablam! 95 | let mut sender = make_sender(sender_paths.clone()); Oct 13 05:17:54.843 INFO kablam! | ----^^^^^^ Oct 13 05:17:54.843 INFO kablam! | | Oct 13 05:17:54.843 INFO kablam! | help: remove this `mut` Oct 13 05:17:54.843 INFO kablam! Oct 13 05:17:54.843 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:54.843 INFO kablam! --> tests/receiver_sender_integration.rs:96:13 Oct 13 05:17:54.843 INFO kablam! | Oct 13 05:17:54.843 INFO kablam! 96 | let mut receiver = make_receiver(&receiver_path); Oct 13 05:17:54.843 INFO kablam! | ----^^^^^^^^ Oct 13 05:17:54.843 INFO kablam! | | Oct 13 05:17:54.843 INFO kablam! | help: remove this `mut` Oct 13 05:17:54.843 INFO kablam! Oct 13 05:17:54.843 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:54.843 INFO kablam! --> tests/receiver_sender_integration.rs:106:13 Oct 13 05:17:54.843 INFO kablam! | Oct 13 05:17:54.843 INFO kablam! 106 | let mut sender = make_sender(sender_wipe()); Oct 13 05:17:54.843 INFO kablam! | ----^^^^^^ Oct 13 05:17:54.843 INFO kablam! | | Oct 13 05:17:54.843 INFO kablam! | help: remove this `mut` Oct 13 05:17:54.863 INFO kablam! Oct 13 05:17:54.863 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:54.863 INFO kablam! --> tests/receiver_sender_integration.rs:107:13 Oct 13 05:17:54.863 INFO kablam! | Oct 13 05:17:54.863 INFO kablam! 107 | let mut receiver = make_receiver(&receiver_path); Oct 13 05:17:54.863 INFO kablam! | ----^^^^^^^^ Oct 13 05:17:54.863 INFO kablam! | | Oct 13 05:17:54.863 INFO kablam! | help: remove this `mut` Oct 13 05:17:54.863 INFO kablam! Oct 13 05:17:54.863 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:54.863 INFO kablam! --> tests/receiver_sender_integration.rs:112:13 Oct 13 05:17:54.863 INFO kablam! | Oct 13 05:17:54.863 INFO kablam! 112 | let mut sender = make_sender(sender_wipe()); Oct 13 05:17:54.863 INFO kablam! | ----^^^^^^ Oct 13 05:17:54.863 INFO kablam! | | Oct 13 05:17:54.863 INFO kablam! | help: remove this `mut` Oct 13 05:17:54.863 INFO kablam! Oct 13 05:17:54.863 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:54.863 INFO kablam! --> tests/receiver_sender_integration.rs:113:13 Oct 13 05:17:54.863 INFO kablam! | Oct 13 05:17:54.863 INFO kablam! 113 | let mut receiver = make_receiver(&receiver_path); Oct 13 05:17:54.863 INFO kablam! | ----^^^^^^^^ Oct 13 05:17:54.863 INFO kablam! | | Oct 13 05:17:54.863 INFO kablam! | help: remove this `mut` Oct 13 05:17:54.863 INFO kablam! Oct 13 05:17:56.187 INFO kablam! warning: unused import: `WriteBytesExt` Oct 13 05:17:56.187 INFO kablam! --> src/protocol/list.rs:6:53 Oct 13 05:17:56.187 INFO kablam! | Oct 13 05:17:56.187 INFO kablam! 6 | use byteorder::{BigEndian, ByteOrder, ReadBytesExt, WriteBytesExt}; Oct 13 05:17:56.187 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:17:56.187 INFO kablam! Oct 13 05:17:56.259 INFO kablam! warning: unused variable: `file` Oct 13 05:17:56.259 INFO kablam! --> src/sender.rs:195:13 Oct 13 05:17:56.259 INFO kablam! | Oct 13 05:17:56.259 INFO kablam! 195 | let file = generate_small_sender_file(&Path::new("test_file")); Oct 13 05:17:56.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 05:17:56.259 INFO kablam! | Oct 13 05:17:56.259 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:17:56.259 INFO kablam! Oct 13 05:17:56.259 INFO kablam! warning: unused variable: `header` Oct 13 05:17:56.259 INFO kablam! --> src/sender.rs:201:28 Oct 13 05:17:56.259 INFO kablam! | Oct 13 05:17:56.259 INFO kablam! 201 | Message::Frame(header, mut data) => { Oct 13 05:17:56.259 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 13 05:17:56.259 INFO kablam! Oct 13 05:17:56.259 INFO kablam! warning: unused variable: `file` Oct 13 05:17:56.259 INFO kablam! --> src/sender.rs:216:13 Oct 13 05:17:56.259 INFO kablam! | Oct 13 05:17:56.259 INFO kablam! 216 | let file = generate_small_sender_file(&Path::new("sub/test_file")); Oct 13 05:17:56.259 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 05:17:56.259 INFO kablam! Oct 13 05:17:56.259 INFO kablam! warning: unused variable: `header` Oct 13 05:17:56.259 INFO kablam! --> src/sender.rs:222:28 Oct 13 05:17:56.259 INFO kablam! | Oct 13 05:17:56.259 INFO kablam! 222 | Message::Frame(header, mut data) => { Oct 13 05:17:56.259 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 13 05:17:56.259 INFO kablam! Oct 13 05:17:56.259 INFO kablam! warning: unused variable: `items` Oct 13 05:17:56.259 INFO kablam! --> src/protocol/list.rs:95:17 Oct 13 05:17:56.259 INFO kablam! | Oct 13 05:17:56.259 INFO kablam! 95 | let mut items = consume(&mut t, read_to_vec).unwrap(); Oct 13 05:17:56.259 INFO kablam! | ^^^^^ help: consider using `_items` instead Oct 13 05:17:56.259 INFO kablam! Oct 13 05:17:56.259 INFO kablam! warning: unused variable: `i` Oct 13 05:17:56.259 INFO kablam! --> src/protocol/network_path.rs:213:13 Oct 13 05:17:56.259 INFO kablam! | Oct 13 05:17:56.259 INFO kablam! 213 | for i in 0..len { Oct 13 05:17:56.259 INFO kablam! | ^ help: consider using `_i` instead Oct 13 05:17:56.259 INFO kablam! Oct 13 05:17:56.287 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:56.287 INFO kablam! --> src/sender.rs:28:16 Oct 13 05:17:56.287 INFO kablam! | Oct 13 05:17:56.287 INFO kablam! 28 | pub fn new(mut shares: HashMap) -> Sender { Oct 13 05:17:56.287 INFO kablam! | ----^^^^^^ Oct 13 05:17:56.287 INFO kablam! | | Oct 13 05:17:56.287 INFO kablam! | help: remove this `mut` Oct 13 05:17:56.287 INFO kablam! | Oct 13 05:17:56.287 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:17:56.287 INFO kablam! Oct 13 05:17:56.387 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:56.387 INFO kablam! --> src/protocol/list.rs:95:13 Oct 13 05:17:56.387 INFO kablam! | Oct 13 05:17:56.387 INFO kablam! 95 | let mut items = consume(&mut t, read_to_vec).unwrap(); Oct 13 05:17:56.387 INFO kablam! | ----^^^^^ Oct 13 05:17:56.387 INFO kablam! | | Oct 13 05:17:56.387 INFO kablam! | help: remove this `mut` Oct 13 05:17:56.387 INFO kablam! Oct 13 05:17:56.387 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:56.387 INFO kablam! --> src/protocol/list.rs:104:13 Oct 13 05:17:56.387 INFO kablam! | Oct 13 05:17:56.387 INFO kablam! 104 | let mut items = consume(&mut t, read_to_vec).unwrap(); Oct 13 05:17:56.387 INFO kablam! | ----^^^^^ Oct 13 05:17:56.391 INFO kablam! | | Oct 13 05:17:56.391 INFO kablam! | help: remove this `mut` Oct 13 05:17:56.391 INFO kablam! Oct 13 05:17:56.391 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:56.391 INFO kablam! --> src/protocol/list.rs:114:13 Oct 13 05:17:56.391 INFO kablam! | Oct 13 05:17:56.391 INFO kablam! 114 | let mut items = consume(&mut t, read_to_vec).unwrap(); Oct 13 05:17:56.391 INFO kablam! | ----^^^^^ Oct 13 05:17:56.391 INFO kablam! | | Oct 13 05:17:56.391 INFO kablam! | help: remove this `mut` Oct 13 05:17:56.391 INFO kablam! Oct 13 05:17:56.399 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:56.399 INFO kablam! --> src/protocol/list.rs:126:13 Oct 13 05:17:56.399 INFO kablam! | Oct 13 05:17:56.399 INFO kablam! 126 | let mut items = consume(&mut t, read_to_vec).unwrap(); Oct 13 05:17:56.399 INFO kablam! | ----^^^^^ Oct 13 05:17:56.399 INFO kablam! | | Oct 13 05:17:56.399 INFO kablam! | help: remove this `mut` Oct 13 05:17:56.399 INFO kablam! Oct 13 05:17:56.451 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:56.451 INFO kablam! --> src/protocol/list.rs:193:17 Oct 13 05:17:56.451 INFO kablam! | Oct 13 05:17:56.451 INFO kablam! 193 | let mut items = consume(&mut Cursor::new(t), read_to_vec).unwrap(); Oct 13 05:17:56.451 INFO kablam! | ----^^^^^ Oct 13 05:17:56.451 INFO kablam! | | Oct 13 05:17:56.451 INFO kablam! | help: remove this `mut` Oct 13 05:17:56.451 INFO kablam! Oct 13 05:17:56.467 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:56.467 INFO kablam! --> src/protocol/list.rs:204:17 Oct 13 05:17:56.467 INFO kablam! | Oct 13 05:17:56.467 INFO kablam! 204 | let mut items = consume(&mut Cursor::new(t), read_to_vec).unwrap(); Oct 13 05:17:56.467 INFO kablam! | ----^^^^^ Oct 13 05:17:56.467 INFO kablam! | | Oct 13 05:17:56.467 INFO kablam! | help: remove this `mut` Oct 13 05:17:56.467 INFO kablam! Oct 13 05:17:56.467 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:56.467 INFO kablam! --> src/protocol/list.rs:212:17 Oct 13 05:17:56.467 INFO kablam! | Oct 13 05:17:56.467 INFO kablam! 212 | let mut items = consume(&mut LimitReader::new(Cursor::new(t), limit), read_to_vec).unwrap(); Oct 13 05:17:56.467 INFO kablam! | ----^^^^^ Oct 13 05:17:56.467 INFO kablam! | | Oct 13 05:17:56.467 INFO kablam! | help: remove this `mut` Oct 13 05:17:56.467 INFO kablam! Oct 13 05:17:56.487 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:17:56.487 INFO kablam! --> src/receiver.rs:113:17 Oct 13 05:17:56.487 INFO kablam! | Oct 13 05:17:56.487 INFO kablam! 113 | data.read_to_end(&mut remote_checksum); Oct 13 05:17:56.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:17:56.487 INFO kablam! | Oct 13 05:17:56.487 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:17:56.487 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:17:56.487 INFO kablam! Oct 13 05:17:56.913 INFO kablam! warning: unused variable: `stream` Oct 13 05:17:56.914 INFO kablam! --> src/bin/tls_server.rs:174:30 Oct 13 05:17:56.914 INFO kablam! | Oct 13 05:17:56.914 INFO kablam! 174 | fn run_send(stream: S) { Oct 13 05:17:56.914 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 13 05:17:56.914 INFO kablam! | Oct 13 05:17:56.914 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:17:56.914 INFO kablam! Oct 13 05:17:56.914 INFO kablam! warning: unused variable: `stream` Oct 13 05:17:56.914 INFO kablam! --> src/bin/tls_server.rs:178:33 Oct 13 05:17:56.914 INFO kablam! | Oct 13 05:17:56.914 INFO kablam! 178 | fn run_receive(stream: S) { Oct 13 05:17:56.914 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 13 05:17:56.914 INFO kablam! Oct 13 05:18:01.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.09s Oct 13 05:18:01.179 INFO kablam! su: No module specific data is present Oct 13 05:18:01.948 INFO running `"docker" "rm" "-f" "add045fe8f936067912e44a013f3e64a6155d4b6b1916257c304542b1c2964c2"` Oct 13 05:18:02.291 INFO blam! add045fe8f936067912e44a013f3e64a6155d4b6b1916257c304542b1c2964c2