Oct 27 01:44:31.019 INFO checking lambdude/router against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:44:31.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 01:44:31.278 INFO blam! 6e5ff42f72a678f8009b4ddbd8fc5a3e5bb20d13fcc4f228a155a6e926d06235 Oct 27 01:44:31.280 INFO running `"docker" "start" "-a" "6e5ff42f72a678f8009b4ddbd8fc5a3e5bb20d13fcc4f228a155a6e926d06235"` Oct 27 01:44:31.931 INFO kablam! usermod: no changes Oct 27 01:44:31.970 INFO kablam! Checking router v0.1.0 (/source) Oct 27 01:44:32.304 INFO kablam! warning: unused import: `SocketAddrV4` Oct 27 01:44:32.304 INFO kablam! --> src/host.rs:1:40 Oct 27 01:44:32.305 INFO kablam! | Oct 27 01:44:32.305 INFO kablam! 1 | use std::net::{TcpListener, TcpStream, SocketAddrV4}; Oct 27 01:44:32.305 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:44:32.306 INFO kablam! | Oct 27 01:44:32.306 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:44:32.306 INFO kablam! Oct 27 01:44:32.306 INFO kablam! warning: unused import: `message::*` Oct 27 01:44:32.307 INFO kablam! --> src/main.rs:5:5 Oct 27 01:44:32.307 INFO kablam! | Oct 27 01:44:32.307 INFO kablam! 5 | use message::*; Oct 27 01:44:32.307 INFO kablam! | ^^^^^^^^^^ Oct 27 01:44:32.307 INFO kablam! Oct 27 01:44:32.323 INFO kablam! warning: unused import: `SocketAddrV4` Oct 27 01:44:32.323 INFO kablam! --> src/host.rs:1:40 Oct 27 01:44:32.323 INFO kablam! | Oct 27 01:44:32.323 INFO kablam! 1 | use std::net::{TcpListener, TcpStream, SocketAddrV4}; Oct 27 01:44:32.323 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:44:32.323 INFO kablam! | Oct 27 01:44:32.323 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:44:32.323 INFO kablam! Oct 27 01:44:32.323 INFO kablam! warning: unused import: `message::*` Oct 27 01:44:32.323 INFO kablam! --> src/main.rs:5:5 Oct 27 01:44:32.323 INFO kablam! | Oct 27 01:44:32.323 INFO kablam! 5 | use message::*; Oct 27 01:44:32.323 INFO kablam! | ^^^^^^^^^^ Oct 27 01:44:32.323 INFO kablam! Oct 27 01:44:32.406 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.407 INFO kablam! --> src/host.rs:72:13 Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! 72 | stream.write(&message.payload()); Oct 27 01:44:32.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:44:32.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.407 INFO kablam! Oct 27 01:44:32.407 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.407 INFO kablam! --> src/host.rs:92:13 Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! 92 | stream.read(&mut buffer); Oct 27 01:44:32.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.407 INFO kablam! Oct 27 01:44:32.407 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.407 INFO kablam! --> src/main.rs:10:5 Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! 10 | host_a.bind("127.0.0.1:9001".to_owned()); Oct 27 01:44:32.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.407 INFO kablam! Oct 27 01:44:32.407 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.407 INFO kablam! --> src/main.rs:11:5 Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! 11 | host_b.bind("127.0.0.1:9002".to_owned()); Oct 27 01:44:32.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.407 INFO kablam! Oct 27 01:44:32.407 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.407 INFO kablam! --> src/main.rs:12:5 Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! 12 | host_a.connect('b', "127.0.0.1:9002".to_owned()); Oct 27 01:44:32.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.407 INFO kablam! Oct 27 01:44:32.407 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.407 INFO kablam! --> src/main.rs:13:5 Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! 13 | host_b.connect('a', "127.0.0.1:9001".to_owned()); Oct 27 01:44:32.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.407 INFO kablam! Oct 27 01:44:32.407 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.407 INFO kablam! --> src/main.rs:14:5 Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! 14 | host_a.send('b', "Hello, world!"); Oct 27 01:44:32.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.407 INFO kablam! | Oct 27 01:44:32.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.407 INFO kablam! Oct 27 01:44:32.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.439 INFO kablam! --> src/host.rs:72:13 Oct 27 01:44:32.439 INFO kablam! | Oct 27 01:44:32.439 INFO kablam! 72 | stream.write(&message.payload()); Oct 27 01:44:32.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.439 INFO kablam! | Oct 27 01:44:32.439 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:44:32.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.439 INFO kablam! Oct 27 01:44:32.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.439 INFO kablam! --> src/host.rs:92:13 Oct 27 01:44:32.439 INFO kablam! | Oct 27 01:44:32.439 INFO kablam! 92 | stream.read(&mut buffer); Oct 27 01:44:32.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.439 INFO kablam! | Oct 27 01:44:32.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.439 INFO kablam! Oct 27 01:44:32.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.439 INFO kablam! --> src/main.rs:10:5 Oct 27 01:44:32.439 INFO kablam! | Oct 27 01:44:32.439 INFO kablam! 10 | host_a.bind("127.0.0.1:9001".to_owned()); Oct 27 01:44:32.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.439 INFO kablam! | Oct 27 01:44:32.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.440 INFO kablam! Oct 27 01:44:32.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.440 INFO kablam! --> src/main.rs:11:5 Oct 27 01:44:32.440 INFO kablam! | Oct 27 01:44:32.440 INFO kablam! 11 | host_b.bind("127.0.0.1:9002".to_owned()); Oct 27 01:44:32.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.440 INFO kablam! | Oct 27 01:44:32.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.440 INFO kablam! Oct 27 01:44:32.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.440 INFO kablam! --> src/main.rs:12:5 Oct 27 01:44:32.440 INFO kablam! | Oct 27 01:44:32.440 INFO kablam! 12 | host_a.connect('b', "127.0.0.1:9002".to_owned()); Oct 27 01:44:32.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.440 INFO kablam! | Oct 27 01:44:32.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.440 INFO kablam! Oct 27 01:44:32.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.440 INFO kablam! --> src/main.rs:13:5 Oct 27 01:44:32.440 INFO kablam! | Oct 27 01:44:32.440 INFO kablam! 13 | host_b.connect('a', "127.0.0.1:9001".to_owned()); Oct 27 01:44:32.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.440 INFO kablam! | Oct 27 01:44:32.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.440 INFO kablam! Oct 27 01:44:32.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:44:32.440 INFO kablam! --> src/main.rs:14:5 Oct 27 01:44:32.440 INFO kablam! | Oct 27 01:44:32.440 INFO kablam! 14 | host_a.send('b', "Hello, world!"); Oct 27 01:44:32.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:44:32.440 INFO kablam! | Oct 27 01:44:32.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:44:32.440 INFO kablam! Oct 27 01:44:32.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.48s Oct 27 01:44:32.440 INFO kablam! su: No module specific data is present Oct 27 01:44:32.879 INFO running `"docker" "rm" "-f" "6e5ff42f72a678f8009b4ddbd8fc5a3e5bb20d13fcc4f228a155a6e926d06235"` Oct 27 01:44:33.217 INFO blam! 6e5ff42f72a678f8009b4ddbd8fc5a3e5bb20d13fcc4f228a155a6e926d06235