Oct 27 17:06:38.187 INFO checking rlpx-0.4.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:06:38.187 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 17:06:38.429 INFO blam! a79f910b79d717e3a956887934e7d39c62e67c17b162f9d3510960b4e2b59076 Oct 27 17:06:38.434 INFO running `"docker" "start" "-a" "a79f910b79d717e3a956887934e7d39c62e67c17b162f9d3510960b4e2b59076"` Oct 27 17:06:39.010 INFO kablam! usermod: no changes Oct 27 17:06:39.239 INFO kablam! Checking ethereum-hexutil v0.2.3 Oct 27 17:06:39.239 INFO kablam! Checking crypto-mac v0.4.0 Oct 27 17:06:39.239 INFO kablam! Checking digest v0.6.2 Oct 27 17:06:39.239 INFO kablam! Checking block-buffer v0.2.0 Oct 27 17:06:40.167 INFO kablam! Checking hmac v0.4.2 Oct 27 17:06:40.479 INFO kablam! Checking sha2 v0.6.0 Oct 27 17:06:40.479 INFO kablam! Checking sha3 v0.6.0 Oct 27 17:06:41.027 INFO kablam! Checking hmac-drbg v0.1.2 Oct 27 17:06:41.227 INFO kablam! Checking ethereum-rlp v0.2.3 Oct 27 17:06:41.743 INFO kablam! Checking libsecp256k1 v0.1.14 Oct 27 17:06:42.858 INFO kablam! Checking ethereum-bigint v0.2.9 Oct 27 17:06:56.455 INFO kablam! Checking rlpx v0.4.1 (/source) Oct 27 17:07:01.451 INFO kablam! warning: unused import: `SecretKey` Oct 27 17:07:01.451 INFO kablam! --> src/util.rs:2:34 Oct 27 17:07:01.451 INFO kablam! | Oct 27 17:07:01.451 INFO kablam! 2 | use secp256k1::{self, PublicKey, SecretKey}; Oct 27 17:07:01.451 INFO kablam! | ^^^^^^^^^ Oct 27 17:07:01.451 INFO kablam! | Oct 27 17:07:01.451 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:07:01.451 INFO kablam! Oct 27 17:07:01.451 INFO kablam! warning: unused import: `crypto::blockmodes::CtrMode` Oct 27 17:07:01.451 INFO kablam! --> src/util.rs:6:5 Oct 27 17:07:01.451 INFO kablam! | Oct 27 17:07:01.451 INFO kablam! 6 | use crypto::blockmodes::CtrMode; Oct 27 17:07:01.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:01.453 INFO kablam! Oct 27 17:07:01.453 INFO kablam! warning: unused import: `crypto::aessafe::AesSafe128Encryptor` Oct 27 17:07:01.453 INFO kablam! --> src/util.rs:7:5 Oct 27 17:07:01.453 INFO kablam! | Oct 27 17:07:01.453 INFO kablam! 7 | use crypto::aessafe::AesSafe128Encryptor; Oct 27 17:07:01.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:01.453 INFO kablam! Oct 27 17:07:01.453 INFO kablam! warning: unused imports: `RefReadBuffer`, `RefWriteBuffer` Oct 27 17:07:01.453 INFO kablam! --> src/util.rs:8:22 Oct 27 17:07:01.453 INFO kablam! | Oct 27 17:07:01.453 INFO kablam! 8 | use crypto::buffer::{RefReadBuffer, RefWriteBuffer}; Oct 27 17:07:01.453 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 27 17:07:01.453 INFO kablam! Oct 27 17:07:01.453 INFO kablam! warning: unused import: `rlp` Oct 27 17:07:01.453 INFO kablam! --> src/ecies/algorithm.rs:14:5 Oct 27 17:07:01.453 INFO kablam! | Oct 27 17:07:01.453 INFO kablam! 14 | use rlp; Oct 27 17:07:01.453 INFO kablam! | ^^^ Oct 27 17:07:01.453 INFO kablam! Oct 27 17:07:01.453 INFO kablam! warning: unused imports: `id2pk`, `keccak256` Oct 27 17:07:01.453 INFO kablam! --> src/ecies/algorithm.rs:449:16 Oct 27 17:07:01.453 INFO kablam! | Oct 27 17:07:01.453 INFO kablam! 449 | use util::{keccak256, pk2id, id2pk}; Oct 27 17:07:01.453 INFO kablam! | ^^^^^^^^^ ^^^^^ Oct 27 17:07:01.453 INFO kablam! Oct 27 17:07:01.453 INFO kablam! warning: unused imports: `Message`, `SharedSecret` Oct 27 17:07:01.453 INFO kablam! --> src/ecies/algorithm.rs:450:21 Oct 27 17:07:01.453 INFO kablam! | Oct 27 17:07:01.453 INFO kablam! 450 | use secp256k1::{Message, SharedSecret, PublicKey, SecretKey}; Oct 27 17:07:01.453 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^ Oct 27 17:07:01.453 INFO kablam! Oct 27 17:07:01.453 INFO kablam! warning: unused imports: `H256`, `H512` Oct 27 17:07:01.453 INFO kablam! --> src/ecies/algorithm.rs:451:18 Oct 27 17:07:01.453 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 451 | use bigint::{H512, H256}; Oct 27 17:07:01.454 INFO kablam! | ^^^^ ^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused import: `AsyncWrite` Oct 27 17:07:01.454 INFO kablam! --> src/ecies/proto.rs:3:27 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 3 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 27 17:07:01.454 INFO kablam! | ^^^^^^^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused import: `Core` Oct 27 17:07:01.454 INFO kablam! --> src/ecies/proto.rs:5:35 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 5 | use tokio_core::reactor::{Handle, Core}; Oct 27 17:07:01.454 INFO kablam! | ^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused import: `BufMut` Oct 27 17:07:01.454 INFO kablam! --> src/ecies/proto.rs:7:23 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 7 | use bytes::{BytesMut, BufMut}; Oct 27 17:07:01.454 INFO kablam! | ^^^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite` Oct 27 17:07:01.454 INFO kablam! --> src/peer.rs:8:16 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 8 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 27 17:07:01.454 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused imports: `Decoder`, `Encoder`, `Framed` Oct 27 17:07:01.454 INFO kablam! --> src/peer.rs:9:23 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 9 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 27 17:07:01.454 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused import: `self` Oct 27 17:07:01.454 INFO kablam! --> src/peer.rs:10:17 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 10 | use secp256k1::{self, PublicKey, SecretKey}; Oct 27 17:07:01.454 INFO kablam! | ^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused import: `util::pk2id` Oct 27 17:07:01.454 INFO kablam! --> src/lib.rs:30:5 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 30 | use util::pk2id; Oct 27 17:07:01.454 INFO kablam! | ^^^^^^^^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused import: `PublicKey` Oct 27 17:07:01.454 INFO kablam! --> src/lib.rs:31:17 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 31 | use secp256k1::{PublicKey, SecretKey}; Oct 27 17:07:01.454 INFO kablam! | ^^^^^^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused import: `futures::future` Oct 27 17:07:01.454 INFO kablam! --> src/lib.rs:32:5 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 32 | use futures::future; Oct 27 17:07:01.454 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 17:07:01.454 INFO kablam! --> src/lib.rs:36:5 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 36 | use std::collections::HashMap; Oct 27 17:07:01.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.454 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite` Oct 27 17:07:01.454 INFO kablam! --> src/lib.rs:39:16 Oct 27 17:07:01.454 INFO kablam! | Oct 27 17:07:01.454 INFO kablam! 39 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 27 17:07:01.454 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 27 17:07:01.454 INFO kablam! Oct 27 17:07:01.455 INFO kablam! warning: unused imports: `Decoder`, `Encoder`, `Framed` Oct 27 17:07:01.462 INFO kablam! --> src/lib.rs:40:23 Oct 27 17:07:01.462 INFO kablam! | Oct 27 17:07:01.462 INFO kablam! 40 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 27 17:07:01.462 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^^^^ Oct 27 17:07:01.462 INFO kablam! Oct 27 17:07:01.519 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 17:07:01.519 INFO kablam! --> src/ecies/proto.rs:4:23 Oct 27 17:07:01.519 INFO kablam! | Oct 27 17:07:01.519 INFO kablam! 4 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 27 17:07:01.519 INFO kablam! | ^^^^^^ Oct 27 17:07:01.519 INFO kablam! | Oct 27 17:07:01.519 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:07:01.519 INFO kablam! Oct 27 17:07:01.519 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 17:07:01.520 INFO kablam! --> src/ecies/proto.rs:145:13 Oct 27 17:07:01.520 INFO kablam! | Oct 27 17:07:01.520 INFO kablam! 145 | stream: Framed, Oct 27 17:07:01.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:01.520 INFO kablam! Oct 27 17:07:01.520 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 17:07:01.520 INFO kablam! --> src/peer.rs:9:23 Oct 27 17:07:01.520 INFO kablam! | Oct 27 17:07:01.520 INFO kablam! 9 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 27 17:07:01.520 INFO kablam! | ^^^^^^ Oct 27 17:07:01.520 INFO kablam! Oct 27 17:07:01.520 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 17:07:01.520 INFO kablam! --> src/lib.rs:40:23 Oct 27 17:07:01.520 INFO kablam! | Oct 27 17:07:01.520 INFO kablam! 40 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 27 17:07:01.520 INFO kablam! | ^^^^^^ Oct 27 17:07:01.520 INFO kablam! Oct 27 17:07:01.636 INFO kablam! warning: unused import: `SecretKey` Oct 27 17:07:01.636 INFO kablam! --> src/util.rs:2:34 Oct 27 17:07:01.636 INFO kablam! | Oct 27 17:07:01.636 INFO kablam! 2 | use secp256k1::{self, PublicKey, SecretKey}; Oct 27 17:07:01.636 INFO kablam! | ^^^^^^^^^ Oct 27 17:07:01.644 INFO kablam! | Oct 27 17:07:01.644 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:07:01.644 INFO kablam! Oct 27 17:07:01.644 INFO kablam! warning: unused import: `crypto::blockmodes::CtrMode` Oct 27 17:07:01.644 INFO kablam! --> src/util.rs:6:5 Oct 27 17:07:01.644 INFO kablam! | Oct 27 17:07:01.645 INFO kablam! 6 | use crypto::blockmodes::CtrMode; Oct 27 17:07:01.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:01.645 INFO kablam! Oct 27 17:07:01.645 INFO kablam! warning: unused import: `crypto::aessafe::AesSafe128Encryptor` Oct 27 17:07:01.645 INFO kablam! --> src/util.rs:7:5 Oct 27 17:07:01.645 INFO kablam! | Oct 27 17:07:01.646 INFO kablam! 7 | use crypto::aessafe::AesSafe128Encryptor; Oct 27 17:07:01.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:01.646 INFO kablam! Oct 27 17:07:01.646 INFO kablam! warning: unused imports: `RefReadBuffer`, `RefWriteBuffer` Oct 27 17:07:01.647 INFO kablam! --> src/util.rs:8:22 Oct 27 17:07:01.647 INFO kablam! | Oct 27 17:07:01.647 INFO kablam! 8 | use crypto::buffer::{RefReadBuffer, RefWriteBuffer}; Oct 27 17:07:01.647 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 27 17:07:01.647 INFO kablam! Oct 27 17:07:01.648 INFO kablam! warning: unused import: `rlp` Oct 27 17:07:01.648 INFO kablam! --> src/ecies/algorithm.rs:14:5 Oct 27 17:07:01.648 INFO kablam! | Oct 27 17:07:01.649 INFO kablam! 14 | use rlp; Oct 27 17:07:01.649 INFO kablam! | ^^^ Oct 27 17:07:01.649 INFO kablam! Oct 27 17:07:01.650 INFO kablam! warning: unused import: `AsyncWrite` Oct 27 17:07:01.650 INFO kablam! --> src/ecies/proto.rs:3:27 Oct 27 17:07:01.651 INFO kablam! | Oct 27 17:07:01.651 INFO kablam! 3 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 27 17:07:01.651 INFO kablam! | ^^^^^^^^^^ Oct 27 17:07:01.651 INFO kablam! Oct 27 17:07:01.652 INFO kablam! warning: unused import: `Core` Oct 27 17:07:01.652 INFO kablam! --> src/ecies/proto.rs:5:35 Oct 27 17:07:01.652 INFO kablam! | Oct 27 17:07:01.652 INFO kablam! 5 | use tokio_core::reactor::{Handle, Core}; Oct 27 17:07:01.652 INFO kablam! | ^^^^ Oct 27 17:07:01.652 INFO kablam! Oct 27 17:07:01.652 INFO kablam! warning: unused import: `BufMut` Oct 27 17:07:01.652 INFO kablam! --> src/ecies/proto.rs:7:23 Oct 27 17:07:01.653 INFO kablam! | Oct 27 17:07:01.653 INFO kablam! 7 | use bytes::{BytesMut, BufMut}; Oct 27 17:07:01.653 INFO kablam! | ^^^^^^ Oct 27 17:07:01.653 INFO kablam! Oct 27 17:07:01.654 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite` Oct 27 17:07:01.654 INFO kablam! --> src/peer.rs:8:16 Oct 27 17:07:01.654 INFO kablam! | Oct 27 17:07:01.654 INFO kablam! 8 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 27 17:07:01.654 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 27 17:07:01.654 INFO kablam! Oct 27 17:07:01.654 INFO kablam! warning: unused imports: `Decoder`, `Encoder`, `Framed` Oct 27 17:07:01.654 INFO kablam! --> src/peer.rs:9:23 Oct 27 17:07:01.654 INFO kablam! | Oct 27 17:07:01.654 INFO kablam! 9 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 27 17:07:01.654 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^^^^ Oct 27 17:07:01.654 INFO kablam! Oct 27 17:07:01.654 INFO kablam! warning: unused import: `self` Oct 27 17:07:01.654 INFO kablam! --> src/peer.rs:10:17 Oct 27 17:07:01.654 INFO kablam! | Oct 27 17:07:01.654 INFO kablam! 10 | use secp256k1::{self, PublicKey, SecretKey}; Oct 27 17:07:01.654 INFO kablam! | ^^^^ Oct 27 17:07:01.654 INFO kablam! Oct 27 17:07:01.656 INFO kablam! warning: unused import: `util::pk2id` Oct 27 17:07:01.656 INFO kablam! --> src/lib.rs:30:5 Oct 27 17:07:01.656 INFO kablam! | Oct 27 17:07:01.656 INFO kablam! 30 | use util::pk2id; Oct 27 17:07:01.656 INFO kablam! | ^^^^^^^^^^^ Oct 27 17:07:01.656 INFO kablam! Oct 27 17:07:01.656 INFO kablam! warning: unused import: `PublicKey` Oct 27 17:07:01.656 INFO kablam! --> src/lib.rs:31:17 Oct 27 17:07:01.656 INFO kablam! | Oct 27 17:07:01.656 INFO kablam! 31 | use secp256k1::{PublicKey, SecretKey}; Oct 27 17:07:01.656 INFO kablam! | ^^^^^^^^^ Oct 27 17:07:01.656 INFO kablam! Oct 27 17:07:01.656 INFO kablam! warning: unused import: `futures::future` Oct 27 17:07:01.656 INFO kablam! --> src/lib.rs:32:5 Oct 27 17:07:01.656 INFO kablam! | Oct 27 17:07:01.656 INFO kablam! 32 | use futures::future; Oct 27 17:07:01.656 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:07:01.656 INFO kablam! Oct 27 17:07:01.656 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 17:07:01.656 INFO kablam! --> src/lib.rs:36:5 Oct 27 17:07:01.656 INFO kablam! | Oct 27 17:07:01.656 INFO kablam! 36 | use std::collections::HashMap; Oct 27 17:07:01.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:01.656 INFO kablam! Oct 27 17:07:01.657 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite` Oct 27 17:07:01.657 INFO kablam! --> src/lib.rs:39:16 Oct 27 17:07:01.657 INFO kablam! | Oct 27 17:07:01.657 INFO kablam! 39 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 27 17:07:01.657 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 27 17:07:01.657 INFO kablam! Oct 27 17:07:01.657 INFO kablam! warning: unused imports: `Decoder`, `Encoder`, `Framed` Oct 27 17:07:01.657 INFO kablam! --> src/lib.rs:40:23 Oct 27 17:07:01.657 INFO kablam! | Oct 27 17:07:01.657 INFO kablam! 40 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 27 17:07:01.657 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^^^^ Oct 27 17:07:01.657 INFO kablam! Oct 27 17:07:01.692 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 17:07:01.692 INFO kablam! --> src/ecies/proto.rs:4:23 Oct 27 17:07:01.692 INFO kablam! | Oct 27 17:07:01.692 INFO kablam! 4 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 27 17:07:01.692 INFO kablam! | ^^^^^^ Oct 27 17:07:01.693 INFO kablam! | Oct 27 17:07:01.693 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:07:01.693 INFO kablam! Oct 27 17:07:01.693 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 17:07:01.693 INFO kablam! --> src/ecies/proto.rs:145:13 Oct 27 17:07:01.693 INFO kablam! | Oct 27 17:07:01.693 INFO kablam! 145 | stream: Framed, Oct 27 17:07:01.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:01.694 INFO kablam! Oct 27 17:07:01.694 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 17:07:01.694 INFO kablam! --> src/peer.rs:9:23 Oct 27 17:07:01.694 INFO kablam! | Oct 27 17:07:01.694 INFO kablam! 9 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 27 17:07:01.694 INFO kablam! | ^^^^^^ Oct 27 17:07:01.694 INFO kablam! Oct 27 17:07:01.695 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 17:07:01.695 INFO kablam! --> src/lib.rs:40:23 Oct 27 17:07:01.695 INFO kablam! | Oct 27 17:07:01.695 INFO kablam! 40 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 27 17:07:01.695 INFO kablam! | ^^^^^^ Oct 27 17:07:01.695 INFO kablam! Oct 27 17:07:01.862 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 17:07:01.863 INFO kablam! --> src/ecies/proto.rs:168:24 Oct 27 17:07:01.863 INFO kablam! | Oct 27 17:07:01.863 INFO kablam! 168 | socket.framed(ecies).send(ECIESValue::Auth) Oct 27 17:07:01.863 INFO kablam! | ^^^^^^ Oct 27 17:07:01.863 INFO kablam! Oct 27 17:07:01.872 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 17:07:01.872 INFO kablam! --> src/ecies/proto.rs:201:29 Oct 27 17:07:01.872 INFO kablam! | Oct 27 17:07:01.873 INFO kablam! 201 | let stream = stream.framed(ecies).into_future().map_err(|(e, _)| e) Oct 27 17:07:01.873 INFO kablam! | ^^^^^^ Oct 27 17:07:01.873 INFO kablam! Oct 27 17:07:01.994 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 17:07:01.994 INFO kablam! --> src/ecies/proto.rs:168:24 Oct 27 17:07:01.994 INFO kablam! | Oct 27 17:07:01.994 INFO kablam! 168 | socket.framed(ecies).send(ECIESValue::Auth) Oct 27 17:07:01.994 INFO kablam! | ^^^^^^ Oct 27 17:07:01.994 INFO kablam! Oct 27 17:07:02.004 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 17:07:02.004 INFO kablam! --> src/ecies/proto.rs:201:29 Oct 27 17:07:02.004 INFO kablam! | Oct 27 17:07:02.004 INFO kablam! 201 | let stream = stream.framed(ecies).into_future().map_err(|(e, _)| e) Oct 27 17:07:02.005 INFO kablam! | ^^^^^^ Oct 27 17:07:02.005 INFO kablam! Oct 27 17:07:02.010 INFO kablam! warning: unused variable: `client_public_key` Oct 27 17:07:02.010 INFO kablam! --> src/ecies/algorithm.rs:460:13 Oct 27 17:07:02.010 INFO kablam! | Oct 27 17:07:02.010 INFO kablam! 460 | let client_public_key = PublicKey::from_secret_key(&client_secret_key); Oct 27 17:07:02.010 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_client_public_key` instead Oct 27 17:07:02.010 INFO kablam! | Oct 27 17:07:02.010 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:07:02.010 INFO kablam! Oct 27 17:07:02.011 INFO kablam! warning: unused variable: `e` Oct 27 17:07:02.011 INFO kablam! --> src/ecies/proto.rs:159:17 Oct 27 17:07:02.011 INFO kablam! | Oct 27 17:07:02.011 INFO kablam! 159 | Err(e) => return Box::new(future::err( Oct 27 17:07:02.011 INFO kablam! | ^ help: consider using `_e` instead Oct 27 17:07:02.011 INFO kablam! Oct 27 17:07:02.011 INFO kablam! warning: unused variable: `e` Oct 27 17:07:02.011 INFO kablam! --> src/ecies/proto.rs:195:17 Oct 27 17:07:02.011 INFO kablam! | Oct 27 17:07:02.011 INFO kablam! 195 | Err(e) => return Box::new(future::err( Oct 27 17:07:02.011 INFO kablam! | ^ help: consider using `_e` instead Oct 27 17:07:02.011 INFO kablam! Oct 27 17:07:02.011 INFO kablam! warning: unused variable: `header` Oct 27 17:07:02.011 INFO kablam! --> src/ecies/proto.rs:281:33 Oct 27 17:07:02.011 INFO kablam! | Oct 27 17:07:02.012 INFO kablam! 281 | AsyncSink::NotReady(header) => return Ok(AsyncSink::NotReady(item)), Oct 27 17:07:02.012 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 27 17:07:02.012 INFO kablam! Oct 27 17:07:02.012 INFO kablam! warning: unused variable: `error` Oct 27 17:07:02.012 INFO kablam! --> src/errors.rs:16:13 Oct 27 17:07:02.012 INFO kablam! | Oct 27 17:07:02.012 INFO kablam! 16 | fn from(error: ECIESError) -> io::Error { Oct 27 17:07:02.012 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 27 17:07:02.012 INFO kablam! Oct 27 17:07:02.012 INFO kablam! warning: unused variable: `addr` Oct 27 17:07:02.012 INFO kablam! --> src/lib.rs:192:48 Oct 27 17:07:02.012 INFO kablam! | Oct 27 17:07:02.012 INFO kablam! 192 | Async::Ready(Some((stream, addr))) => { Oct 27 17:07:02.012 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 27 17:07:02.012 INFO kablam! Oct 27 17:07:02.012 INFO kablam! warning: unused variable: `newly_connected` Oct 27 17:07:02.012 INFO kablam! --> src/lib.rs:282:25 Oct 27 17:07:02.012 INFO kablam! | Oct 27 17:07:02.012 INFO kablam! 282 | let ref mut newly_connected = self.newly_connected; Oct 27 17:07:02.012 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_newly_connected` instead Oct 27 17:07:02.013 INFO kablam! Oct 27 17:07:02.141 INFO kablam! warning: unused variable: `e` Oct 27 17:07:02.141 INFO kablam! --> src/ecies/proto.rs:159:17 Oct 27 17:07:02.141 INFO kablam! | Oct 27 17:07:02.142 INFO kablam! 159 | Err(e) => return Box::new(future::err( Oct 27 17:07:02.142 INFO kablam! | ^ help: consider using `_e` instead Oct 27 17:07:02.142 INFO kablam! | Oct 27 17:07:02.142 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:07:02.142 INFO kablam! Oct 27 17:07:02.142 INFO kablam! warning: unused variable: `e` Oct 27 17:07:02.142 INFO kablam! --> src/ecies/proto.rs:195:17 Oct 27 17:07:02.143 INFO kablam! | Oct 27 17:07:02.143 INFO kablam! 195 | Err(e) => return Box::new(future::err( Oct 27 17:07:02.143 INFO kablam! | ^ help: consider using `_e` instead Oct 27 17:07:02.143 INFO kablam! Oct 27 17:07:02.143 INFO kablam! warning: unused variable: `header` Oct 27 17:07:02.144 INFO kablam! --> src/ecies/proto.rs:281:33 Oct 27 17:07:02.144 INFO kablam! | Oct 27 17:07:02.144 INFO kablam! 281 | AsyncSink::NotReady(header) => return Ok(AsyncSink::NotReady(item)), Oct 27 17:07:02.144 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 27 17:07:02.144 INFO kablam! Oct 27 17:07:02.145 INFO kablam! warning: unused variable: `error` Oct 27 17:07:02.145 INFO kablam! --> src/errors.rs:16:13 Oct 27 17:07:02.145 INFO kablam! | Oct 27 17:07:02.146 INFO kablam! 16 | fn from(error: ECIESError) -> io::Error { Oct 27 17:07:02.146 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 27 17:07:02.146 INFO kablam! Oct 27 17:07:02.146 INFO kablam! warning: unused variable: `addr` Oct 27 17:07:02.147 INFO kablam! --> src/lib.rs:192:48 Oct 27 17:07:02.147 INFO kablam! | Oct 27 17:07:02.147 INFO kablam! 192 | Async::Ready(Some((stream, addr))) => { Oct 27 17:07:02.147 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 27 17:07:02.147 INFO kablam! Oct 27 17:07:02.148 INFO kablam! warning: unused variable: `newly_connected` Oct 27 17:07:02.148 INFO kablam! --> src/lib.rs:282:25 Oct 27 17:07:02.148 INFO kablam! | Oct 27 17:07:02.148 INFO kablam! 282 | let ref mut newly_connected = self.newly_connected; Oct 27 17:07:02.148 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_newly_connected` instead Oct 27 17:07:02.149 INFO kablam! Oct 27 17:07:02.255 INFO kablam! warning: field is never used: `protocol_version` Oct 27 17:07:02.255 INFO kablam! --> src/peer.rs:82:5 Oct 27 17:07:02.255 INFO kablam! | Oct 27 17:07:02.255 INFO kablam! 82 | protocol_version: usize, Oct 27 17:07:02.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.256 INFO kablam! | Oct 27 17:07:02.256 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:07:02.256 INFO kablam! Oct 27 17:07:02.256 INFO kablam! warning: field is never used: `client_version` Oct 27 17:07:02.256 INFO kablam! --> src/peer.rs:83:5 Oct 27 17:07:02.257 INFO kablam! | Oct 27 17:07:02.257 INFO kablam! 83 | client_version: String, Oct 27 17:07:02.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.257 INFO kablam! Oct 27 17:07:02.257 INFO kablam! warning: field is never used: `port` Oct 27 17:07:02.258 INFO kablam! --> src/peer.rs:85:5 Oct 27 17:07:02.258 INFO kablam! | Oct 27 17:07:02.258 INFO kablam! 85 | port: u16, Oct 27 17:07:02.258 INFO kablam! | ^^^^^^^^^ Oct 27 17:07:02.258 INFO kablam! Oct 27 17:07:02.259 INFO kablam! warning: field is never used: `id` Oct 27 17:07:02.259 INFO kablam! --> src/peer.rs:86:5 Oct 27 17:07:02.259 INFO kablam! | Oct 27 17:07:02.259 INFO kablam! 86 | id: H512, Oct 27 17:07:02.259 INFO kablam! | ^^^^^^^^ Oct 27 17:07:02.259 INFO kablam! Oct 27 17:07:02.263 INFO kablam! warning: constant `SHA256BlockSize` should have an upper case name such as `SHA256_BLOCK_SIZE` Oct 27 17:07:02.263 INFO kablam! --> src/ecies/algorithm.rs:29:5 Oct 27 17:07:02.263 INFO kablam! | Oct 27 17:07:02.263 INFO kablam! 29 | const SHA256BlockSize: usize = 64; Oct 27 17:07:02.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.264 INFO kablam! Oct 27 17:07:02.264 INFO kablam! warning: constant `reps` should have an upper case name such as `REPS` Oct 27 17:07:02.264 INFO kablam! --> src/ecies/algorithm.rs:30:5 Oct 27 17:07:02.264 INFO kablam! | Oct 27 17:07:02.265 INFO kablam! 30 | const reps: usize = (32 + 7) * 8 / (SHA256BlockSize * 8); Oct 27 17:07:02.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.265 INFO kablam! Oct 27 17:07:02.267 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.267 INFO kablam! --> src/ecies/algorithm.rs:290:9 Oct 27 17:07:02.267 INFO kablam! | Oct 27 17:07:02.267 INFO kablam! 290 | self.parse_ack_unencrypted(data); Oct 27 17:07:02.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.267 INFO kablam! | Oct 27 17:07:02.268 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 17:07:02.268 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.268 INFO kablam! Oct 27 17:07:02.269 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.269 INFO kablam! --> src/ecies/algorithm.rs:341:9 Oct 27 17:07:02.269 INFO kablam! | Oct 27 17:07:02.270 INFO kablam! 341 | buffer.write_uint::(size as u64, 3); Oct 27 17:07:02.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.270 INFO kablam! | Oct 27 17:07:02.270 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.270 INFO kablam! Oct 27 17:07:02.271 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.271 INFO kablam! --> src/ecies/algorithm.rs:347:9 Oct 27 17:07:02.271 INFO kablam! | Oct 27 17:07:02.271 INFO kablam! 347 | / self.egress_aes.as_mut().unwrap().encrypt( Oct 27 17:07:02.271 INFO kablam! 348 | | &mut RefReadBuffer::new(&header), Oct 27 17:07:02.271 INFO kablam! 349 | | &mut RefWriteBuffer::new(&mut encrypted), false); Oct 27 17:07:02.271 INFO kablam! | |_____________________________________________________________^ Oct 27 17:07:02.272 INFO kablam! | Oct 27 17:07:02.272 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.272 INFO kablam! Oct 27 17:07:02.273 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.273 INFO kablam! --> src/ecies/algorithm.rs:374:9 Oct 27 17:07:02.273 INFO kablam! | Oct 27 17:07:02.273 INFO kablam! 374 | / self.ingress_aes.as_mut().unwrap().decrypt( Oct 27 17:07:02.273 INFO kablam! 375 | | &mut RefReadBuffer::new(&header), Oct 27 17:07:02.273 INFO kablam! 376 | | &mut RefWriteBuffer::new(&mut decrypted), false); Oct 27 17:07:02.273 INFO kablam! | |_____________________________________________________________^ Oct 27 17:07:02.274 INFO kablam! | Oct 27 17:07:02.274 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.274 INFO kablam! Oct 27 17:07:02.275 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.275 INFO kablam! --> src/ecies/algorithm.rs:414:9 Oct 27 17:07:02.275 INFO kablam! | Oct 27 17:07:02.275 INFO kablam! 414 | / self.egress_aes.as_mut().unwrap().encrypt( Oct 27 17:07:02.275 INFO kablam! 415 | | &mut RefReadBuffer::new(&data_padded), Oct 27 17:07:02.276 INFO kablam! 416 | | &mut RefWriteBuffer::new(&mut encrypted), false); Oct 27 17:07:02.276 INFO kablam! | |_____________________________________________________________^ Oct 27 17:07:02.276 INFO kablam! | Oct 27 17:07:02.276 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.276 INFO kablam! Oct 27 17:07:02.277 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.277 INFO kablam! --> src/ecies/algorithm.rs:437:9 Oct 27 17:07:02.277 INFO kablam! | Oct 27 17:07:02.277 INFO kablam! 437 | / self.ingress_aes.as_mut().unwrap().decrypt( Oct 27 17:07:02.278 INFO kablam! 438 | | &mut RefReadBuffer::new(&body), Oct 27 17:07:02.278 INFO kablam! 439 | | &mut RefWriteBuffer::new(&mut ret), false); Oct 27 17:07:02.278 INFO kablam! | |_______________________________________________________^ Oct 27 17:07:02.278 INFO kablam! | Oct 27 17:07:02.278 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.278 INFO kablam! Oct 27 17:07:02.307 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.307 INFO kablam! --> src/mac.rs:26:9 Oct 27 17:07:02.307 INFO kablam! | Oct 27 17:07:02.307 INFO kablam! 26 | / aes.encrypt( Oct 27 17:07:02.308 INFO kablam! 27 | | &mut RefReadBuffer::new(self.digest().as_ref()), Oct 27 17:07:02.308 INFO kablam! 28 | | &mut RefWriteBuffer::new(encrypted.as_mut()), true); Oct 27 17:07:02.308 INFO kablam! | |________________________________________________________________^ Oct 27 17:07:02.308 INFO kablam! | Oct 27 17:07:02.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.309 INFO kablam! Oct 27 17:07:02.309 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.310 INFO kablam! --> src/mac.rs:40:9 Oct 27 17:07:02.310 INFO kablam! | Oct 27 17:07:02.310 INFO kablam! 40 | / aes.encrypt( Oct 27 17:07:02.310 INFO kablam! 41 | | &mut RefReadBuffer::new(self.digest().as_ref()), Oct 27 17:07:02.310 INFO kablam! 42 | | &mut RefWriteBuffer::new(encrypted.as_mut()), true); Oct 27 17:07:02.311 INFO kablam! | |________________________________________________________________^ Oct 27 17:07:02.311 INFO kablam! | Oct 27 17:07:02.311 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.311 INFO kablam! Oct 27 17:07:02.371 INFO kablam! warning: field is never used: `protocol_version` Oct 27 17:07:02.371 INFO kablam! --> src/peer.rs:82:5 Oct 27 17:07:02.371 INFO kablam! | Oct 27 17:07:02.371 INFO kablam! 82 | protocol_version: usize, Oct 27 17:07:02.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.372 INFO kablam! | Oct 27 17:07:02.372 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:07:02.372 INFO kablam! Oct 27 17:07:02.372 INFO kablam! warning: field is never used: `client_version` Oct 27 17:07:02.373 INFO kablam! --> src/peer.rs:83:5 Oct 27 17:07:02.373 INFO kablam! | Oct 27 17:07:02.373 INFO kablam! 83 | client_version: String, Oct 27 17:07:02.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.373 INFO kablam! Oct 27 17:07:02.373 INFO kablam! warning: field is never used: `port` Oct 27 17:07:02.374 INFO kablam! --> src/peer.rs:85:5 Oct 27 17:07:02.374 INFO kablam! | Oct 27 17:07:02.374 INFO kablam! 85 | port: u16, Oct 27 17:07:02.374 INFO kablam! | ^^^^^^^^^ Oct 27 17:07:02.374 INFO kablam! Oct 27 17:07:02.374 INFO kablam! warning: field is never used: `id` Oct 27 17:07:02.375 INFO kablam! --> src/peer.rs:86:5 Oct 27 17:07:02.375 INFO kablam! | Oct 27 17:07:02.375 INFO kablam! 86 | id: H512, Oct 27 17:07:02.375 INFO kablam! | ^^^^^^^^ Oct 27 17:07:02.375 INFO kablam! Oct 27 17:07:02.376 INFO kablam! warning: constant `SHA256BlockSize` should have an upper case name such as `SHA256_BLOCK_SIZE` Oct 27 17:07:02.376 INFO kablam! --> src/ecies/algorithm.rs:29:5 Oct 27 17:07:02.376 INFO kablam! | Oct 27 17:07:02.376 INFO kablam! 29 | const SHA256BlockSize: usize = 64; Oct 27 17:07:02.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.376 INFO kablam! | Oct 27 17:07:02.377 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 17:07:02.377 INFO kablam! Oct 27 17:07:02.377 INFO kablam! warning: constant `reps` should have an upper case name such as `REPS` Oct 27 17:07:02.377 INFO kablam! --> src/ecies/algorithm.rs:30:5 Oct 27 17:07:02.377 INFO kablam! | Oct 27 17:07:02.377 INFO kablam! 30 | const reps: usize = (32 + 7) * 8 / (SHA256BlockSize * 8); Oct 27 17:07:02.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.378 INFO kablam! Oct 27 17:07:02.378 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.378 INFO kablam! --> src/ecies/algorithm.rs:290:9 Oct 27 17:07:02.378 INFO kablam! | Oct 27 17:07:02.379 INFO kablam! 290 | self.parse_ack_unencrypted(data); Oct 27 17:07:02.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.379 INFO kablam! | Oct 27 17:07:02.379 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 17:07:02.379 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.379 INFO kablam! Oct 27 17:07:02.380 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.380 INFO kablam! --> src/ecies/algorithm.rs:341:9 Oct 27 17:07:02.380 INFO kablam! | Oct 27 17:07:02.380 INFO kablam! 341 | buffer.write_uint::(size as u64, 3); Oct 27 17:07:02.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:02.381 INFO kablam! | Oct 27 17:07:02.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.381 INFO kablam! Oct 27 17:07:02.381 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.381 INFO kablam! --> src/ecies/algorithm.rs:347:9 Oct 27 17:07:02.381 INFO kablam! | Oct 27 17:07:02.381 INFO kablam! 347 | / self.egress_aes.as_mut().unwrap().encrypt( Oct 27 17:07:02.381 INFO kablam! 348 | | &mut RefReadBuffer::new(&header), Oct 27 17:07:02.381 INFO kablam! 349 | | &mut RefWriteBuffer::new(&mut encrypted), false); Oct 27 17:07:02.382 INFO kablam! | |_____________________________________________________________^ Oct 27 17:07:02.382 INFO kablam! | Oct 27 17:07:02.382 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.382 INFO kablam! Oct 27 17:07:02.382 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.382 INFO kablam! --> src/ecies/algorithm.rs:374:9 Oct 27 17:07:02.382 INFO kablam! | Oct 27 17:07:02.382 INFO kablam! 374 | / self.ingress_aes.as_mut().unwrap().decrypt( Oct 27 17:07:02.382 INFO kablam! 375 | | &mut RefReadBuffer::new(&header), Oct 27 17:07:02.382 INFO kablam! 376 | | &mut RefWriteBuffer::new(&mut decrypted), false); Oct 27 17:07:02.382 INFO kablam! | |_____________________________________________________________^ Oct 27 17:07:02.382 INFO kablam! | Oct 27 17:07:02.382 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.382 INFO kablam! Oct 27 17:07:02.382 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.382 INFO kablam! --> src/ecies/algorithm.rs:414:9 Oct 27 17:07:02.382 INFO kablam! | Oct 27 17:07:02.382 INFO kablam! 414 | / self.egress_aes.as_mut().unwrap().encrypt( Oct 27 17:07:02.382 INFO kablam! 415 | | &mut RefReadBuffer::new(&data_padded), Oct 27 17:07:02.382 INFO kablam! 416 | | &mut RefWriteBuffer::new(&mut encrypted), false); Oct 27 17:07:02.382 INFO kablam! | |_____________________________________________________________^ Oct 27 17:07:02.382 INFO kablam! | Oct 27 17:07:02.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.383 INFO kablam! Oct 27 17:07:02.383 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.383 INFO kablam! --> src/ecies/algorithm.rs:437:9 Oct 27 17:07:02.383 INFO kablam! | Oct 27 17:07:02.383 INFO kablam! 437 | / self.ingress_aes.as_mut().unwrap().decrypt( Oct 27 17:07:02.383 INFO kablam! 438 | | &mut RefReadBuffer::new(&body), Oct 27 17:07:02.383 INFO kablam! 439 | | &mut RefWriteBuffer::new(&mut ret), false); Oct 27 17:07:02.383 INFO kablam! | |_______________________________________________________^ Oct 27 17:07:02.383 INFO kablam! | Oct 27 17:07:02.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.383 INFO kablam! Oct 27 17:07:02.395 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.395 INFO kablam! --> src/mac.rs:26:9 Oct 27 17:07:02.395 INFO kablam! | Oct 27 17:07:02.395 INFO kablam! 26 | / aes.encrypt( Oct 27 17:07:02.395 INFO kablam! 27 | | &mut RefReadBuffer::new(self.digest().as_ref()), Oct 27 17:07:02.395 INFO kablam! 28 | | &mut RefWriteBuffer::new(encrypted.as_mut()), true); Oct 27 17:07:02.395 INFO kablam! | |________________________________________________________________^ Oct 27 17:07:02.395 INFO kablam! | Oct 27 17:07:02.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.395 INFO kablam! Oct 27 17:07:02.395 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:07:02.395 INFO kablam! --> src/mac.rs:40:9 Oct 27 17:07:02.395 INFO kablam! | Oct 27 17:07:02.396 INFO kablam! 40 | / aes.encrypt( Oct 27 17:07:02.396 INFO kablam! 41 | | &mut RefReadBuffer::new(self.digest().as_ref()), Oct 27 17:07:02.396 INFO kablam! 42 | | &mut RefWriteBuffer::new(encrypted.as_mut()), true); Oct 27 17:07:02.396 INFO kablam! | |________________________________________________________________^ Oct 27 17:07:02.396 INFO kablam! | Oct 27 17:07:02.396 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:07:02.396 INFO kablam! Oct 27 17:07:06.771 INFO kablam! warning: unused `#[macro_use]` import Oct 27 17:07:06.771 INFO kablam! --> examples/local_connect.rs:8:1 Oct 27 17:07:06.771 INFO kablam! | Oct 27 17:07:06.771 INFO kablam! 8 | #[macro_use] Oct 27 17:07:06.771 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:07:06.771 INFO kablam! | Oct 27 17:07:06.771 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:07:06.771 INFO kablam! Oct 27 17:07:06.771 INFO kablam! warning: unused import: `PublicKey` Oct 27 17:07:06.771 INFO kablam! --> examples/local_connect.rs:15:17 Oct 27 17:07:06.771 INFO kablam! | Oct 27 17:07:06.771 INFO kablam! 15 | use secp256k1::{PublicKey, SecretKey}; Oct 27 17:07:06.771 INFO kablam! | ^^^^^^^^^ Oct 27 17:07:06.771 INFO kablam! Oct 27 17:07:06.771 INFO kablam! warning: unused import: `Sink` Oct 27 17:07:06.771 INFO kablam! --> examples/local_connect.rs:18:23 Oct 27 17:07:06.771 INFO kablam! | Oct 27 17:07:06.771 INFO kablam! 18 | use futures::{Stream, Sink, Future}; Oct 27 17:07:06.771 INFO kablam! | ^^^^ Oct 27 17:07:06.771 INFO kablam! Oct 27 17:07:06.771 INFO kablam! warning: unused import: `rlpx::ecies::ECIESStream` Oct 27 17:07:06.771 INFO kablam! --> examples/local_connect.rs:21:5 Oct 27 17:07:06.771 INFO kablam! | Oct 27 17:07:06.771 INFO kablam! 21 | use rlpx::ecies::ECIESStream; Oct 27 17:07:06.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:07:06.771 INFO kablam! Oct 27 17:07:06.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.83s Oct 27 17:07:06.875 INFO kablam! su: No module specific data is present Oct 27 17:07:07.635 INFO running `"docker" "rm" "-f" "a79f910b79d717e3a956887934e7d39c62e67c17b162f9d3510960b4e2b59076"` Oct 27 17:07:07.871 INFO blam! a79f910b79d717e3a956887934e7d39c62e67c17b162f9d3510960b4e2b59076