Oct 21 14:53:13.767 INFO checking pavel-mukhanov/sandbox against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:53:13.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14:53:14.076 INFO blam! 890ebdf1c31da8871c1932287e4d2fc58ca483d666d8629f8b218758ab578009 Oct 21 14:53:14.076 INFO running `"docker" "start" "-a" "890ebdf1c31da8871c1932287e4d2fc58ca483d666d8629f8b218758ab578009"` Oct 21 14:53:14.503 INFO kablam! usermod: no changes Oct 21 14:53:14.665 INFO kablam! Checking rand_core v0.1.0-pre.0 Oct 21 14:53:14.668 INFO kablam! Checking atty v0.2.11 Oct 21 14:53:14.668 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 21 14:53:14.668 INFO kablam! Checking bytes v0.4.9 Oct 21 14:53:14.669 INFO kablam! Checking tokio-retry v0.2.0 Oct 21 14:53:14.669 INFO kablam! Checking crossbeam-epoch v0.4.1 Oct 21 14:53:14.669 INFO kablam! Checking thread_local v0.3.5 Oct 21 14:53:14.669 INFO kablam! Compiling syn v0.14.9 Oct 21 14:53:15.197 INFO kablam! Checking rand v0.5.0-pre.0 Oct 21 14:53:15.232 INFO kablam! Checking clap v2.32.0 Oct 21 14:53:15.656 INFO kablam! Checking regex v0.2.10 Oct 21 14:53:16.532 INFO kablam! Checking crossbeam-deque v0.3.0 Oct 21 14:53:16.788 INFO kablam! Checking tokio-io v0.1.8 Oct 21 14:53:18.452 INFO kablam! Checking tokio-reactor v0.1.1 Oct 21 14:53:18.452 INFO kablam! Checking tokio-codec v0.1.0 Oct 21 14:53:18.996 INFO kablam! Checking partial-io v0.3.0 Oct 21 14:53:19.511 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 21 14:53:20.255 INFO kablam! Checking env_logger v0.4.3 Oct 21 14:53:20.608 INFO kablam! Checking backtrace v0.3.9 Oct 21 14:53:21.097 INFO kablam! Checking tokio-udp v0.1.0 Oct 21 14:53:21.097 INFO kablam! Checking tokio-tcp v0.1.0 Oct 21 14:53:24.204 INFO kablam! Checking tokio-fs v0.1.3 Oct 21 14:53:25.772 INFO kablam! Checking tokio v0.1.7 Oct 21 14:53:32.704 INFO kablam! Compiling synstructure v0.9.0 Oct 21 14:53:36.344 INFO kablam! Compiling failure_derive v0.1.2 Oct 21 14:53:38.776 INFO kablam! Checking failure v0.1.2 Oct 21 14:53:39.200 INFO kablam! Checking sandbox v0.1.0 (/source) Oct 21 14:53:40.313 INFO kablam! warning: unused import: `byteorder::ByteOrder` Oct 21 14:53:40.314 INFO kablam! --> src/main.rs:18:5 Oct 21 14:53:40.314 INFO kablam! | Oct 21 14:53:40.314 INFO kablam! 18 | use byteorder::ByteOrder; Oct 21 14:53:40.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.315 INFO kablam! | Oct 21 14:53:40.315 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:53:40.315 INFO kablam! Oct 21 14:53:40.316 INFO kablam! warning: unused import: `byteorder::LittleEndian` Oct 21 14:53:40.316 INFO kablam! --> src/main.rs:19:5 Oct 21 14:53:40.316 INFO kablam! | Oct 21 14:53:40.317 INFO kablam! 19 | use byteorder::LittleEndian; Oct 21 14:53:40.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.317 INFO kablam! Oct 21 14:53:40.317 INFO kablam! warning: unused import: `self` Oct 21 14:53:40.318 INFO kablam! --> src/main.rs:24:23 Oct 21 14:53:40.318 INFO kablam! | Oct 21 14:53:40.318 INFO kablam! 24 | use futures::stream::{self, Stream}; Oct 21 14:53:40.318 INFO kablam! | ^^^^ Oct 21 14:53:40.319 INFO kablam! Oct 21 14:53:40.319 INFO kablam! warning: unused import: `std::collections::VecDeque` Oct 21 14:53:40.319 INFO kablam! --> src/main.rs:27:5 Oct 21 14:53:40.319 INFO kablam! | Oct 21 14:53:40.320 INFO kablam! 27 | use std::collections::VecDeque; Oct 21 14:53:40.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.320 INFO kablam! Oct 21 14:53:40.320 INFO kablam! warning: unused import: `Read` Oct 21 14:53:40.321 INFO kablam! --> src/main.rs:29:24 Oct 21 14:53:40.321 INFO kablam! | Oct 21 14:53:40.321 INFO kablam! 29 | use std::io::{BufRead, Read}; Oct 21 14:53:40.321 INFO kablam! | ^^^^ Oct 21 14:53:40.322 INFO kablam! Oct 21 14:53:40.322 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 21 14:53:40.322 INFO kablam! --> src/main.rs:31:17 Oct 21 14:53:40.322 INFO kablam! | Oct 21 14:53:40.323 INFO kablam! 31 | use std::sync::{Arc, RwLock}; Oct 21 14:53:40.323 INFO kablam! | ^^^ ^^^^^^ Oct 21 14:53:40.323 INFO kablam! Oct 21 14:53:40.324 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite`, `read_exact`, `write_all` Oct 21 14:53:40.324 INFO kablam! --> src/main.rs:34:10 Oct 21 14:53:40.324 INFO kablam! | Oct 21 14:53:40.324 INFO kablam! 34 | io::{read_exact, write_all}, AsyncRead, AsyncWrite, Oct 21 14:53:40.325 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ Oct 21 14:53:40.325 INFO kablam! Oct 21 14:53:40.325 INFO kablam! warning: unused imports: `BTreeMap`, `hash_map::DefaultHasher` Oct 21 14:53:40.325 INFO kablam! --> src/client_server.rs:6:24 Oct 21 14:53:40.325 INFO kablam! | Oct 21 14:53:40.326 INFO kablam! 6 | use std::collections::{hash_map::DefaultHasher, BTreeMap}; Oct 21 14:53:40.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ Oct 21 14:53:40.326 INFO kablam! Oct 21 14:53:40.327 INFO kablam! warning: unused imports: `Hash`, `sync::atomic::Ordering` Oct 21 14:53:40.327 INFO kablam! --> src/client_server.rs:12:12 Oct 21 14:53:40.327 INFO kablam! | Oct 21 14:53:40.327 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 21 14:53:40.328 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.328 INFO kablam! Oct 21 14:53:40.328 INFO kablam! warning: unused import: `AsyncWrite` Oct 21 14:53:40.328 INFO kablam! --> src/client_server.rs:15:34 Oct 21 14:53:40.329 INFO kablam! | Oct 21 14:53:40.329 INFO kablam! 15 | use tokio::io::{self, AsyncRead, AsyncWrite}; Oct 21 14:53:40.329 INFO kablam! | ^^^^^^^^^^ Oct 21 14:53:40.329 INFO kablam! Oct 21 14:53:40.330 INFO kablam! warning: unused import: `client_server::Connection` Oct 21 14:53:40.330 INFO kablam! --> src/codecs.rs:4:5 Oct 21 14:53:40.330 INFO kablam! | Oct 21 14:53:40.330 INFO kablam! 4 | use client_server::Connection; Oct 21 14:53:40.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.331 INFO kablam! Oct 21 14:53:40.331 INFO kablam! warning: unused import: `self` Oct 21 14:53:40.331 INFO kablam! --> src/codecs.rs:8:23 Oct 21 14:53:40.332 INFO kablam! | Oct 21 14:53:40.332 INFO kablam! 8 | use futures::stream::{self, Stream}; Oct 21 14:53:40.332 INFO kablam! | ^^^^ Oct 21 14:53:40.332 INFO kablam! Oct 21 14:53:40.333 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 21 14:53:40.333 INFO kablam! --> src/codecs.rs:10:5 Oct 21 14:53:40.333 INFO kablam! | Oct 21 14:53:40.333 INFO kablam! 10 | use std::borrow::ToOwned; Oct 21 14:53:40.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.334 INFO kablam! Oct 21 14:53:40.334 INFO kablam! warning: unused import: `std::sync::Arc` Oct 21 14:53:40.334 INFO kablam! --> src/codecs.rs:13:5 Oct 21 14:53:40.335 INFO kablam! | Oct 21 14:53:40.335 INFO kablam! 13 | use std::sync::Arc; Oct 21 14:53:40.335 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 14:53:40.336 INFO kablam! Oct 21 14:53:40.336 INFO kablam! warning: unused import: `std::sync::RwLock` Oct 21 14:53:40.336 INFO kablam! --> src/codecs.rs:14:5 Oct 21 14:53:40.336 INFO kablam! | Oct 21 14:53:40.337 INFO kablam! 14 | use std::sync::RwLock; Oct 21 14:53:40.337 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.337 INFO kablam! Oct 21 14:53:40.337 INFO kablam! warning: unused import: `std::thread` Oct 21 14:53:40.338 INFO kablam! --> src/codecs.rs:15:5 Oct 21 14:53:40.338 INFO kablam! | Oct 21 14:53:40.338 INFO kablam! 15 | use std::thread; Oct 21 14:53:40.338 INFO kablam! | ^^^^^^^^^^^ Oct 21 14:53:40.339 INFO kablam! Oct 21 14:53:40.339 INFO kablam! warning: unused import: `std::time::Duration` Oct 21 14:53:40.339 INFO kablam! --> src/codecs.rs:16:5 Oct 21 14:53:40.339 INFO kablam! | Oct 21 14:53:40.340 INFO kablam! 16 | use std::time::Duration; Oct 21 14:53:40.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.340 INFO kablam! Oct 21 14:53:40.340 INFO kablam! warning: unused import: `AsyncWrite` Oct 21 14:53:40.341 INFO kablam! --> src/codecs.rs:22:46 Oct 21 14:53:40.341 INFO kablam! | Oct 21 14:53:40.341 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 21 14:53:40.341 INFO kablam! | ^^^^^^^^^^ Oct 21 14:53:40.342 INFO kablam! Oct 21 14:53:40.342 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 14:53:40.342 INFO kablam! --> src/codecs.rs:21:41 Oct 21 14:53:40.342 INFO kablam! | Oct 21 14:53:40.343 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 21 14:53:40.343 INFO kablam! | ^^^^^^ Oct 21 14:53:40.343 INFO kablam! | Oct 21 14:53:40.343 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 14:53:40.344 INFO kablam! Oct 21 14:53:40.344 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 21 14:53:40.344 INFO kablam! --> src/codecs.rs:22:16 Oct 21 14:53:40.344 INFO kablam! | Oct 21 14:53:40.345 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 21 14:53:40.345 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.345 INFO kablam! Oct 21 14:53:40.345 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 14:53:40.346 INFO kablam! --> src/codecs.rs:35:29 Oct 21 14:53:40.346 INFO kablam! | Oct 21 14:53:40.346 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 21 14:53:40.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.347 INFO kablam! Oct 21 14:53:40.347 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 21 14:53:40.347 INFO kablam! --> src/codecs.rs:35:47 Oct 21 14:53:40.347 INFO kablam! | Oct 21 14:53:40.348 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 21 14:53:40.348 INFO kablam! | ^^^^^^^^^^ Oct 21 14:53:40.348 INFO kablam! Oct 21 14:53:40.349 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 21 14:53:40.349 INFO kablam! --> src/client_server.rs:154:17 Oct 21 14:53:40.349 INFO kablam! | Oct 21 14:53:40.349 INFO kablam! 154 | stream::iter(lines).forward(writer).map(drop) Oct 21 14:53:40.350 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:53:40.350 INFO kablam! Oct 21 14:53:40.350 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 21 14:53:40.350 INFO kablam! --> src/codecs.rs:115:48 Oct 21 14:53:40.351 INFO kablam! | Oct 21 14:53:40.351 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 21 14:53:40.351 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 14:53:40.351 INFO kablam! Oct 21 14:53:40.455 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 14:53:40.455 INFO kablam! --> src/client_server.rs:107:49 Oct 21 14:53:40.455 INFO kablam! | Oct 21 14:53:40.455 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 21 14:53:40.455 INFO kablam! | ^^^^^^ Oct 21 14:53:40.455 INFO kablam! Oct 21 14:53:40.456 INFO kablam! warning: unused import: `byteorder::ByteOrder` Oct 21 14:53:40.456 INFO kablam! --> src/main.rs:18:5 Oct 21 14:53:40.457 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 18 | use byteorder::ByteOrder; Oct 21 14:53:40.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused import: `byteorder::LittleEndian` Oct 21 14:53:40.458 INFO kablam! --> src/main.rs:19:5 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 19 | use byteorder::LittleEndian; Oct 21 14:53:40.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused import: `self` Oct 21 14:53:40.458 INFO kablam! --> src/main.rs:24:23 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 24 | use futures::stream::{self, Stream}; Oct 21 14:53:40.458 INFO kablam! | ^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused import: `std::collections::VecDeque` Oct 21 14:53:40.458 INFO kablam! --> src/main.rs:27:5 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 27 | use std::collections::VecDeque; Oct 21 14:53:40.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused import: `Read` Oct 21 14:53:40.458 INFO kablam! --> src/main.rs:29:24 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 29 | use std::io::{BufRead, Read}; Oct 21 14:53:40.458 INFO kablam! | ^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 21 14:53:40.458 INFO kablam! --> src/main.rs:31:17 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 31 | use std::sync::{Arc, RwLock}; Oct 21 14:53:40.458 INFO kablam! | ^^^ ^^^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite`, `read_exact`, `write_all` Oct 21 14:53:40.458 INFO kablam! --> src/main.rs:34:10 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 34 | io::{read_exact, write_all}, AsyncRead, AsyncWrite, Oct 21 14:53:40.458 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused imports: `BTreeMap`, `hash_map::DefaultHasher` Oct 21 14:53:40.458 INFO kablam! --> src/client_server.rs:6:24 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 6 | use std::collections::{hash_map::DefaultHasher, BTreeMap}; Oct 21 14:53:40.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused imports: `Hash`, `sync::atomic::Ordering` Oct 21 14:53:40.458 INFO kablam! --> src/client_server.rs:12:12 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 21 14:53:40.458 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused import: `AsyncWrite` Oct 21 14:53:40.458 INFO kablam! --> src/client_server.rs:15:34 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 15 | use tokio::io::{self, AsyncRead, AsyncWrite}; Oct 21 14:53:40.458 INFO kablam! | ^^^^^^^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused import: `client_server::Connection` Oct 21 14:53:40.458 INFO kablam! --> src/codecs.rs:4:5 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 4 | use client_server::Connection; Oct 21 14:53:40.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused import: `self` Oct 21 14:53:40.458 INFO kablam! --> src/codecs.rs:8:23 Oct 21 14:53:40.458 INFO kablam! | Oct 21 14:53:40.458 INFO kablam! 8 | use futures::stream::{self, Stream}; Oct 21 14:53:40.458 INFO kablam! | ^^^^ Oct 21 14:53:40.458 INFO kablam! Oct 21 14:53:40.458 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 21 14:53:40.458 INFO kablam! --> src/codecs.rs:10:5 Oct 21 14:53:40.459 INFO kablam! | Oct 21 14:53:40.459 INFO kablam! 10 | use std::borrow::ToOwned; Oct 21 14:53:40.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.459 INFO kablam! Oct 21 14:53:40.459 INFO kablam! warning: unused import: `std::sync::Arc` Oct 21 14:53:40.459 INFO kablam! --> src/codecs.rs:13:5 Oct 21 14:53:40.459 INFO kablam! | Oct 21 14:53:40.459 INFO kablam! 13 | use std::sync::Arc; Oct 21 14:53:40.459 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 14:53:40.459 INFO kablam! Oct 21 14:53:40.459 INFO kablam! warning: unused import: `std::sync::RwLock` Oct 21 14:53:40.459 INFO kablam! --> src/codecs.rs:14:5 Oct 21 14:53:40.459 INFO kablam! | Oct 21 14:53:40.459 INFO kablam! 14 | use std::sync::RwLock; Oct 21 14:53:40.459 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.459 INFO kablam! Oct 21 14:53:40.459 INFO kablam! warning: unused import: `std::thread` Oct 21 14:53:40.459 INFO kablam! --> src/codecs.rs:15:5 Oct 21 14:53:40.459 INFO kablam! | Oct 21 14:53:40.459 INFO kablam! 15 | use std::thread; Oct 21 14:53:40.459 INFO kablam! | ^^^^^^^^^^^ Oct 21 14:53:40.459 INFO kablam! Oct 21 14:53:40.459 INFO kablam! warning: unused import: `std::time::Duration` Oct 21 14:53:40.459 INFO kablam! --> src/codecs.rs:16:5 Oct 21 14:53:40.459 INFO kablam! | Oct 21 14:53:40.459 INFO kablam! 16 | use std::time::Duration; Oct 21 14:53:40.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.459 INFO kablam! Oct 21 14:53:40.459 INFO kablam! warning: unused import: `AsyncWrite` Oct 21 14:53:40.459 INFO kablam! --> src/codecs.rs:22:46 Oct 21 14:53:40.459 INFO kablam! | Oct 21 14:53:40.459 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 21 14:53:40.459 INFO kablam! | ^^^^^^^^^^ Oct 21 14:53:40.459 INFO kablam! Oct 21 14:53:40.568 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 14:53:40.568 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 14:53:40.568 INFO kablam! --> src/codecs.rs:21:41 Oct 21 14:53:40.568 INFO kablam! | Oct 21 14:53:40.568 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 21 14:53:40.568 INFO kablam! | ^^^^^^ Oct 21 14:53:40.568 INFO kablam! | Oct 21 14:53:40.568 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 14:53:40.568 INFO kablam! Oct 21 14:53:40.568 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 21 14:53:40.568 INFO kablam! --> src/codecs.rs:22:16 Oct 21 14:53:40.568 INFO kablam! | Oct 21 14:53:40.568 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 21 14:53:40.568 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.568 INFO kablam! Oct 21 14:53:40.568 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 14:53:40.568 INFO kablam! --> src/codecs.rs:35:29 Oct 21 14:53:40.568 INFO kablam! | Oct 21 14:53:40.568 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 21 14:53:40.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.568 INFO kablam! Oct 21 14:53:40.568 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 21 14:53:40.568 INFO kablam! --> src/codecs.rs:35:47 Oct 21 14:53:40.568 INFO kablam! | Oct 21 14:53:40.568 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 21 14:53:40.569 INFO kablam! | ^^^^^^^^^^ Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! --> src/client_server.rs:150:45 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 21 14:53:40.569 INFO kablam! | ^^^^^^ Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 21 14:53:40.569 INFO kablam! --> src/client_server.rs:154:17 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 154 | stream::iter(lines).forward(writer).map(drop) Oct 21 14:53:40.569 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 21 14:53:40.569 INFO kablam! --> src/codecs.rs:115:48 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 21 14:53:40.569 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 14:53:40.569 INFO kablam! --> src/codecs.rs:115:41 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 21 14:53:40.569 INFO kablam! | ^^^^^^ Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: unused import: `Hasher` Oct 21 14:53:40.569 INFO kablam! --> src/client_server.rs:12:18 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 21 14:53:40.569 INFO kablam! | ^^^^^^ Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: unused variable: `remote_address` Oct 21 14:53:40.569 INFO kablam! --> src/main.rs:56:9 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 56 | let remote_address = remote_address.clone(); Oct 21 14:53:40.569 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_remote_address` instead Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: unused variable: `connector` Oct 21 14:53:40.569 INFO kablam! --> src/main.rs:61:9 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 61 | let connector = node.clone(); Oct 21 14:53:40.569 INFO kablam! | ^^^^^^^^^ help: consider using `_connector` instead Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: unused variable: `remote_sender` Oct 21 14:53:40.569 INFO kablam! --> src/main.rs:63:9 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 63 | let remote_sender = sender_tx.clone(); Oct 21 14:53:40.569 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_remote_sender` instead Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: unused variable: `writer` Oct 21 14:53:40.569 INFO kablam! --> src/client_server.rs:107:26 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 21 14:53:40.569 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: unused variable: `pool` Oct 21 14:53:40.569 INFO kablam! --> src/client_server.rs:98:13 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 98 | let pool = self.connection_pool.clone(); Oct 21 14:53:40.569 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: unused variable: `reader` Oct 21 14:53:40.569 INFO kablam! --> src/client_server.rs:150:30 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 21 14:53:40.569 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: unused variable: `pool` Oct 21 14:53:40.569 INFO kablam! --> src/client_server.rs:144:13 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 144 | let pool = self.connection_pool.clone(); Oct 21 14:53:40.569 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: unused variable: `e` Oct 21 14:53:40.569 INFO kablam! --> src/codecs.rs:122:31 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 122 | .map_err(|e| format_err!("error! ")) Oct 21 14:53:40.569 INFO kablam! | ^ help: consider using `_e` instead Oct 21 14:53:40.569 INFO kablam! Oct 21 14:53:40.569 INFO kablam! warning: unused variable: `e` Oct 21 14:53:40.569 INFO kablam! --> src/codecs.rs:125:31 Oct 21 14:53:40.569 INFO kablam! | Oct 21 14:53:40.569 INFO kablam! 125 | .map_err(|e| println!("error!")) Oct 21 14:53:40.569 INFO kablam! | ^ help: consider using `_e` instead Oct 21 14:53:40.570 INFO kablam! Oct 21 14:53:40.570 INFO kablam! warning: unused variable: `peer_addr` Oct 21 14:53:40.570 INFO kablam! --> src/codecs.rs:114:13 Oct 21 14:53:40.570 INFO kablam! | Oct 21 14:53:40.570 INFO kablam! 114 | let peer_addr = connection.local_addr().unwrap(); Oct 21 14:53:40.570 INFO kablam! | ^^^^^^^^^ help: consider using `_peer_addr` instead Oct 21 14:53:40.570 INFO kablam! Oct 21 14:53:40.570 INFO kablam! warning: unused variable: `e` Oct 21 14:53:40.570 INFO kablam! --> src/codecs.rs:174:26 Oct 21 14:53:40.570 INFO kablam! | Oct 21 14:53:40.570 INFO kablam! 174 | handler.map_err(|e| format_err!("")) Oct 21 14:53:40.570 INFO kablam! | ^ help: consider using `_e` instead Oct 21 14:53:40.570 INFO kablam! Oct 21 14:53:40.570 INFO kablam! warning: unused variable: `src` Oct 21 14:53:40.570 INFO kablam! --> src/codecs.rs:235:9 Oct 21 14:53:40.570 INFO kablam! | Oct 21 14:53:40.570 INFO kablam! 235 | src: &mut BytesMut, Oct 21 14:53:40.570 INFO kablam! | ^^^ help: consider using `_src` instead Oct 21 14:53:40.570 INFO kablam! Oct 21 14:53:40.570 INFO kablam! warning: unused variable: `item` Oct 21 14:53:40.570 INFO kablam! --> src/codecs.rs:247:9 Oct 21 14:53:40.570 INFO kablam! | Oct 21 14:53:40.570 INFO kablam! 247 | item: ::Item, Oct 21 14:53:40.570 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 21 14:53:40.570 INFO kablam! Oct 21 14:53:40.570 INFO kablam! warning: unused variable: `dst` Oct 21 14:53:40.570 INFO kablam! --> src/codecs.rs:248:9 Oct 21 14:53:40.570 INFO kablam! | Oct 21 14:53:40.570 INFO kablam! 248 | dst: &mut BytesMut, Oct 21 14:53:40.570 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 21 14:53:40.570 INFO kablam! Oct 21 14:53:40.613 INFO kablam! warning: variable does not need to be mutable Oct 21 14:53:40.613 INFO kablam! --> src/codecs.rs:94:13 Oct 21 14:53:40.613 INFO kablam! | Oct 21 14:53:40.613 INFO kablam! 94 | let mut read_pool = pool.clone(); Oct 21 14:53:40.613 INFO kablam! | ----^^^^^^^^^ Oct 21 14:53:40.613 INFO kablam! | | Oct 21 14:53:40.613 INFO kablam! | help: remove this `mut` Oct 21 14:53:40.613 INFO kablam! | Oct 21 14:53:40.613 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:53:40.613 INFO kablam! Oct 21 14:53:40.648 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 14:53:40.650 INFO kablam! --> src/client_server.rs:107:49 Oct 21 14:53:40.650 INFO kablam! | Oct 21 14:53:40.650 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 21 14:53:40.650 INFO kablam! | ^^^^^^ Oct 21 14:53:40.650 INFO kablam! Oct 21 14:53:40.668 INFO kablam! warning: struct is never constructed: `PublicKey` Oct 21 14:53:40.668 INFO kablam! --> src/client_server.rs:20:1 Oct 21 14:53:40.668 INFO kablam! | Oct 21 14:53:40.668 INFO kablam! 20 | pub struct PublicKey([u8]); Oct 21 14:53:40.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.668 INFO kablam! | Oct 21 14:53:40.668 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:53:40.668 INFO kablam! Oct 21 14:53:40.668 INFO kablam! warning: struct is never constructed: `ConnectInfo` Oct 21 14:53:40.668 INFO kablam! --> src/client_server.rs:22:1 Oct 21 14:53:40.668 INFO kablam! | Oct 21 14:53:40.668 INFO kablam! 22 | pub struct ConnectInfo { Oct 21 14:53:40.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.668 INFO kablam! Oct 21 14:53:40.668 INFO kablam! warning: struct is never constructed: `Connection` Oct 21 14:53:40.668 INFO kablam! --> src/client_server.rs:50:1 Oct 21 14:53:40.668 INFO kablam! | Oct 21 14:53:40.668 INFO kablam! 50 | pub struct Connection { Oct 21 14:53:40.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.668 INFO kablam! Oct 21 14:53:40.668 INFO kablam! warning: method is never used: `new` Oct 21 14:53:40.668 INFO kablam! --> src/client_server.rs:56:5 Oct 21 14:53:40.668 INFO kablam! | Oct 21 14:53:40.668 INFO kablam! 56 | pub fn new(local: &SocketAddr, remote: &SocketAddr) -> Self { Oct 21 14:53:40.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.668 INFO kablam! Oct 21 14:53:40.668 INFO kablam! warning: struct is never constructed: `Node` Oct 21 14:53:40.668 INFO kablam! --> src/client_server.rs:87:1 Oct 21 14:53:40.668 INFO kablam! | Oct 21 14:53:40.668 INFO kablam! 87 | pub struct Node { Oct 21 14:53:40.668 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 14:53:40.668 INFO kablam! Oct 21 14:53:40.668 INFO kablam! warning: method is never used: `new` Oct 21 14:53:40.668 INFO kablam! --> src/client_server.rs:92:5 Oct 21 14:53:40.668 INFO kablam! | Oct 21 14:53:40.668 INFO kablam! 92 | pub fn new(connection_pool: ConnectionPool2) -> Self { Oct 21 14:53:40.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.668 INFO kablam! Oct 21 14:53:40.668 INFO kablam! warning: method is never used: `listen` Oct 21 14:53:40.668 INFO kablam! --> src/client_server.rs:96:5 Oct 21 14:53:40.668 INFO kablam! | Oct 21 14:53:40.669 INFO kablam! 96 | pub fn listen(&self, address: &SocketAddr) { Oct 21 14:53:40.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.669 INFO kablam! Oct 21 14:53:40.669 INFO kablam! warning: method is never used: `connect` Oct 21 14:53:40.669 INFO kablam! --> src/client_server.rs:142:5 Oct 21 14:53:40.669 INFO kablam! | Oct 21 14:53:40.669 INFO kablam! 142 | pub fn connect(&self, address: &SocketAddr) { Oct 21 14:53:40.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.669 INFO kablam! Oct 21 14:53:40.669 INFO kablam! warning: function is never used: `gen_lines` Oct 21 14:53:40.669 INFO kablam! --> src/client_server.rs:162:1 Oct 21 14:53:40.669 INFO kablam! | Oct 21 14:53:40.669 INFO kablam! 162 | fn gen_lines(n: usize) -> Vec> { Oct 21 14:53:40.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.669 INFO kablam! Oct 21 14:53:40.669 INFO kablam! warning: type alias is never used: `FramedSink` Oct 21 14:53:40.669 INFO kablam! --> src/codecs.rs:35:1 Oct 21 14:53:40.669 INFO kablam! | Oct 21 14:53:40.669 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 21 14:53:40.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.669 INFO kablam! Oct 21 14:53:40.669 INFO kablam! warning: method is never used: `ok` Oct 21 14:53:40.669 INFO kablam! --> src/codecs.rs:177:5 Oct 21 14:53:40.669 INFO kablam! | Oct 21 14:53:40.669 INFO kablam! 177 | pub fn ok() -> impl Future { Oct 21 14:53:40.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.669 INFO kablam! Oct 21 14:53:40.669 INFO kablam! warning: function is never used: `commands_parser` Oct 21 14:53:40.669 INFO kablam! --> src/codecs.rs:214:1 Oct 21 14:53:40.669 INFO kablam! | Oct 21 14:53:40.669 INFO kablam! 214 | fn commands_parser(line: String, pool: ConnectionPool2) -> String { Oct 21 14:53:40.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.669 INFO kablam! Oct 21 14:53:40.669 INFO kablam! warning: struct is never constructed: `BadCodecs` Oct 21 14:53:40.669 INFO kablam! --> src/codecs.rs:221:1 Oct 21 14:53:40.669 INFO kablam! | Oct 21 14:53:40.669 INFO kablam! 221 | struct BadCodecs {} Oct 21 14:53:40.669 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 14:53:40.669 INFO kablam! Oct 21 14:53:40.669 INFO kablam! warning: method is never used: `new` Oct 21 14:53:40.669 INFO kablam! --> src/codecs.rs:224:5 Oct 21 14:53:40.669 INFO kablam! | Oct 21 14:53:40.669 INFO kablam! 224 | pub fn new() -> Self { Oct 21 14:53:40.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.669 INFO kablam! Oct 21 14:53:40.683 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:53:40.683 INFO kablam! --> src/client_server.rs:139:9 Oct 21 14:53:40.683 INFO kablam! | Oct 21 14:53:40.683 INFO kablam! 139 | handler.join(); Oct 21 14:53:40.683 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 14:53:40.683 INFO kablam! | Oct 21 14:53:40.683 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:53:40.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:53:40.683 INFO kablam! Oct 21 14:53:40.683 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:53:40.683 INFO kablam! --> src/main.rs:82:9 Oct 21 14:53:40.683 INFO kablam! | Oct 21 14:53:40.683 INFO kablam! 82 | connect_sender_tx.clone().send(line.clone()).wait(); Oct 21 14:53:40.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.683 INFO kablam! | Oct 21 14:53:40.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:53:40.683 INFO kablam! Oct 21 14:53:40.683 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 14:53:40.683 INFO kablam! --> src/client_server.rs:150:45 Oct 21 14:53:40.683 INFO kablam! | Oct 21 14:53:40.683 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 21 14:53:40.683 INFO kablam! | ^^^^^^ Oct 21 14:53:40.683 INFO kablam! Oct 21 14:53:40.696 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 14:53:40.698 INFO kablam! --> src/codecs.rs:115:41 Oct 21 14:53:40.698 INFO kablam! | Oct 21 14:53:40.698 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 21 14:53:40.698 INFO kablam! | ^^^^^^ Oct 21 14:53:40.698 INFO kablam! Oct 21 14:53:40.716 INFO kablam! warning: unused import: `Hasher` Oct 21 14:53:40.716 INFO kablam! --> src/client_server.rs:12:18 Oct 21 14:53:40.716 INFO kablam! | Oct 21 14:53:40.716 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 21 14:53:40.716 INFO kablam! | ^^^^^^ Oct 21 14:53:40.716 INFO kablam! Oct 21 14:53:40.728 INFO kablam! warning: unused variable: `remote_address` Oct 21 14:53:40.728 INFO kablam! --> src/main.rs:56:9 Oct 21 14:53:40.728 INFO kablam! | Oct 21 14:53:40.728 INFO kablam! 56 | let remote_address = remote_address.clone(); Oct 21 14:53:40.728 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_remote_address` instead Oct 21 14:53:40.729 INFO kablam! | Oct 21 14:53:40.729 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:53:40.729 INFO kablam! Oct 21 14:53:40.729 INFO kablam! warning: unused variable: `connector` Oct 21 14:53:40.729 INFO kablam! --> src/main.rs:61:9 Oct 21 14:53:40.729 INFO kablam! | Oct 21 14:53:40.729 INFO kablam! 61 | let connector = node.clone(); Oct 21 14:53:40.729 INFO kablam! | ^^^^^^^^^ help: consider using `_connector` instead Oct 21 14:53:40.729 INFO kablam! Oct 21 14:53:40.729 INFO kablam! warning: unused variable: `remote_sender` Oct 21 14:53:40.729 INFO kablam! --> src/main.rs:63:9 Oct 21 14:53:40.729 INFO kablam! | Oct 21 14:53:40.729 INFO kablam! 63 | let remote_sender = sender_tx.clone(); Oct 21 14:53:40.729 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_remote_sender` instead Oct 21 14:53:40.729 INFO kablam! Oct 21 14:53:40.734 INFO kablam! warning: unused variable: `address2` Oct 21 14:53:40.734 INFO kablam! --> src/client_server.rs:69:9 Oct 21 14:53:40.734 INFO kablam! | Oct 21 14:53:40.734 INFO kablam! 69 | let address2: SocketAddr = "127.0.0.1:9000".parse().unwrap(); Oct 21 14:53:40.734 INFO kablam! | ^^^^^^^^ help: consider using `_address2` instead Oct 21 14:53:40.734 INFO kablam! Oct 21 14:53:40.734 INFO kablam! warning: unused variable: `writer` Oct 21 14:53:40.734 INFO kablam! --> src/client_server.rs:107:26 Oct 21 14:53:40.734 INFO kablam! | Oct 21 14:53:40.734 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 21 14:53:40.734 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 21 14:53:40.734 INFO kablam! Oct 21 14:53:40.734 INFO kablam! warning: unused variable: `pool` Oct 21 14:53:40.734 INFO kablam! --> src/client_server.rs:98:13 Oct 21 14:53:40.734 INFO kablam! | Oct 21 14:53:40.734 INFO kablam! 98 | let pool = self.connection_pool.clone(); Oct 21 14:53:40.734 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 21 14:53:40.734 INFO kablam! Oct 21 14:53:40.734 INFO kablam! warning: unused variable: `reader` Oct 21 14:53:40.734 INFO kablam! --> src/client_server.rs:150:30 Oct 21 14:53:40.734 INFO kablam! | Oct 21 14:53:40.734 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 21 14:53:40.734 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 21 14:53:40.734 INFO kablam! Oct 21 14:53:40.734 INFO kablam! warning: unused variable: `pool` Oct 21 14:53:40.734 INFO kablam! --> src/client_server.rs:144:13 Oct 21 14:53:40.734 INFO kablam! | Oct 21 14:53:40.734 INFO kablam! 144 | let pool = self.connection_pool.clone(); Oct 21 14:53:40.734 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 21 14:53:40.734 INFO kablam! Oct 21 14:53:40.734 INFO kablam! warning: unused variable: `e` Oct 21 14:53:40.734 INFO kablam! --> src/codecs.rs:122:31 Oct 21 14:53:40.734 INFO kablam! | Oct 21 14:53:40.734 INFO kablam! 122 | .map_err(|e| format_err!("error! ")) Oct 21 14:53:40.734 INFO kablam! | ^ help: consider using `_e` instead Oct 21 14:53:40.734 INFO kablam! Oct 21 14:53:40.735 INFO kablam! warning: unused variable: `e` Oct 21 14:53:40.735 INFO kablam! --> src/codecs.rs:125:31 Oct 21 14:53:40.735 INFO kablam! | Oct 21 14:53:40.735 INFO kablam! 125 | .map_err(|e| println!("error!")) Oct 21 14:53:40.735 INFO kablam! | ^ help: consider using `_e` instead Oct 21 14:53:40.735 INFO kablam! Oct 21 14:53:40.735 INFO kablam! warning: unused variable: `peer_addr` Oct 21 14:53:40.735 INFO kablam! --> src/codecs.rs:114:13 Oct 21 14:53:40.735 INFO kablam! | Oct 21 14:53:40.735 INFO kablam! 114 | let peer_addr = connection.local_addr().unwrap(); Oct 21 14:53:40.735 INFO kablam! | ^^^^^^^^^ help: consider using `_peer_addr` instead Oct 21 14:53:40.735 INFO kablam! Oct 21 14:53:40.735 INFO kablam! warning: unused variable: `e` Oct 21 14:53:40.735 INFO kablam! --> src/codecs.rs:174:26 Oct 21 14:53:40.735 INFO kablam! | Oct 21 14:53:40.735 INFO kablam! 174 | handler.map_err(|e| format_err!("")) Oct 21 14:53:40.735 INFO kablam! | ^ help: consider using `_e` instead Oct 21 14:53:40.735 INFO kablam! Oct 21 14:53:40.735 INFO kablam! warning: unused variable: `src` Oct 21 14:53:40.735 INFO kablam! --> src/codecs.rs:235:9 Oct 21 14:53:40.735 INFO kablam! | Oct 21 14:53:40.735 INFO kablam! 235 | src: &mut BytesMut, Oct 21 14:53:40.735 INFO kablam! | ^^^ help: consider using `_src` instead Oct 21 14:53:40.735 INFO kablam! Oct 21 14:53:40.735 INFO kablam! warning: unused variable: `item` Oct 21 14:53:40.735 INFO kablam! --> src/codecs.rs:247:9 Oct 21 14:53:40.735 INFO kablam! | Oct 21 14:53:40.735 INFO kablam! 247 | item: ::Item, Oct 21 14:53:40.736 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 21 14:53:40.736 INFO kablam! Oct 21 14:53:40.736 INFO kablam! warning: unused variable: `dst` Oct 21 14:53:40.736 INFO kablam! --> src/codecs.rs:248:9 Oct 21 14:53:40.736 INFO kablam! | Oct 21 14:53:40.736 INFO kablam! 248 | dst: &mut BytesMut, Oct 21 14:53:40.736 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 21 14:53:40.736 INFO kablam! Oct 21 14:53:40.774 INFO kablam! warning: variable does not need to be mutable Oct 21 14:53:40.774 INFO kablam! --> src/codecs.rs:94:13 Oct 21 14:53:40.774 INFO kablam! | Oct 21 14:53:40.774 INFO kablam! 94 | let mut read_pool = pool.clone(); Oct 21 14:53:40.774 INFO kablam! | ----^^^^^^^^^ Oct 21 14:53:40.774 INFO kablam! | | Oct 21 14:53:40.774 INFO kablam! | help: remove this `mut` Oct 21 14:53:40.774 INFO kablam! | Oct 21 14:53:40.774 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:53:40.774 INFO kablam! Oct 21 14:53:40.896 INFO kablam! warning: struct is never constructed: `PublicKey` Oct 21 14:53:40.896 INFO kablam! --> src/client_server.rs:20:1 Oct 21 14:53:40.896 INFO kablam! | Oct 21 14:53:40.896 INFO kablam! 20 | pub struct PublicKey([u8]); Oct 21 14:53:40.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.896 INFO kablam! | Oct 21 14:53:40.896 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:53:40.896 INFO kablam! Oct 21 14:53:40.896 INFO kablam! warning: struct is never constructed: `ConnectInfo` Oct 21 14:53:40.896 INFO kablam! --> src/client_server.rs:22:1 Oct 21 14:53:40.896 INFO kablam! | Oct 21 14:53:40.896 INFO kablam! 22 | pub struct ConnectInfo { Oct 21 14:53:40.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.896 INFO kablam! Oct 21 14:53:40.896 INFO kablam! warning: struct is never constructed: `Connection` Oct 21 14:53:40.896 INFO kablam! --> src/client_server.rs:50:1 Oct 21 14:53:40.896 INFO kablam! | Oct 21 14:53:40.896 INFO kablam! 50 | pub struct Connection { Oct 21 14:53:40.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.896 INFO kablam! Oct 21 14:53:40.896 INFO kablam! warning: method is never used: `new` Oct 21 14:53:40.896 INFO kablam! --> src/client_server.rs:56:5 Oct 21 14:53:40.896 INFO kablam! | Oct 21 14:53:40.896 INFO kablam! 56 | pub fn new(local: &SocketAddr, remote: &SocketAddr) -> Self { Oct 21 14:53:40.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.896 INFO kablam! Oct 21 14:53:40.896 INFO kablam! warning: type alias is never used: `FramedSink` Oct 21 14:53:40.897 INFO kablam! --> src/codecs.rs:35:1 Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 21 14:53:40.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.897 INFO kablam! Oct 21 14:53:40.897 INFO kablam! warning: method is never used: `ok` Oct 21 14:53:40.897 INFO kablam! --> src/codecs.rs:177:5 Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! 177 | pub fn ok() -> impl Future { Oct 21 14:53:40.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.897 INFO kablam! Oct 21 14:53:40.897 INFO kablam! warning: function is never used: `commands_parser` Oct 21 14:53:40.897 INFO kablam! --> src/codecs.rs:214:1 Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! 214 | fn commands_parser(line: String, pool: ConnectionPool2) -> String { Oct 21 14:53:40.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.897 INFO kablam! Oct 21 14:53:40.897 INFO kablam! warning: struct is never constructed: `BadCodecs` Oct 21 14:53:40.897 INFO kablam! --> src/codecs.rs:221:1 Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! 221 | struct BadCodecs {} Oct 21 14:53:40.897 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 14:53:40.897 INFO kablam! Oct 21 14:53:40.897 INFO kablam! warning: method is never used: `new` Oct 21 14:53:40.897 INFO kablam! --> src/codecs.rs:224:5 Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! 224 | pub fn new() -> Self { Oct 21 14:53:40.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.897 INFO kablam! Oct 21 14:53:40.897 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:53:40.897 INFO kablam! --> src/client_server.rs:139:9 Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! 139 | handler.join(); Oct 21 14:53:40.897 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:53:40.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:53:40.897 INFO kablam! Oct 21 14:53:40.897 INFO kablam! warning: unused `futures::sink::Send` that must be used Oct 21 14:53:40.897 INFO kablam! --> src/codecs.rs:41:5 Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! 41 | sender_tx.send("String".to_string()); Oct 21 14:53:40.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! = note: futures do nothing unless polled Oct 21 14:53:40.897 INFO kablam! Oct 21 14:53:40.897 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:53:40.897 INFO kablam! --> src/main.rs:82:9 Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! 82 | connect_sender_tx.clone().send(line.clone()).wait(); Oct 21 14:53:40.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:53:40.897 INFO kablam! | Oct 21 14:53:40.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:53:40.897 INFO kablam! Oct 21 14:53:40.897 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.33s Oct 21 14:53:40.897 INFO kablam! su: No module specific data is present Oct 21 14:53:41.440 INFO running `"docker" "rm" "-f" "890ebdf1c31da8871c1932287e4d2fc58ca483d666d8629f8b218758ab578009"` Oct 21 14:53:41.721 INFO blam! 890ebdf1c31da8871c1932287e4d2fc58ca483d666d8629f8b218758ab578009