Oct 12 01:38:58.133 INFO testing devp2p-0.4.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 01:38:58.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 01:38:58.572 INFO blam! a45fe06bff4135bef5d55589f777c32cd7d71258cc6048f9e34bf608382f4fe6 Oct 12 01:38:58.573 INFO running `"docker" "start" "-a" "a45fe06bff4135bef5d55589f777c32cd7d71258cc6048f9e34bf608382f4fe6"` Oct 12 01:38:59.541 INFO kablam! usermod: no changes Oct 12 01:38:59.781 INFO kablam! Compiling ethereum-hexutil v0.2.3 Oct 12 01:38:59.784 INFO kablam! Compiling elastic-array-plus v0.9.1 Oct 12 01:38:59.795 INFO kablam! Compiling blockchain v0.2.0 Oct 12 01:38:59.804 INFO kablam! Compiling tokio-timer-plus v0.1.3 Oct 12 01:38:59.816 INFO kablam! Compiling generic-array v0.8.3 Oct 12 01:39:02.088 INFO kablam! Compiling digest v0.6.2 Oct 12 01:39:02.088 INFO kablam! Compiling crypto-mac v0.4.0 Oct 12 01:39:02.088 INFO kablam! Compiling block-buffer v0.2.0 Oct 12 01:39:02.192 INFO kablam! Compiling ethereum-rlp v0.2.3 Oct 12 01:39:02.700 INFO kablam! Compiling hmac v0.4.2 Oct 12 01:39:03.140 INFO kablam! Compiling sha2 v0.6.0 Oct 12 01:39:03.140 INFO kablam! Compiling sha3 v0.6.0 Oct 12 01:39:03.206 INFO kablam! Compiling hmac-drbg v0.1.2 Oct 12 01:39:04.689 INFO kablam! Compiling ethereum-bigint v0.2.9 Oct 12 01:39:04.832 INFO kablam! Compiling libsecp256k1 v0.1.14 Oct 12 01:39:08.572 INFO kablam! Compiling ethereum-block-core v0.1.0 Oct 12 01:39:08.576 INFO kablam! Compiling ethereum-bloom v0.2.1 Oct 12 01:39:08.578 INFO kablam! Compiling ethereum-trie v0.3.8 Oct 12 01:39:20.616 INFO kablam! Compiling rlpx v0.4.1 Oct 12 01:39:20.616 INFO kablam! Compiling ethereum-block v0.3.5 Oct 12 01:39:20.616 INFO kablam! Compiling dpt v0.3.1 Oct 12 01:39:26.888 INFO kablam! Compiling devp2p v0.4.1 (/source) Oct 12 01:39:27.609 INFO kablam! warning: unused import: `future` Oct 12 01:39:27.609 INFO kablam! --> src/raw.rs:9:61 Oct 12 01:39:27.609 INFO kablam! | Oct 12 01:39:27.609 INFO kablam! 9 | use futures::{StartSend, Async, Poll, Stream, Sink, Future, future}; Oct 12 01:39:27.610 INFO kablam! | ^^^^^^ Oct 12 01:39:27.610 INFO kablam! | Oct 12 01:39:27.610 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:39:27.610 INFO kablam! Oct 12 01:39:27.611 INFO kablam! warning: unused import: `Decodable` Oct 12 01:39:27.611 INFO kablam! --> src/eth/proto.rs:1:22 Oct 12 01:39:27.611 INFO kablam! | Oct 12 01:39:27.611 INFO kablam! 1 | use rlp::{Encodable, Decodable, RlpStream, DecoderError, UntrustedRlp}; Oct 12 01:39:27.612 INFO kablam! | ^^^^^^^^^ Oct 12 01:39:27.612 INFO kablam! Oct 12 01:39:27.612 INFO kablam! warning: unused imports: `Address`, `B256`, `Gas` Oct 12 01:39:27.612 INFO kablam! --> src/eth/proto.rs:2:14 Oct 12 01:39:27.613 INFO kablam! | Oct 12 01:39:27.613 INFO kablam! 2 | use bigint::{Address, Gas, H256, U256, B256}; Oct 12 01:39:27.613 INFO kablam! | ^^^^^^^ ^^^ ^^^^ Oct 12 01:39:27.613 INFO kablam! Oct 12 01:39:27.614 INFO kablam! warning: unused import: `future` Oct 12 01:39:27.614 INFO kablam! --> src/eth/mod.rs:3:72 Oct 12 01:39:27.614 INFO kablam! | Oct 12 01:39:27.614 INFO kablam! 3 | use futures::{StartSend, Async, Poll, Stream, Sink, AsyncSink, Future, future}; Oct 12 01:39:27.614 INFO kablam! | ^^^^^^ Oct 12 01:39:27.615 INFO kablam! Oct 12 01:39:27.615 INFO kablam! warning: unused import: `std::time::Duration` Oct 12 01:39:27.615 INFO kablam! --> src/eth/mod.rs:11:5 Oct 12 01:39:27.615 INFO kablam! | Oct 12 01:39:27.616 INFO kablam! 11 | use std::time::Duration; Oct 12 01:39:27.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 01:39:27.616 INFO kablam! Oct 12 01:39:27.720 INFO kablam! warning: unreachable expression Oct 12 01:39:27.721 INFO kablam! --> src/raw.rs:125:9 Oct 12 01:39:27.721 INFO kablam! | Oct 12 01:39:27.721 INFO kablam! 125 | Ok(Async::Ready(())) Oct 12 01:39:27.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:39:27.722 INFO kablam! | Oct 12 01:39:27.722 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 01:39:27.722 INFO kablam! Oct 12 01:39:27.723 INFO kablam! warning: unreachable expression Oct 12 01:39:27.723 INFO kablam! --> src/raw.rs:145:9 Oct 12 01:39:27.723 INFO kablam! | Oct 12 01:39:27.723 INFO kablam! 145 | Ok(Async::Ready(())) Oct 12 01:39:27.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:39:27.724 INFO kablam! Oct 12 01:39:27.847 INFO kablam! warning: unused import: `Future` Oct 12 01:39:27.847 INFO kablam! --> src/eth/mod.rs:3:64 Oct 12 01:39:27.847 INFO kablam! | Oct 12 01:39:27.847 INFO kablam! 3 | use futures::{StartSend, Async, Poll, Stream, Sink, AsyncSink, Future, future}; Oct 12 01:39:27.847 INFO kablam! | ^^^^^^ Oct 12 01:39:27.848 INFO kablam! Oct 12 01:39:27.872 INFO kablam! warning: unused variable: `v` Oct 12 01:39:27.873 INFO kablam! --> src/eth/mod.rs:174:36 Oct 12 01:39:27.873 INFO kablam! | Oct 12 01:39:27.873 INFO kablam! 174 | Ok(AsyncSink::NotReady(v)) => Ok(AsyncSink::NotReady(val)), Oct 12 01:39:27.874 INFO kablam! | ^ help: consider using `_v` instead Oct 12 01:39:27.874 INFO kablam! | Oct 12 01:39:27.874 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:39:27.874 INFO kablam! Oct 12 01:39:27.876 INFO kablam! warning: variable does not need to be mutable Oct 12 01:39:27.877 INFO kablam! --> src/raw.rs:46:13 Oct 12 01:39:27.877 INFO kablam! | Oct 12 01:39:27.877 INFO kablam! 46 | let mut rlpx = RLPxStream::new(handle, secret_key.clone(), Oct 12 01:39:27.878 INFO kablam! | ----^^^^ Oct 12 01:39:27.878 INFO kablam! | | Oct 12 01:39:27.878 INFO kablam! | help: remove this `mut` Oct 12 01:39:27.878 INFO kablam! | Oct 12 01:39:27.879 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 01:39:27.879 INFO kablam! Oct 12 01:39:27.936 INFO kablam! warning: field is never used: `network_id` Oct 12 01:39:27.937 INFO kablam! --> src/eth/mod.rs:48:5 Oct 12 01:39:27.937 INFO kablam! | Oct 12 01:39:27.937 INFO kablam! 48 | network_id: usize, Oct 12 01:39:27.937 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 01:39:27.938 INFO kablam! | Oct 12 01:39:27.938 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 01:39:27.938 INFO kablam! Oct 12 01:39:28.664 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.08s Oct 12 01:39:28.670 INFO kablam! su: No module specific data is present Oct 12 01:39:29.767 INFO running `"docker" "rm" "-f" "a45fe06bff4135bef5d55589f777c32cd7d71258cc6048f9e34bf608382f4fe6"` Oct 12 01:39:30.028 INFO blam! a45fe06bff4135bef5d55589f777c32cd7d71258cc6048f9e34bf608382f4fe6 Oct 12 01:39:30.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 01:39:30.392 INFO blam! 22f845623b8acee7057625e4d9cfaf423091d1cf312481f229a868d6d800117e Oct 12 01:39:30.395 INFO running `"docker" "start" "-a" "22f845623b8acee7057625e4d9cfaf423091d1cf312481f229a868d6d800117e"` Oct 12 01:39:31.373 INFO kablam! usermod: no changes Oct 12 01:39:31.587 INFO kablam! Compiling devp2p v0.4.1 (/source) Oct 12 01:39:32.392 INFO kablam! warning: unused import: `future` Oct 12 01:39:32.392 INFO kablam! --> src/raw.rs:9:61 Oct 12 01:39:32.392 INFO kablam! | Oct 12 01:39:32.392 INFO kablam! 9 | use futures::{StartSend, Async, Poll, Stream, Sink, Future, future}; Oct 12 01:39:32.392 INFO kablam! | ^^^^^^ Oct 12 01:39:32.392 INFO kablam! | Oct 12 01:39:32.392 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:39:32.392 INFO kablam! Oct 12 01:39:32.392 INFO kablam! warning: unused import: `Decodable` Oct 12 01:39:32.392 INFO kablam! --> src/eth/proto.rs:1:22 Oct 12 01:39:32.392 INFO kablam! | Oct 12 01:39:32.392 INFO kablam! 1 | use rlp::{Encodable, Decodable, RlpStream, DecoderError, UntrustedRlp}; Oct 12 01:39:32.392 INFO kablam! | ^^^^^^^^^ Oct 12 01:39:32.392 INFO kablam! Oct 12 01:39:32.392 INFO kablam! warning: unused imports: `Address`, `B256`, `Gas` Oct 12 01:39:32.392 INFO kablam! --> src/eth/proto.rs:2:14 Oct 12 01:39:32.393 INFO kablam! | Oct 12 01:39:32.393 INFO kablam! 2 | use bigint::{Address, Gas, H256, U256, B256}; Oct 12 01:39:32.393 INFO kablam! | ^^^^^^^ ^^^ ^^^^ Oct 12 01:39:32.393 INFO kablam! Oct 12 01:39:32.393 INFO kablam! warning: unused imports: `DecoderError`, `Encodable`, `RlpStream` Oct 12 01:39:32.393 INFO kablam! --> src/eth/proto.rs:196:21 Oct 12 01:39:32.393 INFO kablam! | Oct 12 01:39:32.393 INFO kablam! 196 | use rlp::{self, Encodable, Decodable, RlpStream, DecoderError, UntrustedRlp}; Oct 12 01:39:32.393 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ Oct 12 01:39:32.393 INFO kablam! Oct 12 01:39:32.393 INFO kablam! warning: unused import: `future` Oct 12 01:39:32.393 INFO kablam! --> src/eth/mod.rs:3:72 Oct 12 01:39:32.393 INFO kablam! | Oct 12 01:39:32.393 INFO kablam! 3 | use futures::{StartSend, Async, Poll, Stream, Sink, AsyncSink, Future, future}; Oct 12 01:39:32.393 INFO kablam! | ^^^^^^ Oct 12 01:39:32.393 INFO kablam! Oct 12 01:39:32.393 INFO kablam! warning: unused import: `std::time::Duration` Oct 12 01:39:32.393 INFO kablam! --> src/eth/mod.rs:11:5 Oct 12 01:39:32.393 INFO kablam! | Oct 12 01:39:32.393 INFO kablam! 11 | use std::time::Duration; Oct 12 01:39:32.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 01:39:32.393 INFO kablam! Oct 12 01:39:32.520 INFO kablam! warning: unreachable expression Oct 12 01:39:32.520 INFO kablam! --> src/raw.rs:125:9 Oct 12 01:39:32.520 INFO kablam! | Oct 12 01:39:32.520 INFO kablam! 125 | Ok(Async::Ready(())) Oct 12 01:39:32.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:39:32.520 INFO kablam! | Oct 12 01:39:32.520 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 01:39:32.520 INFO kablam! Oct 12 01:39:32.520 INFO kablam! warning: unreachable expression Oct 12 01:39:32.520 INFO kablam! --> src/raw.rs:145:9 Oct 12 01:39:32.520 INFO kablam! | Oct 12 01:39:32.520 INFO kablam! 145 | Ok(Async::Ready(())) Oct 12 01:39:32.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:39:32.520 INFO kablam! Oct 12 01:39:32.619 INFO kablam! warning: unused import: `Decodable` Oct 12 01:39:32.619 INFO kablam! --> src/eth/proto.rs:196:32 Oct 12 01:39:32.619 INFO kablam! | Oct 12 01:39:32.619 INFO kablam! 196 | use rlp::{self, Encodable, Decodable, RlpStream, DecoderError, UntrustedRlp}; Oct 12 01:39:32.619 INFO kablam! | ^^^^^^^^^ Oct 12 01:39:32.619 INFO kablam! Oct 12 01:39:32.619 INFO kablam! warning: unused import: `Future` Oct 12 01:39:32.620 INFO kablam! --> src/eth/mod.rs:3:64 Oct 12 01:39:32.620 INFO kablam! | Oct 12 01:39:32.620 INFO kablam! 3 | use futures::{StartSend, Async, Poll, Stream, Sink, AsyncSink, Future, future}; Oct 12 01:39:32.620 INFO kablam! | ^^^^^^ Oct 12 01:39:32.620 INFO kablam! Oct 12 01:39:32.640 INFO kablam! warning: unused variable: `v` Oct 12 01:39:32.640 INFO kablam! --> src/eth/mod.rs:174:36 Oct 12 01:39:32.640 INFO kablam! | Oct 12 01:39:32.640 INFO kablam! 174 | Ok(AsyncSink::NotReady(v)) => Ok(AsyncSink::NotReady(val)), Oct 12 01:39:32.640 INFO kablam! | ^ help: consider using `_v` instead Oct 12 01:39:32.640 INFO kablam! | Oct 12 01:39:32.640 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:39:32.640 INFO kablam! Oct 12 01:39:32.644 INFO kablam! warning: variable does not need to be mutable Oct 12 01:39:32.644 INFO kablam! --> src/raw.rs:46:13 Oct 12 01:39:32.644 INFO kablam! | Oct 12 01:39:32.644 INFO kablam! 46 | let mut rlpx = RLPxStream::new(handle, secret_key.clone(), Oct 12 01:39:32.644 INFO kablam! | ----^^^^ Oct 12 01:39:32.644 INFO kablam! | | Oct 12 01:39:32.644 INFO kablam! | help: remove this `mut` Oct 12 01:39:32.644 INFO kablam! | Oct 12 01:39:32.644 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 01:39:32.644 INFO kablam! Oct 12 01:39:32.708 INFO kablam! warning: field is never used: `network_id` Oct 12 01:39:32.708 INFO kablam! --> src/eth/mod.rs:48:5 Oct 12 01:39:32.708 INFO kablam! | Oct 12 01:39:32.708 INFO kablam! 48 | network_id: usize, Oct 12 01:39:32.708 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 01:39:32.708 INFO kablam! | Oct 12 01:39:32.708 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 01:39:32.708 INFO kablam! Oct 12 01:39:32.912 INFO kablam! warning: unused `#[macro_use]` import Oct 12 01:39:32.912 INFO kablam! --> examples/eth_connect.rs:9:1 Oct 12 01:39:32.912 INFO kablam! | Oct 12 01:39:32.912 INFO kablam! 9 | #[macro_use] Oct 12 01:39:32.912 INFO kablam! | ^^^^^^^^^^^^ Oct 12 01:39:32.912 INFO kablam! | Oct 12 01:39:32.912 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:39:32.912 INFO kablam! Oct 12 01:39:32.912 INFO kablam! warning: unused `#[macro_use]` import Oct 12 01:39:32.912 INFO kablam! --> examples/eth_connect.rs:11:1 Oct 12 01:39:32.912 INFO kablam! | Oct 12 01:39:32.912 INFO kablam! 11 | #[macro_use] Oct 12 01:39:32.912 INFO kablam! | ^^^^^^^^^^^^ Oct 12 01:39:32.912 INFO kablam! Oct 12 01:39:32.913 INFO kablam! warning: unused import: `PublicKey` Oct 12 01:39:32.913 INFO kablam! --> examples/eth_connect.rs:20:17 Oct 12 01:39:32.913 INFO kablam! | Oct 12 01:39:32.913 INFO kablam! 20 | use secp256k1::{PublicKey, SecretKey}; Oct 12 01:39:32.913 INFO kablam! | ^^^^^^^^^ Oct 12 01:39:32.913 INFO kablam! Oct 12 01:39:32.913 INFO kablam! warning: unused import: `H512` Oct 12 01:39:32.913 INFO kablam! --> examples/eth_connect.rs:29:26 Oct 12 01:39:32.913 INFO kablam! | Oct 12 01:39:32.913 INFO kablam! 29 | use bigint::{H256, U256, H512}; Oct 12 01:39:32.913 INFO kablam! | ^^^^ Oct 12 01:39:32.913 INFO kablam! Oct 12 01:39:32.913 INFO kablam! warning: unused import: `Header` Oct 12 01:39:32.913 INFO kablam! --> examples/eth_connect.rs:32:13 Oct 12 01:39:32.913 INFO kablam! | Oct 12 01:39:32.913 INFO kablam! 32 | use block::{Header, Block}; Oct 12 01:39:32.913 INFO kablam! | ^^^^^^ Oct 12 01:39:32.913 INFO kablam! Oct 12 01:39:33.217 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 12 01:39:33.217 INFO kablam! --> examples/eth_connect.rs:113:59 Oct 12 01:39:33.217 INFO kablam! | Oct 12 01:39:33.218 INFO kablam! 113 | let mut timeout = Timeout::new(dur, &handle).unwrap().boxed(); Oct 12 01:39:33.218 INFO kablam! | ^^^^^ Oct 12 01:39:33.218 INFO kablam! | Oct 12 01:39:33.219 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:39:33.219 INFO kablam! Oct 12 01:39:33.241 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 12 01:39:33.241 INFO kablam! --> examples/eth_connect.rs:128:29 Oct 12 01:39:33.241 INFO kablam! | Oct 12 01:39:33.242 INFO kablam! 128 | timeout = t.boxed(); Oct 12 01:39:33.242 INFO kablam! | ^^^^^ Oct 12 01:39:33.242 INFO kablam! Oct 12 01:39:33.242 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 12 01:39:33.242 INFO kablam! --> examples/eth_connect.rs:145:63 Oct 12 01:39:33.243 INFO kablam! | Oct 12 01:39:33.243 INFO kablam! 145 | timeout = Timeout::new(dur, &handle).unwrap().boxed(); Oct 12 01:39:33.243 INFO kablam! | ^^^^^ Oct 12 01:39:33.243 INFO kablam! Oct 12 01:39:33.292 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 12 01:39:33.292 INFO kablam! --> examples/eth_connect.rs:226:71 Oct 12 01:39:33.292 INFO kablam! | Oct 12 01:39:33.292 INFO kablam! 226 | timeout = Timeout::new(dur, &handle).unwrap().boxed(); Oct 12 01:39:33.292 INFO kablam! | ^^^^^ Oct 12 01:39:33.292 INFO kablam! Oct 12 01:39:33.349 INFO kablam! warning: variable `best_number` is assigned to, but never used Oct 12 01:39:33.349 INFO kablam! --> examples/eth_connect.rs:103:13 Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! 103 | let mut best_number: U256 = U256::zero(); Oct 12 01:39:33.349 INFO kablam! | ^^^^^^^^^^^ Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:39:33.349 INFO kablam! = note: consider using `_best_number` instead Oct 12 01:39:33.349 INFO kablam! Oct 12 01:39:33.349 INFO kablam! warning: unused variable: `when` Oct 12 01:39:33.349 INFO kablam! --> examples/eth_connect.rs:109:13 Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! 109 | let mut when = Instant::now() + dur; Oct 12 01:39:33.349 INFO kablam! | ^^^^ help: consider using `_when` instead Oct 12 01:39:33.349 INFO kablam! Oct 12 01:39:33.349 INFO kablam! warning: unused variable: `version` Oct 12 01:39:33.349 INFO kablam! --> examples/eth_connect.rs:158:29 Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! 158 | node, data, version Oct 12 01:39:33.349 INFO kablam! | ^^^^^^^ help: try ignoring the field: `version: _` Oct 12 01:39:33.349 INFO kablam! Oct 12 01:39:33.349 INFO kablam! warning: unused variable: `max_headers` Oct 12 01:39:33.349 INFO kablam! --> examples/eth_connect.rs:168:33 Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! 168 | number, max_headers, skip, reverse Oct 12 01:39:33.349 INFO kablam! | ^^^^^^^^^^^ help: try ignoring the field: `max_headers: _` Oct 12 01:39:33.349 INFO kablam! Oct 12 01:39:33.349 INFO kablam! warning: unused variable: `skip` Oct 12 01:39:33.349 INFO kablam! --> examples/eth_connect.rs:168:46 Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! 168 | number, max_headers, skip, reverse Oct 12 01:39:33.349 INFO kablam! | ^^^^ help: try ignoring the field: `skip: _` Oct 12 01:39:33.349 INFO kablam! Oct 12 01:39:33.349 INFO kablam! warning: unused variable: `reverse` Oct 12 01:39:33.349 INFO kablam! --> examples/eth_connect.rs:168:52 Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! 168 | number, max_headers, skip, reverse Oct 12 01:39:33.349 INFO kablam! | ^^^^^^^ help: try ignoring the field: `reverse: _` Oct 12 01:39:33.349 INFO kablam! Oct 12 01:39:33.349 INFO kablam! warning: unused variable: `max_headers` Oct 12 01:39:33.349 INFO kablam! --> examples/eth_connect.rs:188:31 Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! 188 | hash, max_headers, skip, reverse Oct 12 01:39:33.349 INFO kablam! | ^^^^^^^^^^^ help: try ignoring the field: `max_headers: _` Oct 12 01:39:33.349 INFO kablam! Oct 12 01:39:33.349 INFO kablam! warning: unused variable: `skip` Oct 12 01:39:33.349 INFO kablam! --> examples/eth_connect.rs:188:44 Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! 188 | hash, max_headers, skip, reverse Oct 12 01:39:33.349 INFO kablam! | ^^^^ help: try ignoring the field: `skip: _` Oct 12 01:39:33.349 INFO kablam! Oct 12 01:39:33.349 INFO kablam! warning: unused variable: `reverse` Oct 12 01:39:33.349 INFO kablam! --> examples/eth_connect.rs:188:50 Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! 188 | hash, max_headers, skip, reverse Oct 12 01:39:33.349 INFO kablam! | ^^^^^^^ help: try ignoring the field: `reverse: _` Oct 12 01:39:33.349 INFO kablam! Oct 12 01:39:33.349 INFO kablam! warning: value assigned to `best_number` is never read Oct 12 01:39:33.349 INFO kablam! --> examples/eth_connect.rs:211:37 Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! 211 | best_number = header.number; Oct 12 01:39:33.349 INFO kablam! | ^^^^^^^^^^^ Oct 12 01:39:33.349 INFO kablam! | Oct 12 01:39:33.349 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 01:39:33.349 INFO kablam! Oct 12 01:39:33.384 INFO kablam! warning: variable does not need to be mutable Oct 12 01:39:33.384 INFO kablam! --> examples/eth_connect.rs:86:9 Oct 12 01:39:33.384 INFO kablam! | Oct 12 01:39:33.384 INFO kablam! 86 | let mut client = ETHStream::new( Oct 12 01:39:33.384 INFO kablam! | ----^^^^^^ Oct 12 01:39:33.384 INFO kablam! | | Oct 12 01:39:33.384 INFO kablam! | help: remove this `mut` Oct 12 01:39:33.384 INFO kablam! | Oct 12 01:39:33.384 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 01:39:33.384 INFO kablam! Oct 12 01:39:33.384 INFO kablam! warning: variable does not need to be mutable Oct 12 01:39:33.384 INFO kablam! --> examples/eth_connect.rs:105:9 Oct 12 01:39:33.384 INFO kablam! | Oct 12 01:39:33.384 INFO kablam! 105 | let mut got_bodies_for_current = true; Oct 12 01:39:33.384 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:39:33.384 INFO kablam! | | Oct 12 01:39:33.384 INFO kablam! | help: remove this `mut` Oct 12 01:39:33.384 INFO kablam! Oct 12 01:39:33.384 INFO kablam! warning: variable does not need to be mutable Oct 12 01:39:33.384 INFO kablam! --> examples/eth_connect.rs:109:9 Oct 12 01:39:33.384 INFO kablam! | Oct 12 01:39:33.384 INFO kablam! 109 | let mut when = Instant::now() + dur; Oct 12 01:39:33.384 INFO kablam! | ----^^^^ Oct 12 01:39:33.384 INFO kablam! | | Oct 12 01:39:33.384 INFO kablam! | help: remove this `mut` Oct 12 01:39:33.384 INFO kablam! Oct 12 01:39:33.384 INFO kablam! warning: variable does not need to be mutable Oct 12 01:39:33.384 INFO kablam! --> examples/eth_connect.rs:111:29 Oct 12 01:39:33.384 INFO kablam! | Oct 12 01:39:33.384 INFO kablam! 111 | let (mut client_sender, mut client_receiver) = client.split(); Oct 12 01:39:33.384 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 12 01:39:33.384 INFO kablam! | | Oct 12 01:39:33.384 INFO kablam! | help: remove this `mut` Oct 12 01:39:33.384 INFO kablam! Oct 12 01:39:33.384 INFO kablam! warning: constant item is never used: `NETWORK_ID` Oct 12 01:39:33.384 INFO kablam! --> examples/eth_connect.rs:37:1 Oct 12 01:39:33.384 INFO kablam! | Oct 12 01:39:33.384 INFO kablam! 37 | const NETWORK_ID: usize = 1; Oct 12 01:39:33.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:39:33.384 INFO kablam! | Oct 12 01:39:33.384 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 01:39:33.385 INFO kablam! Oct 12 01:39:33.392 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:39:33.392 INFO kablam! --> examples/eth_connect.rs:78:5 Oct 12 01:39:33.392 INFO kablam! | Oct 12 01:39:33.392 INFO kablam! 78 | env_logger::init(); Oct 12 01:39:33.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 01:39:33.392 INFO kablam! | Oct 12 01:39:33.392 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 01:39:33.392 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:39:33.392 INFO kablam! Oct 12 01:39:38.429 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.04s Oct 12 01:39:38.440 INFO kablam! su: No module specific data is present Oct 12 01:39:38.926 INFO running `"docker" "rm" "-f" "22f845623b8acee7057625e4d9cfaf423091d1cf312481f229a868d6d800117e"` Oct 12 01:39:39.160 INFO blam! 22f845623b8acee7057625e4d9cfaf423091d1cf312481f229a868d6d800117e Oct 12 01:39:39.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 12 01:39:39.627 INFO blam! 52cf6a8ef7eb259851ac50cd77696aecf59753006675ef46c1ed5cd889c8dee2 Oct 12 01:39:39.632 INFO running `"docker" "start" "-a" "52cf6a8ef7eb259851ac50cd77696aecf59753006675ef46c1ed5cd889c8dee2"` Oct 12 01:39:40.884 INFO kablam! usermod: no changes Oct 12 01:39:41.134 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 12 01:39:41.160 INFO kablam! Running /target/debug/deps/devp2p-f31289b72f3136ce Oct 12 01:39:41.168 INFO blam! Oct 12 01:39:41.168 INFO blam! running 4 tests Oct 12 01:39:41.168 INFO blam! test eth::proto::tests::test_get_block_headers_message ... ok Oct 12 01:39:41.168 INFO blam! test eth::proto::tests::test_get_block_headers_hash_message ... ok Oct 12 01:39:41.168 INFO blam! test eth::proto::tests::test_block_headers_message ... ok Oct 12 01:39:41.173 INFO blam! test eth::proto::tests::test_new_block_hashes_message ... ok Oct 12 01:39:41.173 INFO blam! Oct 12 01:39:41.173 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:39:41.173 INFO blam! Oct 12 01:39:41.180 INFO kablam! Doc-tests devp2p Oct 12 01:39:42.376 INFO blam! Oct 12 01:39:42.376 INFO blam! running 0 tests Oct 12 01:39:42.376 INFO blam! Oct 12 01:39:42.376 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:39:42.376 INFO blam! Oct 12 01:39:42.388 INFO kablam! su: No module specific data is present Oct 12 01:39:42.734 INFO running `"docker" "rm" "-f" "52cf6a8ef7eb259851ac50cd77696aecf59753006675ef46c1ed5cd889c8dee2"` Oct 12 01:39:42.904 INFO blam! 52cf6a8ef7eb259851ac50cd77696aecf59753006675ef46c1ed5cd889c8dee2