Oct 13 05:17:03.364 INFO testing notriddle/rural against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:17:03.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 05:17:03.881 INFO blam! e1b352f03189d3f70926ed3e2dde847a1f4c3781e10d75c548db69989eecf01c Oct 13 05:17:03.883 INFO running `"docker" "start" "-a" "e1b352f03189d3f70926ed3e2dde847a1f4c3781e10d75c548db69989eecf01c"` Oct 13 05:17:06.075 INFO kablam! usermod: no changes Oct 13 05:17:06.295 INFO kablam! Compiling termcolor v1.0.3 Oct 13 05:17:06.299 INFO kablam! Compiling ring v0.13.2 Oct 13 05:17:06.299 INFO kablam! Compiling toml v0.4.6 Oct 13 05:17:09.723 INFO kablam! Compiling env_logger v0.5.13 Oct 13 05:17:22.804 INFO kablam! Compiling webpki v0.18.1 Oct 13 05:17:22.805 INFO kablam! Compiling sct v0.4.0 Oct 13 05:17:24.733 INFO kablam! Compiling rustls v0.13.1 Oct 13 05:17:24.735 INFO kablam! Compiling webpki-roots v0.15.0 Oct 13 05:17:38.762 INFO kablam! Compiling rural v0.1.0 (/source) Oct 13 05:17:39.297 INFO kablam! warning: unused import: `protocol::request` Oct 13 05:17:39.298 INFO kablam! --> src/receiver.rs:7:5 Oct 13 05:17:39.299 INFO kablam! | Oct 13 05:17:39.299 INFO kablam! 7 | use protocol::request; Oct 13 05:17:39.300 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:17:39.301 INFO kablam! | Oct 13 05:17:39.301 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:17:39.302 INFO kablam! Oct 13 05:17:39.302 INFO kablam! warning: unused import: `File` Oct 13 05:17:39.303 INFO kablam! --> src/receiver.rs:11:21 Oct 13 05:17:39.304 INFO kablam! | Oct 13 05:17:39.304 INFO kablam! 11 | use std::fs::{self, File, OpenOptions}; Oct 13 05:17:39.305 INFO kablam! | ^^^^ Oct 13 05:17:39.305 INFO kablam! Oct 13 05:17:39.306 INFO kablam! warning: unused import: `self` Oct 13 05:17:39.307 INFO kablam! --> src/sender.rs:7:22 Oct 13 05:17:39.307 INFO kablam! | Oct 13 05:17:39.307 INFO kablam! 7 | use protocol::list::{self, IterExt}; Oct 13 05:17:39.307 INFO kablam! | ^^^^ Oct 13 05:17:39.307 INFO kablam! Oct 13 05:17:39.307 INFO kablam! warning: unused import: `self` Oct 13 05:17:39.307 INFO kablam! --> src/sender.rs:8:25 Oct 13 05:17:39.307 INFO kablam! | Oct 13 05:17:39.307 INFO kablam! 8 | use protocol::request::{self, Request}; Oct 13 05:17:39.307 INFO kablam! | ^^^^ Oct 13 05:17:39.307 INFO kablam! Oct 13 05:17:39.307 INFO kablam! warning: unused import: `std::fs` Oct 13 05:17:39.307 INFO kablam! --> src/sender.rs:13:5 Oct 13 05:17:39.307 INFO kablam! | Oct 13 05:17:39.307 INFO kablam! 13 | use std::fs; Oct 13 05:17:39.307 INFO kablam! | ^^^^^^^ Oct 13 05:17:39.307 INFO kablam! Oct 13 05:17:39.307 INFO kablam! warning: unused imports: `OsStr`, `OsString` Oct 13 05:17:39.307 INFO kablam! --> src/sender.rs:14:16 Oct 13 05:17:39.307 INFO kablam! | Oct 13 05:17:39.307 INFO kablam! 14 | use std::ffi::{OsString, OsStr}; Oct 13 05:17:39.307 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 13 05:17:39.307 INFO kablam! Oct 13 05:17:39.307 INFO kablam! warning: unused import: `ring::digest` Oct 13 05:17:39.307 INFO kablam! --> src/sender.rs:16:5 Oct 13 05:17:39.307 INFO kablam! | Oct 13 05:17:39.307 INFO kablam! 16 | use ring::digest; Oct 13 05:17:39.307 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:17:39.307 INFO kablam! Oct 13 05:17:39.307 INFO kablam! warning: unused import: `std::io::Cursor` Oct 13 05:17:39.307 INFO kablam! --> src/protocol/interface.rs:2:5 Oct 13 05:17:39.307 INFO kablam! | Oct 13 05:17:39.307 INFO kablam! 2 | use std::io::Cursor; Oct 13 05:17:39.307 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:17:39.307 INFO kablam! Oct 13 05:17:39.307 INFO kablam! warning: unused import: `std::mem` Oct 13 05:17:39.307 INFO kablam! --> src/protocol/interface.rs:3:5 Oct 13 05:17:39.307 INFO kablam! | Oct 13 05:17:39.307 INFO kablam! 3 | use std::mem; Oct 13 05:17:39.307 INFO kablam! | ^^^^^^^^ Oct 13 05:17:39.307 INFO kablam! Oct 13 05:17:39.307 INFO kablam! warning: unused import: `std::io::Cursor` Oct 13 05:17:39.307 INFO kablam! --> src/protocol/request.rs:5:5 Oct 13 05:17:39.307 INFO kablam! | Oct 13 05:17:39.307 INFO kablam! 5 | use std::io::Cursor; Oct 13 05:17:39.307 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:17:39.307 INFO kablam! Oct 13 05:17:39.307 INFO kablam! warning: unused import: `protocol::interface::Message` Oct 13 05:17:39.307 INFO kablam! --> src/checksum.rs:4:5 Oct 13 05:17:39.307 INFO kablam! | Oct 13 05:17:39.307 INFO kablam! 4 | use protocol::interface::Message; Oct 13 05:17:39.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:17:39.307 INFO kablam! Oct 13 05:17:39.619 INFO kablam! warning: unused import: `WriteBytesExt` Oct 13 05:17:39.619 INFO kablam! --> src/protocol/list.rs:6:53 Oct 13 05:17:39.619 INFO kablam! | Oct 13 05:17:39.619 INFO kablam! 6 | use byteorder::{BigEndian, ByteOrder, ReadBytesExt, WriteBytesExt}; Oct 13 05:17:39.620 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:17:39.620 INFO kablam! Oct 13 05:17:39.668 INFO kablam! warning: variable does not need to be mutable Oct 13 05:17:39.668 INFO kablam! --> src/sender.rs:28:16 Oct 13 05:17:39.668 INFO kablam! | Oct 13 05:17:39.668 INFO kablam! 28 | pub fn new(mut shares: HashMap) -> Sender { Oct 13 05:17:39.668 INFO kablam! | ----^^^^^^ Oct 13 05:17:39.668 INFO kablam! | | Oct 13 05:17:39.668 INFO kablam! | help: remove this `mut` Oct 13 05:17:39.670 INFO kablam! | Oct 13 05:17:39.670 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:17:39.670 INFO kablam! Oct 13 05:17:39.757 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:17:39.757 INFO kablam! --> src/receiver.rs:113:17 Oct 13 05:17:39.757 INFO kablam! | Oct 13 05:17:39.757 INFO kablam! 113 | data.read_to_end(&mut remote_checksum); Oct 13 05:17:39.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:17:39.757 INFO kablam! | Oct 13 05:17:39.759 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:17:39.759 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:17:39.759 INFO kablam! Oct 13 05:17:42.667 INFO kablam! warning: unused variable: `stream` Oct 13 05:17:42.667 INFO kablam! --> src/bin/tls_server.rs:174:30 Oct 13 05:17:42.668 INFO kablam! | Oct 13 05:17:42.668 INFO kablam! 174 | fn run_send(stream: S) { Oct 13 05:17:42.668 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 13 05:17:42.669 INFO kablam! | Oct 13 05:17:42.669 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:17:42.669 INFO kablam! Oct 13 05:17:42.670 INFO kablam! warning: unused variable: `stream` Oct 13 05:17:42.670 INFO kablam! --> src/bin/tls_server.rs:178:33 Oct 13 05:17:42.670 INFO kablam! | Oct 13 05:17:42.671 INFO kablam! 178 | fn run_receive(stream: S) { Oct 13 05:17:42.671 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 13 05:17:42.671 INFO kablam! Oct 13 05:17:51.080 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.96s Oct 13 05:17:51.083 INFO kablam! su: No module specific data is present Oct 13 05:17:51.620 INFO running `"docker" "rm" "-f" "e1b352f03189d3f70926ed3e2dde847a1f4c3781e10d75c548db69989eecf01c"` Oct 13 05:17:51.954 INFO blam! e1b352f03189d3f70926ed3e2dde847a1f4c3781e10d75c548db69989eecf01c Oct 13 05:17:51.962 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 05:17:52.363 INFO blam! ffd898c319eb9e45dcefd9af8efb19548c717c4613ecb705670fa4551e0a8ce2 Oct 13 05:17:52.371 INFO running `"docker" "start" "-a" "ffd898c319eb9e45dcefd9af8efb19548c717c4613ecb705670fa4551e0a8ce2"` Oct 13 05:17:53.654 INFO kablam! usermod: no changes Oct 13 05:17:53.855 INFO kablam! Compiling quickcheck v0.6.2 Oct 13 05:17:57.012 INFO kablam! Compiling rural v0.1.0 (/source) Oct 13 05:17:59.732 INFO kablam! warning: unused import: `protocol::request` Oct 13 05:17:59.732 INFO kablam! --> src/receiver.rs:7:5 Oct 13 05:17:59.732 INFO kablam! | Oct 13 05:17:59.732 INFO kablam! 7 | use protocol::request; Oct 13 05:17:59.732 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:17:59.732 INFO kablam! | Oct 13 05:17:59.732 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:17:59.732 INFO kablam! Oct 13 05:17:59.732 INFO kablam! warning: unused import: `File` Oct 13 05:17:59.732 INFO kablam! --> src/receiver.rs:11:21 Oct 13 05:17:59.732 INFO kablam! | Oct 13 05:17:59.732 INFO kablam! 11 | use std::fs::{self, File, OpenOptions}; Oct 13 05:17:59.732 INFO kablam! | ^^^^ Oct 13 05:17:59.732 INFO kablam! Oct 13 05:17:59.732 INFO kablam! warning: unused import: `self` Oct 13 05:17:59.733 INFO kablam! --> src/sender.rs:7:22 Oct 13 05:17:59.733 INFO kablam! | Oct 13 05:17:59.733 INFO kablam! 7 | use protocol::list::{self, IterExt}; Oct 13 05:17:59.733 INFO kablam! | ^^^^ Oct 13 05:17:59.733 INFO kablam! Oct 13 05:17:59.733 INFO kablam! warning: unused import: `self` Oct 13 05:17:59.733 INFO kablam! --> src/sender.rs:8:25 Oct 13 05:17:59.733 INFO kablam! | Oct 13 05:17:59.733 INFO kablam! 8 | use protocol::request::{self, Request}; Oct 13 05:17:59.733 INFO kablam! | ^^^^ Oct 13 05:17:59.733 INFO kablam! Oct 13 05:17:59.734 INFO kablam! warning: unused import: `std::fs` Oct 13 05:17:59.734 INFO kablam! --> src/sender.rs:13:5 Oct 13 05:17:59.734 INFO kablam! | Oct 13 05:17:59.734 INFO kablam! 13 | use std::fs; Oct 13 05:17:59.734 INFO kablam! | ^^^^^^^ Oct 13 05:17:59.734 INFO kablam! Oct 13 05:17:59.735 INFO kablam! warning: unused imports: `OsStr`, `OsString` Oct 13 05:17:59.735 INFO kablam! --> src/sender.rs:14:16 Oct 13 05:17:59.735 INFO kablam! | Oct 13 05:17:59.735 INFO kablam! 14 | use std::ffi::{OsString, OsStr}; Oct 13 05:17:59.735 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 13 05:17:59.735 INFO kablam! Oct 13 05:17:59.738 INFO kablam! warning: unused import: `ring::digest` Oct 13 05:17:59.738 INFO kablam! --> src/sender.rs:16:5 Oct 13 05:17:59.738 INFO kablam! | Oct 13 05:17:59.738 INFO kablam! 16 | use ring::digest; Oct 13 05:17:59.738 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:17:59.738 INFO kablam! Oct 13 05:17:59.739 INFO kablam! warning: unused import: `std::io::Cursor` Oct 13 05:17:59.739 INFO kablam! --> src/protocol/interface.rs:2:5 Oct 13 05:17:59.739 INFO kablam! | Oct 13 05:17:59.739 INFO kablam! 2 | use std::io::Cursor; Oct 13 05:17:59.739 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:17:59.759 INFO kablam! Oct 13 05:17:59.759 INFO kablam! warning: unused import: `std::mem` Oct 13 05:17:59.759 INFO kablam! --> src/protocol/interface.rs:3:5 Oct 13 05:17:59.759 INFO kablam! | Oct 13 05:17:59.759 INFO kablam! 3 | use std::mem; Oct 13 05:17:59.759 INFO kablam! | ^^^^^^^^ Oct 13 05:17:59.759 INFO kablam! Oct 13 05:17:59.759 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:17:59.759 INFO kablam! --> src/protocol/network_path.rs:218:16 Oct 13 05:17:59.759 INFO kablam! | Oct 13 05:17:59.759 INFO kablam! 218 | if (!path.is_empty()) { Oct 13 05:17:59.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:17:59.759 INFO kablam! | Oct 13 05:17:59.759 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:17:59.759 INFO kablam! Oct 13 05:17:59.759 INFO kablam! warning: unused import: `std::io::Cursor` Oct 13 05:17:59.759 INFO kablam! --> src/protocol/request.rs:5:5 Oct 13 05:17:59.759 INFO kablam! | Oct 13 05:17:59.759 INFO kablam! 5 | use std::io::Cursor; Oct 13 05:17:59.759 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:17:59.759 INFO kablam! Oct 13 05:17:59.759 INFO kablam! warning: unused import: `quickcheck::TestResult` Oct 13 05:17:59.759 INFO kablam! --> src/protocol/request.rs:120:9 Oct 13 05:17:59.759 INFO kablam! | Oct 13 05:17:59.759 INFO kablam! 120 | use quickcheck::TestResult; Oct 13 05:17:59.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:17:59.759 INFO kablam! Oct 13 05:17:59.759 INFO kablam! warning: unused import: `protocol::interface::Message` Oct 13 05:17:59.759 INFO kablam! --> src/checksum.rs:4:5 Oct 13 05:17:59.759 INFO kablam! | Oct 13 05:17:59.759 INFO kablam! 4 | use protocol::interface::Message; Oct 13 05:17:59.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:17:59.759 INFO kablam! Oct 13 05:18:00.359 INFO kablam! warning: unused variable: `stream` Oct 13 05:18:00.359 INFO kablam! --> src/bin/tls_server.rs:174:30 Oct 13 05:18:00.359 INFO kablam! | Oct 13 05:18:00.359 INFO kablam! 174 | fn run_send(stream: S) { Oct 13 05:18:00.359 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 13 05:18:00.359 INFO kablam! | Oct 13 05:18:00.359 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:18:00.359 INFO kablam! Oct 13 05:18:00.359 INFO kablam! warning: unused variable: `stream` Oct 13 05:18:00.359 INFO kablam! --> src/bin/tls_server.rs:178:33 Oct 13 05:18:00.359 INFO kablam! | Oct 13 05:18:00.359 INFO kablam! 178 | fn run_receive(stream: S) { Oct 13 05:18:00.359 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 13 05:18:00.359 INFO kablam! Oct 13 05:18:00.806 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:00.806 INFO kablam! --> tests/receiver_sender_integration.rs:76:13 Oct 13 05:18:00.806 INFO kablam! | Oct 13 05:18:00.806 INFO kablam! 76 | let mut sender = make_sender(sender_wipe()); Oct 13 05:18:00.806 INFO kablam! | ----^^^^^^ Oct 13 05:18:00.806 INFO kablam! | | Oct 13 05:18:00.806 INFO kablam! | help: remove this `mut` Oct 13 05:18:00.807 INFO kablam! | Oct 13 05:18:00.807 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:18:00.807 INFO kablam! Oct 13 05:18:00.807 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:00.807 INFO kablam! --> tests/receiver_sender_integration.rs:77:13 Oct 13 05:18:00.807 INFO kablam! | Oct 13 05:18:00.807 INFO kablam! 77 | let mut receiver = make_receiver(receiver_wipe()); Oct 13 05:18:00.807 INFO kablam! | ----^^^^^^^^ Oct 13 05:18:00.807 INFO kablam! | | Oct 13 05:18:00.807 INFO kablam! | help: remove this `mut` Oct 13 05:18:00.808 INFO kablam! Oct 13 05:18:00.823 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:00.823 INFO kablam! --> tests/receiver_sender_integration.rs:89:13 Oct 13 05:18:00.823 INFO kablam! | Oct 13 05:18:00.823 INFO kablam! 89 | let mut sender = make_sender(sender_paths.clone()); Oct 13 05:18:00.823 INFO kablam! | ----^^^^^^ Oct 13 05:18:00.823 INFO kablam! | | Oct 13 05:18:00.823 INFO kablam! | help: remove this `mut` Oct 13 05:18:00.824 INFO kablam! Oct 13 05:18:00.824 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:00.824 INFO kablam! --> tests/receiver_sender_integration.rs:90:13 Oct 13 05:18:00.824 INFO kablam! | Oct 13 05:18:00.824 INFO kablam! 90 | let mut receiver = make_receiver(&receiver_path); Oct 13 05:18:00.824 INFO kablam! | ----^^^^^^^^ Oct 13 05:18:00.824 INFO kablam! | | Oct 13 05:18:00.824 INFO kablam! | help: remove this `mut` Oct 13 05:18:00.824 INFO kablam! Oct 13 05:18:00.824 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:00.824 INFO kablam! --> tests/receiver_sender_integration.rs:95:13 Oct 13 05:18:00.825 INFO kablam! | Oct 13 05:18:00.825 INFO kablam! 95 | let mut sender = make_sender(sender_paths.clone()); Oct 13 05:18:00.825 INFO kablam! | ----^^^^^^ Oct 13 05:18:00.825 INFO kablam! | | Oct 13 05:18:00.825 INFO kablam! | help: remove this `mut` Oct 13 05:18:00.825 INFO kablam! Oct 13 05:18:00.825 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:00.825 INFO kablam! --> tests/receiver_sender_integration.rs:96:13 Oct 13 05:18:00.825 INFO kablam! | Oct 13 05:18:00.825 INFO kablam! 96 | let mut receiver = make_receiver(&receiver_path); Oct 13 05:18:00.825 INFO kablam! | ----^^^^^^^^ Oct 13 05:18:00.825 INFO kablam! | | Oct 13 05:18:00.825 INFO kablam! | help: remove this `mut` Oct 13 05:18:00.825 INFO kablam! Oct 13 05:18:00.835 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:00.835 INFO kablam! --> tests/receiver_sender_integration.rs:106:13 Oct 13 05:18:00.835 INFO kablam! | Oct 13 05:18:00.835 INFO kablam! 106 | let mut sender = make_sender(sender_wipe()); Oct 13 05:18:00.835 INFO kablam! | ----^^^^^^ Oct 13 05:18:00.835 INFO kablam! | | Oct 13 05:18:00.835 INFO kablam! | help: remove this `mut` Oct 13 05:18:00.835 INFO kablam! Oct 13 05:18:00.835 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:00.835 INFO kablam! --> tests/receiver_sender_integration.rs:107:13 Oct 13 05:18:00.835 INFO kablam! | Oct 13 05:18:00.835 INFO kablam! 107 | let mut receiver = make_receiver(&receiver_path); Oct 13 05:18:00.835 INFO kablam! | ----^^^^^^^^ Oct 13 05:18:00.835 INFO kablam! | | Oct 13 05:18:00.835 INFO kablam! | help: remove this `mut` Oct 13 05:18:00.835 INFO kablam! Oct 13 05:18:00.835 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:00.835 INFO kablam! --> tests/receiver_sender_integration.rs:112:13 Oct 13 05:18:00.835 INFO kablam! | Oct 13 05:18:00.835 INFO kablam! 112 | let mut sender = make_sender(sender_wipe()); Oct 13 05:18:00.835 INFO kablam! | ----^^^^^^ Oct 13 05:18:00.835 INFO kablam! | | Oct 13 05:18:00.835 INFO kablam! | help: remove this `mut` Oct 13 05:18:00.835 INFO kablam! Oct 13 05:18:00.835 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:00.835 INFO kablam! --> tests/receiver_sender_integration.rs:113:13 Oct 13 05:18:00.835 INFO kablam! | Oct 13 05:18:00.835 INFO kablam! 113 | let mut receiver = make_receiver(&receiver_path); Oct 13 05:18:00.835 INFO kablam! | ----^^^^^^^^ Oct 13 05:18:00.835 INFO kablam! | | Oct 13 05:18:00.835 INFO kablam! | help: remove this `mut` Oct 13 05:18:00.835 INFO kablam! Oct 13 05:18:01.870 INFO kablam! warning: unused import: `WriteBytesExt` Oct 13 05:18:01.870 INFO kablam! --> src/protocol/list.rs:6:53 Oct 13 05:18:01.870 INFO kablam! | Oct 13 05:18:01.870 INFO kablam! 6 | use byteorder::{BigEndian, ByteOrder, ReadBytesExt, WriteBytesExt}; Oct 13 05:18:01.870 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:18:01.870 INFO kablam! Oct 13 05:18:01.979 INFO kablam! warning: unused variable: `file` Oct 13 05:18:01.979 INFO kablam! --> src/sender.rs:195:13 Oct 13 05:18:01.979 INFO kablam! | Oct 13 05:18:01.979 INFO kablam! 195 | let file = generate_small_sender_file(&Path::new("test_file")); Oct 13 05:18:01.979 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 05:18:01.979 INFO kablam! | Oct 13 05:18:01.979 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:18:01.979 INFO kablam! Oct 13 05:18:01.979 INFO kablam! warning: unused variable: `header` Oct 13 05:18:01.979 INFO kablam! --> src/sender.rs:201:28 Oct 13 05:18:01.979 INFO kablam! | Oct 13 05:18:01.979 INFO kablam! 201 | Message::Frame(header, mut data) => { Oct 13 05:18:01.979 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 13 05:18:01.979 INFO kablam! Oct 13 05:18:01.979 INFO kablam! warning: unused variable: `file` Oct 13 05:18:01.979 INFO kablam! --> src/sender.rs:216:13 Oct 13 05:18:01.979 INFO kablam! | Oct 13 05:18:01.979 INFO kablam! 216 | let file = generate_small_sender_file(&Path::new("sub/test_file")); Oct 13 05:18:01.979 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 05:18:01.979 INFO kablam! Oct 13 05:18:01.983 INFO kablam! warning: unused variable: `header` Oct 13 05:18:01.983 INFO kablam! --> src/sender.rs:222:28 Oct 13 05:18:01.983 INFO kablam! | Oct 13 05:18:01.983 INFO kablam! 222 | Message::Frame(header, mut data) => { Oct 13 05:18:01.983 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 13 05:18:01.983 INFO kablam! Oct 13 05:18:01.983 INFO kablam! warning: unused variable: `items` Oct 13 05:18:01.983 INFO kablam! --> src/protocol/list.rs:95:17 Oct 13 05:18:01.983 INFO kablam! | Oct 13 05:18:01.983 INFO kablam! 95 | let mut items = consume(&mut t, read_to_vec).unwrap(); Oct 13 05:18:01.983 INFO kablam! | ^^^^^ help: consider using `_items` instead Oct 13 05:18:01.983 INFO kablam! Oct 13 05:18:01.987 INFO kablam! warning: unused variable: `i` Oct 13 05:18:01.987 INFO kablam! --> src/protocol/network_path.rs:213:13 Oct 13 05:18:01.987 INFO kablam! | Oct 13 05:18:01.987 INFO kablam! 213 | for i in 0..len { Oct 13 05:18:01.987 INFO kablam! | ^ help: consider using `_i` instead Oct 13 05:18:01.987 INFO kablam! Oct 13 05:18:02.055 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:02.055 INFO kablam! --> src/sender.rs:28:16 Oct 13 05:18:02.055 INFO kablam! | Oct 13 05:18:02.055 INFO kablam! 28 | pub fn new(mut shares: HashMap) -> Sender { Oct 13 05:18:02.055 INFO kablam! | ----^^^^^^ Oct 13 05:18:02.055 INFO kablam! | | Oct 13 05:18:02.055 INFO kablam! | help: remove this `mut` Oct 13 05:18:02.055 INFO kablam! | Oct 13 05:18:02.055 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:18:02.055 INFO kablam! Oct 13 05:18:02.271 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:02.271 INFO kablam! --> src/protocol/list.rs:95:13 Oct 13 05:18:02.271 INFO kablam! | Oct 13 05:18:02.271 INFO kablam! 95 | let mut items = consume(&mut t, read_to_vec).unwrap(); Oct 13 05:18:02.271 INFO kablam! | ----^^^^^ Oct 13 05:18:02.271 INFO kablam! | | Oct 13 05:18:02.271 INFO kablam! | help: remove this `mut` Oct 13 05:18:02.271 INFO kablam! Oct 13 05:18:02.277 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:02.277 INFO kablam! --> src/protocol/list.rs:104:13 Oct 13 05:18:02.277 INFO kablam! | Oct 13 05:18:02.277 INFO kablam! 104 | let mut items = consume(&mut t, read_to_vec).unwrap(); Oct 13 05:18:02.277 INFO kablam! | ----^^^^^ Oct 13 05:18:02.277 INFO kablam! | | Oct 13 05:18:02.277 INFO kablam! | help: remove this `mut` Oct 13 05:18:02.277 INFO kablam! Oct 13 05:18:02.280 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:02.280 INFO kablam! --> src/protocol/list.rs:114:13 Oct 13 05:18:02.280 INFO kablam! | Oct 13 05:18:02.281 INFO kablam! 114 | let mut items = consume(&mut t, read_to_vec).unwrap(); Oct 13 05:18:02.281 INFO kablam! | ----^^^^^ Oct 13 05:18:02.281 INFO kablam! | | Oct 13 05:18:02.281 INFO kablam! | help: remove this `mut` Oct 13 05:18:02.281 INFO kablam! Oct 13 05:18:02.287 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:02.287 INFO kablam! --> src/protocol/list.rs:126:13 Oct 13 05:18:02.287 INFO kablam! | Oct 13 05:18:02.287 INFO kablam! 126 | let mut items = consume(&mut t, read_to_vec).unwrap(); Oct 13 05:18:02.287 INFO kablam! | ----^^^^^ Oct 13 05:18:02.287 INFO kablam! | | Oct 13 05:18:02.287 INFO kablam! | help: remove this `mut` Oct 13 05:18:02.287 INFO kablam! Oct 13 05:18:02.335 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:02.335 INFO kablam! --> src/protocol/list.rs:193:17 Oct 13 05:18:02.335 INFO kablam! | Oct 13 05:18:02.335 INFO kablam! 193 | let mut items = consume(&mut Cursor::new(t), read_to_vec).unwrap(); Oct 13 05:18:02.335 INFO kablam! | ----^^^^^ Oct 13 05:18:02.335 INFO kablam! | | Oct 13 05:18:02.335 INFO kablam! | help: remove this `mut` Oct 13 05:18:02.335 INFO kablam! Oct 13 05:18:02.335 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:02.335 INFO kablam! --> src/protocol/list.rs:204:17 Oct 13 05:18:02.335 INFO kablam! | Oct 13 05:18:02.335 INFO kablam! 204 | let mut items = consume(&mut Cursor::new(t), read_to_vec).unwrap(); Oct 13 05:18:02.335 INFO kablam! | ----^^^^^ Oct 13 05:18:02.335 INFO kablam! | | Oct 13 05:18:02.335 INFO kablam! | help: remove this `mut` Oct 13 05:18:02.335 INFO kablam! Oct 13 05:18:02.351 INFO kablam! warning: variable does not need to be mutable Oct 13 05:18:02.351 INFO kablam! --> src/protocol/list.rs:212:17 Oct 13 05:18:02.351 INFO kablam! | Oct 13 05:18:02.351 INFO kablam! 212 | let mut items = consume(&mut LimitReader::new(Cursor::new(t), limit), read_to_vec).unwrap(); Oct 13 05:18:02.351 INFO kablam! | ----^^^^^ Oct 13 05:18:02.351 INFO kablam! | | Oct 13 05:18:02.351 INFO kablam! | help: remove this `mut` Oct 13 05:18:02.351 INFO kablam! Oct 13 05:18:02.363 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:18:02.363 INFO kablam! --> src/receiver.rs:113:17 Oct 13 05:18:02.363 INFO kablam! | Oct 13 05:18:02.363 INFO kablam! 113 | data.read_to_end(&mut remote_checksum); Oct 13 05:18:02.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:18:02.368 INFO kablam! | Oct 13 05:18:02.368 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:18:02.368 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:18:02.368 INFO kablam! Oct 13 05:18:06.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.46s Oct 13 05:18:06.179 INFO kablam! su: No module specific data is present Oct 13 05:18:07.075 INFO running `"docker" "rm" "-f" "ffd898c319eb9e45dcefd9af8efb19548c717c4613ecb705670fa4551e0a8ce2"` Oct 13 05:18:07.414 INFO blam! ffd898c319eb9e45dcefd9af8efb19548c717c4613ecb705670fa4551e0a8ce2