Oct 10 16:57:23.889 INFO testing pavel-mukhanov/sandbox against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:57:23.889 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:57:23.889 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:57:24.066 INFO blam! c73653bc8bafeabaa09b4ebe6bcef129e4ecac5fb195468ed9dceea7f32b2b8f Oct 10 16:57:24.067 INFO running `"docker" "start" "-a" "c73653bc8bafeabaa09b4ebe6bcef129e4ecac5fb195468ed9dceea7f32b2b8f"` Oct 10 16:57:24.544 INFO kablam! usermod: no changes Oct 10 16:57:24.776 INFO kablam! Compiling rand_core v0.1.0-pre.0 Oct 10 16:57:24.777 INFO kablam! Compiling atty v0.2.11 Oct 10 16:57:24.778 INFO kablam! Compiling bytes v0.4.9 Oct 10 16:57:24.779 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 10 16:57:24.779 INFO kablam! Compiling tokio-retry v0.2.0 Oct 10 16:57:24.779 INFO kablam! Compiling crossbeam-epoch v0.4.1 Oct 10 16:57:24.779 INFO kablam! Compiling regex v0.2.10 Oct 10 16:57:25.864 INFO kablam! Compiling backtrace v0.3.9 Oct 10 16:57:25.897 INFO kablam! Compiling clap v2.32.0 Oct 10 16:57:26.782 INFO kablam! Compiling rand v0.5.0-pre.0 Oct 10 16:57:27.074 INFO kablam! Compiling crossbeam-deque v0.3.0 Oct 10 16:57:27.953 INFO kablam! Compiling tokio-io v0.1.8 Oct 10 16:57:28.004 INFO kablam! Compiling failure v0.1.2 Oct 10 16:57:28.473 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 10 16:57:30.137 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 10 16:57:30.137 INFO kablam! Compiling tokio-codec v0.1.0 Oct 10 16:57:30.137 INFO kablam! Compiling partial-io v0.3.0 Oct 10 16:57:36.256 INFO kablam! Compiling tokio-fs v0.1.3 Oct 10 16:57:36.376 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 16:57:36.561 INFO kablam! Compiling tokio-udp v0.1.0 Oct 10 16:57:37.576 INFO kablam! Compiling env_logger v0.4.3 Oct 10 16:57:42.493 INFO kablam! Compiling tokio v0.1.7 Oct 10 16:57:50.413 INFO kablam! Compiling sandbox v0.1.0 (/source) Oct 10 16:57:52.840 INFO kablam! warning: unused import: `byteorder::ByteOrder` Oct 10 16:57:52.841 INFO kablam! --> src/main.rs:18:5 Oct 10 16:57:52.841 INFO kablam! | Oct 10 16:57:52.841 INFO kablam! 18 | use byteorder::ByteOrder; Oct 10 16:57:52.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:52.841 INFO kablam! | Oct 10 16:57:52.841 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:57:52.841 INFO kablam! Oct 10 16:57:52.842 INFO kablam! warning: unused import: `byteorder::LittleEndian` Oct 10 16:57:52.842 INFO kablam! --> src/main.rs:19:5 Oct 10 16:57:52.842 INFO kablam! | Oct 10 16:57:52.842 INFO kablam! 19 | use byteorder::LittleEndian; Oct 10 16:57:52.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:52.842 INFO kablam! Oct 10 16:57:52.842 INFO kablam! warning: unused import: `self` Oct 10 16:57:52.842 INFO kablam! --> src/main.rs:24:23 Oct 10 16:57:52.843 INFO kablam! | Oct 10 16:57:52.843 INFO kablam! 24 | use futures::stream::{self, Stream}; Oct 10 16:57:52.843 INFO kablam! | ^^^^ Oct 10 16:57:52.843 INFO kablam! Oct 10 16:57:52.843 INFO kablam! warning: unused import: `std::collections::VecDeque` Oct 10 16:57:52.843 INFO kablam! --> src/main.rs:27:5 Oct 10 16:57:52.843 INFO kablam! | Oct 10 16:57:52.844 INFO kablam! 27 | use std::collections::VecDeque; Oct 10 16:57:52.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:52.844 INFO kablam! Oct 10 16:57:52.844 INFO kablam! warning: unused import: `Read` Oct 10 16:57:52.844 INFO kablam! --> src/main.rs:29:24 Oct 10 16:57:52.844 INFO kablam! | Oct 10 16:57:52.844 INFO kablam! 29 | use std::io::{BufRead, Read}; Oct 10 16:57:52.844 INFO kablam! | ^^^^ Oct 10 16:57:52.845 INFO kablam! Oct 10 16:57:52.845 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 10 16:57:52.845 INFO kablam! --> src/main.rs:31:17 Oct 10 16:57:52.845 INFO kablam! | Oct 10 16:57:52.845 INFO kablam! 31 | use std::sync::{Arc, RwLock}; Oct 10 16:57:52.845 INFO kablam! | ^^^ ^^^^^^ Oct 10 16:57:52.845 INFO kablam! Oct 10 16:57:52.845 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite`, `read_exact`, `write_all` Oct 10 16:57:52.846 INFO kablam! --> src/main.rs:34:10 Oct 10 16:57:52.846 INFO kablam! | Oct 10 16:57:52.846 INFO kablam! 34 | io::{read_exact, write_all}, AsyncRead, AsyncWrite, Oct 10 16:57:52.846 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ Oct 10 16:57:52.846 INFO kablam! Oct 10 16:57:52.846 INFO kablam! warning: unused imports: `BTreeMap`, `hash_map::DefaultHasher` Oct 10 16:57:52.846 INFO kablam! --> src/client_server.rs:6:24 Oct 10 16:57:52.846 INFO kablam! | Oct 10 16:57:52.847 INFO kablam! 6 | use std::collections::{hash_map::DefaultHasher, BTreeMap}; Oct 10 16:57:52.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ Oct 10 16:57:52.847 INFO kablam! Oct 10 16:57:52.847 INFO kablam! warning: unused imports: `Hash`, `sync::atomic::Ordering` Oct 10 16:57:52.847 INFO kablam! --> src/client_server.rs:12:12 Oct 10 16:57:52.847 INFO kablam! | Oct 10 16:57:52.847 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 10 16:57:52.847 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:52.848 INFO kablam! Oct 10 16:57:52.848 INFO kablam! warning: unused import: `AsyncWrite` Oct 10 16:57:52.848 INFO kablam! --> src/client_server.rs:15:34 Oct 10 16:57:52.848 INFO kablam! | Oct 10 16:57:52.848 INFO kablam! 15 | use tokio::io::{self, AsyncRead, AsyncWrite}; Oct 10 16:57:52.848 INFO kablam! | ^^^^^^^^^^ Oct 10 16:57:52.848 INFO kablam! Oct 10 16:57:52.849 INFO kablam! warning: unused import: `client_server::Connection` Oct 10 16:57:52.849 INFO kablam! --> src/codecs.rs:4:5 Oct 10 16:57:52.849 INFO kablam! | Oct 10 16:57:52.849 INFO kablam! 4 | use client_server::Connection; Oct 10 16:57:52.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:52.849 INFO kablam! Oct 10 16:57:52.849 INFO kablam! warning: unused import: `self` Oct 10 16:57:52.849 INFO kablam! --> src/codecs.rs:8:23 Oct 10 16:57:52.850 INFO kablam! | Oct 10 16:57:52.850 INFO kablam! 8 | use futures::stream::{self, Stream}; Oct 10 16:57:52.850 INFO kablam! | ^^^^ Oct 10 16:57:52.850 INFO kablam! Oct 10 16:57:52.850 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 10 16:57:52.850 INFO kablam! --> src/codecs.rs:10:5 Oct 10 16:57:52.850 INFO kablam! | Oct 10 16:57:52.850 INFO kablam! 10 | use std::borrow::ToOwned; Oct 10 16:57:52.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:52.851 INFO kablam! Oct 10 16:57:52.851 INFO kablam! warning: unused import: `std::sync::Arc` Oct 10 16:57:52.851 INFO kablam! --> src/codecs.rs:13:5 Oct 10 16:57:52.851 INFO kablam! | Oct 10 16:57:52.851 INFO kablam! 13 | use std::sync::Arc; Oct 10 16:57:52.851 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 16:57:52.851 INFO kablam! Oct 10 16:57:52.852 INFO kablam! warning: unused import: `std::sync::RwLock` Oct 10 16:57:52.852 INFO kablam! --> src/codecs.rs:14:5 Oct 10 16:57:52.852 INFO kablam! | Oct 10 16:57:52.852 INFO kablam! 14 | use std::sync::RwLock; Oct 10 16:57:52.852 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:57:52.852 INFO kablam! Oct 10 16:57:52.852 INFO kablam! warning: unused import: `std::thread` Oct 10 16:57:52.853 INFO kablam! --> src/codecs.rs:15:5 Oct 10 16:57:52.853 INFO kablam! | Oct 10 16:57:52.853 INFO kablam! 15 | use std::thread; Oct 10 16:57:52.853 INFO kablam! | ^^^^^^^^^^^ Oct 10 16:57:52.853 INFO kablam! Oct 10 16:57:52.853 INFO kablam! warning: unused import: `std::time::Duration` Oct 10 16:57:52.853 INFO kablam! --> src/codecs.rs:16:5 Oct 10 16:57:52.853 INFO kablam! | Oct 10 16:57:52.854 INFO kablam! 16 | use std::time::Duration; Oct 10 16:57:52.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:52.854 INFO kablam! Oct 10 16:57:52.854 INFO kablam! warning: unused import: `AsyncWrite` Oct 10 16:57:52.854 INFO kablam! --> src/codecs.rs:22:46 Oct 10 16:57:52.854 INFO kablam! | Oct 10 16:57:52.854 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 10 16:57:52.854 INFO kablam! | ^^^^^^^^^^ Oct 10 16:57:52.855 INFO kablam! Oct 10 16:57:52.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 10 16:57:52.872 INFO kablam! --> src/codecs.rs:21:41 Oct 10 16:57:52.872 INFO kablam! | Oct 10 16:57:52.872 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 10 16:57:52.872 INFO kablam! | ^^^^^^ Oct 10 16:57:52.872 INFO kablam! | Oct 10 16:57:52.872 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 16:57:52.872 INFO kablam! Oct 10 16:57:52.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 10 16:57:52.872 INFO kablam! --> src/codecs.rs:22:16 Oct 10 16:57:52.872 INFO kablam! | Oct 10 16:57:52.872 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 10 16:57:52.872 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:57:52.872 INFO kablam! Oct 10 16:57:52.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 10 16:57:52.872 INFO kablam! --> src/codecs.rs:35:29 Oct 10 16:57:52.872 INFO kablam! | Oct 10 16:57:52.872 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 10 16:57:52.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:52.872 INFO kablam! Oct 10 16:57:52.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 10 16:57:52.872 INFO kablam! --> src/codecs.rs:35:47 Oct 10 16:57:52.872 INFO kablam! | Oct 10 16:57:52.872 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 10 16:57:52.872 INFO kablam! | ^^^^^^^^^^ Oct 10 16:57:52.872 INFO kablam! Oct 10 16:57:52.872 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 10 16:57:52.872 INFO kablam! --> src/client_server.rs:154:17 Oct 10 16:57:52.872 INFO kablam! | Oct 10 16:57:52.872 INFO kablam! 154 | stream::iter(lines).forward(writer).map(drop) Oct 10 16:57:52.872 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:57:52.872 INFO kablam! Oct 10 16:57:52.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 10 16:57:52.872 INFO kablam! --> src/codecs.rs:115:48 Oct 10 16:57:52.872 INFO kablam! | Oct 10 16:57:52.872 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 10 16:57:52.872 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:57:52.872 INFO kablam! Oct 10 16:57:52.988 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 10 16:57:52.988 INFO kablam! --> src/client_server.rs:107:49 Oct 10 16:57:52.988 INFO kablam! | Oct 10 16:57:52.988 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 10 16:57:52.988 INFO kablam! | ^^^^^^ Oct 10 16:57:52.988 INFO kablam! Oct 10 16:57:53.029 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 10 16:57:53.029 INFO kablam! --> src/client_server.rs:150:45 Oct 10 16:57:53.029 INFO kablam! | Oct 10 16:57:53.030 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 10 16:57:53.030 INFO kablam! | ^^^^^^ Oct 10 16:57:53.030 INFO kablam! Oct 10 16:57:53.037 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 10 16:57:53.037 INFO kablam! --> src/codecs.rs:115:41 Oct 10 16:57:53.037 INFO kablam! | Oct 10 16:57:53.037 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 10 16:57:53.037 INFO kablam! | ^^^^^^ Oct 10 16:57:53.037 INFO kablam! Oct 10 16:57:53.055 INFO kablam! warning: unused import: `Hasher` Oct 10 16:57:53.055 INFO kablam! --> src/client_server.rs:12:18 Oct 10 16:57:53.055 INFO kablam! | Oct 10 16:57:53.055 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 10 16:57:53.055 INFO kablam! | ^^^^^^ Oct 10 16:57:53.055 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `remote_address` Oct 10 16:57:53.073 INFO kablam! --> src/main.rs:56:9 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 56 | let remote_address = remote_address.clone(); Oct 10 16:57:53.073 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_remote_address` instead Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `connector` Oct 10 16:57:53.073 INFO kablam! --> src/main.rs:61:9 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 61 | let connector = node.clone(); Oct 10 16:57:53.073 INFO kablam! | ^^^^^^^^^ help: consider using `_connector` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `remote_sender` Oct 10 16:57:53.073 INFO kablam! --> src/main.rs:63:9 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 63 | let remote_sender = sender_tx.clone(); Oct 10 16:57:53.073 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_remote_sender` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `writer` Oct 10 16:57:53.073 INFO kablam! --> src/client_server.rs:107:26 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 10 16:57:53.073 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `pool` Oct 10 16:57:53.073 INFO kablam! --> src/client_server.rs:98:13 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 98 | let pool = self.connection_pool.clone(); Oct 10 16:57:53.073 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `reader` Oct 10 16:57:53.073 INFO kablam! --> src/client_server.rs:150:30 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 10 16:57:53.073 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `pool` Oct 10 16:57:53.073 INFO kablam! --> src/client_server.rs:144:13 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 144 | let pool = self.connection_pool.clone(); Oct 10 16:57:53.073 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `e` Oct 10 16:57:53.073 INFO kablam! --> src/codecs.rs:122:31 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 122 | .map_err(|e| format_err!("error! ")) Oct 10 16:57:53.073 INFO kablam! | ^ help: consider using `_e` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `e` Oct 10 16:57:53.073 INFO kablam! --> src/codecs.rs:125:31 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 125 | .map_err(|e| println!("error!")) Oct 10 16:57:53.073 INFO kablam! | ^ help: consider using `_e` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `peer_addr` Oct 10 16:57:53.073 INFO kablam! --> src/codecs.rs:114:13 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 114 | let peer_addr = connection.local_addr().unwrap(); Oct 10 16:57:53.073 INFO kablam! | ^^^^^^^^^ help: consider using `_peer_addr` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `e` Oct 10 16:57:53.073 INFO kablam! --> src/codecs.rs:174:26 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 174 | handler.map_err(|e| format_err!("")) Oct 10 16:57:53.073 INFO kablam! | ^ help: consider using `_e` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `src` Oct 10 16:57:53.073 INFO kablam! --> src/codecs.rs:235:9 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 235 | src: &mut BytesMut, Oct 10 16:57:53.073 INFO kablam! | ^^^ help: consider using `_src` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `item` Oct 10 16:57:53.073 INFO kablam! --> src/codecs.rs:247:9 Oct 10 16:57:53.073 INFO kablam! | Oct 10 16:57:53.073 INFO kablam! 247 | item: ::Item, Oct 10 16:57:53.073 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 10 16:57:53.073 INFO kablam! Oct 10 16:57:53.073 INFO kablam! warning: unused variable: `dst` Oct 10 16:57:53.073 INFO kablam! --> src/codecs.rs:248:9 Oct 10 16:57:53.074 INFO kablam! | Oct 10 16:57:53.074 INFO kablam! 248 | dst: &mut BytesMut, Oct 10 16:57:53.074 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 10 16:57:53.074 INFO kablam! Oct 10 16:57:53.112 INFO kablam! warning: variable does not need to be mutable Oct 10 16:57:53.112 INFO kablam! --> src/codecs.rs:94:13 Oct 10 16:57:53.112 INFO kablam! | Oct 10 16:57:53.112 INFO kablam! 94 | let mut read_pool = pool.clone(); Oct 10 16:57:53.112 INFO kablam! | ----^^^^^^^^^ Oct 10 16:57:53.112 INFO kablam! | | Oct 10 16:57:53.112 INFO kablam! | help: remove this `mut` Oct 10 16:57:53.112 INFO kablam! | Oct 10 16:57:53.112 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:57:53.112 INFO kablam! Oct 10 16:57:53.156 INFO kablam! warning: struct is never constructed: `PublicKey` Oct 10 16:57:53.156 INFO kablam! --> src/client_server.rs:20:1 Oct 10 16:57:53.156 INFO kablam! | Oct 10 16:57:53.156 INFO kablam! 20 | pub struct PublicKey([u8]); Oct 10 16:57:53.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.156 INFO kablam! | Oct 10 16:57:53.156 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:57:53.156 INFO kablam! Oct 10 16:57:53.156 INFO kablam! warning: struct is never constructed: `ConnectInfo` Oct 10 16:57:53.156 INFO kablam! --> src/client_server.rs:22:1 Oct 10 16:57:53.156 INFO kablam! | Oct 10 16:57:53.156 INFO kablam! 22 | pub struct ConnectInfo { Oct 10 16:57:53.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.157 INFO kablam! Oct 10 16:57:53.157 INFO kablam! warning: struct is never constructed: `Connection` Oct 10 16:57:53.157 INFO kablam! --> src/client_server.rs:50:1 Oct 10 16:57:53.157 INFO kablam! | Oct 10 16:57:53.157 INFO kablam! 50 | pub struct Connection { Oct 10 16:57:53.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.157 INFO kablam! Oct 10 16:57:53.157 INFO kablam! warning: method is never used: `new` Oct 10 16:57:53.157 INFO kablam! --> src/client_server.rs:56:5 Oct 10 16:57:53.157 INFO kablam! | Oct 10 16:57:53.157 INFO kablam! 56 | pub fn new(local: &SocketAddr, remote: &SocketAddr) -> Self { Oct 10 16:57:53.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.157 INFO kablam! Oct 10 16:57:53.157 INFO kablam! warning: struct is never constructed: `Node` Oct 10 16:57:53.157 INFO kablam! --> src/client_server.rs:87:1 Oct 10 16:57:53.157 INFO kablam! | Oct 10 16:57:53.157 INFO kablam! 87 | pub struct Node { Oct 10 16:57:53.157 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:57:53.157 INFO kablam! Oct 10 16:57:53.160 INFO kablam! warning: method is never used: `new` Oct 10 16:57:53.160 INFO kablam! --> src/client_server.rs:92:5 Oct 10 16:57:53.160 INFO kablam! | Oct 10 16:57:53.160 INFO kablam! 92 | pub fn new(connection_pool: ConnectionPool2) -> Self { Oct 10 16:57:53.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.160 INFO kablam! Oct 10 16:57:53.160 INFO kablam! warning: method is never used: `listen` Oct 10 16:57:53.160 INFO kablam! --> src/client_server.rs:96:5 Oct 10 16:57:53.160 INFO kablam! | Oct 10 16:57:53.160 INFO kablam! 96 | pub fn listen(&self, address: &SocketAddr) { Oct 10 16:57:53.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.160 INFO kablam! Oct 10 16:57:53.160 INFO kablam! warning: method is never used: `connect` Oct 10 16:57:53.161 INFO kablam! --> src/client_server.rs:142:5 Oct 10 16:57:53.161 INFO kablam! | Oct 10 16:57:53.161 INFO kablam! 142 | pub fn connect(&self, address: &SocketAddr) { Oct 10 16:57:53.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.161 INFO kablam! Oct 10 16:57:53.161 INFO kablam! warning: function is never used: `gen_lines` Oct 10 16:57:53.161 INFO kablam! --> src/client_server.rs:162:1 Oct 10 16:57:53.161 INFO kablam! | Oct 10 16:57:53.161 INFO kablam! 162 | fn gen_lines(n: usize) -> Vec> { Oct 10 16:57:53.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.161 INFO kablam! Oct 10 16:57:53.161 INFO kablam! warning: type alias is never used: `FramedSink` Oct 10 16:57:53.161 INFO kablam! --> src/codecs.rs:35:1 Oct 10 16:57:53.161 INFO kablam! | Oct 10 16:57:53.161 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 10 16:57:53.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.161 INFO kablam! Oct 10 16:57:53.161 INFO kablam! warning: method is never used: `ok` Oct 10 16:57:53.161 INFO kablam! --> src/codecs.rs:177:5 Oct 10 16:57:53.161 INFO kablam! | Oct 10 16:57:53.161 INFO kablam! 177 | pub fn ok() -> impl Future { Oct 10 16:57:53.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.161 INFO kablam! Oct 10 16:57:53.161 INFO kablam! warning: function is never used: `commands_parser` Oct 10 16:57:53.161 INFO kablam! --> src/codecs.rs:214:1 Oct 10 16:57:53.161 INFO kablam! | Oct 10 16:57:53.161 INFO kablam! 214 | fn commands_parser(line: String, pool: ConnectionPool2) -> String { Oct 10 16:57:53.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.161 INFO kablam! Oct 10 16:57:53.161 INFO kablam! warning: struct is never constructed: `BadCodecs` Oct 10 16:57:53.161 INFO kablam! --> src/codecs.rs:221:1 Oct 10 16:57:53.161 INFO kablam! | Oct 10 16:57:53.161 INFO kablam! 221 | struct BadCodecs {} Oct 10 16:57:53.161 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 16:57:53.161 INFO kablam! Oct 10 16:57:53.161 INFO kablam! warning: method is never used: `new` Oct 10 16:57:53.161 INFO kablam! --> src/codecs.rs:224:5 Oct 10 16:57:53.161 INFO kablam! | Oct 10 16:57:53.161 INFO kablam! 224 | pub fn new() -> Self { Oct 10 16:57:53.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.161 INFO kablam! Oct 10 16:57:53.161 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:57:53.161 INFO kablam! --> src/client_server.rs:139:9 Oct 10 16:57:53.161 INFO kablam! | Oct 10 16:57:53.161 INFO kablam! 139 | handler.join(); Oct 10 16:57:53.161 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:57:53.161 INFO kablam! | Oct 10 16:57:53.161 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 16:57:53.161 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:57:53.161 INFO kablam! Oct 10 16:57:53.162 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:57:53.162 INFO kablam! --> src/main.rs:82:9 Oct 10 16:57:53.162 INFO kablam! | Oct 10 16:57:53.162 INFO kablam! 82 | connect_sender_tx.clone().send(line.clone()).wait(); Oct 10 16:57:53.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:53.162 INFO kablam! | Oct 10 16:57:53.162 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:57:53.162 INFO kablam! Oct 10 16:57:56.333 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.77s Oct 10 16:57:56.340 INFO kablam! su: No module specific data is present Oct 10 16:57:57.241 INFO running `"docker" "rm" "-f" "c73653bc8bafeabaa09b4ebe6bcef129e4ecac5fb195468ed9dceea7f32b2b8f"` Oct 10 16:57:57.513 INFO blam! c73653bc8bafeabaa09b4ebe6bcef129e4ecac5fb195468ed9dceea7f32b2b8f Oct 10 16:57:57.516 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:57:57.516 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:57:57.968 INFO blam! 711efe4c506b6adf6091e8c362aa0250cf20edfb6ef2763e138b0649e63b5b16 Oct 10 16:57:57.980 INFO running `"docker" "start" "-a" "711efe4c506b6adf6091e8c362aa0250cf20edfb6ef2763e138b0649e63b5b16"` Oct 10 16:57:59.099 INFO kablam! usermod: no changes Oct 10 16:57:59.316 INFO kablam! Compiling sandbox v0.1.0 (/source) Oct 10 16:58:01.917 INFO kablam! warning: unused import: `byteorder::ByteOrder` Oct 10 16:58:01.917 INFO kablam! --> src/main.rs:18:5 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 18 | use byteorder::ByteOrder; Oct 10 16:58:01.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused import: `byteorder::LittleEndian` Oct 10 16:58:01.917 INFO kablam! --> src/main.rs:19:5 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 19 | use byteorder::LittleEndian; Oct 10 16:58:01.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused import: `self` Oct 10 16:58:01.917 INFO kablam! --> src/main.rs:24:23 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 24 | use futures::stream::{self, Stream}; Oct 10 16:58:01.917 INFO kablam! | ^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused import: `std::collections::VecDeque` Oct 10 16:58:01.917 INFO kablam! --> src/main.rs:27:5 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 27 | use std::collections::VecDeque; Oct 10 16:58:01.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused import: `Read` Oct 10 16:58:01.917 INFO kablam! --> src/main.rs:29:24 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 29 | use std::io::{BufRead, Read}; Oct 10 16:58:01.917 INFO kablam! | ^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 10 16:58:01.917 INFO kablam! --> src/main.rs:31:17 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 31 | use std::sync::{Arc, RwLock}; Oct 10 16:58:01.917 INFO kablam! | ^^^ ^^^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite`, `read_exact`, `write_all` Oct 10 16:58:01.917 INFO kablam! --> src/main.rs:34:10 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 34 | io::{read_exact, write_all}, AsyncRead, AsyncWrite, Oct 10 16:58:01.917 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused imports: `BTreeMap`, `hash_map::DefaultHasher` Oct 10 16:58:01.917 INFO kablam! --> src/client_server.rs:6:24 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 6 | use std::collections::{hash_map::DefaultHasher, BTreeMap}; Oct 10 16:58:01.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused imports: `Hash`, `sync::atomic::Ordering` Oct 10 16:58:01.917 INFO kablam! --> src/client_server.rs:12:12 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 10 16:58:01.917 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused import: `AsyncWrite` Oct 10 16:58:01.917 INFO kablam! --> src/client_server.rs:15:34 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 15 | use tokio::io::{self, AsyncRead, AsyncWrite}; Oct 10 16:58:01.917 INFO kablam! | ^^^^^^^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused import: `client_server::Connection` Oct 10 16:58:01.917 INFO kablam! --> src/codecs.rs:4:5 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 4 | use client_server::Connection; Oct 10 16:58:01.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused import: `self` Oct 10 16:58:01.917 INFO kablam! --> src/codecs.rs:8:23 Oct 10 16:58:01.917 INFO kablam! | Oct 10 16:58:01.917 INFO kablam! 8 | use futures::stream::{self, Stream}; Oct 10 16:58:01.917 INFO kablam! | ^^^^ Oct 10 16:58:01.917 INFO kablam! Oct 10 16:58:01.917 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 10 16:58:01.918 INFO kablam! --> src/codecs.rs:10:5 Oct 10 16:58:01.918 INFO kablam! | Oct 10 16:58:01.918 INFO kablam! 10 | use std::borrow::ToOwned; Oct 10 16:58:01.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:01.918 INFO kablam! Oct 10 16:58:01.918 INFO kablam! warning: unused import: `std::sync::Arc` Oct 10 16:58:01.918 INFO kablam! --> src/codecs.rs:13:5 Oct 10 16:58:01.918 INFO kablam! | Oct 10 16:58:01.918 INFO kablam! 13 | use std::sync::Arc; Oct 10 16:58:01.918 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 16:58:01.918 INFO kablam! Oct 10 16:58:01.918 INFO kablam! warning: unused import: `std::sync::RwLock` Oct 10 16:58:01.918 INFO kablam! --> src/codecs.rs:14:5 Oct 10 16:58:01.918 INFO kablam! | Oct 10 16:58:01.918 INFO kablam! 14 | use std::sync::RwLock; Oct 10 16:58:01.918 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:58:01.918 INFO kablam! Oct 10 16:58:01.918 INFO kablam! warning: unused import: `std::thread` Oct 10 16:58:01.918 INFO kablam! --> src/codecs.rs:15:5 Oct 10 16:58:01.918 INFO kablam! | Oct 10 16:58:01.918 INFO kablam! 15 | use std::thread; Oct 10 16:58:01.918 INFO kablam! | ^^^^^^^^^^^ Oct 10 16:58:01.918 INFO kablam! Oct 10 16:58:01.918 INFO kablam! warning: unused import: `std::time::Duration` Oct 10 16:58:01.918 INFO kablam! --> src/codecs.rs:16:5 Oct 10 16:58:01.918 INFO kablam! | Oct 10 16:58:01.918 INFO kablam! 16 | use std::time::Duration; Oct 10 16:58:01.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:01.918 INFO kablam! Oct 10 16:58:01.918 INFO kablam! warning: unused import: `AsyncWrite` Oct 10 16:58:01.918 INFO kablam! --> src/codecs.rs:22:46 Oct 10 16:58:01.918 INFO kablam! | Oct 10 16:58:01.918 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 10 16:58:01.918 INFO kablam! | ^^^^^^^^^^ Oct 10 16:58:01.918 INFO kablam! Oct 10 16:58:01.940 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 10 16:58:01.940 INFO kablam! --> src/codecs.rs:21:41 Oct 10 16:58:01.940 INFO kablam! | Oct 10 16:58:01.940 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 10 16:58:01.940 INFO kablam! | ^^^^^^ Oct 10 16:58:01.940 INFO kablam! | Oct 10 16:58:01.940 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 16:58:01.940 INFO kablam! Oct 10 16:58:01.940 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 10 16:58:01.940 INFO kablam! --> src/codecs.rs:22:16 Oct 10 16:58:01.940 INFO kablam! | Oct 10 16:58:01.940 INFO kablam! 22 | use tokio_io::{codec::LinesCodec, AsyncRead, AsyncWrite}; Oct 10 16:58:01.940 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:58:01.940 INFO kablam! Oct 10 16:58:01.940 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 10 16:58:01.940 INFO kablam! --> src/codecs.rs:35:29 Oct 10 16:58:01.940 INFO kablam! | Oct 10 16:58:01.940 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 10 16:58:01.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:01.940 INFO kablam! Oct 10 16:58:01.940 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 10 16:58:01.940 INFO kablam! --> src/codecs.rs:35:47 Oct 10 16:58:01.940 INFO kablam! | Oct 10 16:58:01.940 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 10 16:58:01.940 INFO kablam! | ^^^^^^^^^^ Oct 10 16:58:01.940 INFO kablam! Oct 10 16:58:01.940 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 10 16:58:01.940 INFO kablam! --> src/client_server.rs:154:17 Oct 10 16:58:01.940 INFO kablam! | Oct 10 16:58:01.940 INFO kablam! 154 | stream::iter(lines).forward(writer).map(drop) Oct 10 16:58:01.940 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:58:01.940 INFO kablam! Oct 10 16:58:01.941 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 10 16:58:01.941 INFO kablam! --> src/codecs.rs:115:48 Oct 10 16:58:01.941 INFO kablam! | Oct 10 16:58:01.941 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 10 16:58:01.941 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:58:01.941 INFO kablam! Oct 10 16:58:02.056 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 10 16:58:02.056 INFO kablam! --> src/client_server.rs:107:49 Oct 10 16:58:02.056 INFO kablam! | Oct 10 16:58:02.056 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 10 16:58:02.056 INFO kablam! | ^^^^^^ Oct 10 16:58:02.056 INFO kablam! Oct 10 16:58:02.096 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 10 16:58:02.096 INFO kablam! --> src/client_server.rs:150:45 Oct 10 16:58:02.096 INFO kablam! | Oct 10 16:58:02.096 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 10 16:58:02.096 INFO kablam! | ^^^^^^ Oct 10 16:58:02.096 INFO kablam! Oct 10 16:58:02.108 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 10 16:58:02.108 INFO kablam! --> src/codecs.rs:115:41 Oct 10 16:58:02.108 INFO kablam! | Oct 10 16:58:02.108 INFO kablam! 115 | let (sink, stream) = connection.framed(LinesCodec::new()).split(); Oct 10 16:58:02.108 INFO kablam! | ^^^^^^ Oct 10 16:58:02.108 INFO kablam! Oct 10 16:58:02.128 INFO kablam! warning: unused import: `Hasher` Oct 10 16:58:02.128 INFO kablam! --> src/client_server.rs:12:18 Oct 10 16:58:02.128 INFO kablam! | Oct 10 16:58:02.128 INFO kablam! 12 | hash::{Hash, Hasher}, sync::atomic::Ordering, Oct 10 16:58:02.128 INFO kablam! | ^^^^^^ Oct 10 16:58:02.128 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `remote_address` Oct 10 16:58:02.149 INFO kablam! --> src/main.rs:56:9 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 56 | let remote_address = remote_address.clone(); Oct 10 16:58:02.149 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_remote_address` instead Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `connector` Oct 10 16:58:02.149 INFO kablam! --> src/main.rs:61:9 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 61 | let connector = node.clone(); Oct 10 16:58:02.149 INFO kablam! | ^^^^^^^^^ help: consider using `_connector` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `remote_sender` Oct 10 16:58:02.149 INFO kablam! --> src/main.rs:63:9 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 63 | let remote_sender = sender_tx.clone(); Oct 10 16:58:02.149 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_remote_sender` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `address2` Oct 10 16:58:02.149 INFO kablam! --> src/client_server.rs:69:9 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 69 | let address2: SocketAddr = "127.0.0.1:9000".parse().unwrap(); Oct 10 16:58:02.149 INFO kablam! | ^^^^^^^^ help: consider using `_address2` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `writer` Oct 10 16:58:02.149 INFO kablam! --> src/client_server.rs:107:26 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 107 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 10 16:58:02.149 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `pool` Oct 10 16:58:02.149 INFO kablam! --> src/client_server.rs:98:13 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 98 | let pool = self.connection_pool.clone(); Oct 10 16:58:02.149 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `reader` Oct 10 16:58:02.149 INFO kablam! --> src/client_server.rs:150:30 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 150 | let (writer, reader) = sock.framed(LinesCodec::new()).split(); Oct 10 16:58:02.149 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `pool` Oct 10 16:58:02.149 INFO kablam! --> src/client_server.rs:144:13 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 144 | let pool = self.connection_pool.clone(); Oct 10 16:58:02.149 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `e` Oct 10 16:58:02.149 INFO kablam! --> src/codecs.rs:122:31 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 122 | .map_err(|e| format_err!("error! ")) Oct 10 16:58:02.149 INFO kablam! | ^ help: consider using `_e` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `e` Oct 10 16:58:02.149 INFO kablam! --> src/codecs.rs:125:31 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 125 | .map_err(|e| println!("error!")) Oct 10 16:58:02.149 INFO kablam! | ^ help: consider using `_e` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `peer_addr` Oct 10 16:58:02.149 INFO kablam! --> src/codecs.rs:114:13 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 114 | let peer_addr = connection.local_addr().unwrap(); Oct 10 16:58:02.149 INFO kablam! | ^^^^^^^^^ help: consider using `_peer_addr` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.149 INFO kablam! warning: unused variable: `e` Oct 10 16:58:02.149 INFO kablam! --> src/codecs.rs:174:26 Oct 10 16:58:02.149 INFO kablam! | Oct 10 16:58:02.149 INFO kablam! 174 | handler.map_err(|e| format_err!("")) Oct 10 16:58:02.149 INFO kablam! | ^ help: consider using `_e` instead Oct 10 16:58:02.149 INFO kablam! Oct 10 16:58:02.150 INFO kablam! warning: unused variable: `src` Oct 10 16:58:02.150 INFO kablam! --> src/codecs.rs:235:9 Oct 10 16:58:02.150 INFO kablam! | Oct 10 16:58:02.150 INFO kablam! 235 | src: &mut BytesMut, Oct 10 16:58:02.150 INFO kablam! | ^^^ help: consider using `_src` instead Oct 10 16:58:02.150 INFO kablam! Oct 10 16:58:02.150 INFO kablam! warning: unused variable: `item` Oct 10 16:58:02.150 INFO kablam! --> src/codecs.rs:247:9 Oct 10 16:58:02.150 INFO kablam! | Oct 10 16:58:02.150 INFO kablam! 247 | item: ::Item, Oct 10 16:58:02.150 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 10 16:58:02.150 INFO kablam! Oct 10 16:58:02.150 INFO kablam! warning: unused variable: `dst` Oct 10 16:58:02.150 INFO kablam! --> src/codecs.rs:248:9 Oct 10 16:58:02.150 INFO kablam! | Oct 10 16:58:02.150 INFO kablam! 248 | dst: &mut BytesMut, Oct 10 16:58:02.150 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 10 16:58:02.150 INFO kablam! Oct 10 16:58:02.188 INFO kablam! warning: variable does not need to be mutable Oct 10 16:58:02.188 INFO kablam! --> src/codecs.rs:94:13 Oct 10 16:58:02.188 INFO kablam! | Oct 10 16:58:02.188 INFO kablam! 94 | let mut read_pool = pool.clone(); Oct 10 16:58:02.188 INFO kablam! | ----^^^^^^^^^ Oct 10 16:58:02.188 INFO kablam! | | Oct 10 16:58:02.188 INFO kablam! | help: remove this `mut` Oct 10 16:58:02.188 INFO kablam! | Oct 10 16:58:02.188 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:58:02.188 INFO kablam! Oct 10 16:58:02.224 INFO kablam! warning: struct is never constructed: `PublicKey` Oct 10 16:58:02.224 INFO kablam! --> src/client_server.rs:20:1 Oct 10 16:58:02.224 INFO kablam! | Oct 10 16:58:02.224 INFO kablam! 20 | pub struct PublicKey([u8]); Oct 10 16:58:02.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:02.225 INFO kablam! | Oct 10 16:58:02.225 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:58:02.225 INFO kablam! Oct 10 16:58:02.225 INFO kablam! warning: struct is never constructed: `ConnectInfo` Oct 10 16:58:02.225 INFO kablam! --> src/client_server.rs:22:1 Oct 10 16:58:02.225 INFO kablam! | Oct 10 16:58:02.225 INFO kablam! 22 | pub struct ConnectInfo { Oct 10 16:58:02.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:02.225 INFO kablam! Oct 10 16:58:02.225 INFO kablam! warning: struct is never constructed: `Connection` Oct 10 16:58:02.225 INFO kablam! --> src/client_server.rs:50:1 Oct 10 16:58:02.225 INFO kablam! | Oct 10 16:58:02.225 INFO kablam! 50 | pub struct Connection { Oct 10 16:58:02.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:02.225 INFO kablam! Oct 10 16:58:02.225 INFO kablam! warning: method is never used: `new` Oct 10 16:58:02.225 INFO kablam! --> src/client_server.rs:56:5 Oct 10 16:58:02.225 INFO kablam! | Oct 10 16:58:02.225 INFO kablam! 56 | pub fn new(local: &SocketAddr, remote: &SocketAddr) -> Self { Oct 10 16:58:02.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:02.225 INFO kablam! Oct 10 16:58:02.225 INFO kablam! warning: type alias is never used: `FramedSink` Oct 10 16:58:02.225 INFO kablam! --> src/codecs.rs:35:1 Oct 10 16:58:02.225 INFO kablam! | Oct 10 16:58:02.225 INFO kablam! 35 | type FramedSink = SplitSink>; Oct 10 16:58:02.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:02.225 INFO kablam! Oct 10 16:58:02.225 INFO kablam! warning: method is never used: `ok` Oct 10 16:58:02.225 INFO kablam! --> src/codecs.rs:177:5 Oct 10 16:58:02.225 INFO kablam! | Oct 10 16:58:02.225 INFO kablam! 177 | pub fn ok() -> impl Future { Oct 10 16:58:02.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:02.225 INFO kablam! Oct 10 16:58:02.225 INFO kablam! warning: function is never used: `commands_parser` Oct 10 16:58:02.225 INFO kablam! --> src/codecs.rs:214:1 Oct 10 16:58:02.225 INFO kablam! | Oct 10 16:58:02.225 INFO kablam! 214 | fn commands_parser(line: String, pool: ConnectionPool2) -> String { Oct 10 16:58:02.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:02.225 INFO kablam! Oct 10 16:58:02.225 INFO kablam! warning: struct is never constructed: `BadCodecs` Oct 10 16:58:02.225 INFO kablam! --> src/codecs.rs:221:1 Oct 10 16:58:02.225 INFO kablam! | Oct 10 16:58:02.225 INFO kablam! 221 | struct BadCodecs {} Oct 10 16:58:02.225 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 16:58:02.225 INFO kablam! Oct 10 16:58:02.225 INFO kablam! warning: method is never used: `new` Oct 10 16:58:02.225 INFO kablam! --> src/codecs.rs:224:5 Oct 10 16:58:02.225 INFO kablam! | Oct 10 16:58:02.225 INFO kablam! 224 | pub fn new() -> Self { Oct 10 16:58:02.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:02.225 INFO kablam! Oct 10 16:58:02.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:58:02.231 INFO kablam! --> src/client_server.rs:139:9 Oct 10 16:58:02.231 INFO kablam! | Oct 10 16:58:02.231 INFO kablam! 139 | handler.join(); Oct 10 16:58:02.231 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:58:02.231 INFO kablam! | Oct 10 16:58:02.231 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 16:58:02.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:58:02.231 INFO kablam! Oct 10 16:58:02.236 INFO kablam! warning: unused `futures::sink::Send` which must be used Oct 10 16:58:02.236 INFO kablam! --> src/codecs.rs:41:5 Oct 10 16:58:02.236 INFO kablam! | Oct 10 16:58:02.236 INFO kablam! 41 | sender_tx.send("String".to_string()); Oct 10 16:58:02.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:02.236 INFO kablam! | Oct 10 16:58:02.236 INFO kablam! = note: futures do nothing unless polled Oct 10 16:58:02.236 INFO kablam! Oct 10 16:58:02.236 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:58:02.236 INFO kablam! --> src/main.rs:82:9 Oct 10 16:58:02.236 INFO kablam! | Oct 10 16:58:02.236 INFO kablam! 82 | connect_sender_tx.clone().send(line.clone()).wait(); Oct 10 16:58:02.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:58:02.236 INFO kablam! | Oct 10 16:58:02.236 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:58:02.236 INFO kablam! Oct 10 16:58:04.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.85s Oct 10 16:58:04.989 INFO kablam! su: No module specific data is present Oct 10 16:58:05.656 INFO running `"docker" "rm" "-f" "711efe4c506b6adf6091e8c362aa0250cf20edfb6ef2763e138b0649e63b5b16"` Oct 10 16:58:05.920 INFO blam! 711efe4c506b6adf6091e8c362aa0250cf20edfb6ef2763e138b0649e63b5b16 Oct 10 16:58:05.933 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:58:05.933 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:58:06.388 INFO blam! 83e0072a75084ab37ee8be035563907e038cde541381be54f954def81e10f5c5 Oct 10 16:58:06.390 INFO running `"docker" "start" "-a" "83e0072a75084ab37ee8be035563907e038cde541381be54f954def81e10f5c5"` Oct 10 16:58:07.405 INFO kablam! usermod: no changes Oct 10 16:58:07.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 10 16:58:07.620 INFO kablam! Running /target/debug/deps/sandbox-718a3bddbb475a8c Oct 10 16:58:07.621 INFO blam! Oct 10 16:58:07.621 INFO blam! running 2 tests Oct 10 16:58:07.624 INFO blam! test codecs::test_receiver ... ok Oct 10 16:59:07.620 INFO blam! test client_server::test_connect ... test client_server::test_connect has been running for over 60 seconds Oct 10 17:04:07.593 INFO error running command: process killed after not generating output for 300s Oct 10 17:04:07.593 INFO running `"docker" "rm" "-f" "83e0072a75084ab37ee8be035563907e038cde541381be54f954def81e10f5c5"` Oct 10 17:04:08.773 INFO blam! 83e0072a75084ab37ee8be035563907e038cde541381be54f954def81e10f5c5