Oct 13 04:21:43.320 INFO testing pavel-mukhanov/sandbox against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:21:43.320 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 04:21:43.693 INFO blam! 4d54fab36d8c7a66a4e3a85113abfef4baa19340fb664b22528504560a8300f8 Oct 13 04:21:43.696 INFO running `"docker" "start" "-a" "4d54fab36d8c7a66a4e3a85113abfef4baa19340fb664b22528504560a8300f8"` Oct 13 04:21:44.355 INFO kablam! usermod: no changes Oct 13 04:21:44.627 INFO kablam! Compiling atty v0.2.11 Oct 13 04:21:44.634 INFO kablam! Compiling bytes v0.4.9 Oct 13 04:21:44.635 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 13 04:21:44.635 INFO kablam! Compiling tokio-retry v0.2.0 Oct 13 04:21:44.635 INFO kablam! Compiling crossbeam-epoch v0.4.1 Oct 13 04:21:44.635 INFO kablam! Compiling regex v0.2.10 Oct 13 04:21:45.330 INFO kablam! Compiling backtrace v0.3.9 Oct 13 04:21:45.439 INFO kablam! Compiling clap v2.32.0 Oct 13 04:21:46.768 INFO kablam! Compiling crossbeam-deque v0.3.0 Oct 13 04:21:47.739 INFO kablam! Compiling failure v0.1.2 Oct 13 04:21:48.719 INFO kablam! Compiling tokio-io v0.1.8 Oct 13 04:21:49.420 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 13 04:21:52.079 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 13 04:21:52.079 INFO kablam! Compiling partial-io v0.3.0 Oct 13 04:21:52.079 INFO kablam! Compiling tokio-codec v0.1.0 Oct 13 04:21:58.823 INFO kablam! Compiling tokio-fs v0.1.3 Oct 13 04:22:00.467 INFO kablam! Compiling tokio-udp v0.1.0 Oct 13 04:22:00.922 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 13 04:22:04.747 INFO kablam! Compiling tokio v0.1.7 Oct 13 04:22:04.832 INFO kablam! Compiling env_logger v0.4.3 Oct 13 04:22:12.779 INFO kablam! Compiling sandbox v0.1.0 (/source) Oct 13 04:22:13.843 INFO kablam! warning: unused import: `byteorder::ByteOrder` Oct 13 04:22:13.843 INFO kablam! --> src/main.rs:18:5 Oct 13 04:22:13.843 INFO kablam! | Oct 13 04:22:13.843 INFO kablam! 18 | use byteorder::ByteOrder; Oct 13 04:22:13.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:13.843 INFO kablam! | Oct 13 04:22:13.843 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:22:13.843 INFO kablam! Oct 13 04:22:13.843 INFO kablam! warning: unused import: `byteorder::LittleEndian` Oct 13 04:22:13.843 INFO kablam! --> src/main.rs:19:5 Oct 13 04:22:13.843 INFO kablam! | Oct 13 04:22:13.843 INFO kablam! 19 | use byteorder::LittleEndian; Oct 13 04:22:13.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:13.843 INFO kablam! Oct 13 04:22:13.843 INFO kablam! warning: unused import: `self` Oct 13 04:22:13.843 INFO kablam! --> src/main.rs:24:23 Oct 13 04:22:13.843 INFO kablam! | Oct 13 04:22:13.843 INFO kablam! 24 | use futures::stream::{self, Stream}; Oct 13 04:22:13.843 INFO kablam! | ^^^^ Oct 13 04:22:13.843 INFO kablam! Oct 13 04:22:13.843 INFO kablam! warning: unused import: `std::collections::VecDeque` Oct 13 04:22:13.843 INFO kablam! --> src/main.rs:27:5 Oct 13 04:22:13.843 INFO kablam! | Oct 13 04:22:13.843 INFO kablam! 27 | use std::collections::VecDeque; Oct 13 04:22:13.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:13.843 INFO kablam! Oct 13 04:22:13.843 INFO kablam! warning: unused import: `Read` Oct 13 04:22:13.843 INFO kablam! --> src/main.rs:29:24 Oct 13 04:22:13.843 INFO kablam! | Oct 13 04:22:13.843 INFO kablam! 29 | use std::io::{BufRead, Read}; Oct 13 04:22:13.843 INFO kablam! | ^^^^ Oct 13 04:22:13.843 INFO kablam! Oct 13 04:22:13.843 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 13 04:22:13.843 INFO kablam! --> src/main.rs:31:17 Oct 13 04:22:13.843 INFO kablam! | Oct 13 04:22:13.843 INFO kablam! 31 | use std::sync::{Arc, RwLock}; Oct 13 04:22:13.843 INFO kablam! | ^^^ ^^^^^^ Oct 13 04:22:13.843 INFO kablam! Oct 13 04:22:13.843 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite`, `read_exact`, `write_all` Oct 13 04:22:13.843 INFO kablam! --> src/main.rs:34:10 Oct 13 04:22:13.843 INFO kablam! | Oct 13 04:22:13.843 INFO kablam! 34 | io::{read_exact, write_all}, AsyncRead, AsyncWrite, Oct 13 04:22:13.850 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ Oct 13 04:22:13.850 INFO kablam! Oct 13 04:22:13.850 INFO kablam! warning: unused imports: `BTreeMap`, `hash_map::DefaultHasher` Oct 13 04:22:13.850 INFO kablam! --> src/client_server.rs:6:24 Oct 13 04:22:13.850 INFO kablam! | Oct 13 04:22:13.850 INFO kablam! 6 | use std::collections::{hash_map::DefaultHasher, BTreeMap}; Oct 13 04:22:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.851 INFO kablam! warning: unused imports: `Hash`, `sync::atomic::Ordering` Oct 13 04:22:13.851 INFO kablam! --> src/client_server.rs:12:12 Oct 13 04:22:13.851 INFO kablam! | Oct 13 04:22:13.851 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 13 04:22:13.851 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.851 INFO kablam! warning: unused import: `AsyncWrite` Oct 13 04:22:13.851 INFO kablam! --> src/client_server.rs:15:34 Oct 13 04:22:13.851 INFO kablam! | Oct 13 04:22:13.851 INFO kablam! 15 | use tokio::io::{self, AsyncRead, AsyncWrite}; Oct 13 04:22:13.851 INFO kablam! | ^^^^^^^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.851 INFO kablam! warning: unused import: `client_server::Connection` Oct 13 04:22:13.851 INFO kablam! --> src/codecs.rs:4:5 Oct 13 04:22:13.851 INFO kablam! | Oct 13 04:22:13.851 INFO kablam! 4 | use client_server::Connection; Oct 13 04:22:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.851 INFO kablam! warning: unused import: `self` Oct 13 04:22:13.851 INFO kablam! --> src/codecs.rs:8:23 Oct 13 04:22:13.851 INFO kablam! | Oct 13 04:22:13.851 INFO kablam! 8 | use futures::stream::{self, Stream}; Oct 13 04:22:13.851 INFO kablam! | ^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.851 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 13 04:22:13.851 INFO kablam! --> src/codecs.rs:10:5 Oct 13 04:22:13.851 INFO kablam! | Oct 13 04:22:13.851 INFO kablam! 10 | use std::borrow::ToOwned; Oct 13 04:22:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.851 INFO kablam! warning: unused import: `std::sync::Arc` Oct 13 04:22:13.851 INFO kablam! --> src/codecs.rs:13:5 Oct 13 04:22:13.851 INFO kablam! | Oct 13 04:22:13.851 INFO kablam! 13 | use std::sync::Arc; Oct 13 04:22:13.851 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.851 INFO kablam! warning: unused import: `std::sync::RwLock` Oct 13 04:22:13.851 INFO kablam! --> src/codecs.rs:14:5 Oct 13 04:22:13.851 INFO kablam! | Oct 13 04:22:13.851 INFO kablam! 14 | use std::sync::RwLock; Oct 13 04:22:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.851 INFO kablam! warning: unused import: `std::thread` Oct 13 04:22:13.851 INFO kablam! --> src/codecs.rs:15:5 Oct 13 04:22:13.851 INFO kablam! | Oct 13 04:22:13.851 INFO kablam! 15 | use std::thread; Oct 13 04:22:13.851 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.851 INFO kablam! warning: unused import: `std::time::Duration` Oct 13 04:22:13.851 INFO kablam! --> src/codecs.rs:16:5 Oct 13 04:22:13.851 INFO kablam! | Oct 13 04:22:13.851 INFO kablam! 16 | use std::time::Duration; Oct 13 04:22:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.851 INFO kablam! warning: unused import: `AsyncWrite` Oct 13 04:22:13.851 INFO kablam! --> src/codecs.rs:22:46 Oct 13 04:22:13.851 INFO kablam! | Oct 13 04:22:13.851 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 13 04:22:13.851 INFO kablam! | ^^^^^^^^^^ Oct 13 04:22:13.851 INFO kablam! Oct 13 04:22:13.862 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 04:22:13.862 INFO kablam! --> src/codecs.rs:21:41 Oct 13 04:22:13.862 INFO kablam! | Oct 13 04:22:13.862 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 13 04:22:13.862 INFO kablam! | ^^^^^^ Oct 13 04:22:13.862 INFO kablam! | Oct 13 04:22:13.862 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 04:22:13.862 INFO kablam! Oct 13 04:22:13.867 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 13 04:22:13.867 INFO kablam! --> src/codecs.rs:22:16 Oct 13 04:22:13.867 INFO kablam! | Oct 13 04:22:13.867 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 13 04:22:13.867 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:22:13.867 INFO kablam! Oct 13 04:22:13.867 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 04:22:13.867 INFO kablam! --> src/codecs.rs:35:29 Oct 13 04:22:13.867 INFO kablam! | Oct 13 04:22:13.867 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 13 04:22:13.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:13.867 INFO kablam! Oct 13 04:22:13.867 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 13 04:22:13.867 INFO kablam! --> src/codecs.rs:35:47 Oct 13 04:22:13.867 INFO kablam! | Oct 13 04:22:13.867 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 13 04:22:13.867 INFO kablam! | ^^^^^^^^^^ Oct 13 04:22:13.867 INFO kablam! Oct 13 04:22:13.867 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 04:22:13.867 INFO kablam! --> src/client_server.rs:154:17 Oct 13 04:22:13.867 INFO kablam! | Oct 13 04:22:13.867 INFO kablam! 154 | stream::iter(lines).forward(writer).map(drop) Oct 13 04:22:13.867 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:22:13.867 INFO kablam! Oct 13 04:22:13.867 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 13 04:22:13.867 INFO kablam! --> src/codecs.rs:115:48 Oct 13 04:22:13.867 INFO kablam! | Oct 13 04:22:13.867 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 13 04:22:13.867 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:22:13.867 INFO kablam! Oct 13 04:22:13.975 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 04:22:13.975 INFO kablam! --> src/client_server.rs:107:49 Oct 13 04:22:13.975 INFO kablam! | Oct 13 04:22:13.975 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 13 04:22:13.975 INFO kablam! | ^^^^^^ Oct 13 04:22:13.975 INFO kablam! Oct 13 04:22:14.008 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 04:22:14.008 INFO kablam! --> src/client_server.rs:150:45 Oct 13 04:22:14.008 INFO kablam! | Oct 13 04:22:14.008 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 13 04:22:14.008 INFO kablam! | ^^^^^^ Oct 13 04:22:14.008 INFO kablam! Oct 13 04:22:14.027 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 04:22:14.027 INFO kablam! --> src/codecs.rs:115:41 Oct 13 04:22:14.027 INFO kablam! | Oct 13 04:22:14.027 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 13 04:22:14.027 INFO kablam! | ^^^^^^ Oct 13 04:22:14.027 INFO kablam! Oct 13 04:22:14.043 INFO kablam! warning: unused import: `Hasher` Oct 13 04:22:14.043 INFO kablam! --> src/client_server.rs:12:18 Oct 13 04:22:14.043 INFO kablam! | Oct 13 04:22:14.043 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 13 04:22:14.043 INFO kablam! | ^^^^^^ Oct 13 04:22:14.043 INFO kablam! Oct 13 04:22:14.051 INFO kablam! warning: unused variable: `remote_address` Oct 13 04:22:14.051 INFO kablam! --> src/main.rs:56:9 Oct 13 04:22:14.051 INFO kablam! | Oct 13 04:22:14.051 INFO kablam! 56 | let remote_address = remote_address.clone(); Oct 13 04:22:14.051 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_remote_address` instead Oct 13 04:22:14.059 INFO kablam! | Oct 13 04:22:14.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:22:14.059 INFO kablam! Oct 13 04:22:14.059 INFO kablam! warning: unused variable: `connector` Oct 13 04:22:14.059 INFO kablam! --> src/main.rs:61:9 Oct 13 04:22:14.059 INFO kablam! | Oct 13 04:22:14.059 INFO kablam! 61 | let connector = node.clone(); Oct 13 04:22:14.059 INFO kablam! | ^^^^^^^^^ help: consider using `_connector` instead Oct 13 04:22:14.059 INFO kablam! Oct 13 04:22:14.059 INFO kablam! warning: unused variable: `remote_sender` Oct 13 04:22:14.059 INFO kablam! --> src/main.rs:63:9 Oct 13 04:22:14.059 INFO kablam! | Oct 13 04:22:14.059 INFO kablam! 63 | let remote_sender = sender_tx.clone(); Oct 13 04:22:14.059 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_remote_sender` instead Oct 13 04:22:14.059 INFO kablam! Oct 13 04:22:14.059 INFO kablam! warning: unused variable: `writer` Oct 13 04:22:14.059 INFO kablam! --> src/client_server.rs:107:26 Oct 13 04:22:14.059 INFO kablam! | Oct 13 04:22:14.059 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 13 04:22:14.059 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 13 04:22:14.059 INFO kablam! Oct 13 04:22:14.059 INFO kablam! warning: unused variable: `pool` Oct 13 04:22:14.059 INFO kablam! --> src/client_server.rs:98:13 Oct 13 04:22:14.059 INFO kablam! | Oct 13 04:22:14.059 INFO kablam! 98 | let pool = self.connection_pool.clone(); Oct 13 04:22:14.059 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 13 04:22:14.059 INFO kablam! Oct 13 04:22:14.059 INFO kablam! warning: unused variable: `reader` Oct 13 04:22:14.059 INFO kablam! --> src/client_server.rs:150:30 Oct 13 04:22:14.059 INFO kablam! | Oct 13 04:22:14.059 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 13 04:22:14.059 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 13 04:22:14.059 INFO kablam! Oct 13 04:22:14.059 INFO kablam! warning: unused variable: `pool` Oct 13 04:22:14.059 INFO kablam! --> src/client_server.rs:144:13 Oct 13 04:22:14.059 INFO kablam! | Oct 13 04:22:14.059 INFO kablam! 144 | let pool = self.connection_pool.clone(); Oct 13 04:22:14.059 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 13 04:22:14.059 INFO kablam! Oct 13 04:22:14.059 INFO kablam! warning: unused variable: `e` Oct 13 04:22:14.059 INFO kablam! --> src/codecs.rs:122:31 Oct 13 04:22:14.059 INFO kablam! | Oct 13 04:22:14.059 INFO kablam! 122 | .map_err(|e| format_err!("error! ")) Oct 13 04:22:14.059 INFO kablam! | ^ help: consider using `_e` instead Oct 13 04:22:14.059 INFO kablam! Oct 13 04:22:14.059 INFO kablam! warning: unused variable: `e` Oct 13 04:22:14.059 INFO kablam! --> src/codecs.rs:125:31 Oct 13 04:22:14.059 INFO kablam! | Oct 13 04:22:14.059 INFO kablam! 125 | .map_err(|e| println!("error!")) Oct 13 04:22:14.059 INFO kablam! | ^ help: consider using `_e` instead Oct 13 04:22:14.059 INFO kablam! Oct 13 04:22:14.060 INFO kablam! warning: unused variable: `peer_addr` Oct 13 04:22:14.060 INFO kablam! --> src/codecs.rs:114:13 Oct 13 04:22:14.060 INFO kablam! | Oct 13 04:22:14.060 INFO kablam! 114 | let peer_addr = connection.local_addr().unwrap(); Oct 13 04:22:14.060 INFO kablam! | ^^^^^^^^^ help: consider using `_peer_addr` instead Oct 13 04:22:14.060 INFO kablam! Oct 13 04:22:14.060 INFO kablam! warning: unused variable: `e` Oct 13 04:22:14.060 INFO kablam! --> src/codecs.rs:174:26 Oct 13 04:22:14.060 INFO kablam! | Oct 13 04:22:14.060 INFO kablam! 174 | handler.map_err(|e| format_err!("")) Oct 13 04:22:14.060 INFO kablam! | ^ help: consider using `_e` instead Oct 13 04:22:14.060 INFO kablam! Oct 13 04:22:14.060 INFO kablam! warning: unused variable: `src` Oct 13 04:22:14.060 INFO kablam! --> src/codecs.rs:235:9 Oct 13 04:22:14.060 INFO kablam! | Oct 13 04:22:14.060 INFO kablam! 235 | src: &mut BytesMut, Oct 13 04:22:14.060 INFO kablam! | ^^^ help: consider using `_src` instead Oct 13 04:22:14.060 INFO kablam! Oct 13 04:22:14.060 INFO kablam! warning: unused variable: `item` Oct 13 04:22:14.060 INFO kablam! --> src/codecs.rs:247:9 Oct 13 04:22:14.060 INFO kablam! | Oct 13 04:22:14.060 INFO kablam! 247 | item: ::Item, Oct 13 04:22:14.060 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 13 04:22:14.060 INFO kablam! Oct 13 04:22:14.060 INFO kablam! warning: unused variable: `dst` Oct 13 04:22:14.060 INFO kablam! --> src/codecs.rs:248:9 Oct 13 04:22:14.060 INFO kablam! | Oct 13 04:22:14.060 INFO kablam! 248 | dst: &mut BytesMut, Oct 13 04:22:14.060 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 13 04:22:14.060 INFO kablam! Oct 13 04:22:14.087 INFO kablam! warning: variable does not need to be mutable Oct 13 04:22:14.087 INFO kablam! --> src/codecs.rs:94:13 Oct 13 04:22:14.087 INFO kablam! | Oct 13 04:22:14.087 INFO kablam! 94 | let mut read_pool = pool.clone(); Oct 13 04:22:14.087 INFO kablam! | ----^^^^^^^^^ Oct 13 04:22:14.087 INFO kablam! | | Oct 13 04:22:14.087 INFO kablam! | help: remove this `mut` Oct 13 04:22:14.087 INFO kablam! | Oct 13 04:22:14.087 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:22:14.087 INFO kablam! Oct 13 04:22:14.123 INFO kablam! warning: struct is never constructed: `PublicKey` Oct 13 04:22:14.123 INFO kablam! --> src/client_server.rs:20:1 Oct 13 04:22:14.123 INFO kablam! | Oct 13 04:22:14.123 INFO kablam! 20 | pub struct PublicKey([u8]); Oct 13 04:22:14.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.123 INFO kablam! | Oct 13 04:22:14.123 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:22:14.123 INFO kablam! Oct 13 04:22:14.123 INFO kablam! warning: struct is never constructed: `ConnectInfo` Oct 13 04:22:14.123 INFO kablam! --> src/client_server.rs:22:1 Oct 13 04:22:14.123 INFO kablam! | Oct 13 04:22:14.123 INFO kablam! 22 | pub struct ConnectInfo { Oct 13 04:22:14.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.123 INFO kablam! Oct 13 04:22:14.123 INFO kablam! warning: struct is never constructed: `Connection` Oct 13 04:22:14.123 INFO kablam! --> src/client_server.rs:50:1 Oct 13 04:22:14.123 INFO kablam! | Oct 13 04:22:14.123 INFO kablam! 50 | pub struct Connection { Oct 13 04:22:14.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.123 INFO kablam! Oct 13 04:22:14.123 INFO kablam! warning: method is never used: `new` Oct 13 04:22:14.123 INFO kablam! --> src/client_server.rs:56:5 Oct 13 04:22:14.123 INFO kablam! | Oct 13 04:22:14.123 INFO kablam! 56 | pub fn new(local: &SocketAddr, remote: &SocketAddr) -> Self { Oct 13 04:22:14.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.123 INFO kablam! Oct 13 04:22:14.123 INFO kablam! warning: struct is never constructed: `Node` Oct 13 04:22:14.123 INFO kablam! --> src/client_server.rs:87:1 Oct 13 04:22:14.123 INFO kablam! | Oct 13 04:22:14.123 INFO kablam! 87 | pub struct Node { Oct 13 04:22:14.123 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:22:14.123 INFO kablam! Oct 13 04:22:14.123 INFO kablam! warning: method is never used: `new` Oct 13 04:22:14.123 INFO kablam! --> src/client_server.rs:92:5 Oct 13 04:22:14.123 INFO kablam! | Oct 13 04:22:14.123 INFO kablam! 92 | pub fn new(connection_pool: ConnectionPool2) -> Self { Oct 13 04:22:14.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.123 INFO kablam! Oct 13 04:22:14.123 INFO kablam! warning: method is never used: `listen` Oct 13 04:22:14.123 INFO kablam! --> src/client_server.rs:96:5 Oct 13 04:22:14.123 INFO kablam! | Oct 13 04:22:14.124 INFO kablam! 96 | pub fn listen(&self, address: &SocketAddr) { Oct 13 04:22:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.124 INFO kablam! Oct 13 04:22:14.124 INFO kablam! warning: method is never used: `connect` Oct 13 04:22:14.124 INFO kablam! --> src/client_server.rs:142:5 Oct 13 04:22:14.124 INFO kablam! | Oct 13 04:22:14.124 INFO kablam! 142 | pub fn connect(&self, address: &SocketAddr) { Oct 13 04:22:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.124 INFO kablam! Oct 13 04:22:14.124 INFO kablam! warning: function is never used: `gen_lines` Oct 13 04:22:14.124 INFO kablam! --> src/client_server.rs:162:1 Oct 13 04:22:14.124 INFO kablam! | Oct 13 04:22:14.124 INFO kablam! 162 | fn gen_lines(n: usize) -> Vec> { Oct 13 04:22:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.124 INFO kablam! Oct 13 04:22:14.124 INFO kablam! warning: type alias is never used: `FramedSink` Oct 13 04:22:14.124 INFO kablam! --> src/codecs.rs:35:1 Oct 13 04:22:14.124 INFO kablam! | Oct 13 04:22:14.124 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 13 04:22:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.124 INFO kablam! Oct 13 04:22:14.124 INFO kablam! warning: method is never used: `ok` Oct 13 04:22:14.124 INFO kablam! --> src/codecs.rs:177:5 Oct 13 04:22:14.124 INFO kablam! | Oct 13 04:22:14.124 INFO kablam! 177 | pub fn ok() -> impl Future { Oct 13 04:22:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.124 INFO kablam! Oct 13 04:22:14.124 INFO kablam! warning: function is never used: `commands_parser` Oct 13 04:22:14.124 INFO kablam! --> src/codecs.rs:214:1 Oct 13 04:22:14.124 INFO kablam! | Oct 13 04:22:14.124 INFO kablam! 214 | fn commands_parser(line: String, pool: ConnectionPool2) -> String { Oct 13 04:22:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.124 INFO kablam! Oct 13 04:22:14.124 INFO kablam! warning: struct is never constructed: `BadCodecs` Oct 13 04:22:14.124 INFO kablam! --> src/codecs.rs:221:1 Oct 13 04:22:14.124 INFO kablam! | Oct 13 04:22:14.124 INFO kablam! 221 | struct BadCodecs {} Oct 13 04:22:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:22:14.124 INFO kablam! Oct 13 04:22:14.124 INFO kablam! warning: method is never used: `new` Oct 13 04:22:14.124 INFO kablam! --> src/codecs.rs:224:5 Oct 13 04:22:14.124 INFO kablam! | Oct 13 04:22:14.124 INFO kablam! 224 | pub fn new() -> Self { Oct 13 04:22:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.124 INFO kablam! Oct 13 04:22:14.124 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:22:14.124 INFO kablam! --> src/client_server.rs:139:9 Oct 13 04:22:14.124 INFO kablam! | Oct 13 04:22:14.124 INFO kablam! 139 | handler.join(); Oct 13 04:22:14.124 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:22:14.124 INFO kablam! | Oct 13 04:22:14.124 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:22:14.124 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:22:14.124 INFO kablam! Oct 13 04:22:14.131 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:22:14.131 INFO kablam! --> src/main.rs:82:9 Oct 13 04:22:14.131 INFO kablam! | Oct 13 04:22:14.131 INFO kablam! 82 | connect_sender_tx.clone().send(line.clone()).wait(); Oct 13 04:22:14.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.131 INFO kablam! | Oct 13 04:22:14.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:22:14.131 INFO kablam! Oct 13 04:22:17.124 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.74s Oct 13 04:22:17.128 INFO kablam! su: No module specific data is present Oct 13 04:22:17.779 INFO running `"docker" "rm" "-f" "4d54fab36d8c7a66a4e3a85113abfef4baa19340fb664b22528504560a8300f8"` Oct 13 04:22:18.007 INFO blam! 4d54fab36d8c7a66a4e3a85113abfef4baa19340fb664b22528504560a8300f8 Oct 13 04:22:18.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 04:22:18.383 INFO blam! eea84db29d7cdb1e970dcf982978c8a2a28b1ca72488cd8388c19b728cd42492 Oct 13 04:22:18.388 INFO running `"docker" "start" "-a" "eea84db29d7cdb1e970dcf982978c8a2a28b1ca72488cd8388c19b728cd42492"` Oct 13 04:22:18.947 INFO kablam! usermod: no changes Oct 13 04:22:19.052 INFO kablam! Compiling sandbox v0.1.0 (/source) Oct 13 04:22:19.896 INFO kablam! warning: unused import: `byteorder::ByteOrder` Oct 13 04:22:19.896 INFO kablam! --> src/main.rs:18:5 Oct 13 04:22:19.897 INFO kablam! | Oct 13 04:22:19.897 INFO kablam! 18 | use byteorder::ByteOrder; Oct 13 04:22:19.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:19.897 INFO kablam! | Oct 13 04:22:19.898 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:22:19.898 INFO kablam! Oct 13 04:22:19.898 INFO kablam! warning: unused import: `byteorder::LittleEndian` Oct 13 04:22:19.898 INFO kablam! --> src/main.rs:19:5 Oct 13 04:22:19.899 INFO kablam! | Oct 13 04:22:19.899 INFO kablam! 19 | use byteorder::LittleEndian; Oct 13 04:22:19.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:19.900 INFO kablam! Oct 13 04:22:19.900 INFO kablam! warning: unused import: `self` Oct 13 04:22:19.900 INFO kablam! --> src/main.rs:24:23 Oct 13 04:22:19.900 INFO kablam! | Oct 13 04:22:19.901 INFO kablam! 24 | use futures::stream::{self, Stream}; Oct 13 04:22:19.901 INFO kablam! | ^^^^ Oct 13 04:22:19.901 INFO kablam! Oct 13 04:22:19.901 INFO kablam! warning: unused import: `std::collections::VecDeque` Oct 13 04:22:19.901 INFO kablam! --> src/main.rs:27:5 Oct 13 04:22:19.902 INFO kablam! | Oct 13 04:22:19.902 INFO kablam! 27 | use std::collections::VecDeque; Oct 13 04:22:19.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:19.903 INFO kablam! Oct 13 04:22:19.903 INFO kablam! warning: unused import: `Read` Oct 13 04:22:19.903 INFO kablam! --> src/main.rs:29:24 Oct 13 04:22:19.903 INFO kablam! | Oct 13 04:22:19.904 INFO kablam! 29 | use std::io::{BufRead, Read}; Oct 13 04:22:19.904 INFO kablam! | ^^^^ Oct 13 04:22:19.904 INFO kablam! Oct 13 04:22:19.904 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 13 04:22:19.905 INFO kablam! --> src/main.rs:31:17 Oct 13 04:22:19.905 INFO kablam! | Oct 13 04:22:19.905 INFO kablam! 31 | use std::sync::{Arc, RwLock}; Oct 13 04:22:19.906 INFO kablam! | ^^^ ^^^^^^ Oct 13 04:22:19.906 INFO kablam! Oct 13 04:22:19.906 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite`, `read_exact`, `write_all` Oct 13 04:22:19.906 INFO kablam! --> src/main.rs:34:10 Oct 13 04:22:19.907 INFO kablam! | Oct 13 04:22:19.907 INFO kablam! 34 | io::{read_exact, write_all}, AsyncRead, AsyncWrite, Oct 13 04:22:19.908 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ Oct 13 04:22:19.908 INFO kablam! Oct 13 04:22:19.908 INFO kablam! warning: unused imports: `BTreeMap`, `hash_map::DefaultHasher` Oct 13 04:22:19.908 INFO kablam! --> src/client_server.rs:6:24 Oct 13 04:22:19.909 INFO kablam! | Oct 13 04:22:19.909 INFO kablam! 6 | use std::collections::{hash_map::DefaultHasher, BTreeMap}; Oct 13 04:22:19.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ Oct 13 04:22:19.909 INFO kablam! Oct 13 04:22:19.910 INFO kablam! warning: unused imports: `Hash`, `sync::atomic::Ordering` Oct 13 04:22:19.910 INFO kablam! --> src/client_server.rs:12:12 Oct 13 04:22:19.910 INFO kablam! | Oct 13 04:22:19.910 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 13 04:22:19.911 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:19.911 INFO kablam! Oct 13 04:22:19.911 INFO kablam! warning: unused import: `AsyncWrite` Oct 13 04:22:19.912 INFO kablam! --> src/client_server.rs:15:34 Oct 13 04:22:19.912 INFO kablam! | Oct 13 04:22:19.912 INFO kablam! 15 | use tokio::io::{self, AsyncRead, AsyncWrite}; Oct 13 04:22:19.912 INFO kablam! | ^^^^^^^^^^ Oct 13 04:22:19.912 INFO kablam! Oct 13 04:22:19.913 INFO kablam! warning: unused import: `client_server::Connection` Oct 13 04:22:19.913 INFO kablam! --> src/codecs.rs:4:5 Oct 13 04:22:19.913 INFO kablam! | Oct 13 04:22:19.914 INFO kablam! 4 | use client_server::Connection; Oct 13 04:22:19.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:19.914 INFO kablam! Oct 13 04:22:19.915 INFO kablam! warning: unused import: `self` Oct 13 04:22:19.915 INFO kablam! --> src/codecs.rs:8:23 Oct 13 04:22:19.915 INFO kablam! | Oct 13 04:22:19.915 INFO kablam! 8 | use futures::stream::{self, Stream}; Oct 13 04:22:19.916 INFO kablam! | ^^^^ Oct 13 04:22:19.916 INFO kablam! Oct 13 04:22:19.916 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 13 04:22:19.917 INFO kablam! --> src/codecs.rs:10:5 Oct 13 04:22:19.917 INFO kablam! | Oct 13 04:22:19.917 INFO kablam! 10 | use std::borrow::ToOwned; Oct 13 04:22:19.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:19.917 INFO kablam! Oct 13 04:22:19.918 INFO kablam! warning: unused import: `std::sync::Arc` Oct 13 04:22:19.918 INFO kablam! --> src/codecs.rs:13:5 Oct 13 04:22:19.918 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 13 | use std::sync::Arc; Oct 13 04:22:19.923 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:19.923 INFO kablam! warning: unused import: `std::sync::RwLock` Oct 13 04:22:19.923 INFO kablam! --> src/codecs.rs:14:5 Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 14 | use std::sync::RwLock; Oct 13 04:22:19.923 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:19.923 INFO kablam! warning: unused import: `std::thread` Oct 13 04:22:19.923 INFO kablam! --> src/codecs.rs:15:5 Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 15 | use std::thread; Oct 13 04:22:19.923 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:19.923 INFO kablam! warning: unused import: `std::time::Duration` Oct 13 04:22:19.923 INFO kablam! --> src/codecs.rs:16:5 Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 16 | use std::time::Duration; Oct 13 04:22:19.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:19.923 INFO kablam! warning: unused import: `AsyncWrite` Oct 13 04:22:19.923 INFO kablam! --> src/codecs.rs:22:46 Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 13 04:22:19.923 INFO kablam! | ^^^^^^^^^^ Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:19.923 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 04:22:19.923 INFO kablam! --> src/codecs.rs:21:41 Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 13 04:22:19.923 INFO kablam! | ^^^^^^ Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:19.923 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 13 04:22:19.923 INFO kablam! --> src/codecs.rs:22:16 Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 13 04:22:19.923 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:19.923 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 04:22:19.923 INFO kablam! --> src/codecs.rs:35:29 Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 13 04:22:19.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:19.923 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 13 04:22:19.923 INFO kablam! --> src/codecs.rs:35:47 Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 13 04:22:19.923 INFO kablam! | ^^^^^^^^^^ Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:19.923 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 04:22:19.923 INFO kablam! --> src/client_server.rs:154:17 Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 154 | stream::iter(lines).forward(writer).map(drop) Oct 13 04:22:19.923 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:19.923 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 13 04:22:19.923 INFO kablam! --> src/codecs.rs:115:48 Oct 13 04:22:19.923 INFO kablam! | Oct 13 04:22:19.923 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 13 04:22:19.923 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:22:19.923 INFO kablam! Oct 13 04:22:20.035 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 04:22:20.035 INFO kablam! --> src/client_server.rs:107:49 Oct 13 04:22:20.035 INFO kablam! | Oct 13 04:22:20.035 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 13 04:22:20.035 INFO kablam! | ^^^^^^ Oct 13 04:22:20.035 INFO kablam! Oct 13 04:22:20.067 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 04:22:20.067 INFO kablam! --> src/client_server.rs:150:45 Oct 13 04:22:20.067 INFO kablam! | Oct 13 04:22:20.067 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 13 04:22:20.067 INFO kablam! | ^^^^^^ Oct 13 04:22:20.067 INFO kablam! Oct 13 04:22:20.080 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 04:22:20.080 INFO kablam! --> src/codecs.rs:115:41 Oct 13 04:22:20.080 INFO kablam! | Oct 13 04:22:20.080 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 13 04:22:20.080 INFO kablam! | ^^^^^^ Oct 13 04:22:20.080 INFO kablam! Oct 13 04:22:20.106 INFO kablam! warning: unused import: `Hasher` Oct 13 04:22:20.107 INFO kablam! --> src/client_server.rs:12:18 Oct 13 04:22:20.107 INFO kablam! | Oct 13 04:22:20.107 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 13 04:22:20.107 INFO kablam! | ^^^^^^ Oct 13 04:22:20.107 INFO kablam! Oct 13 04:22:20.107 INFO kablam! warning: unused variable: `remote_address` Oct 13 04:22:20.107 INFO kablam! --> src/main.rs:56:9 Oct 13 04:22:20.107 INFO kablam! | Oct 13 04:22:20.107 INFO kablam! 56 | let remote_address = remote_address.clone(); Oct 13 04:22:20.107 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_remote_address` instead Oct 13 04:22:20.107 INFO kablam! | Oct 13 04:22:20.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:22:20.107 INFO kablam! Oct 13 04:22:20.107 INFO kablam! warning: unused variable: `connector` Oct 13 04:22:20.107 INFO kablam! --> src/main.rs:61:9 Oct 13 04:22:20.107 INFO kablam! | Oct 13 04:22:20.107 INFO kablam! 61 | let connector = node.clone(); Oct 13 04:22:20.107 INFO kablam! | ^^^^^^^^^ help: consider using `_connector` instead Oct 13 04:22:20.107 INFO kablam! Oct 13 04:22:20.107 INFO kablam! warning: unused variable: `remote_sender` Oct 13 04:22:20.107 INFO kablam! --> src/main.rs:63:9 Oct 13 04:22:20.107 INFO kablam! | Oct 13 04:22:20.107 INFO kablam! 63 | let remote_sender = sender_tx.clone(); Oct 13 04:22:20.107 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_remote_sender` instead Oct 13 04:22:20.107 INFO kablam! Oct 13 04:22:20.107 INFO kablam! warning: unused variable: `address2` Oct 13 04:22:20.107 INFO kablam! --> src/client_server.rs:69:9 Oct 13 04:22:20.107 INFO kablam! | Oct 13 04:22:20.107 INFO kablam! 69 | let address2: SocketAddr = "127.0.0.1:9000".parse().unwrap(); Oct 13 04:22:20.107 INFO kablam! | ^^^^^^^^ help: consider using `_address2` instead Oct 13 04:22:20.107 INFO kablam! Oct 13 04:22:20.107 INFO kablam! warning: unused variable: `writer` Oct 13 04:22:20.107 INFO kablam! --> src/client_server.rs:107:26 Oct 13 04:22:20.107 INFO kablam! | Oct 13 04:22:20.107 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 13 04:22:20.107 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 13 04:22:20.107 INFO kablam! Oct 13 04:22:20.107 INFO kablam! warning: unused variable: `pool` Oct 13 04:22:20.107 INFO kablam! --> src/client_server.rs:98:13 Oct 13 04:22:20.107 INFO kablam! | Oct 13 04:22:20.107 INFO kablam! 98 | let pool = self.connection_pool.clone(); Oct 13 04:22:20.107 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 13 04:22:20.107 INFO kablam! Oct 13 04:22:20.107 INFO kablam! warning: unused variable: `reader` Oct 13 04:22:20.107 INFO kablam! --> src/client_server.rs:150:30 Oct 13 04:22:20.107 INFO kablam! | Oct 13 04:22:20.107 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 13 04:22:20.107 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 13 04:22:20.107 INFO kablam! Oct 13 04:22:20.107 INFO kablam! warning: unused variable: `pool` Oct 13 04:22:20.107 INFO kablam! --> src/client_server.rs:144:13 Oct 13 04:22:20.107 INFO kablam! | Oct 13 04:22:20.107 INFO kablam! 144 | let pool = self.connection_pool.clone(); Oct 13 04:22:20.107 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 13 04:22:20.107 INFO kablam! Oct 13 04:22:20.115 INFO kablam! warning: unused variable: `e` Oct 13 04:22:20.115 INFO kablam! --> src/codecs.rs:122:31 Oct 13 04:22:20.115 INFO kablam! | Oct 13 04:22:20.115 INFO kablam! 122 | .map_err(|e| format_err!("error! ")) Oct 13 04:22:20.115 INFO kablam! | ^ help: consider using `_e` instead Oct 13 04:22:20.116 INFO kablam! Oct 13 04:22:20.116 INFO kablam! warning: unused variable: `e` Oct 13 04:22:20.116 INFO kablam! --> src/codecs.rs:125:31 Oct 13 04:22:20.116 INFO kablam! | Oct 13 04:22:20.116 INFO kablam! 125 | .map_err(|e| println!("error!")) Oct 13 04:22:20.116 INFO kablam! | ^ help: consider using `_e` instead Oct 13 04:22:20.116 INFO kablam! Oct 13 04:22:20.117 INFO kablam! warning: unused variable: `peer_addr` Oct 13 04:22:20.117 INFO kablam! --> src/codecs.rs:114:13 Oct 13 04:22:20.117 INFO kablam! | Oct 13 04:22:20.117 INFO kablam! 114 | let peer_addr = connection.local_addr().unwrap(); Oct 13 04:22:20.117 INFO kablam! | ^^^^^^^^^ help: consider using `_peer_addr` instead Oct 13 04:22:20.117 INFO kablam! Oct 13 04:22:20.117 INFO kablam! warning: unused variable: `e` Oct 13 04:22:20.118 INFO kablam! --> src/codecs.rs:174:26 Oct 13 04:22:20.118 INFO kablam! | Oct 13 04:22:20.118 INFO kablam! 174 | handler.map_err(|e| format_err!("")) Oct 13 04:22:20.118 INFO kablam! | ^ help: consider using `_e` instead Oct 13 04:22:20.118 INFO kablam! Oct 13 04:22:20.118 INFO kablam! warning: unused variable: `src` Oct 13 04:22:20.118 INFO kablam! --> src/codecs.rs:235:9 Oct 13 04:22:20.119 INFO kablam! | Oct 13 04:22:20.119 INFO kablam! 235 | src: &mut BytesMut, Oct 13 04:22:20.119 INFO kablam! | ^^^ help: consider using `_src` instead Oct 13 04:22:20.119 INFO kablam! Oct 13 04:22:20.119 INFO kablam! warning: unused variable: `item` Oct 13 04:22:20.119 INFO kablam! --> src/codecs.rs:247:9 Oct 13 04:22:20.119 INFO kablam! | Oct 13 04:22:20.120 INFO kablam! 247 | item: ::Item, Oct 13 04:22:20.120 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 13 04:22:20.120 INFO kablam! Oct 13 04:22:20.120 INFO kablam! warning: unused variable: `dst` Oct 13 04:22:20.120 INFO kablam! --> src/codecs.rs:248:9 Oct 13 04:22:20.120 INFO kablam! | Oct 13 04:22:20.120 INFO kablam! 248 | dst: &mut BytesMut, Oct 13 04:22:20.121 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 13 04:22:20.121 INFO kablam! Oct 13 04:22:20.143 INFO kablam! warning: variable does not need to be mutable Oct 13 04:22:20.143 INFO kablam! --> src/codecs.rs:94:13 Oct 13 04:22:20.143 INFO kablam! | Oct 13 04:22:20.144 INFO kablam! 94 | let mut read_pool = pool.clone(); Oct 13 04:22:20.144 INFO kablam! | ----^^^^^^^^^ Oct 13 04:22:20.144 INFO kablam! | | Oct 13 04:22:20.144 INFO kablam! | help: remove this `mut` Oct 13 04:22:20.144 INFO kablam! | Oct 13 04:22:20.144 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:22:20.145 INFO kablam! Oct 13 04:22:20.180 INFO kablam! warning: struct is never constructed: `PublicKey` Oct 13 04:22:20.180 INFO kablam! --> src/client_server.rs:20:1 Oct 13 04:22:20.180 INFO kablam! | Oct 13 04:22:20.180 INFO kablam! 20 | pub struct PublicKey([u8]); Oct 13 04:22:20.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:20.181 INFO kablam! | Oct 13 04:22:20.181 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:22:20.181 INFO kablam! Oct 13 04:22:20.181 INFO kablam! warning: struct is never constructed: `ConnectInfo` Oct 13 04:22:20.181 INFO kablam! --> src/client_server.rs:22:1 Oct 13 04:22:20.182 INFO kablam! | Oct 13 04:22:20.182 INFO kablam! 22 | pub struct ConnectInfo { Oct 13 04:22:20.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:20.182 INFO kablam! Oct 13 04:22:20.183 INFO kablam! warning: struct is never constructed: `Connection` Oct 13 04:22:20.183 INFO kablam! --> src/client_server.rs:50:1 Oct 13 04:22:20.183 INFO kablam! | Oct 13 04:22:20.183 INFO kablam! 50 | pub struct Connection { Oct 13 04:22:20.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:20.183 INFO kablam! Oct 13 04:22:20.184 INFO kablam! warning: method is never used: `new` Oct 13 04:22:20.184 INFO kablam! --> src/client_server.rs:56:5 Oct 13 04:22:20.184 INFO kablam! | Oct 13 04:22:20.184 INFO kablam! 56 | pub fn new(local: &SocketAddr, remote: &SocketAddr) -> Self { Oct 13 04:22:20.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:20.185 INFO kablam! Oct 13 04:22:20.193 INFO kablam! warning: type alias is never used: `FramedSink` Oct 13 04:22:20.193 INFO kablam! --> src/codecs.rs:35:1 Oct 13 04:22:20.193 INFO kablam! | Oct 13 04:22:20.193 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 13 04:22:20.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:20.194 INFO kablam! Oct 13 04:22:20.194 INFO kablam! warning: method is never used: `ok` Oct 13 04:22:20.194 INFO kablam! --> src/codecs.rs:177:5 Oct 13 04:22:20.194 INFO kablam! | Oct 13 04:22:20.195 INFO kablam! 177 | pub fn ok() -> impl Future { Oct 13 04:22:20.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:20.195 INFO kablam! Oct 13 04:22:20.197 INFO kablam! warning: function is never used: `commands_parser` Oct 13 04:22:20.198 INFO kablam! --> src/codecs.rs:214:1 Oct 13 04:22:20.198 INFO kablam! | Oct 13 04:22:20.198 INFO kablam! 214 | fn commands_parser(line: String, pool: ConnectionPool2) -> String { Oct 13 04:22:20.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:20.198 INFO kablam! Oct 13 04:22:20.198 INFO kablam! warning: struct is never constructed: `BadCodecs` Oct 13 04:22:20.198 INFO kablam! --> src/codecs.rs:221:1 Oct 13 04:22:20.199 INFO kablam! | Oct 13 04:22:20.199 INFO kablam! 221 | struct BadCodecs {} Oct 13 04:22:20.199 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:22:20.199 INFO kablam! Oct 13 04:22:20.199 INFO kablam! warning: method is never used: `new` Oct 13 04:22:20.199 INFO kablam! --> src/codecs.rs:224:5 Oct 13 04:22:20.199 INFO kablam! | Oct 13 04:22:20.199 INFO kablam! 224 | pub fn new() -> Self { Oct 13 04:22:20.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:20.199 INFO kablam! Oct 13 04:22:20.200 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:22:20.200 INFO kablam! --> src/client_server.rs:139:9 Oct 13 04:22:20.200 INFO kablam! | Oct 13 04:22:20.200 INFO kablam! 139 | handler.join(); Oct 13 04:22:20.200 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:22:20.200 INFO kablam! | Oct 13 04:22:20.200 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:22:20.200 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:22:20.200 INFO kablam! Oct 13 04:22:20.200 INFO kablam! warning: unused `futures::sink::Send` which must be used Oct 13 04:22:20.200 INFO kablam! --> src/codecs.rs:41:5 Oct 13 04:22:20.201 INFO kablam! | Oct 13 04:22:20.201 INFO kablam! 41 | sender_tx.send("String".to_string()); Oct 13 04:22:20.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:20.201 INFO kablam! | Oct 13 04:22:20.201 INFO kablam! = note: futures do nothing unless polled Oct 13 04:22:20.201 INFO kablam! Oct 13 04:22:20.201 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:22:20.201 INFO kablam! --> src/main.rs:82:9 Oct 13 04:22:20.201 INFO kablam! | Oct 13 04:22:20.201 INFO kablam! 82 | connect_sender_tx.clone().send(line.clone()).wait(); Oct 13 04:22:20.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:20.201 INFO kablam! | Oct 13 04:22:20.201 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:22:20.201 INFO kablam! Oct 13 04:22:22.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.82s Oct 13 04:22:22.795 INFO kablam! su: No module specific data is present Oct 13 04:22:23.822 INFO running `"docker" "rm" "-f" "eea84db29d7cdb1e970dcf982978c8a2a28b1ca72488cd8388c19b728cd42492"` Oct 13 04:22:24.167 INFO blam! eea84db29d7cdb1e970dcf982978c8a2a28b1ca72488cd8388c19b728cd42492