Oct 15 21:53:29.665 INFO testing rlpx-0.4.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 21:53:29.665 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 21:53:30.099 INFO blam! e7d2da5b8f346cb13b6c8bbb1a1f266a05dd19cf3aa5cf22fb91f6ef29837cce Oct 15 21:53:30.102 INFO running `"docker" "start" "-a" "e7d2da5b8f346cb13b6c8bbb1a1f266a05dd19cf3aa5cf22fb91f6ef29837cce"` Oct 15 21:53:31.535 INFO kablam! usermod: no changes Oct 15 21:53:31.803 INFO kablam! Compiling ethereum-hexutil v0.2.3 Oct 15 21:53:31.827 INFO kablam! Compiling hmac v0.4.2 Oct 15 21:53:31.827 INFO kablam! Compiling sha3 v0.6.0 Oct 15 21:53:32.515 INFO kablam! Compiling hmac-drbg v0.1.2 Oct 15 21:53:33.131 INFO kablam! Compiling ethereum-rlp v0.2.3 Oct 15 21:53:33.655 INFO kablam! Compiling libsecp256k1 v0.1.14 Oct 15 21:53:35.227 INFO kablam! Compiling ethereum-bigint v0.2.9 Oct 15 21:53:48.787 INFO kablam! Compiling rlpx v0.4.1 (/source) Oct 15 21:53:52.996 INFO kablam! warning: unused import: `SecretKey` Oct 15 21:53:52.996 INFO kablam! --> src/util.rs:2:34 Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! 2 | use secp256k1::{self, PublicKey, SecretKey}; Oct 15 21:53:52.996 INFO kablam! | ^^^^^^^^^ Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:53:52.996 INFO kablam! Oct 15 21:53:52.996 INFO kablam! warning: unused import: `crypto::blockmodes::CtrMode` Oct 15 21:53:52.996 INFO kablam! --> src/util.rs:6:5 Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! 6 | use crypto::blockmodes::CtrMode; Oct 15 21:53:52.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:53:52.996 INFO kablam! Oct 15 21:53:52.996 INFO kablam! warning: unused import: `crypto::aessafe::AesSafe128Encryptor` Oct 15 21:53:52.996 INFO kablam! --> src/util.rs:7:5 Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! 7 | use crypto::aessafe::AesSafe128Encryptor; Oct 15 21:53:52.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:53:52.996 INFO kablam! Oct 15 21:53:52.996 INFO kablam! warning: unused imports: `RefReadBuffer`, `RefWriteBuffer` Oct 15 21:53:52.996 INFO kablam! --> src/util.rs:8:22 Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! 8 | use crypto::buffer::{RefReadBuffer, RefWriteBuffer}; Oct 15 21:53:52.996 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 15 21:53:52.996 INFO kablam! Oct 15 21:53:52.996 INFO kablam! warning: unused import: `rlp` Oct 15 21:53:52.996 INFO kablam! --> src/ecies/algorithm.rs:14:5 Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! 14 | use rlp; Oct 15 21:53:52.996 INFO kablam! | ^^^ Oct 15 21:53:52.996 INFO kablam! Oct 15 21:53:52.996 INFO kablam! warning: unused import: `AsyncWrite` Oct 15 21:53:52.996 INFO kablam! --> src/ecies/proto.rs:3:27 Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! 3 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 15 21:53:52.996 INFO kablam! | ^^^^^^^^^^ Oct 15 21:53:52.996 INFO kablam! Oct 15 21:53:52.996 INFO kablam! warning: unused import: `Core` Oct 15 21:53:52.996 INFO kablam! --> src/ecies/proto.rs:5:35 Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! 5 | use tokio_core::reactor::{Handle, Core}; Oct 15 21:53:52.996 INFO kablam! | ^^^^ Oct 15 21:53:52.996 INFO kablam! Oct 15 21:53:52.996 INFO kablam! warning: unused import: `BufMut` Oct 15 21:53:52.996 INFO kablam! --> src/ecies/proto.rs:7:23 Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! 7 | use bytes::{BytesMut, BufMut}; Oct 15 21:53:52.996 INFO kablam! | ^^^^^^ Oct 15 21:53:52.996 INFO kablam! Oct 15 21:53:52.996 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite` Oct 15 21:53:52.996 INFO kablam! --> src/peer.rs:8:16 Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! 8 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 15 21:53:52.996 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 15 21:53:52.996 INFO kablam! Oct 15 21:53:52.996 INFO kablam! warning: unused imports: `Decoder`, `Encoder`, `Framed` Oct 15 21:53:52.996 INFO kablam! --> src/peer.rs:9:23 Oct 15 21:53:52.996 INFO kablam! | Oct 15 21:53:52.996 INFO kablam! 9 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 15 21:53:52.996 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^^^^ Oct 15 21:53:52.997 INFO kablam! Oct 15 21:53:52.997 INFO kablam! warning: unused import: `self` Oct 15 21:53:52.997 INFO kablam! --> src/peer.rs:10:17 Oct 15 21:53:52.997 INFO kablam! | Oct 15 21:53:52.997 INFO kablam! 10 | use secp256k1::{self, PublicKey, SecretKey}; Oct 15 21:53:52.997 INFO kablam! | ^^^^ Oct 15 21:53:52.997 INFO kablam! Oct 15 21:53:52.997 INFO kablam! warning: unused import: `util::pk2id` Oct 15 21:53:52.997 INFO kablam! --> src/lib.rs:30:5 Oct 15 21:53:52.997 INFO kablam! | Oct 15 21:53:52.997 INFO kablam! 30 | use util::pk2id; Oct 15 21:53:52.997 INFO kablam! | ^^^^^^^^^^^ Oct 15 21:53:52.997 INFO kablam! Oct 15 21:53:52.997 INFO kablam! warning: unused import: `PublicKey` Oct 15 21:53:52.997 INFO kablam! --> src/lib.rs:31:17 Oct 15 21:53:52.997 INFO kablam! | Oct 15 21:53:52.997 INFO kablam! 31 | use secp256k1::{PublicKey, SecretKey}; Oct 15 21:53:52.997 INFO kablam! | ^^^^^^^^^ Oct 15 21:53:52.997 INFO kablam! Oct 15 21:53:52.997 INFO kablam! warning: unused import: `futures::future` Oct 15 21:53:52.997 INFO kablam! --> src/lib.rs:32:5 Oct 15 21:53:52.997 INFO kablam! | Oct 15 21:53:52.997 INFO kablam! 32 | use futures::future; Oct 15 21:53:52.997 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 21:53:52.997 INFO kablam! Oct 15 21:53:52.997 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:53:52.997 INFO kablam! --> src/lib.rs:36:5 Oct 15 21:53:52.997 INFO kablam! | Oct 15 21:53:52.997 INFO kablam! 36 | use std::collections::HashMap; Oct 15 21:53:52.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:53:52.997 INFO kablam! Oct 15 21:53:52.997 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite` Oct 15 21:53:52.997 INFO kablam! --> src/lib.rs:39:16 Oct 15 21:53:52.997 INFO kablam! | Oct 15 21:53:52.997 INFO kablam! 39 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 15 21:53:52.997 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 15 21:53:52.997 INFO kablam! Oct 15 21:53:52.997 INFO kablam! warning: unused imports: `Decoder`, `Encoder`, `Framed` Oct 15 21:53:52.997 INFO kablam! --> src/lib.rs:40:23 Oct 15 21:53:52.997 INFO kablam! | Oct 15 21:53:52.997 INFO kablam! 40 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 15 21:53:52.997 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^^^^ Oct 15 21:53:52.997 INFO kablam! Oct 15 21:53:53.031 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 21:53:53.031 INFO kablam! --> src/ecies/proto.rs:4:23 Oct 15 21:53:53.031 INFO kablam! | Oct 15 21:53:53.031 INFO kablam! 4 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 15 21:53:53.031 INFO kablam! | ^^^^^^ Oct 15 21:53:53.031 INFO kablam! | Oct 15 21:53:53.031 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 21:53:53.031 INFO kablam! Oct 15 21:53:53.031 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 21:53:53.031 INFO kablam! --> src/ecies/proto.rs:145:13 Oct 15 21:53:53.031 INFO kablam! | Oct 15 21:53:53.031 INFO kablam! 145 | stream: Framed, Oct 15 21:53:53.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:53:53.032 INFO kablam! Oct 15 21:53:53.032 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 21:53:53.032 INFO kablam! --> src/peer.rs:9:23 Oct 15 21:53:53.032 INFO kablam! | Oct 15 21:53:53.032 INFO kablam! 9 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 15 21:53:53.032 INFO kablam! | ^^^^^^ Oct 15 21:53:53.032 INFO kablam! Oct 15 21:53:53.032 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 21:53:53.032 INFO kablam! --> src/lib.rs:40:23 Oct 15 21:53:53.032 INFO kablam! | Oct 15 21:53:53.032 INFO kablam! 40 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 15 21:53:53.032 INFO kablam! | ^^^^^^ Oct 15 21:53:53.032 INFO kablam! Oct 15 21:53:53.415 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 21:53:53.415 INFO kablam! --> src/ecies/proto.rs:168:24 Oct 15 21:53:53.415 INFO kablam! | Oct 15 21:53:53.415 INFO kablam! 168 | socket.framed(ecies).send(ECIESValue::Auth) Oct 15 21:53:53.415 INFO kablam! | ^^^^^^ Oct 15 21:53:53.415 INFO kablam! Oct 15 21:53:53.420 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 21:53:53.420 INFO kablam! --> src/ecies/proto.rs:201:29 Oct 15 21:53:53.420 INFO kablam! | Oct 15 21:53:53.420 INFO kablam! 201 | let stream = stream.framed(ecies).into_future().map_err(|(e, _)| e) Oct 15 21:53:53.420 INFO kablam! | ^^^^^^ Oct 15 21:53:53.420 INFO kablam! Oct 15 21:53:53.563 INFO kablam! warning: unused variable: `e` Oct 15 21:53:53.563 INFO kablam! --> src/ecies/proto.rs:159:17 Oct 15 21:53:53.563 INFO kablam! | Oct 15 21:53:53.563 INFO kablam! 159 | Err(e) => return Box::new(future::err( Oct 15 21:53:53.563 INFO kablam! | ^ help: consider using `_e` instead Oct 15 21:53:53.563 INFO kablam! | Oct 15 21:53:53.563 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 21:53:53.563 INFO kablam! Oct 15 21:53:53.563 INFO kablam! warning: unused variable: `e` Oct 15 21:53:53.563 INFO kablam! --> src/ecies/proto.rs:195:17 Oct 15 21:53:53.563 INFO kablam! | Oct 15 21:53:53.563 INFO kablam! 195 | Err(e) => return Box::new(future::err( Oct 15 21:53:53.563 INFO kablam! | ^ help: consider using `_e` instead Oct 15 21:53:53.563 INFO kablam! Oct 15 21:53:53.563 INFO kablam! warning: unused variable: `header` Oct 15 21:53:53.563 INFO kablam! --> src/ecies/proto.rs:281:33 Oct 15 21:53:53.563 INFO kablam! | Oct 15 21:53:53.563 INFO kablam! 281 | AsyncSink::NotReady(header) => return Ok(AsyncSink::NotReady(item)), Oct 15 21:53:53.563 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 15 21:53:53.563 INFO kablam! Oct 15 21:53:53.563 INFO kablam! warning: unused variable: `error` Oct 15 21:53:53.563 INFO kablam! --> src/errors.rs:16:13 Oct 15 21:53:53.563 INFO kablam! | Oct 15 21:53:53.563 INFO kablam! 16 | fn from(error: ECIESError) -> io::Error { Oct 15 21:53:53.563 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 21:53:53.563 INFO kablam! Oct 15 21:53:53.563 INFO kablam! warning: unused variable: `addr` Oct 15 21:53:53.563 INFO kablam! --> src/lib.rs:192:48 Oct 15 21:53:53.563 INFO kablam! | Oct 15 21:53:53.563 INFO kablam! 192 | Async::Ready(Some((stream, addr))) => { Oct 15 21:53:53.563 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 15 21:53:53.563 INFO kablam! Oct 15 21:53:53.563 INFO kablam! warning: unused variable: `newly_connected` Oct 15 21:53:53.563 INFO kablam! --> src/lib.rs:282:25 Oct 15 21:53:53.563 INFO kablam! | Oct 15 21:53:53.564 INFO kablam! 282 | let ref mut newly_connected = self.newly_connected; Oct 15 21:53:53.564 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_newly_connected` instead Oct 15 21:53:53.564 INFO kablam! Oct 15 21:53:53.731 INFO kablam! warning: field is never used: `protocol_version` Oct 15 21:53:53.731 INFO kablam! --> src/peer.rs:82:5 Oct 15 21:53:53.731 INFO kablam! | Oct 15 21:53:53.731 INFO kablam! 82 | protocol_version: usize, Oct 15 21:53:53.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:53:53.731 INFO kablam! | Oct 15 21:53:53.731 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:53:53.731 INFO kablam! Oct 15 21:53:53.731 INFO kablam! warning: field is never used: `client_version` Oct 15 21:53:53.731 INFO kablam! --> src/peer.rs:83:5 Oct 15 21:53:53.731 INFO kablam! | Oct 15 21:53:53.731 INFO kablam! 83 | client_version: String, Oct 15 21:53:53.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:53:53.731 INFO kablam! Oct 15 21:53:53.731 INFO kablam! warning: field is never used: `port` Oct 15 21:53:53.731 INFO kablam! --> src/peer.rs:85:5 Oct 15 21:53:53.731 INFO kablam! | Oct 15 21:53:53.731 INFO kablam! 85 | port: u16, Oct 15 21:53:53.731 INFO kablam! | ^^^^^^^^^ Oct 15 21:53:53.731 INFO kablam! Oct 15 21:53:53.731 INFO kablam! warning: field is never used: `id` Oct 15 21:53:53.731 INFO kablam! --> src/peer.rs:86:5 Oct 15 21:53:53.731 INFO kablam! | Oct 15 21:53:53.731 INFO kablam! 86 | id: H512, Oct 15 21:53:53.731 INFO kablam! | ^^^^^^^^ Oct 15 21:53:53.731 INFO kablam! Oct 15 21:53:53.731 INFO kablam! warning: constant `SHA256BlockSize` should have an upper case name such as `SHA256_BLOCK_SIZE` Oct 15 21:53:53.732 INFO kablam! --> src/ecies/algorithm.rs:29:5 Oct 15 21:53:53.732 INFO kablam! | Oct 15 21:53:53.732 INFO kablam! 29 | const SHA256BlockSize: usize = 64; Oct 15 21:53:53.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:53:53.732 INFO kablam! | Oct 15 21:53:53.732 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 21:53:53.732 INFO kablam! Oct 15 21:53:53.732 INFO kablam! warning: constant `reps` should have an upper case name such as `REPS` Oct 15 21:53:53.732 INFO kablam! --> src/ecies/algorithm.rs:30:5 Oct 15 21:53:53.732 INFO kablam! | Oct 15 21:53:53.732 INFO kablam! 30 | const reps: usize = (32 + 7) * 8 / (SHA256BlockSize * 8); Oct 15 21:53:53.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:53:53.732 INFO kablam! Oct 15 21:53:53.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:53:53.735 INFO kablam! --> src/ecies/algorithm.rs:290:9 Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.735 INFO kablam! 290 | self.parse_ack_unencrypted(data); Oct 15 21:53:53.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.735 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 21:53:53.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:53:53.735 INFO kablam! Oct 15 21:53:53.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:53:53.735 INFO kablam! --> src/ecies/algorithm.rs:341:9 Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.735 INFO kablam! 341 | buffer.write_uint::(size as u64, 3); Oct 15 21:53:53.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:53:53.735 INFO kablam! Oct 15 21:53:53.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:53:53.735 INFO kablam! --> src/ecies/algorithm.rs:347:9 Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.735 INFO kablam! 347 | / self.egress_aes.as_mut().unwrap().encrypt( Oct 15 21:53:53.735 INFO kablam! 348 | | &mut RefReadBuffer::new(&header), Oct 15 21:53:53.735 INFO kablam! 349 | | &mut RefWriteBuffer::new(&mut encrypted), false); Oct 15 21:53:53.735 INFO kablam! | |_____________________________________________________________^ Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:53:53.735 INFO kablam! Oct 15 21:53:53.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:53:53.735 INFO kablam! --> src/ecies/algorithm.rs:374:9 Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.735 INFO kablam! 374 | / self.ingress_aes.as_mut().unwrap().decrypt( Oct 15 21:53:53.735 INFO kablam! 375 | | &mut RefReadBuffer::new(&header), Oct 15 21:53:53.735 INFO kablam! 376 | | &mut RefWriteBuffer::new(&mut decrypted), false); Oct 15 21:53:53.735 INFO kablam! | |_____________________________________________________________^ Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:53:53.735 INFO kablam! Oct 15 21:53:53.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:53:53.735 INFO kablam! --> src/ecies/algorithm.rs:414:9 Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.735 INFO kablam! 414 | / self.egress_aes.as_mut().unwrap().encrypt( Oct 15 21:53:53.735 INFO kablam! 415 | | &mut RefReadBuffer::new(&data_padded), Oct 15 21:53:53.735 INFO kablam! 416 | | &mut RefWriteBuffer::new(&mut encrypted), false); Oct 15 21:53:53.735 INFO kablam! | |_____________________________________________________________^ Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:53:53.735 INFO kablam! Oct 15 21:53:53.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:53:53.735 INFO kablam! --> src/ecies/algorithm.rs:437:9 Oct 15 21:53:53.735 INFO kablam! | Oct 15 21:53:53.736 INFO kablam! 437 | / self.ingress_aes.as_mut().unwrap().decrypt( Oct 15 21:53:53.736 INFO kablam! 438 | | &mut RefReadBuffer::new(&body), Oct 15 21:53:53.736 INFO kablam! 439 | | &mut RefWriteBuffer::new(&mut ret), false); Oct 15 21:53:53.736 INFO kablam! | |_______________________________________________________^ Oct 15 21:53:53.736 INFO kablam! | Oct 15 21:53:53.736 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:53:53.736 INFO kablam! Oct 15 21:53:53.759 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:53:53.759 INFO kablam! --> src/mac.rs:26:9 Oct 15 21:53:53.759 INFO kablam! | Oct 15 21:53:53.759 INFO kablam! 26 | / aes.encrypt( Oct 15 21:53:53.759 INFO kablam! 27 | | &mut RefReadBuffer::new(self.digest().as_ref()), Oct 15 21:53:53.759 INFO kablam! 28 | | &mut RefWriteBuffer::new(encrypted.as_mut()), true); Oct 15 21:53:53.759 INFO kablam! | |________________________________________________________________^ Oct 15 21:53:53.759 INFO kablam! | Oct 15 21:53:53.759 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:53:53.759 INFO kablam! Oct 15 21:53:53.759 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:53:53.759 INFO kablam! --> src/mac.rs:40:9 Oct 15 21:53:53.759 INFO kablam! | Oct 15 21:53:53.759 INFO kablam! 40 | / aes.encrypt( Oct 15 21:53:53.759 INFO kablam! 41 | | &mut RefReadBuffer::new(self.digest().as_ref()), Oct 15 21:53:53.759 INFO kablam! 42 | | &mut RefWriteBuffer::new(encrypted.as_mut()), true); Oct 15 21:53:53.759 INFO kablam! | |________________________________________________________________^ Oct 15 21:53:53.759 INFO kablam! | Oct 15 21:53:53.759 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:53:53.759 INFO kablam! Oct 15 21:53:54.853 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.31s Oct 15 21:53:54.860 INFO kablam! su: No module specific data is present Oct 15 21:53:55.120 INFO running `"docker" "rm" "-f" "e7d2da5b8f346cb13b6c8bbb1a1f266a05dd19cf3aa5cf22fb91f6ef29837cce"` Oct 15 21:53:55.187 INFO blam! e7d2da5b8f346cb13b6c8bbb1a1f266a05dd19cf3aa5cf22fb91f6ef29837cce Oct 15 21:53:55.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 21:53:55.403 INFO blam! b8e9f6bacf2f745e58a812b7cb8f730e0470491ae965d973596584aa2906348f Oct 15 21:53:55.405 INFO running `"docker" "start" "-a" "b8e9f6bacf2f745e58a812b7cb8f730e0470491ae965d973596584aa2906348f"` Oct 15 21:53:55.832 INFO kablam! usermod: no changes Oct 15 21:53:55.993 INFO kablam! Compiling rlpx v0.4.1 (/source) Oct 15 21:54:00.115 INFO kablam! warning: unused import: `SecretKey` Oct 15 21:54:00.115 INFO kablam! --> src/util.rs:2:34 Oct 15 21:54:00.115 INFO kablam! | Oct 15 21:54:00.115 INFO kablam! 2 | use secp256k1::{self, PublicKey, SecretKey}; Oct 15 21:54:00.115 INFO kablam! | ^^^^^^^^^ Oct 15 21:54:00.115 INFO kablam! | Oct 15 21:54:00.115 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:54:00.115 INFO kablam! Oct 15 21:54:00.115 INFO kablam! warning: unused import: `crypto::blockmodes::CtrMode` Oct 15 21:54:00.115 INFO kablam! --> src/util.rs:6:5 Oct 15 21:54:00.115 INFO kablam! | Oct 15 21:54:00.115 INFO kablam! 6 | use crypto::blockmodes::CtrMode; Oct 15 21:54:00.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:00.116 INFO kablam! Oct 15 21:54:00.116 INFO kablam! warning: unused import: `crypto::aessafe::AesSafe128Encryptor` Oct 15 21:54:00.116 INFO kablam! --> src/util.rs:7:5 Oct 15 21:54:00.116 INFO kablam! | Oct 15 21:54:00.116 INFO kablam! 7 | use crypto::aessafe::AesSafe128Encryptor; Oct 15 21:54:00.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:00.116 INFO kablam! Oct 15 21:54:00.116 INFO kablam! warning: unused imports: `RefReadBuffer`, `RefWriteBuffer` Oct 15 21:54:00.116 INFO kablam! --> src/util.rs:8:22 Oct 15 21:54:00.116 INFO kablam! | Oct 15 21:54:00.116 INFO kablam! 8 | use crypto::buffer::{RefReadBuffer, RefWriteBuffer}; Oct 15 21:54:00.116 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 15 21:54:00.116 INFO kablam! Oct 15 21:54:00.116 INFO kablam! warning: unused import: `rlp` Oct 15 21:54:00.116 INFO kablam! --> src/ecies/algorithm.rs:14:5 Oct 15 21:54:00.116 INFO kablam! | Oct 15 21:54:00.116 INFO kablam! 14 | use rlp; Oct 15 21:54:00.116 INFO kablam! | ^^^ Oct 15 21:54:00.117 INFO kablam! Oct 15 21:54:00.117 INFO kablam! warning: unused imports: `id2pk`, `keccak256` Oct 15 21:54:00.117 INFO kablam! --> src/ecies/algorithm.rs:449:16 Oct 15 21:54:00.117 INFO kablam! | Oct 15 21:54:00.117 INFO kablam! 449 | use util::{keccak256, pk2id, id2pk}; Oct 15 21:54:00.117 INFO kablam! | ^^^^^^^^^ ^^^^^ Oct 15 21:54:00.117 INFO kablam! Oct 15 21:54:00.117 INFO kablam! warning: unused imports: `Message`, `SharedSecret` Oct 15 21:54:00.117 INFO kablam! --> src/ecies/algorithm.rs:450:21 Oct 15 21:54:00.117 INFO kablam! | Oct 15 21:54:00.117 INFO kablam! 450 | use secp256k1::{Message, SharedSecret, PublicKey, SecretKey}; Oct 15 21:54:00.117 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^ Oct 15 21:54:00.117 INFO kablam! Oct 15 21:54:00.117 INFO kablam! warning: unused imports: `H256`, `H512` Oct 15 21:54:00.117 INFO kablam! --> src/ecies/algorithm.rs:451:18 Oct 15 21:54:00.117 INFO kablam! | Oct 15 21:54:00.117 INFO kablam! 451 | use bigint::{H512, H256}; Oct 15 21:54:00.117 INFO kablam! | ^^^^ ^^^^ Oct 15 21:54:00.117 INFO kablam! Oct 15 21:54:00.117 INFO kablam! warning: unused import: `AsyncWrite` Oct 15 21:54:00.117 INFO kablam! --> src/ecies/proto.rs:3:27 Oct 15 21:54:00.117 INFO kablam! | Oct 15 21:54:00.117 INFO kablam! 3 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 15 21:54:00.118 INFO kablam! | ^^^^^^^^^^ Oct 15 21:54:00.118 INFO kablam! Oct 15 21:54:00.118 INFO kablam! warning: unused import: `Core` Oct 15 21:54:00.118 INFO kablam! --> src/ecies/proto.rs:5:35 Oct 15 21:54:00.118 INFO kablam! | Oct 15 21:54:00.118 INFO kablam! 5 | use tokio_core::reactor::{Handle, Core}; Oct 15 21:54:00.120 INFO kablam! | ^^^^ Oct 15 21:54:00.120 INFO kablam! Oct 15 21:54:00.120 INFO kablam! warning: unused import: `BufMut` Oct 15 21:54:00.120 INFO kablam! --> src/ecies/proto.rs:7:23 Oct 15 21:54:00.120 INFO kablam! | Oct 15 21:54:00.121 INFO kablam! 7 | use bytes::{BytesMut, BufMut}; Oct 15 21:54:00.121 INFO kablam! | ^^^^^^ Oct 15 21:54:00.121 INFO kablam! Oct 15 21:54:00.121 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite` Oct 15 21:54:00.123 INFO kablam! --> src/peer.rs:8:16 Oct 15 21:54:00.123 INFO kablam! | Oct 15 21:54:00.123 INFO kablam! 8 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 15 21:54:00.123 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 15 21:54:00.123 INFO kablam! Oct 15 21:54:00.123 INFO kablam! warning: unused imports: `Decoder`, `Encoder`, `Framed` Oct 15 21:54:00.123 INFO kablam! --> src/peer.rs:9:23 Oct 15 21:54:00.123 INFO kablam! | Oct 15 21:54:00.123 INFO kablam! 9 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 15 21:54:00.123 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^^^^ Oct 15 21:54:00.123 INFO kablam! Oct 15 21:54:00.123 INFO kablam! warning: unused import: `self` Oct 15 21:54:00.123 INFO kablam! --> src/peer.rs:10:17 Oct 15 21:54:00.123 INFO kablam! | Oct 15 21:54:00.123 INFO kablam! 10 | use secp256k1::{self, PublicKey, SecretKey}; Oct 15 21:54:00.123 INFO kablam! | ^^^^ Oct 15 21:54:00.123 INFO kablam! Oct 15 21:54:00.123 INFO kablam! warning: unused import: `util::pk2id` Oct 15 21:54:00.123 INFO kablam! --> src/lib.rs:30:5 Oct 15 21:54:00.123 INFO kablam! | Oct 15 21:54:00.123 INFO kablam! 30 | use util::pk2id; Oct 15 21:54:00.123 INFO kablam! | ^^^^^^^^^^^ Oct 15 21:54:00.123 INFO kablam! Oct 15 21:54:00.123 INFO kablam! warning: unused import: `PublicKey` Oct 15 21:54:00.123 INFO kablam! --> src/lib.rs:31:17 Oct 15 21:54:00.123 INFO kablam! | Oct 15 21:54:00.123 INFO kablam! 31 | use secp256k1::{PublicKey, SecretKey}; Oct 15 21:54:00.123 INFO kablam! | ^^^^^^^^^ Oct 15 21:54:00.123 INFO kablam! Oct 15 21:54:00.123 INFO kablam! warning: unused import: `futures::future` Oct 15 21:54:00.123 INFO kablam! --> src/lib.rs:32:5 Oct 15 21:54:00.123 INFO kablam! | Oct 15 21:54:00.123 INFO kablam! 32 | use futures::future; Oct 15 21:54:00.123 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 21:54:00.123 INFO kablam! Oct 15 21:54:00.123 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:54:00.123 INFO kablam! --> src/lib.rs:36:5 Oct 15 21:54:00.123 INFO kablam! | Oct 15 21:54:00.123 INFO kablam! 36 | use std::collections::HashMap; Oct 15 21:54:00.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:00.123 INFO kablam! Oct 15 21:54:00.123 INFO kablam! warning: unused imports: `AsyncRead`, `AsyncWrite` Oct 15 21:54:00.123 INFO kablam! --> src/lib.rs:39:16 Oct 15 21:54:00.124 INFO kablam! | Oct 15 21:54:00.124 INFO kablam! 39 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 15 21:54:00.124 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 15 21:54:00.124 INFO kablam! Oct 15 21:54:00.124 INFO kablam! warning: unused imports: `Decoder`, `Encoder`, `Framed` Oct 15 21:54:00.124 INFO kablam! --> src/lib.rs:40:23 Oct 15 21:54:00.124 INFO kablam! | Oct 15 21:54:00.124 INFO kablam! 40 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 15 21:54:00.124 INFO kablam! | ^^^^^^ ^^^^^^^ ^^^^^^^ Oct 15 21:54:00.124 INFO kablam! Oct 15 21:54:00.137 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 21:54:00.137 INFO kablam! --> src/ecies/proto.rs:4:23 Oct 15 21:54:00.137 INFO kablam! | Oct 15 21:54:00.137 INFO kablam! 4 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 15 21:54:00.137 INFO kablam! | ^^^^^^ Oct 15 21:54:00.137 INFO kablam! | Oct 15 21:54:00.137 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 21:54:00.137 INFO kablam! Oct 15 21:54:00.137 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 21:54:00.137 INFO kablam! --> src/ecies/proto.rs:145:13 Oct 15 21:54:00.137 INFO kablam! | Oct 15 21:54:00.137 INFO kablam! 145 | stream: Framed, Oct 15 21:54:00.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:00.137 INFO kablam! Oct 15 21:54:00.137 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 21:54:00.137 INFO kablam! --> src/peer.rs:9:23 Oct 15 21:54:00.137 INFO kablam! | Oct 15 21:54:00.137 INFO kablam! 9 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 15 21:54:00.137 INFO kablam! | ^^^^^^ Oct 15 21:54:00.137 INFO kablam! Oct 15 21:54:00.137 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 21:54:00.137 INFO kablam! --> src/lib.rs:40:23 Oct 15 21:54:00.137 INFO kablam! | Oct 15 21:54:00.137 INFO kablam! 40 | use tokio_io::codec::{Framed, Encoder, Decoder}; Oct 15 21:54:00.137 INFO kablam! | ^^^^^^ Oct 15 21:54:00.137 INFO kablam! Oct 15 21:54:00.603 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 21:54:00.603 INFO kablam! --> src/ecies/proto.rs:168:24 Oct 15 21:54:00.603 INFO kablam! | Oct 15 21:54:00.603 INFO kablam! 168 | socket.framed(ecies).send(ECIESValue::Auth) Oct 15 21:54:00.603 INFO kablam! | ^^^^^^ Oct 15 21:54:00.603 INFO kablam! Oct 15 21:54:00.611 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 21:54:00.611 INFO kablam! --> src/ecies/proto.rs:201:29 Oct 15 21:54:00.611 INFO kablam! | Oct 15 21:54:00.611 INFO kablam! 201 | let stream = stream.framed(ecies).into_future().map_err(|(e, _)| e) Oct 15 21:54:00.611 INFO kablam! | ^^^^^^ Oct 15 21:54:00.611 INFO kablam! Oct 15 21:54:00.635 INFO kablam! warning: unused `#[macro_use]` import Oct 15 21:54:00.635 INFO kablam! --> examples/local_connect.rs:8:1 Oct 15 21:54:00.635 INFO kablam! | Oct 15 21:54:00.635 INFO kablam! 8 | #[macro_use] Oct 15 21:54:00.635 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:54:00.635 INFO kablam! | Oct 15 21:54:00.635 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:54:00.635 INFO kablam! Oct 15 21:54:00.635 INFO kablam! warning: unused import: `PublicKey` Oct 15 21:54:00.635 INFO kablam! --> examples/local_connect.rs:15:17 Oct 15 21:54:00.635 INFO kablam! | Oct 15 21:54:00.635 INFO kablam! 15 | use secp256k1::{PublicKey, SecretKey}; Oct 15 21:54:00.635 INFO kablam! | ^^^^^^^^^ Oct 15 21:54:00.635 INFO kablam! Oct 15 21:54:00.635 INFO kablam! warning: unused import: `Sink` Oct 15 21:54:00.635 INFO kablam! --> examples/local_connect.rs:18:23 Oct 15 21:54:00.635 INFO kablam! | Oct 15 21:54:00.635 INFO kablam! 18 | use futures::{Stream, Sink, Future}; Oct 15 21:54:00.635 INFO kablam! | ^^^^ Oct 15 21:54:00.635 INFO kablam! Oct 15 21:54:00.635 INFO kablam! warning: unused import: `rlpx::ecies::ECIESStream` Oct 15 21:54:00.635 INFO kablam! --> examples/local_connect.rs:21:5 Oct 15 21:54:00.635 INFO kablam! | Oct 15 21:54:00.635 INFO kablam! 21 | use rlpx::ecies::ECIESStream; Oct 15 21:54:00.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:00.635 INFO kablam! Oct 15 21:54:00.767 INFO kablam! warning: unused variable: `client_public_key` Oct 15 21:54:00.767 INFO kablam! --> src/ecies/algorithm.rs:460:13 Oct 15 21:54:00.767 INFO kablam! | Oct 15 21:54:00.767 INFO kablam! 460 | let client_public_key = PublicKey::from_secret_key(&client_secret_key); Oct 15 21:54:00.767 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_client_public_key` instead Oct 15 21:54:00.767 INFO kablam! | Oct 15 21:54:00.767 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 21:54:00.767 INFO kablam! Oct 15 21:54:00.767 INFO kablam! warning: unused variable: `e` Oct 15 21:54:00.767 INFO kablam! --> src/ecies/proto.rs:159:17 Oct 15 21:54:00.767 INFO kablam! | Oct 15 21:54:00.767 INFO kablam! 159 | Err(e) => return Box::new(future::err( Oct 15 21:54:00.767 INFO kablam! | ^ help: consider using `_e` instead Oct 15 21:54:00.767 INFO kablam! Oct 15 21:54:00.767 INFO kablam! warning: unused variable: `e` Oct 15 21:54:00.767 INFO kablam! --> src/ecies/proto.rs:195:17 Oct 15 21:54:00.767 INFO kablam! | Oct 15 21:54:00.767 INFO kablam! 195 | Err(e) => return Box::new(future::err( Oct 15 21:54:00.767 INFO kablam! | ^ help: consider using `_e` instead Oct 15 21:54:00.767 INFO kablam! Oct 15 21:54:00.767 INFO kablam! warning: unused variable: `header` Oct 15 21:54:00.767 INFO kablam! --> src/ecies/proto.rs:281:33 Oct 15 21:54:00.767 INFO kablam! | Oct 15 21:54:00.767 INFO kablam! 281 | AsyncSink::NotReady(header) => return Ok(AsyncSink::NotReady(item)), Oct 15 21:54:00.767 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 15 21:54:00.767 INFO kablam! Oct 15 21:54:00.767 INFO kablam! warning: unused variable: `error` Oct 15 21:54:00.767 INFO kablam! --> src/errors.rs:16:13 Oct 15 21:54:00.767 INFO kablam! | Oct 15 21:54:00.767 INFO kablam! 16 | fn from(error: ECIESError) -> io::Error { Oct 15 21:54:00.767 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 21:54:00.767 INFO kablam! Oct 15 21:54:00.767 INFO kablam! warning: unused variable: `addr` Oct 15 21:54:00.767 INFO kablam! --> src/lib.rs:192:48 Oct 15 21:54:00.767 INFO kablam! | Oct 15 21:54:00.767 INFO kablam! 192 | Async::Ready(Some((stream, addr))) => { Oct 15 21:54:00.767 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 15 21:54:00.767 INFO kablam! Oct 15 21:54:00.767 INFO kablam! warning: unused variable: `newly_connected` Oct 15 21:54:00.767 INFO kablam! --> src/lib.rs:282:25 Oct 15 21:54:00.767 INFO kablam! | Oct 15 21:54:00.767 INFO kablam! 282 | let ref mut newly_connected = self.newly_connected; Oct 15 21:54:00.767 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_newly_connected` instead Oct 15 21:54:00.767 INFO kablam! Oct 15 21:54:01.024 INFO kablam! warning: field is never used: `protocol_version` Oct 15 21:54:01.024 INFO kablam! --> src/peer.rs:82:5 Oct 15 21:54:01.024 INFO kablam! | Oct 15 21:54:01.024 INFO kablam! 82 | protocol_version: usize, Oct 15 21:54:01.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:01.024 INFO kablam! | Oct 15 21:54:01.024 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:54:01.024 INFO kablam! Oct 15 21:54:01.024 INFO kablam! warning: field is never used: `client_version` Oct 15 21:54:01.024 INFO kablam! --> src/peer.rs:83:5 Oct 15 21:54:01.024 INFO kablam! | Oct 15 21:54:01.024 INFO kablam! 83 | client_version: String, Oct 15 21:54:01.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:01.025 INFO kablam! Oct 15 21:54:01.025 INFO kablam! warning: field is never used: `port` Oct 15 21:54:01.025 INFO kablam! --> src/peer.rs:85:5 Oct 15 21:54:01.025 INFO kablam! | Oct 15 21:54:01.025 INFO kablam! 85 | port: u16, Oct 15 21:54:01.025 INFO kablam! | ^^^^^^^^^ Oct 15 21:54:01.025 INFO kablam! Oct 15 21:54:01.025 INFO kablam! warning: field is never used: `id` Oct 15 21:54:01.025 INFO kablam! --> src/peer.rs:86:5 Oct 15 21:54:01.025 INFO kablam! | Oct 15 21:54:01.025 INFO kablam! 86 | id: H512, Oct 15 21:54:01.025 INFO kablam! | ^^^^^^^^ Oct 15 21:54:01.025 INFO kablam! Oct 15 21:54:01.027 INFO kablam! warning: constant `SHA256BlockSize` should have an upper case name such as `SHA256_BLOCK_SIZE` Oct 15 21:54:01.027 INFO kablam! --> src/ecies/algorithm.rs:29:5 Oct 15 21:54:01.027 INFO kablam! | Oct 15 21:54:01.027 INFO kablam! 29 | const SHA256BlockSize: usize = 64; Oct 15 21:54:01.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:01.027 INFO kablam! Oct 15 21:54:01.031 INFO kablam! warning: constant `reps` should have an upper case name such as `REPS` Oct 15 21:54:01.031 INFO kablam! --> src/ecies/algorithm.rs:30:5 Oct 15 21:54:01.031 INFO kablam! | Oct 15 21:54:01.031 INFO kablam! 30 | const reps: usize = (32 + 7) * 8 / (SHA256BlockSize * 8); Oct 15 21:54:01.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:01.031 INFO kablam! Oct 15 21:54:01.031 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:54:01.031 INFO kablam! --> src/ecies/algorithm.rs:290:9 Oct 15 21:54:01.031 INFO kablam! | Oct 15 21:54:01.031 INFO kablam! 290 | self.parse_ack_unencrypted(data); Oct 15 21:54:01.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:01.031 INFO kablam! | Oct 15 21:54:01.031 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 21:54:01.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:54:01.031 INFO kablam! Oct 15 21:54:01.031 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:54:01.031 INFO kablam! --> src/ecies/algorithm.rs:341:9 Oct 15 21:54:01.031 INFO kablam! | Oct 15 21:54:01.031 INFO kablam! 341 | buffer.write_uint::(size as u64, 3); Oct 15 21:54:01.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:54:01.031 INFO kablam! | Oct 15 21:54:01.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:54:01.032 INFO kablam! Oct 15 21:54:01.032 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:54:01.032 INFO kablam! --> src/ecies/algorithm.rs:347:9 Oct 15 21:54:01.032 INFO kablam! | Oct 15 21:54:01.032 INFO kablam! 347 | / self.egress_aes.as_mut().unwrap().encrypt( Oct 15 21:54:01.032 INFO kablam! 348 | | &mut RefReadBuffer::new(&header), Oct 15 21:54:01.032 INFO kablam! 349 | | &mut RefWriteBuffer::new(&mut encrypted), false); Oct 15 21:54:01.032 INFO kablam! | |_____________________________________________________________^ Oct 15 21:54:01.032 INFO kablam! | Oct 15 21:54:01.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:54:01.032 INFO kablam! Oct 15 21:54:01.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:54:01.035 INFO kablam! --> src/ecies/algorithm.rs:374:9 Oct 15 21:54:01.035 INFO kablam! | Oct 15 21:54:01.035 INFO kablam! 374 | / self.ingress_aes.as_mut().unwrap().decrypt( Oct 15 21:54:01.035 INFO kablam! 375 | | &mut RefReadBuffer::new(&header), Oct 15 21:54:01.035 INFO kablam! 376 | | &mut RefWriteBuffer::new(&mut decrypted), false); Oct 15 21:54:01.035 INFO kablam! | |_____________________________________________________________^ Oct 15 21:54:01.035 INFO kablam! | Oct 15 21:54:01.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:54:01.035 INFO kablam! Oct 15 21:54:01.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:54:01.035 INFO kablam! --> src/ecies/algorithm.rs:414:9 Oct 15 21:54:01.035 INFO kablam! | Oct 15 21:54:01.035 INFO kablam! 414 | / self.egress_aes.as_mut().unwrap().encrypt( Oct 15 21:54:01.035 INFO kablam! 415 | | &mut RefReadBuffer::new(&data_padded), Oct 15 21:54:01.035 INFO kablam! 416 | | &mut RefWriteBuffer::new(&mut encrypted), false); Oct 15 21:54:01.035 INFO kablam! | |_____________________________________________________________^ Oct 15 21:54:01.035 INFO kablam! | Oct 15 21:54:01.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:54:01.035 INFO kablam! Oct 15 21:54:01.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:54:01.036 INFO kablam! --> src/ecies/algorithm.rs:437:9 Oct 15 21:54:01.036 INFO kablam! | Oct 15 21:54:01.036 INFO kablam! 437 | / self.ingress_aes.as_mut().unwrap().decrypt( Oct 15 21:54:01.036 INFO kablam! 438 | | &mut RefReadBuffer::new(&body), Oct 15 21:54:01.036 INFO kablam! 439 | | &mut RefWriteBuffer::new(&mut ret), false); Oct 15 21:54:01.036 INFO kablam! | |_______________________________________________________^ Oct 15 21:54:01.036 INFO kablam! | Oct 15 21:54:01.036 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:54:01.036 INFO kablam! Oct 15 21:54:01.047 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:54:01.047 INFO kablam! --> src/mac.rs:26:9 Oct 15 21:54:01.047 INFO kablam! | Oct 15 21:54:01.047 INFO kablam! 26 | / aes.encrypt( Oct 15 21:54:01.047 INFO kablam! 27 | | &mut RefReadBuffer::new(self.digest().as_ref()), Oct 15 21:54:01.047 INFO kablam! 28 | | &mut RefWriteBuffer::new(encrypted.as_mut()), true); Oct 15 21:54:01.047 INFO kablam! | |________________________________________________________________^ Oct 15 21:54:01.047 INFO kablam! | Oct 15 21:54:01.047 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:54:01.047 INFO kablam! Oct 15 21:54:01.047 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 21:54:01.047 INFO kablam! --> src/mac.rs:40:9 Oct 15 21:54:01.047 INFO kablam! | Oct 15 21:54:01.047 INFO kablam! 40 | / aes.encrypt( Oct 15 21:54:01.047 INFO kablam! 41 | | &mut RefReadBuffer::new(self.digest().as_ref()), Oct 15 21:54:01.047 INFO kablam! 42 | | &mut RefWriteBuffer::new(encrypted.as_mut()), true); Oct 15 21:54:01.047 INFO kablam! | |________________________________________________________________^ Oct 15 21:54:01.047 INFO kablam! | Oct 15 21:54:01.047 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 21:54:01.047 INFO kablam! Oct 15 21:54:04.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.24s Oct 15 21:54:04.107 INFO kablam! su: No module specific data is present Oct 15 21:54:04.682 INFO running `"docker" "rm" "-f" "b8e9f6bacf2f745e58a812b7cb8f730e0470491ae965d973596584aa2906348f"` Oct 15 21:54:04.797 INFO blam! b8e9f6bacf2f745e58a812b7cb8f730e0470491ae965d973596584aa2906348f Oct 15 21:54:04.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --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 15 21:54:04.952 INFO blam! fd6677e2980117ca03a4c191400e9e4c867cb78b4aa1bea89eb08409f5826e9d Oct 15 21:54:04.956 INFO running `"docker" "start" "-a" "fd6677e2980117ca03a4c191400e9e4c867cb78b4aa1bea89eb08409f5826e9d"` Oct 15 21:54:05.565 INFO kablam! usermod: no changes Oct 15 21:54:05.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 21:54:05.747 INFO kablam! Running /target/debug/deps/rlpx-d2a6cbdb24121b2a Oct 15 21:54:05.749 INFO blam! Oct 15 21:54:05.749 INFO blam! running 3 tests Oct 15 21:54:05.752 INFO blam! test util::tests::pk2id2pk ... ok Oct 15 21:54:05.752 INFO blam! test tests::it_works ... ok Oct 15 21:54:05.840 INFO blam! test ecies::algorithm::tests::communicate ... ok Oct 15 21:54:05.840 INFO blam! Oct 15 21:54:05.840 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:54:05.840 INFO blam! Oct 15 21:54:05.843 INFO kablam! Doc-tests rlpx Oct 15 21:54:12.467 INFO blam! Oct 15 21:54:12.467 INFO blam! running 0 tests Oct 15 21:54:12.467 INFO blam! Oct 15 21:54:12.467 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:54:12.467 INFO blam! Oct 15 21:54:12.474 INFO kablam! su: No module specific data is present Oct 15 21:54:13.475 INFO running `"docker" "rm" "-f" "fd6677e2980117ca03a4c191400e9e4c867cb78b4aa1bea89eb08409f5826e9d"` Oct 15 21:54:13.887 INFO blam! fd6677e2980117ca03a4c191400e9e4c867cb78b4aa1bea89eb08409f5826e9d