Oct 12 17:18:11.850 INFO testing zgotsch/rs-blockchain against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 17:18:11.850 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 17:18:12.019 INFO blam! 0ecbb4a82359828e604c1d39636f896daff1fab96180811508f216bff499f113 Oct 12 17:18:12.023 INFO running `"docker" "start" "-a" "0ecbb4a82359828e604c1d39636f896daff1fab96180811508f216bff499f113"` Oct 12 17:18:12.740 INFO kablam! usermod: no changes Oct 12 17:18:12.859 INFO kablam! Compiling unicode-xid v0.0.4 Oct 12 17:18:12.859 INFO kablam! Compiling gcc v0.3.50 Oct 12 17:18:12.859 INFO kablam! Compiling quote v0.3.15 Oct 12 17:18:12.859 INFO kablam! Compiling rustc-serialize v0.3.24 Oct 12 17:18:12.859 INFO kablam! Compiling serde v1.0.8 Oct 12 17:18:12.899 INFO kablam! Compiling time v0.1.37 Oct 12 17:18:12.899 INFO kablam! Compiling base64 v0.5.2 Oct 12 17:18:13.688 INFO kablam! Compiling synom v0.11.3 Oct 12 17:18:14.675 INFO kablam! Compiling syn v0.11.11 Oct 12 17:18:16.943 INFO kablam! Compiling rust-crypto v0.2.36 Oct 12 17:18:20.739 INFO kablam! Compiling serde_derive_internals v0.15.1 Oct 12 17:18:24.624 INFO kablam! Compiling serde_derive v1.0.8 Oct 12 17:18:30.459 INFO kablam! Compiling bincode v0.8.0 Oct 12 17:18:33.741 INFO kablam! Compiling naivechain-rs v0.1.0 (/source) Oct 12 17:18:34.204 INFO kablam! warning: variable does not need to be mutable Oct 12 17:18:34.204 INFO kablam! --> src/block.rs:120:9 Oct 12 17:18:34.204 INFO kablam! | Oct 12 17:18:34.204 INFO kablam! 120 | let mut buf = &mut [0; 8]; Oct 12 17:18:34.204 INFO kablam! | ----^^^ Oct 12 17:18:34.204 INFO kablam! | | Oct 12 17:18:34.204 INFO kablam! | help: remove this `mut` Oct 12 17:18:34.204 INFO kablam! | Oct 12 17:18:34.204 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:18:34.204 INFO kablam! Oct 12 17:18:34.210 INFO kablam! warning: field is never used: `next_message_size` Oct 12 17:18:34.211 INFO kablam! --> src/connection.rs:11:5 Oct 12 17:18:34.211 INFO kablam! | Oct 12 17:18:34.211 INFO kablam! 11 | next_message_size: Option, Oct 12 17:18:34.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.211 INFO kablam! | Oct 12 17:18:34.211 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:18:34.211 INFO kablam! Oct 12 17:18:34.511 INFO kablam! warning: unused `#[macro_use]` import Oct 12 17:18:34.511 INFO kablam! --> src/bin/main.rs:3:1 Oct 12 17:18:34.511 INFO kablam! | Oct 12 17:18:34.511 INFO kablam! 3 | #[macro_use] Oct 12 17:18:34.511 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:18:34.511 INFO kablam! | Oct 12 17:18:34.511 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:18:34.511 INFO kablam! Oct 12 17:18:34.511 INFO kablam! warning: unused import: `std::error::Error` Oct 12 17:18:34.511 INFO kablam! --> src/bin/main.rs:13:5 Oct 12 17:18:34.511 INFO kablam! | Oct 12 17:18:34.511 INFO kablam! 13 | use std::error::Error; Oct 12 17:18:34.511 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.511 INFO kablam! Oct 12 17:18:34.511 INFO kablam! warning: unused import: `std::fs::File` Oct 12 17:18:34.511 INFO kablam! --> src/bin/main.rs:14:5 Oct 12 17:18:34.511 INFO kablam! | Oct 12 17:18:34.511 INFO kablam! 14 | use std::fs::File; Oct 12 17:18:34.511 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:18:34.511 INFO kablam! Oct 12 17:18:34.511 INFO kablam! warning: unused import: `std::path::Path` Oct 12 17:18:34.511 INFO kablam! --> src/bin/main.rs:15:5 Oct 12 17:18:34.511 INFO kablam! | Oct 12 17:18:34.511 INFO kablam! 15 | use std::path::Path; Oct 12 17:18:34.511 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 17:18:34.511 INFO kablam! Oct 12 17:18:34.511 INFO kablam! warning: unused import: `std::net::ToSocketAddrs` Oct 12 17:18:34.511 INFO kablam! --> src/bin/main.rs:18:5 Oct 12 17:18:34.511 INFO kablam! | Oct 12 17:18:34.511 INFO kablam! 18 | use std::net::ToSocketAddrs; Oct 12 17:18:34.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.511 INFO kablam! Oct 12 17:18:34.511 INFO kablam! warning: unused imports: `Infinite`, `serialize` Oct 12 17:18:34.511 INFO kablam! --> src/bin/main.rs:24:15 Oct 12 17:18:34.511 INFO kablam! | Oct 12 17:18:34.511 INFO kablam! 24 | use bincode::{serialize, deserialize, Infinite}; Oct 12 17:18:34.511 INFO kablam! | ^^^^^^^^^ ^^^^^^^^ Oct 12 17:18:34.511 INFO kablam! Oct 12 17:18:34.519 INFO kablam! warning: unused import: `TcpStream` Oct 12 17:18:34.519 INFO kablam! --> src/bin/nameserver.rs:1:29 Oct 12 17:18:34.519 INFO kablam! | Oct 12 17:18:34.519 INFO kablam! 1 | use std::net::{TcpListener, TcpStream, SocketAddr}; Oct 12 17:18:34.519 INFO kablam! | ^^^^^^^^^ Oct 12 17:18:34.519 INFO kablam! | Oct 12 17:18:34.519 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:18:34.519 INFO kablam! Oct 12 17:18:34.519 INFO kablam! warning: unused import: `std::net::ToSocketAddrs` Oct 12 17:18:34.519 INFO kablam! --> src/bin/nameserver.rs:7:5 Oct 12 17:18:34.519 INFO kablam! | Oct 12 17:18:34.519 INFO kablam! 7 | use std::net::ToSocketAddrs; Oct 12 17:18:34.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.519 INFO kablam! Oct 12 17:18:34.519 INFO kablam! warning: unused import: `ClientMessage` Oct 12 17:18:34.519 INFO kablam! --> src/bin/nameserver.rs:12:30 Oct 12 17:18:34.519 INFO kablam! | Oct 12 17:18:34.519 INFO kablam! 12 | use naivechain_rs::message::{ClientMessage, ClientToNameserverMessage, NameserverToClientMessage}; Oct 12 17:18:34.519 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:18:34.519 INFO kablam! Oct 12 17:18:34.604 INFO kablam! warning: unused import: `std::io::Read` Oct 12 17:18:34.604 INFO kablam! --> src/bin/nameserver.rs:3:5 Oct 12 17:18:34.604 INFO kablam! | Oct 12 17:18:34.604 INFO kablam! 3 | use std::io::Read; Oct 12 17:18:34.604 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:18:34.604 INFO kablam! Oct 12 17:18:34.644 INFO kablam! warning: unreachable pattern Oct 12 17:18:34.644 INFO kablam! --> src/bin/main.rs:315:21 Oct 12 17:18:34.644 INFO kablam! | Oct 12 17:18:34.644 INFO kablam! 315 | Ok(_) => {println!("Unhandled command");}, Oct 12 17:18:34.644 INFO kablam! | ^^^^^ Oct 12 17:18:34.644 INFO kablam! | Oct 12 17:18:34.644 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 17:18:34.644 INFO kablam! Oct 12 17:18:34.686 INFO kablam! warning: variable does not need to be mutable Oct 12 17:18:34.686 INFO kablam! --> src/bin/main.rs:188:9 Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! 188 | let mut nameserver_stream = TcpStream::connect(nameserver_str).expect("Couldn't connet to nameserver"); Oct 12 17:18:34.686 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.686 INFO kablam! | | Oct 12 17:18:34.686 INFO kablam! | help: remove this `mut` Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:18:34.686 INFO kablam! Oct 12 17:18:34.686 INFO kablam! warning: variable does not need to be mutable Oct 12 17:18:34.686 INFO kablam! --> src/bin/main.rs:206:9 Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! 206 | let mut peers: Arc>>>> = Arc::new(Mutex::new(Vec::new())); Oct 12 17:18:34.686 INFO kablam! | ----^^^^^ Oct 12 17:18:34.686 INFO kablam! | | Oct 12 17:18:34.686 INFO kablam! | help: remove this `mut` Oct 12 17:18:34.686 INFO kablam! Oct 12 17:18:34.686 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:34.686 INFO kablam! --> src/bin/main.rs:76:29 Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! 76 | connection.write_message(&ClientMessage::Chain(chain.clone())); Oct 12 17:18:34.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:18:34.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:34.686 INFO kablam! Oct 12 17:18:34.686 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:34.686 INFO kablam! --> src/bin/main.rs:95:33 Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! 95 | connection.write_message(&ClientMessage::QueryChain); Oct 12 17:18:34.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:34.686 INFO kablam! Oct 12 17:18:34.686 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:34.686 INFO kablam! --> src/bin/main.rs:212:5 Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! 212 | nameserver_connection.write_message(&ClientToNameserverMessage::Query); Oct 12 17:18:34.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:34.686 INFO kablam! Oct 12 17:18:34.686 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:34.686 INFO kablam! --> src/bin/main.rs:268:5 Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! 268 | nameserver_connection.write_message(&ClientToNameserverMessage::Inform(my_addr.port())); Oct 12 17:18:34.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:34.686 INFO kablam! Oct 12 17:18:34.686 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:34.686 INFO kablam! --> src/bin/main.rs:291:33 Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! 291 | peer.write_message(&ClientMessage::NewBlock(new_block.clone())); Oct 12 17:18:34.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:34.686 INFO kablam! Oct 12 17:18:34.686 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:34.686 INFO kablam! --> src/bin/main.rs:357:5 Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! 357 | repl_thread.join(); Oct 12 17:18:34.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:34.686 INFO kablam! Oct 12 17:18:34.686 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:34.686 INFO kablam! --> src/bin/main.rs:358:5 Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! 358 | listener_thread.join(); Oct 12 17:18:34.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:34.686 INFO kablam! | Oct 12 17:18:34.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:34.686 INFO kablam! Oct 12 17:18:36.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.26s Oct 12 17:18:36.032 INFO kablam! su: No module specific data is present Oct 12 17:18:36.268 INFO running `"docker" "rm" "-f" "0ecbb4a82359828e604c1d39636f896daff1fab96180811508f216bff499f113"` Oct 12 17:18:36.352 INFO blam! 0ecbb4a82359828e604c1d39636f896daff1fab96180811508f216bff499f113 Oct 12 17:18:36.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 17:18:36.499 INFO blam! 6f9b2d7d02667b7c2b0ce588fcb5510ba13dd02c040e8a4953c4220cddfdb617 Oct 12 17:18:36.501 INFO running `"docker" "start" "-a" "6f9b2d7d02667b7c2b0ce588fcb5510ba13dd02c040e8a4953c4220cddfdb617"` Oct 12 17:18:37.062 INFO kablam! usermod: no changes Oct 12 17:18:37.123 INFO kablam! Compiling naivechain-rs v0.1.0 (/source) Oct 12 17:18:37.220 INFO kablam! warning: unused `#[macro_use]` import Oct 12 17:18:37.220 INFO kablam! --> src/bin/main.rs:3:1 Oct 12 17:18:37.220 INFO kablam! | Oct 12 17:18:37.220 INFO kablam! 3 | #[macro_use] Oct 12 17:18:37.220 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:18:37.220 INFO kablam! | Oct 12 17:18:37.220 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:18:37.220 INFO kablam! Oct 12 17:18:37.220 INFO kablam! warning: unused import: `std::error::Error` Oct 12 17:18:37.220 INFO kablam! --> src/bin/main.rs:13:5 Oct 12 17:18:37.220 INFO kablam! | Oct 12 17:18:37.220 INFO kablam! 13 | use std::error::Error; Oct 12 17:18:37.220 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.220 INFO kablam! Oct 12 17:18:37.220 INFO kablam! warning: unused import: `std::fs::File` Oct 12 17:18:37.220 INFO kablam! --> src/bin/main.rs:14:5 Oct 12 17:18:37.220 INFO kablam! | Oct 12 17:18:37.220 INFO kablam! 14 | use std::fs::File; Oct 12 17:18:37.220 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:18:37.220 INFO kablam! Oct 12 17:18:37.220 INFO kablam! warning: unused import: `std::path::Path` Oct 12 17:18:37.220 INFO kablam! --> src/bin/main.rs:15:5 Oct 12 17:18:37.220 INFO kablam! | Oct 12 17:18:37.220 INFO kablam! 15 | use std::path::Path; Oct 12 17:18:37.220 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 17:18:37.220 INFO kablam! Oct 12 17:18:37.220 INFO kablam! warning: unused import: `std::net::ToSocketAddrs` Oct 12 17:18:37.220 INFO kablam! --> src/bin/main.rs:18:5 Oct 12 17:18:37.220 INFO kablam! | Oct 12 17:18:37.220 INFO kablam! 18 | use std::net::ToSocketAddrs; Oct 12 17:18:37.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.221 INFO kablam! Oct 12 17:18:37.221 INFO kablam! warning: unused imports: `Infinite`, `serialize` Oct 12 17:18:37.221 INFO kablam! --> src/bin/main.rs:24:15 Oct 12 17:18:37.221 INFO kablam! | Oct 12 17:18:37.221 INFO kablam! 24 | use bincode::{serialize, deserialize, Infinite}; Oct 12 17:18:37.221 INFO kablam! | ^^^^^^^^^ ^^^^^^^^ Oct 12 17:18:37.221 INFO kablam! Oct 12 17:18:37.228 INFO kablam! warning: unused import: `TcpStream` Oct 12 17:18:37.229 INFO kablam! --> src/bin/nameserver.rs:1:29 Oct 12 17:18:37.229 INFO kablam! | Oct 12 17:18:37.229 INFO kablam! 1 | use std::net::{TcpListener, TcpStream, SocketAddr}; Oct 12 17:18:37.229 INFO kablam! | ^^^^^^^^^ Oct 12 17:18:37.229 INFO kablam! | Oct 12 17:18:37.229 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:18:37.229 INFO kablam! Oct 12 17:18:37.230 INFO kablam! warning: unused import: `std::net::ToSocketAddrs` Oct 12 17:18:37.230 INFO kablam! --> src/bin/nameserver.rs:7:5 Oct 12 17:18:37.230 INFO kablam! | Oct 12 17:18:37.230 INFO kablam! 7 | use std::net::ToSocketAddrs; Oct 12 17:18:37.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.230 INFO kablam! Oct 12 17:18:37.231 INFO kablam! warning: unused import: `ClientMessage` Oct 12 17:18:37.231 INFO kablam! --> src/bin/nameserver.rs:12:30 Oct 12 17:18:37.231 INFO kablam! | Oct 12 17:18:37.231 INFO kablam! 12 | use naivechain_rs::message::{ClientMessage, ClientToNameserverMessage, NameserverToClientMessage}; Oct 12 17:18:37.231 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:18:37.231 INFO kablam! Oct 12 17:18:37.279 INFO kablam! warning: unused import: `std::io::Read` Oct 12 17:18:37.279 INFO kablam! --> src/bin/nameserver.rs:3:5 Oct 12 17:18:37.279 INFO kablam! | Oct 12 17:18:37.279 INFO kablam! 3 | use std::io::Read; Oct 12 17:18:37.279 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:18:37.279 INFO kablam! Oct 12 17:18:37.327 INFO kablam! warning: unreachable pattern Oct 12 17:18:37.327 INFO kablam! --> src/bin/main.rs:315:21 Oct 12 17:18:37.327 INFO kablam! | Oct 12 17:18:37.327 INFO kablam! 315 | Ok(_) => {println!("Unhandled command");}, Oct 12 17:18:37.327 INFO kablam! | ^^^^^ Oct 12 17:18:37.327 INFO kablam! | Oct 12 17:18:37.327 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 17:18:37.327 INFO kablam! Oct 12 17:18:37.354 INFO kablam! warning: variable does not need to be mutable Oct 12 17:18:37.354 INFO kablam! --> src/bin/main.rs:188:9 Oct 12 17:18:37.354 INFO kablam! | Oct 12 17:18:37.354 INFO kablam! 188 | let mut nameserver_stream = TcpStream::connect(nameserver_str).expect("Couldn't connet to nameserver"); Oct 12 17:18:37.354 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.354 INFO kablam! | | Oct 12 17:18:37.355 INFO kablam! | help: remove this `mut` Oct 12 17:18:37.355 INFO kablam! | Oct 12 17:18:37.355 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:18:37.355 INFO kablam! Oct 12 17:18:37.355 INFO kablam! warning: variable does not need to be mutable Oct 12 17:18:37.355 INFO kablam! --> src/bin/main.rs:206:9 Oct 12 17:18:37.355 INFO kablam! | Oct 12 17:18:37.355 INFO kablam! 206 | let mut peers: Arc>>>> = Arc::new(Mutex::new(Vec::new())); Oct 12 17:18:37.355 INFO kablam! | ----^^^^^ Oct 12 17:18:37.355 INFO kablam! | | Oct 12 17:18:37.355 INFO kablam! | help: remove this `mut` Oct 12 17:18:37.355 INFO kablam! Oct 12 17:18:37.356 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:37.356 INFO kablam! --> src/bin/main.rs:76:29 Oct 12 17:18:37.356 INFO kablam! | Oct 12 17:18:37.356 INFO kablam! 76 | connection.write_message(&ClientMessage::Chain(chain.clone())); Oct 12 17:18:37.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.356 INFO kablam! | Oct 12 17:18:37.356 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:18:37.356 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:37.356 INFO kablam! Oct 12 17:18:37.356 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:37.356 INFO kablam! --> src/bin/main.rs:95:33 Oct 12 17:18:37.356 INFO kablam! | Oct 12 17:18:37.356 INFO kablam! 95 | connection.write_message(&ClientMessage::QueryChain); Oct 12 17:18:37.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.356 INFO kablam! | Oct 12 17:18:37.356 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:37.356 INFO kablam! Oct 12 17:18:37.357 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:37.357 INFO kablam! --> src/bin/main.rs:212:5 Oct 12 17:18:37.357 INFO kablam! | Oct 12 17:18:37.357 INFO kablam! 212 | nameserver_connection.write_message(&ClientToNameserverMessage::Query); Oct 12 17:18:37.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.357 INFO kablam! | Oct 12 17:18:37.357 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:37.357 INFO kablam! Oct 12 17:18:37.357 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:37.357 INFO kablam! --> src/bin/main.rs:268:5 Oct 12 17:18:37.357 INFO kablam! | Oct 12 17:18:37.357 INFO kablam! 268 | nameserver_connection.write_message(&ClientToNameserverMessage::Inform(my_addr.port())); Oct 12 17:18:37.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.357 INFO kablam! | Oct 12 17:18:37.357 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:37.357 INFO kablam! Oct 12 17:18:37.357 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:37.357 INFO kablam! --> src/bin/main.rs:291:33 Oct 12 17:18:37.357 INFO kablam! | Oct 12 17:18:37.357 INFO kablam! 291 | peer.write_message(&ClientMessage::NewBlock(new_block.clone())); Oct 12 17:18:37.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.357 INFO kablam! | Oct 12 17:18:37.357 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:37.357 INFO kablam! Oct 12 17:18:37.357 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:37.357 INFO kablam! --> src/bin/main.rs:357:5 Oct 12 17:18:37.357 INFO kablam! | Oct 12 17:18:37.357 INFO kablam! 357 | repl_thread.join(); Oct 12 17:18:37.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.357 INFO kablam! | Oct 12 17:18:37.357 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:37.357 INFO kablam! Oct 12 17:18:37.357 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:18:37.357 INFO kablam! --> src/bin/main.rs:358:5 Oct 12 17:18:37.357 INFO kablam! | Oct 12 17:18:37.357 INFO kablam! 358 | listener_thread.join(); Oct 12 17:18:37.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.357 INFO kablam! | Oct 12 17:18:37.357 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:18:37.358 INFO kablam! Oct 12 17:18:37.576 INFO kablam! warning: variable does not need to be mutable Oct 12 17:18:37.577 INFO kablam! --> src/block.rs:120:9 Oct 12 17:18:37.577 INFO kablam! | Oct 12 17:18:37.577 INFO kablam! 120 | let mut buf = &mut [0; 8]; Oct 12 17:18:37.577 INFO kablam! | ----^^^ Oct 12 17:18:37.577 INFO kablam! | | Oct 12 17:18:37.577 INFO kablam! | help: remove this `mut` Oct 12 17:18:37.577 INFO kablam! | Oct 12 17:18:37.577 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:18:37.577 INFO kablam! Oct 12 17:18:37.580 INFO kablam! warning: field is never used: `next_message_size` Oct 12 17:18:37.580 INFO kablam! --> src/connection.rs:11:5 Oct 12 17:18:37.580 INFO kablam! | Oct 12 17:18:37.580 INFO kablam! 11 | next_message_size: Option, Oct 12 17:18:37.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:37.580 INFO kablam! | Oct 12 17:18:37.580 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:18:37.580 INFO kablam! Oct 12 17:18:37.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 12 17:18:37.983 INFO kablam! su: No module specific data is present Oct 12 17:18:38.579 INFO running `"docker" "rm" "-f" "6f9b2d7d02667b7c2b0ce588fcb5510ba13dd02c040e8a4953c4220cddfdb617"` Oct 12 17:18:38.871 INFO blam! 6f9b2d7d02667b7c2b0ce588fcb5510ba13dd02c040e8a4953c4220cddfdb617 Oct 12 17:18:38.886 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 17:18:39.268 INFO blam! 90876869da526ba07fe0fa5b0720c7a010a6021ddf52a8d6caa8014f7b190e07 Oct 12 17:18:39.270 INFO running `"docker" "start" "-a" "90876869da526ba07fe0fa5b0720c7a010a6021ddf52a8d6caa8014f7b190e07"` Oct 12 17:18:40.309 INFO kablam! usermod: no changes Oct 12 17:18:40.389 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 17:18:40.393 INFO kablam! Running /target/debug/deps/naivechain_rs-7ae1f7dc30743fe6 Oct 12 17:18:40.399 INFO kablam! Running /target/debug/deps/main-566e22e77acadee1 Oct 12 17:18:40.399 INFO blam! Oct 12 17:18:40.399 INFO blam! running 0 tests Oct 12 17:18:40.399 INFO blam! Oct 12 17:18:40.399 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:18:40.399 INFO blam! Oct 12 17:18:40.406 INFO blam! Oct 12 17:18:40.407 INFO blam! running 0 tests Oct 12 17:18:40.407 INFO blam! Oct 12 17:18:40.407 INFO kablam! Running /target/debug/deps/nameserver-cfc3d3f330dc0fd8 Oct 12 17:18:40.407 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:18:40.407 INFO blam! Oct 12 17:18:40.413 INFO blam! Oct 12 17:18:40.413 INFO blam! running 0 tests Oct 12 17:18:40.413 INFO blam! Oct 12 17:18:40.413 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:18:40.413 INFO blam! Oct 12 17:18:40.422 INFO kablam! Doc-tests naivechain-rs Oct 12 17:18:40.626 INFO kablam! su: No module specific data is present Oct 12 17:18:40.626 INFO blam! Oct 12 17:18:40.626 INFO blam! running 0 tests Oct 12 17:18:40.626 INFO blam! Oct 12 17:18:40.626 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:18:40.626 INFO blam! Oct 12 17:18:41.471 INFO running `"docker" "rm" "-f" "90876869da526ba07fe0fa5b0720c7a010a6021ddf52a8d6caa8014f7b190e07"` Oct 12 17:18:41.800 INFO blam! 90876869da526ba07fe0fa5b0720c7a010a6021ddf52a8d6caa8014f7b190e07