Oct 31 23:23:29.249 INFO checking pavel-mukhanov/sandbox against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 23:23:29.250 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 23:23:29.525 INFO blam! 10d57e46abb80eb6bfa6c770ef646eecf0bd9836acdbee659e459b788d78f709 Oct 31 23:23:29.530 INFO running `"docker" "start" "-a" "10d57e46abb80eb6bfa6c770ef646eecf0bd9836acdbee659e459b788d78f709"` Oct 31 23:23:30.605 INFO kablam! usermod: no changes Oct 31 23:23:30.850 INFO kablam! Compiling proc-macro2 v0.4.18 Oct 31 23:23:30.850 INFO kablam! Checking rand_core v0.1.0-pre.0 Oct 31 23:23:30.850 INFO kablam! Checking bytes v0.4.9 Oct 31 23:23:30.851 INFO kablam! Checking backtrace-sys v0.1.24 Oct 31 23:23:30.851 INFO kablam! Checking tokio-retry v0.2.0 Oct 31 23:23:30.851 INFO kablam! Checking crossbeam-epoch v0.4.1 Oct 31 23:23:30.851 INFO kablam! Checking thread_local v0.3.5 Oct 31 23:23:32.520 INFO kablam! Checking backtrace v0.3.9 Oct 31 23:23:33.368 INFO kablam! Checking regex v0.2.10 Oct 31 23:23:33.476 INFO kablam! Checking rand v0.5.0-pre.0 Oct 31 23:23:34.464 INFO kablam! Checking crossbeam-deque v0.3.0 Oct 31 23:23:35.520 INFO kablam! Checking tokio-io v0.1.8 Oct 31 23:23:36.496 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 31 23:23:39.616 INFO kablam! Checking tokio-reactor v0.1.1 Oct 31 23:23:39.616 INFO kablam! Checking partial-io v0.3.0 Oct 31 23:23:39.616 INFO kablam! Checking tokio-codec v0.1.0 Oct 31 23:23:41.748 INFO kablam! Checking env_logger v0.4.3 Oct 31 23:23:43.636 INFO kablam! Checking tokio-fs v0.1.3 Oct 31 23:23:43.680 INFO kablam! Checking tokio-udp v0.1.0 Oct 31 23:23:44.184 INFO kablam! Checking tokio-tcp v0.1.0 Oct 31 23:23:45.264 INFO kablam! Compiling quote v0.6.8 Oct 31 23:23:47.090 INFO kablam! Checking tokio v0.1.7 Oct 31 23:23:49.206 INFO kablam! Compiling syn v0.14.9 Oct 31 23:24:03.109 INFO kablam! Compiling synstructure v0.9.0 Oct 31 23:24:07.788 INFO kablam! Compiling failure_derive v0.1.2 Oct 31 23:24:11.062 INFO kablam! Checking failure v0.1.2 Oct 31 23:24:11.721 INFO kablam! Checking sandbox v0.1.0 (/source) Oct 31 23:24:13.492 INFO kablam! warning: unused import: `byteorder::ByteOrder` Oct 31 23:24:13.493 INFO kablam! --> src/main.rs:18:5 Oct 31 23:24:13.493 INFO kablam! | Oct 31 23:24:13.494 INFO kablam! 18 | use byteorder::ByteOrder; Oct 31 23:24:13.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.495 INFO kablam! | Oct 31 23:24:13.495 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 23:24:13.495 INFO kablam! Oct 31 23:24:13.496 INFO kablam! warning: unused import: `byteorder::LittleEndian` Oct 31 23:24:13.496 INFO kablam! --> src/main.rs:19:5 Oct 31 23:24:13.496 INFO kablam! | Oct 31 23:24:13.497 INFO kablam! 19 | use byteorder::LittleEndian; Oct 31 23:24:13.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.498 INFO kablam! Oct 31 23:24:13.498 INFO kablam! warning: unused import: `self` Oct 31 23:24:13.498 INFO kablam! --> src/main.rs:24:23 Oct 31 23:24:13.499 INFO kablam! | Oct 31 23:24:13.499 INFO kablam! 24 | use futures::stream::{self, Stream}; Oct 31 23:24:13.499 INFO kablam! | ^^^^ Oct 31 23:24:13.500 INFO kablam! Oct 31 23:24:13.500 INFO kablam! warning: unused import: `std::collections::VecDeque` Oct 31 23:24:13.500 INFO kablam! --> src/main.rs:27:5 Oct 31 23:24:13.501 INFO kablam! | Oct 31 23:24:13.501 INFO kablam! 27 | use std::collections::VecDeque; Oct 31 23:24:13.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.502 INFO kablam! Oct 31 23:24:13.502 INFO kablam! warning: unused import: `Read` Oct 31 23:24:13.502 INFO kablam! --> src/main.rs:29:24 Oct 31 23:24:13.502 INFO kablam! | Oct 31 23:24:13.502 INFO kablam! 29 | use std::io::{BufRead, Read}; Oct 31 23:24:13.503 INFO kablam! | ^^^^ Oct 31 23:24:13.503 INFO kablam! Oct 31 23:24:13.503 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 31 23:24:13.503 INFO kablam! --> src/main.rs:31:17 Oct 31 23:24:13.503 INFO kablam! | Oct 31 23:24:13.503 INFO kablam! 31 | use std::sync::{Arc, RwLock}; Oct 31 23:24:13.503 INFO kablam! | ^^^ ^^^^^^ Oct 31 23:24:13.503 INFO kablam! Oct 31 23:24:13.503 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite`, `read_exact`, `write_all` Oct 31 23:24:13.503 INFO kablam! --> src/main.rs:34:10 Oct 31 23:24:13.503 INFO kablam! | Oct 31 23:24:13.503 INFO kablam! 34 | io::{read_exact, write_all}, AsyncRead, AsyncWrite, Oct 31 23:24:13.504 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ Oct 31 23:24:13.504 INFO kablam! Oct 31 23:24:13.504 INFO kablam! warning: unused imports: `BTreeMap`, `hash_map::DefaultHasher` Oct 31 23:24:13.504 INFO kablam! --> src/client_server.rs:6:24 Oct 31 23:24:13.504 INFO kablam! | Oct 31 23:24:13.504 INFO kablam! 6 | use std::collections::{hash_map::DefaultHasher, BTreeMap}; Oct 31 23:24:13.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ Oct 31 23:24:13.504 INFO kablam! Oct 31 23:24:13.504 INFO kablam! warning: unused imports: `Hash`, `sync::atomic::Ordering` Oct 31 23:24:13.504 INFO kablam! --> src/client_server.rs:12:12 Oct 31 23:24:13.504 INFO kablam! | Oct 31 23:24:13.504 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 31 23:24:13.504 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.504 INFO kablam! Oct 31 23:24:13.504 INFO kablam! warning: unused import: `AsyncWrite` Oct 31 23:24:13.504 INFO kablam! --> src/client_server.rs:15:34 Oct 31 23:24:13.504 INFO kablam! | Oct 31 23:24:13.504 INFO kablam! 15 | use tokio::io::{self, AsyncRead, AsyncWrite}; Oct 31 23:24:13.504 INFO kablam! | ^^^^^^^^^^ Oct 31 23:24:13.504 INFO kablam! Oct 31 23:24:13.504 INFO kablam! warning: unused import: `client_server::Connection` Oct 31 23:24:13.504 INFO kablam! --> src/codecs.rs:4:5 Oct 31 23:24:13.504 INFO kablam! | Oct 31 23:24:13.504 INFO kablam! 4 | use client_server::Connection; Oct 31 23:24:13.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.504 INFO kablam! Oct 31 23:24:13.504 INFO kablam! warning: unused import: `self` Oct 31 23:24:13.504 INFO kablam! --> src/codecs.rs:8:23 Oct 31 23:24:13.504 INFO kablam! | Oct 31 23:24:13.504 INFO kablam! 8 | use futures::stream::{self, Stream}; Oct 31 23:24:13.504 INFO kablam! | ^^^^ Oct 31 23:24:13.505 INFO kablam! Oct 31 23:24:13.505 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 31 23:24:13.505 INFO kablam! --> src/codecs.rs:10:5 Oct 31 23:24:13.505 INFO kablam! | Oct 31 23:24:13.505 INFO kablam! 10 | use std::borrow::ToOwned; Oct 31 23:24:13.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.505 INFO kablam! Oct 31 23:24:13.505 INFO kablam! warning: unused import: `std::sync::Arc` Oct 31 23:24:13.505 INFO kablam! --> src/codecs.rs:13:5 Oct 31 23:24:13.505 INFO kablam! | Oct 31 23:24:13.505 INFO kablam! 13 | use std::sync::Arc; Oct 31 23:24:13.505 INFO kablam! | ^^^^^^^^^^^^^^ Oct 31 23:24:13.505 INFO kablam! Oct 31 23:24:13.505 INFO kablam! warning: unused import: `std::sync::RwLock` Oct 31 23:24:13.505 INFO kablam! --> src/codecs.rs:14:5 Oct 31 23:24:13.505 INFO kablam! | Oct 31 23:24:13.505 INFO kablam! 14 | use std::sync::RwLock; Oct 31 23:24:13.505 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.505 INFO kablam! Oct 31 23:24:13.505 INFO kablam! warning: unused import: `std::thread` Oct 31 23:24:13.505 INFO kablam! --> src/codecs.rs:15:5 Oct 31 23:24:13.505 INFO kablam! | Oct 31 23:24:13.505 INFO kablam! 15 | use std::thread; Oct 31 23:24:13.505 INFO kablam! | ^^^^^^^^^^^ Oct 31 23:24:13.505 INFO kablam! Oct 31 23:24:13.505 INFO kablam! warning: unused import: `std::time::Duration` Oct 31 23:24:13.505 INFO kablam! --> src/codecs.rs:16:5 Oct 31 23:24:13.505 INFO kablam! | Oct 31 23:24:13.505 INFO kablam! 16 | use std::time::Duration; Oct 31 23:24:13.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.505 INFO kablam! Oct 31 23:24:13.505 INFO kablam! warning: unused import: `AsyncWrite` Oct 31 23:24:13.505 INFO kablam! --> src/codecs.rs:22:46 Oct 31 23:24:13.505 INFO kablam! | Oct 31 23:24:13.505 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 31 23:24:13.505 INFO kablam! | ^^^^^^^^^^ Oct 31 23:24:13.505 INFO kablam! Oct 31 23:24:13.521 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 31 23:24:13.521 INFO kablam! --> src/codecs.rs:21:41 Oct 31 23:24:13.521 INFO kablam! | Oct 31 23:24:13.521 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 31 23:24:13.521 INFO kablam! | ^^^^^^ Oct 31 23:24:13.521 INFO kablam! | Oct 31 23:24:13.521 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 23:24:13.521 INFO kablam! Oct 31 23:24:13.521 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 31 23:24:13.521 INFO kablam! --> src/codecs.rs:22:16 Oct 31 23:24:13.521 INFO kablam! | Oct 31 23:24:13.521 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 31 23:24:13.521 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.521 INFO kablam! Oct 31 23:24:13.521 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 31 23:24:13.521 INFO kablam! --> src/codecs.rs:35:29 Oct 31 23:24:13.521 INFO kablam! | Oct 31 23:24:13.521 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 31 23:24:13.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.521 INFO kablam! Oct 31 23:24:13.521 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 31 23:24:13.522 INFO kablam! --> src/codecs.rs:35:47 Oct 31 23:24:13.522 INFO kablam! | Oct 31 23:24:13.522 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 31 23:24:13.522 INFO kablam! | ^^^^^^^^^^ Oct 31 23:24:13.522 INFO kablam! Oct 31 23:24:13.522 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 31 23:24:13.522 INFO kablam! --> src/client_server.rs:154:17 Oct 31 23:24:13.522 INFO kablam! | Oct 31 23:24:13.522 INFO kablam! 154 | stream::iter(lines).forward(writer).map(drop) Oct 31 23:24:13.522 INFO kablam! | ^^^^^^^^^^^^ Oct 31 23:24:13.522 INFO kablam! Oct 31 23:24:13.522 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 31 23:24:13.522 INFO kablam! --> src/codecs.rs:115:48 Oct 31 23:24:13.522 INFO kablam! | Oct 31 23:24:13.522 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 31 23:24:13.522 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 23:24:13.522 INFO kablam! Oct 31 23:24:13.556 INFO kablam! warning: unused import: `byteorder::ByteOrder` Oct 31 23:24:13.557 INFO kablam! --> src/main.rs:18:5 Oct 31 23:24:13.557 INFO kablam! | Oct 31 23:24:13.557 INFO kablam! 18 | use byteorder::ByteOrder; Oct 31 23:24:13.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.557 INFO kablam! | Oct 31 23:24:13.557 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 23:24:13.557 INFO kablam! Oct 31 23:24:13.557 INFO kablam! warning: unused import: `byteorder::LittleEndian` Oct 31 23:24:13.557 INFO kablam! --> src/main.rs:19:5 Oct 31 23:24:13.557 INFO kablam! | Oct 31 23:24:13.557 INFO kablam! 19 | use byteorder::LittleEndian; Oct 31 23:24:13.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.557 INFO kablam! Oct 31 23:24:13.557 INFO kablam! warning: unused import: `self` Oct 31 23:24:13.557 INFO kablam! --> src/main.rs:24:23 Oct 31 23:24:13.557 INFO kablam! | Oct 31 23:24:13.557 INFO kablam! 24 | use futures::stream::{self, Stream}; Oct 31 23:24:13.557 INFO kablam! | ^^^^ Oct 31 23:24:13.557 INFO kablam! Oct 31 23:24:13.557 INFO kablam! warning: unused import: `std::collections::VecDeque` Oct 31 23:24:13.557 INFO kablam! --> src/main.rs:27:5 Oct 31 23:24:13.557 INFO kablam! | Oct 31 23:24:13.557 INFO kablam! 27 | use std::collections::VecDeque; Oct 31 23:24:13.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.557 INFO kablam! Oct 31 23:24:13.557 INFO kablam! warning: unused import: `Read` Oct 31 23:24:13.557 INFO kablam! --> src/main.rs:29:24 Oct 31 23:24:13.557 INFO kablam! | Oct 31 23:24:13.557 INFO kablam! 29 | use std::io::{BufRead, Read}; Oct 31 23:24:13.557 INFO kablam! | ^^^^ Oct 31 23:24:13.557 INFO kablam! Oct 31 23:24:13.558 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 31 23:24:13.558 INFO kablam! --> src/main.rs:31:17 Oct 31 23:24:13.558 INFO kablam! | Oct 31 23:24:13.558 INFO kablam! 31 | use std::sync::{Arc, RwLock}; Oct 31 23:24:13.558 INFO kablam! | ^^^ ^^^^^^ Oct 31 23:24:13.558 INFO kablam! Oct 31 23:24:13.558 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite`, `read_exact`, `write_all` Oct 31 23:24:13.558 INFO kablam! --> src/main.rs:34:10 Oct 31 23:24:13.558 INFO kablam! | Oct 31 23:24:13.558 INFO kablam! 34 | io::{read_exact, write_all}, AsyncRead, AsyncWrite, Oct 31 23:24:13.558 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ Oct 31 23:24:13.558 INFO kablam! Oct 31 23:24:13.558 INFO kablam! warning: unused imports: `BTreeMap`, `hash_map::DefaultHasher` Oct 31 23:24:13.558 INFO kablam! --> src/client_server.rs:6:24 Oct 31 23:24:13.558 INFO kablam! | Oct 31 23:24:13.558 INFO kablam! 6 | use std::collections::{hash_map::DefaultHasher, BTreeMap}; Oct 31 23:24:13.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ Oct 31 23:24:13.559 INFO kablam! Oct 31 23:24:13.559 INFO kablam! warning: unused imports: `Hash`, `sync::atomic::Ordering` Oct 31 23:24:13.559 INFO kablam! --> src/client_server.rs:12:12 Oct 31 23:24:13.559 INFO kablam! | Oct 31 23:24:13.559 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 31 23:24:13.559 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.559 INFO kablam! Oct 31 23:24:13.559 INFO kablam! warning: unused import: `AsyncWrite` Oct 31 23:24:13.559 INFO kablam! --> src/client_server.rs:15:34 Oct 31 23:24:13.559 INFO kablam! | Oct 31 23:24:13.559 INFO kablam! 15 | use tokio::io::{self, AsyncRead, AsyncWrite}; Oct 31 23:24:13.559 INFO kablam! | ^^^^^^^^^^ Oct 31 23:24:13.559 INFO kablam! Oct 31 23:24:13.559 INFO kablam! warning: unused import: `client_server::Connection` Oct 31 23:24:13.559 INFO kablam! --> src/codecs.rs:4:5 Oct 31 23:24:13.559 INFO kablam! | Oct 31 23:24:13.559 INFO kablam! 4 | use client_server::Connection; Oct 31 23:24:13.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.559 INFO kablam! Oct 31 23:24:13.559 INFO kablam! warning: unused import: `self` Oct 31 23:24:13.559 INFO kablam! --> src/codecs.rs:8:23 Oct 31 23:24:13.559 INFO kablam! | Oct 31 23:24:13.559 INFO kablam! 8 | use futures::stream::{self, Stream}; Oct 31 23:24:13.559 INFO kablam! | ^^^^ Oct 31 23:24:13.559 INFO kablam! Oct 31 23:24:13.559 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 31 23:24:13.559 INFO kablam! --> src/codecs.rs:10:5 Oct 31 23:24:13.559 INFO kablam! | Oct 31 23:24:13.559 INFO kablam! 10 | use std::borrow::ToOwned; Oct 31 23:24:13.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.559 INFO kablam! Oct 31 23:24:13.559 INFO kablam! warning: unused import: `std::sync::Arc` Oct 31 23:24:13.559 INFO kablam! --> src/codecs.rs:13:5 Oct 31 23:24:13.559 INFO kablam! | Oct 31 23:24:13.559 INFO kablam! 13 | use std::sync::Arc; Oct 31 23:24:13.559 INFO kablam! | ^^^^^^^^^^^^^^ Oct 31 23:24:13.559 INFO kablam! Oct 31 23:24:13.559 INFO kablam! warning: unused import: `std::sync::RwLock` Oct 31 23:24:13.559 INFO kablam! --> src/codecs.rs:14:5 Oct 31 23:24:13.560 INFO kablam! | Oct 31 23:24:13.560 INFO kablam! 14 | use std::sync::RwLock; Oct 31 23:24:13.560 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.560 INFO kablam! Oct 31 23:24:13.560 INFO kablam! warning: unused import: `std::thread` Oct 31 23:24:13.560 INFO kablam! --> src/codecs.rs:15:5 Oct 31 23:24:13.560 INFO kablam! | Oct 31 23:24:13.560 INFO kablam! 15 | use std::thread; Oct 31 23:24:13.560 INFO kablam! | ^^^^^^^^^^^ Oct 31 23:24:13.560 INFO kablam! Oct 31 23:24:13.560 INFO kablam! warning: unused import: `std::time::Duration` Oct 31 23:24:13.560 INFO kablam! --> src/codecs.rs:16:5 Oct 31 23:24:13.560 INFO kablam! | Oct 31 23:24:13.560 INFO kablam! 16 | use std::time::Duration; Oct 31 23:24:13.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.560 INFO kablam! Oct 31 23:24:13.560 INFO kablam! warning: unused import: `AsyncWrite` Oct 31 23:24:13.560 INFO kablam! --> src/codecs.rs:22:46 Oct 31 23:24:13.560 INFO kablam! | Oct 31 23:24:13.560 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 31 23:24:13.560 INFO kablam! | ^^^^^^^^^^ Oct 31 23:24:13.560 INFO kablam! Oct 31 23:24:13.608 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 31 23:24:13.608 INFO kablam! --> src/codecs.rs:21:41 Oct 31 23:24:13.608 INFO kablam! | Oct 31 23:24:13.608 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 31 23:24:13.609 INFO kablam! | ^^^^^^ Oct 31 23:24:13.609 INFO kablam! | Oct 31 23:24:13.609 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 23:24:13.609 INFO kablam! Oct 31 23:24:13.609 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 31 23:24:13.609 INFO kablam! --> src/codecs.rs:22:16 Oct 31 23:24:13.609 INFO kablam! | Oct 31 23:24:13.609 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 31 23:24:13.609 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.609 INFO kablam! Oct 31 23:24:13.609 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 31 23:24:13.609 INFO kablam! --> src/codecs.rs:35:29 Oct 31 23:24:13.609 INFO kablam! | Oct 31 23:24:13.609 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 31 23:24:13.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:13.609 INFO kablam! Oct 31 23:24:13.609 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 31 23:24:13.609 INFO kablam! --> src/codecs.rs:35:47 Oct 31 23:24:13.609 INFO kablam! | Oct 31 23:24:13.609 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 31 23:24:13.609 INFO kablam! | ^^^^^^^^^^ Oct 31 23:24:13.609 INFO kablam! Oct 31 23:24:13.609 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 31 23:24:13.609 INFO kablam! --> src/client_server.rs:154:17 Oct 31 23:24:13.609 INFO kablam! | Oct 31 23:24:13.609 INFO kablam! 154 | stream::iter(lines).forward(writer).map(drop) Oct 31 23:24:13.609 INFO kablam! | ^^^^^^^^^^^^ Oct 31 23:24:13.609 INFO kablam! Oct 31 23:24:13.610 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 31 23:24:13.610 INFO kablam! --> src/codecs.rs:115:48 Oct 31 23:24:13.610 INFO kablam! | Oct 31 23:24:13.610 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 31 23:24:13.610 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 23:24:13.610 INFO kablam! Oct 31 23:24:13.774 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 31 23:24:13.774 INFO kablam! --> src/client_server.rs:107:49 Oct 31 23:24:13.774 INFO kablam! | Oct 31 23:24:13.774 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 31 23:24:13.774 INFO kablam! | ^^^^^^ Oct 31 23:24:13.774 INFO kablam! Oct 31 23:24:13.831 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 31 23:24:13.831 INFO kablam! --> src/client_server.rs:107:49 Oct 31 23:24:13.831 INFO kablam! | Oct 31 23:24:13.831 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 31 23:24:13.831 INFO kablam! | ^^^^^^ Oct 31 23:24:13.831 INFO kablam! Oct 31 23:24:13.868 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 31 23:24:13.868 INFO kablam! --> src/client_server.rs:150:45 Oct 31 23:24:13.868 INFO kablam! | Oct 31 23:24:13.868 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 31 23:24:13.868 INFO kablam! | ^^^^^^ Oct 31 23:24:13.868 INFO kablam! Oct 31 23:24:13.890 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 31 23:24:13.890 INFO kablam! --> src/codecs.rs:115:41 Oct 31 23:24:13.890 INFO kablam! | Oct 31 23:24:13.890 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 31 23:24:13.890 INFO kablam! | ^^^^^^ Oct 31 23:24:13.890 INFO kablam! Oct 31 23:24:13.911 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 31 23:24:13.911 INFO kablam! --> src/client_server.rs:150:45 Oct 31 23:24:13.911 INFO kablam! | Oct 31 23:24:13.911 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 31 23:24:13.912 INFO kablam! | ^^^^^^ Oct 31 23:24:13.912 INFO kablam! Oct 31 23:24:13.934 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 31 23:24:13.934 INFO kablam! --> src/codecs.rs:115:41 Oct 31 23:24:13.934 INFO kablam! | Oct 31 23:24:13.934 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 31 23:24:13.934 INFO kablam! | ^^^^^^ Oct 31 23:24:13.934 INFO kablam! Oct 31 23:24:13.935 INFO kablam! warning: unused import: `Hasher` Oct 31 23:24:13.935 INFO kablam! --> src/client_server.rs:12:18 Oct 31 23:24:13.935 INFO kablam! | Oct 31 23:24:13.935 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 31 23:24:13.935 INFO kablam! | ^^^^^^ Oct 31 23:24:13.935 INFO kablam! Oct 31 23:24:13.960 INFO kablam! warning: unused variable: `remote_address` Oct 31 23:24:13.960 INFO kablam! --> src/main.rs:56:9 Oct 31 23:24:13.961 INFO kablam! | Oct 31 23:24:13.961 INFO kablam! 56 | let remote_address = remote_address.clone(); Oct 31 23:24:13.961 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_remote_address` instead Oct 31 23:24:13.961 INFO kablam! | Oct 31 23:24:13.961 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 23:24:13.961 INFO kablam! Oct 31 23:24:13.961 INFO kablam! warning: unused variable: `connector` Oct 31 23:24:13.961 INFO kablam! --> src/main.rs:61:9 Oct 31 23:24:13.961 INFO kablam! | Oct 31 23:24:13.961 INFO kablam! 61 | let connector = node.clone(); Oct 31 23:24:13.961 INFO kablam! | ^^^^^^^^^ help: consider using `_connector` instead Oct 31 23:24:13.961 INFO kablam! Oct 31 23:24:13.961 INFO kablam! warning: unused variable: `remote_sender` Oct 31 23:24:13.961 INFO kablam! --> src/main.rs:63:9 Oct 31 23:24:13.962 INFO kablam! | Oct 31 23:24:13.962 INFO kablam! 63 | let remote_sender = sender_tx.clone(); Oct 31 23:24:13.962 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_remote_sender` instead Oct 31 23:24:13.962 INFO kablam! Oct 31 23:24:13.962 INFO kablam! warning: unused variable: `writer` Oct 31 23:24:13.962 INFO kablam! --> src/client_server.rs:107:26 Oct 31 23:24:13.962 INFO kablam! | Oct 31 23:24:13.963 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 31 23:24:13.963 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 31 23:24:13.963 INFO kablam! Oct 31 23:24:13.963 INFO kablam! warning: unused variable: `pool` Oct 31 23:24:13.963 INFO kablam! --> src/client_server.rs:98:13 Oct 31 23:24:13.964 INFO kablam! | Oct 31 23:24:13.964 INFO kablam! 98 | let pool = self.connection_pool.clone(); Oct 31 23:24:13.964 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 31 23:24:13.964 INFO kablam! Oct 31 23:24:13.964 INFO kablam! warning: unused variable: `reader` Oct 31 23:24:13.965 INFO kablam! --> src/client_server.rs:150:30 Oct 31 23:24:13.965 INFO kablam! | Oct 31 23:24:13.965 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 31 23:24:13.965 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 31 23:24:13.965 INFO kablam! warning: unused import: `Hasher` Oct 31 23:24:13.965 INFO kablam! --> src/client_server.rs:12:18 Oct 31 23:24:13.965 INFO kablam! | Oct 31 23:24:13.966 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 31 23:24:13.966 INFO kablam! | ^^^^^^ Oct 31 23:24:13.966 INFO kablam! Oct 31 23:24:13.966 INFO kablam! Oct 31 23:24:13.966 INFO kablam! warning: unused variable: `pool` Oct 31 23:24:13.967 INFO kablam! --> src/client_server.rs:144:13 Oct 31 23:24:13.967 INFO kablam! | Oct 31 23:24:13.967 INFO kablam! 144 | let pool = self.connection_pool.clone(); Oct 31 23:24:13.967 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 31 23:24:13.967 INFO kablam! Oct 31 23:24:13.968 INFO kablam! warning: unused variable: `e` Oct 31 23:24:13.968 INFO kablam! --> src/codecs.rs:122:31 Oct 31 23:24:13.968 INFO kablam! | Oct 31 23:24:13.968 INFO kablam! 122 | .map_err(|e| format_err!("error! ")) Oct 31 23:24:13.968 INFO kablam! | ^ help: consider using `_e` instead Oct 31 23:24:13.968 INFO kablam! Oct 31 23:24:13.969 INFO kablam! warning: unused variable: `e` Oct 31 23:24:13.969 INFO kablam! --> src/codecs.rs:125:31 Oct 31 23:24:13.969 INFO kablam! | Oct 31 23:24:13.969 INFO kablam! 125 | .map_err(|e| println!("error!")) Oct 31 23:24:13.969 INFO kablam! | ^ help: consider using `_e` instead Oct 31 23:24:13.970 INFO kablam! Oct 31 23:24:13.970 INFO kablam! warning: unused variable: `peer_addr` Oct 31 23:24:13.970 INFO kablam! --> src/codecs.rs:114:13 Oct 31 23:24:13.970 INFO kablam! | Oct 31 23:24:13.970 INFO kablam! 114 | let peer_addr = connection.local_addr().unwrap(); Oct 31 23:24:13.971 INFO kablam! | ^^^^^^^^^ help: consider using `_peer_addr` instead Oct 31 23:24:13.971 INFO kablam! Oct 31 23:24:13.971 INFO kablam! warning: unused variable: `e` Oct 31 23:24:13.971 INFO kablam! --> src/codecs.rs:174:26 Oct 31 23:24:13.971 INFO kablam! | Oct 31 23:24:13.972 INFO kablam! 174 | handler.map_err(|e| format_err!("")) Oct 31 23:24:13.972 INFO kablam! | ^ help: consider using `_e` instead Oct 31 23:24:13.972 INFO kablam! Oct 31 23:24:13.972 INFO kablam! warning: unused variable: `src` Oct 31 23:24:13.972 INFO kablam! --> src/codecs.rs:235:9 Oct 31 23:24:13.973 INFO kablam! | Oct 31 23:24:13.973 INFO kablam! 235 | src: &mut BytesMut, Oct 31 23:24:13.973 INFO kablam! | ^^^ help: consider using `_src` instead Oct 31 23:24:13.973 INFO kablam! Oct 31 23:24:13.973 INFO kablam! warning: unused variable: `item` Oct 31 23:24:13.973 INFO kablam! --> src/codecs.rs:247:9 Oct 31 23:24:13.974 INFO kablam! | Oct 31 23:24:13.974 INFO kablam! 247 | item: ::Item, Oct 31 23:24:13.974 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 31 23:24:13.974 INFO kablam! Oct 31 23:24:13.974 INFO kablam! warning: unused variable: `dst` Oct 31 23:24:13.975 INFO kablam! --> src/codecs.rs:248:9 Oct 31 23:24:13.975 INFO kablam! | Oct 31 23:24:13.975 INFO kablam! 248 | dst: &mut BytesMut, Oct 31 23:24:13.975 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 31 23:24:13.975 INFO kablam! Oct 31 23:24:13.990 INFO kablam! warning: unused variable: `remote_address` Oct 31 23:24:13.990 INFO kablam! --> src/main.rs:56:9 Oct 31 23:24:13.990 INFO kablam! | Oct 31 23:24:13.990 INFO kablam! 56 | let remote_address = remote_address.clone(); Oct 31 23:24:13.990 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_remote_address` instead Oct 31 23:24:13.991 INFO kablam! | Oct 31 23:24:13.991 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 23:24:13.991 INFO kablam! Oct 31 23:24:13.991 INFO kablam! warning: unused variable: `connector` Oct 31 23:24:13.991 INFO kablam! --> src/main.rs:61:9 Oct 31 23:24:13.992 INFO kablam! | Oct 31 23:24:13.992 INFO kablam! 61 | let connector = node.clone(); Oct 31 23:24:13.992 INFO kablam! | ^^^^^^^^^ help: consider using `_connector` instead Oct 31 23:24:13.992 INFO kablam! Oct 31 23:24:13.992 INFO kablam! warning: unused variable: `remote_sender` Oct 31 23:24:13.993 INFO kablam! --> src/main.rs:63:9 Oct 31 23:24:13.993 INFO kablam! | Oct 31 23:24:13.993 INFO kablam! 63 | let remote_sender = sender_tx.clone(); Oct 31 23:24:13.993 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_remote_sender` instead Oct 31 23:24:13.993 INFO kablam! Oct 31 23:24:13.993 INFO kablam! warning: unused variable: `address2` Oct 31 23:24:13.994 INFO kablam! --> src/client_server.rs:69:9 Oct 31 23:24:13.994 INFO kablam! | Oct 31 23:24:13.994 INFO kablam! 69 | let address2: SocketAddr = "127.0.0.1:9000".parse().unwrap(); Oct 31 23:24:13.994 INFO kablam! | ^^^^^^^^ help: consider using `_address2` instead Oct 31 23:24:13.994 INFO kablam! Oct 31 23:24:13.995 INFO kablam! warning: unused variable: `writer` Oct 31 23:24:13.995 INFO kablam! --> src/client_server.rs:107:26 Oct 31 23:24:13.995 INFO kablam! | Oct 31 23:24:13.995 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 31 23:24:13.995 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 31 23:24:13.995 INFO kablam! Oct 31 23:24:13.996 INFO kablam! warning: unused variable: `pool` Oct 31 23:24:13.996 INFO kablam! --> src/client_server.rs:98:13 Oct 31 23:24:13.996 INFO kablam! | Oct 31 23:24:13.996 INFO kablam! 98 | let pool = self.connection_pool.clone(); Oct 31 23:24:13.996 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 31 23:24:13.996 INFO kablam! Oct 31 23:24:13.997 INFO kablam! warning: unused variable: `reader` Oct 31 23:24:13.997 INFO kablam! --> src/client_server.rs:150:30 Oct 31 23:24:13.997 INFO kablam! | Oct 31 23:24:13.997 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 31 23:24:13.997 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 31 23:24:13.997 INFO kablam! Oct 31 23:24:13.997 INFO kablam! warning: unused variable: `pool` Oct 31 23:24:13.998 INFO kablam! --> src/client_server.rs:144:13 Oct 31 23:24:13.998 INFO kablam! | Oct 31 23:24:13.998 INFO kablam! 144 | let pool = self.connection_pool.clone(); Oct 31 23:24:13.998 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 31 23:24:13.998 INFO kablam! Oct 31 23:24:13.999 INFO kablam! warning: unused variable: `e` Oct 31 23:24:13.999 INFO kablam! --> src/codecs.rs:122:31 Oct 31 23:24:13.999 INFO kablam! | Oct 31 23:24:13.999 INFO kablam! 122 | .map_err(|e| format_err!("error! ")) Oct 31 23:24:13.999 INFO kablam! | ^ help: consider using `_e` instead Oct 31 23:24:14.000 INFO kablam! Oct 31 23:24:14.000 INFO kablam! warning: unused variable: `e` Oct 31 23:24:14.000 INFO kablam! --> src/codecs.rs:125:31 Oct 31 23:24:14.000 INFO kablam! | Oct 31 23:24:14.000 INFO kablam! 125 | .map_err(|e| println!("error!")) Oct 31 23:24:14.001 INFO kablam! | ^ help: consider using `_e` instead Oct 31 23:24:14.001 INFO kablam! Oct 31 23:24:14.001 INFO kablam! warning: unused variable: `peer_addr` Oct 31 23:24:14.001 INFO kablam! --> src/codecs.rs:114:13 Oct 31 23:24:14.001 INFO kablam! | Oct 31 23:24:14.001 INFO kablam! 114 | let peer_addr = connection.local_addr().unwrap(); Oct 31 23:24:14.001 INFO kablam! | ^^^^^^^^^ help: consider using `_peer_addr` instead Oct 31 23:24:14.001 INFO kablam! Oct 31 23:24:14.001 INFO kablam! warning: unused variable: `e` Oct 31 23:24:14.001 INFO kablam! --> src/codecs.rs:174:26 Oct 31 23:24:14.001 INFO kablam! | Oct 31 23:24:14.001 INFO kablam! 174 | handler.map_err(|e| format_err!("")) Oct 31 23:24:14.002 INFO kablam! | ^ help: consider using `_e` instead Oct 31 23:24:14.002 INFO kablam! Oct 31 23:24:14.002 INFO kablam! warning: unused variable: `src` Oct 31 23:24:14.002 INFO kablam! --> src/codecs.rs:235:9 Oct 31 23:24:14.002 INFO kablam! | Oct 31 23:24:14.002 INFO kablam! 235 | src: &mut BytesMut, Oct 31 23:24:14.002 INFO kablam! | ^^^ help: consider using `_src` instead Oct 31 23:24:14.002 INFO kablam! Oct 31 23:24:14.002 INFO kablam! warning: unused variable: `item` Oct 31 23:24:14.002 INFO kablam! --> src/codecs.rs:247:9 Oct 31 23:24:14.002 INFO kablam! | Oct 31 23:24:14.002 INFO kablam! 247 | item: ::Item, Oct 31 23:24:14.002 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 31 23:24:14.002 INFO kablam! Oct 31 23:24:14.002 INFO kablam! warning: unused variable: `dst` Oct 31 23:24:14.002 INFO kablam! --> src/codecs.rs:248:9 Oct 31 23:24:14.002 INFO kablam! | Oct 31 23:24:14.002 INFO kablam! 248 | dst: &mut BytesMut, Oct 31 23:24:14.002 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 31 23:24:14.002 INFO kablam! Oct 31 23:24:14.031 INFO kablam! warning: variable does not need to be mutable Oct 31 23:24:14.031 INFO kablam! --> src/codecs.rs:94:13 Oct 31 23:24:14.031 INFO kablam! | Oct 31 23:24:14.031 INFO kablam! 94 | let mut read_pool = pool.clone(); Oct 31 23:24:14.031 INFO kablam! | ----^^^^^^^^^ Oct 31 23:24:14.032 INFO kablam! | | Oct 31 23:24:14.032 INFO kablam! | help: remove this `mut` Oct 31 23:24:14.032 INFO kablam! | Oct 31 23:24:14.032 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 23:24:14.033 INFO kablam! Oct 31 23:24:14.071 INFO kablam! warning: variable does not need to be mutable Oct 31 23:24:14.071 INFO kablam! --> src/codecs.rs:94:13 Oct 31 23:24:14.071 INFO kablam! | Oct 31 23:24:14.071 INFO kablam! 94 | let mut read_pool = pool.clone(); Oct 31 23:24:14.071 INFO kablam! | ----^^^^^^^^^ Oct 31 23:24:14.072 INFO kablam! | | Oct 31 23:24:14.072 INFO kablam! | help: remove this `mut` Oct 31 23:24:14.072 INFO kablam! | Oct 31 23:24:14.072 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 23:24:14.072 INFO kablam! Oct 31 23:24:14.083 INFO kablam! warning: struct is never constructed: `PublicKey` Oct 31 23:24:14.083 INFO kablam! --> src/client_server.rs:20:1 Oct 31 23:24:14.083 INFO kablam! | Oct 31 23:24:14.083 INFO kablam! 20 | pub struct PublicKey([u8]); Oct 31 23:24:14.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.084 INFO kablam! | Oct 31 23:24:14.084 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 23:24:14.084 INFO kablam! Oct 31 23:24:14.085 INFO kablam! warning: struct is never constructed: `ConnectInfo` Oct 31 23:24:14.085 INFO kablam! --> src/client_server.rs:22:1 Oct 31 23:24:14.085 INFO kablam! | Oct 31 23:24:14.085 INFO kablam! 22 | pub struct ConnectInfo { Oct 31 23:24:14.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.086 INFO kablam! Oct 31 23:24:14.086 INFO kablam! warning: struct is never constructed: `Connection` Oct 31 23:24:14.086 INFO kablam! --> src/client_server.rs:50:1 Oct 31 23:24:14.086 INFO kablam! | Oct 31 23:24:14.087 INFO kablam! 50 | pub struct Connection { Oct 31 23:24:14.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.087 INFO kablam! Oct 31 23:24:14.087 INFO kablam! warning: method is never used: `new` Oct 31 23:24:14.087 INFO kablam! --> src/client_server.rs:56:5 Oct 31 23:24:14.088 INFO kablam! | Oct 31 23:24:14.088 INFO kablam! 56 | pub fn new(local: &SocketAddr, remote: &SocketAddr) -> Self { Oct 31 23:24:14.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.088 INFO kablam! Oct 31 23:24:14.089 INFO kablam! warning: struct is never constructed: `Node` Oct 31 23:24:14.089 INFO kablam! --> src/client_server.rs:87:1 Oct 31 23:24:14.089 INFO kablam! | Oct 31 23:24:14.089 INFO kablam! 87 | pub struct Node { Oct 31 23:24:14.090 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 23:24:14.090 INFO kablam! Oct 31 23:24:14.090 INFO kablam! warning: method is never used: `new` Oct 31 23:24:14.090 INFO kablam! --> src/client_server.rs:92:5 Oct 31 23:24:14.091 INFO kablam! | Oct 31 23:24:14.091 INFO kablam! 92 | pub fn new(connection_pool: ConnectionPool2) -> Self { Oct 31 23:24:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.091 INFO kablam! Oct 31 23:24:14.091 INFO kablam! warning: method is never used: `listen` Oct 31 23:24:14.092 INFO kablam! --> src/client_server.rs:96:5 Oct 31 23:24:14.092 INFO kablam! | Oct 31 23:24:14.092 INFO kablam! 96 | pub fn listen(&self, address: &SocketAddr) { Oct 31 23:24:14.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.092 INFO kablam! Oct 31 23:24:14.093 INFO kablam! warning: method is never used: `connect` Oct 31 23:24:14.093 INFO kablam! --> src/client_server.rs:142:5 Oct 31 23:24:14.093 INFO kablam! | Oct 31 23:24:14.094 INFO kablam! 142 | pub fn connect(&self, address: &SocketAddr) { Oct 31 23:24:14.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.094 INFO kablam! Oct 31 23:24:14.094 INFO kablam! warning: function is never used: `gen_lines` Oct 31 23:24:14.094 INFO kablam! --> src/client_server.rs:162:1 Oct 31 23:24:14.095 INFO kablam! | Oct 31 23:24:14.095 INFO kablam! 162 | fn gen_lines(n: usize) -> Vec> { Oct 31 23:24:14.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.095 INFO kablam! Oct 31 23:24:14.096 INFO kablam! warning: type alias is never used: `FramedSink` Oct 31 23:24:14.096 INFO kablam! --> src/codecs.rs:35:1 Oct 31 23:24:14.096 INFO kablam! | Oct 31 23:24:14.096 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 31 23:24:14.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.097 INFO kablam! Oct 31 23:24:14.097 INFO kablam! warning: method is never used: `ok` Oct 31 23:24:14.097 INFO kablam! --> src/codecs.rs:177:5 Oct 31 23:24:14.097 INFO kablam! | Oct 31 23:24:14.098 INFO kablam! 177 | pub fn ok() -> impl Future { Oct 31 23:24:14.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.098 INFO kablam! Oct 31 23:24:14.098 INFO kablam! warning: function is never used: `commands_parser` Oct 31 23:24:14.098 INFO kablam! --> src/codecs.rs:214:1 Oct 31 23:24:14.099 INFO kablam! | Oct 31 23:24:14.099 INFO kablam! 214 | fn commands_parser(line: String, pool: ConnectionPool2) -> String { Oct 31 23:24:14.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.099 INFO kablam! Oct 31 23:24:14.099 INFO kablam! warning: struct is never constructed: `BadCodecs` Oct 31 23:24:14.100 INFO kablam! --> src/codecs.rs:221:1 Oct 31 23:24:14.100 INFO kablam! | Oct 31 23:24:14.100 INFO kablam! 221 | struct BadCodecs {} Oct 31 23:24:14.100 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 23:24:14.100 INFO kablam! Oct 31 23:24:14.101 INFO kablam! warning: method is never used: `new` Oct 31 23:24:14.101 INFO kablam! --> src/codecs.rs:224:5 Oct 31 23:24:14.101 INFO kablam! | Oct 31 23:24:14.101 INFO kablam! 224 | pub fn new() -> Self { Oct 31 23:24:14.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.102 INFO kablam! Oct 31 23:24:14.104 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 23:24:14.104 INFO kablam! --> src/client_server.rs:139:9 Oct 31 23:24:14.104 INFO kablam! | Oct 31 23:24:14.104 INFO kablam! 139 | handler.join(); Oct 31 23:24:14.105 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 23:24:14.105 INFO kablam! | Oct 31 23:24:14.105 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 23:24:14.105 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 23:24:14.106 INFO kablam! Oct 31 23:24:14.117 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 23:24:14.117 INFO kablam! --> src/main.rs:82:9 Oct 31 23:24:14.117 INFO kablam! | Oct 31 23:24:14.118 INFO kablam! 82 | connect_sender_tx.clone().send(line.clone()).wait(); Oct 31 23:24:14.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.118 INFO kablam! | Oct 31 23:24:14.118 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 23:24:14.118 INFO kablam! Oct 31 23:24:14.123 INFO kablam! warning: struct is never constructed: `PublicKey` Oct 31 23:24:14.124 INFO kablam! --> src/client_server.rs:20:1 Oct 31 23:24:14.124 INFO kablam! | Oct 31 23:24:14.124 INFO kablam! 20 | pub struct PublicKey([u8]); Oct 31 23:24:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.124 INFO kablam! | Oct 31 23:24:14.125 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 23:24:14.125 INFO kablam! Oct 31 23:24:14.125 INFO kablam! warning: struct is never constructed: `ConnectInfo` Oct 31 23:24:14.125 INFO kablam! --> src/client_server.rs:22:1 Oct 31 23:24:14.125 INFO kablam! | Oct 31 23:24:14.126 INFO kablam! 22 | pub struct ConnectInfo { Oct 31 23:24:14.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.126 INFO kablam! Oct 31 23:24:14.126 INFO kablam! warning: struct is never constructed: `Connection` Oct 31 23:24:14.126 INFO kablam! --> src/client_server.rs:50:1 Oct 31 23:24:14.127 INFO kablam! | Oct 31 23:24:14.127 INFO kablam! 50 | pub struct Connection { Oct 31 23:24:14.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.127 INFO kablam! Oct 31 23:24:14.127 INFO kablam! warning: method is never used: `new` Oct 31 23:24:14.128 INFO kablam! --> src/client_server.rs:56:5 Oct 31 23:24:14.128 INFO kablam! | Oct 31 23:24:14.128 INFO kablam! 56 | pub fn new(local: &SocketAddr, remote: &SocketAddr) -> Self { Oct 31 23:24:14.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.128 INFO kablam! Oct 31 23:24:14.129 INFO kablam! warning: type alias is never used: `FramedSink` Oct 31 23:24:14.129 INFO kablam! --> src/codecs.rs:35:1 Oct 31 23:24:14.129 INFO kablam! | Oct 31 23:24:14.129 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 31 23:24:14.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.129 INFO kablam! Oct 31 23:24:14.130 INFO kablam! warning: method is never used: `ok` Oct 31 23:24:14.130 INFO kablam! --> src/codecs.rs:177:5 Oct 31 23:24:14.130 INFO kablam! | Oct 31 23:24:14.130 INFO kablam! 177 | pub fn ok() -> impl Future { Oct 31 23:24:14.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.131 INFO kablam! Oct 31 23:24:14.131 INFO kablam! warning: function is never used: `commands_parser` Oct 31 23:24:14.131 INFO kablam! --> src/codecs.rs:214:1 Oct 31 23:24:14.131 INFO kablam! | Oct 31 23:24:14.131 INFO kablam! 214 | fn commands_parser(line: String, pool: ConnectionPool2) -> String { Oct 31 23:24:14.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.132 INFO kablam! Oct 31 23:24:14.132 INFO kablam! warning: struct is never constructed: `BadCodecs` Oct 31 23:24:14.132 INFO kablam! --> src/codecs.rs:221:1 Oct 31 23:24:14.132 INFO kablam! | Oct 31 23:24:14.133 INFO kablam! 221 | struct BadCodecs {} Oct 31 23:24:14.133 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 23:24:14.133 INFO kablam! Oct 31 23:24:14.133 INFO kablam! warning: method is never used: `new` Oct 31 23:24:14.133 INFO kablam! --> src/codecs.rs:224:5 Oct 31 23:24:14.133 INFO kablam! | Oct 31 23:24:14.134 INFO kablam! 224 | pub fn new() -> Self { Oct 31 23:24:14.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.134 INFO kablam! Oct 31 23:24:14.134 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 23:24:14.134 INFO kablam! --> src/client_server.rs:139:9 Oct 31 23:24:14.135 INFO kablam! | Oct 31 23:24:14.135 INFO kablam! 139 | handler.join(); Oct 31 23:24:14.135 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 23:24:14.135 INFO kablam! | Oct 31 23:24:14.136 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 23:24:14.136 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 23:24:14.136 INFO kablam! Oct 31 23:24:14.136 INFO kablam! warning: unused `futures::sink::Send` that must be used Oct 31 23:24:14.137 INFO kablam! --> src/codecs.rs:41:5 Oct 31 23:24:14.137 INFO kablam! | Oct 31 23:24:14.137 INFO kablam! 41 | sender_tx.send("String".to_string()); Oct 31 23:24:14.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.138 INFO kablam! | Oct 31 23:24:14.138 INFO kablam! = note: futures do nothing unless polled Oct 31 23:24:14.138 INFO kablam! Oct 31 23:24:14.139 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 23:24:14.139 INFO kablam! --> src/main.rs:82:9 Oct 31 23:24:14.140 INFO kablam! | Oct 31 23:24:14.140 INFO kablam! 82 | connect_sender_tx.clone().send(line.clone()).wait(); Oct 31 23:24:14.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:24:14.140 INFO kablam! | Oct 31 23:24:14.141 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 23:24:14.141 INFO kablam! Oct 31 23:24:14.189 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.56s Oct 31 23:24:14.210 INFO kablam! su: No module specific data is present Oct 31 23:24:15.452 INFO running `"docker" "rm" "-f" "10d57e46abb80eb6bfa6c770ef646eecf0bd9836acdbee659e459b788d78f709"` Oct 31 23:24:15.751 INFO blam! 10d57e46abb80eb6bfa6c770ef646eecf0bd9836acdbee659e459b788d78f709