Oct 21 16:16:59.869 INFO checking lambdude/router against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:16:59.870 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 21 16:17:00.066 INFO blam! 7969161ccb755c04fc677f1e891dcbd431ae73e1a893dae591d6d49968a9e09f Oct 21 16:17:00.080 INFO running `"docker" "start" "-a" "7969161ccb755c04fc677f1e891dcbd431ae73e1a893dae591d6d49968a9e09f"` Oct 21 16:17:01.011 INFO kablam! usermod: no changes Oct 21 16:17:01.056 INFO kablam! Checking router v0.1.0 (/source) Oct 21 16:17:01.465 INFO kablam! warning: unused import: `SocketAddrV4` Oct 21 16:17:01.465 INFO kablam! --> src/host.rs:1:40 Oct 21 16:17:01.465 INFO kablam! | Oct 21 16:17:01.466 INFO kablam! 1 | use std::net::{TcpListener, TcpStream, SocketAddrV4}; Oct 21 16:17:01.466 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:17:01.467 INFO kablam! | Oct 21 16:17:01.468 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:17:01.468 INFO kablam! Oct 21 16:17:01.468 INFO kablam! warning: unused import: `message::*` Oct 21 16:17:01.469 INFO kablam! --> src/main.rs:5:5 Oct 21 16:17:01.469 INFO kablam! | Oct 21 16:17:01.469 INFO kablam! 5 | use message::*; Oct 21 16:17:01.470 INFO kablam! | ^^^^^^^^^^ Oct 21 16:17:01.470 INFO kablam! Oct 21 16:17:01.574 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.575 INFO kablam! --> src/host.rs:72:13 Oct 21 16:17:01.575 INFO kablam! | Oct 21 16:17:01.576 INFO kablam! 72 | stream.write(&message.payload()); Oct 21 16:17:01.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.577 INFO kablam! | Oct 21 16:17:01.577 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 16:17:01.577 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.578 INFO kablam! Oct 21 16:17:01.578 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.578 INFO kablam! --> src/host.rs:92:13 Oct 21 16:17:01.578 INFO kablam! | Oct 21 16:17:01.579 INFO kablam! 92 | stream.read(&mut buffer); Oct 21 16:17:01.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.580 INFO kablam! | Oct 21 16:17:01.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.580 INFO kablam! Oct 21 16:17:01.580 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.581 INFO kablam! --> src/main.rs:10:5 Oct 21 16:17:01.581 INFO kablam! | Oct 21 16:17:01.581 INFO kablam! 10 | host_a.bind("127.0.0.1:9001".to_owned()); Oct 21 16:17:01.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.582 INFO kablam! | Oct 21 16:17:01.582 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.583 INFO kablam! Oct 21 16:17:01.583 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.583 INFO kablam! --> src/main.rs:11:5 Oct 21 16:17:01.584 INFO kablam! | Oct 21 16:17:01.588 INFO kablam! 11 | host_b.bind("127.0.0.1:9002".to_owned()); Oct 21 16:17:01.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.589 INFO kablam! | Oct 21 16:17:01.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.589 INFO kablam! Oct 21 16:17:01.590 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.590 INFO kablam! --> src/main.rs:12:5 Oct 21 16:17:01.590 INFO kablam! | Oct 21 16:17:01.591 INFO kablam! 12 | host_a.connect('b', "127.0.0.1:9002".to_owned()); Oct 21 16:17:01.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.591 INFO kablam! | Oct 21 16:17:01.592 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.592 INFO kablam! Oct 21 16:17:01.592 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.593 INFO kablam! --> src/main.rs:13:5 Oct 21 16:17:01.593 INFO kablam! | Oct 21 16:17:01.593 INFO kablam! 13 | host_b.connect('a', "127.0.0.1:9001".to_owned()); Oct 21 16:17:01.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.594 INFO kablam! | Oct 21 16:17:01.594 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.594 INFO kablam! Oct 21 16:17:01.595 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.595 INFO kablam! --> src/main.rs:14:5 Oct 21 16:17:01.595 INFO kablam! | Oct 21 16:17:01.596 INFO kablam! 14 | host_a.send('b', "Hello, world!"); Oct 21 16:17:01.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.596 INFO kablam! | Oct 21 16:17:01.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.597 INFO kablam! Oct 21 16:17:01.642 INFO kablam! warning: unused import: `SocketAddrV4` Oct 21 16:17:01.643 INFO kablam! --> src/host.rs:1:40 Oct 21 16:17:01.643 INFO kablam! | Oct 21 16:17:01.643 INFO kablam! 1 | use std::net::{TcpListener, TcpStream, SocketAddrV4}; Oct 21 16:17:01.644 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:17:01.644 INFO kablam! | Oct 21 16:17:01.644 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:17:01.645 INFO kablam! Oct 21 16:17:01.645 INFO kablam! warning: unused import: `message::*` Oct 21 16:17:01.645 INFO kablam! --> src/main.rs:5:5 Oct 21 16:17:01.646 INFO kablam! | Oct 21 16:17:01.646 INFO kablam! 5 | use message::*; Oct 21 16:17:01.646 INFO kablam! | ^^^^^^^^^^ Oct 21 16:17:01.647 INFO kablam! Oct 21 16:17:01.733 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.733 INFO kablam! --> src/host.rs:72:13 Oct 21 16:17:01.733 INFO kablam! | Oct 21 16:17:01.733 INFO kablam! 72 | stream.write(&message.payload()); Oct 21 16:17:01.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.733 INFO kablam! | Oct 21 16:17:01.733 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 16:17:01.733 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.733 INFO kablam! Oct 21 16:17:01.733 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.733 INFO kablam! --> src/host.rs:92:13 Oct 21 16:17:01.733 INFO kablam! | Oct 21 16:17:01.733 INFO kablam! 92 | stream.read(&mut buffer); Oct 21 16:17:01.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.733 INFO kablam! | Oct 21 16:17:01.733 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.733 INFO kablam! Oct 21 16:17:01.733 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.733 INFO kablam! --> src/main.rs:10:5 Oct 21 16:17:01.733 INFO kablam! | Oct 21 16:17:01.736 INFO kablam! 10 | host_a.bind("127.0.0.1:9001".to_owned()); Oct 21 16:17:01.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.737 INFO kablam! | Oct 21 16:17:01.737 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.737 INFO kablam! Oct 21 16:17:01.738 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.738 INFO kablam! --> src/main.rs:11:5 Oct 21 16:17:01.738 INFO kablam! | Oct 21 16:17:01.738 INFO kablam! 11 | host_b.bind("127.0.0.1:9002".to_owned()); Oct 21 16:17:01.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.739 INFO kablam! | Oct 21 16:17:01.739 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.739 INFO kablam! Oct 21 16:17:01.740 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.740 INFO kablam! --> src/main.rs:12:5 Oct 21 16:17:01.740 INFO kablam! | Oct 21 16:17:01.741 INFO kablam! 12 | host_a.connect('b', "127.0.0.1:9002".to_owned()); Oct 21 16:17:01.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.741 INFO kablam! | Oct 21 16:17:01.741 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.742 INFO kablam! Oct 21 16:17:01.742 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.742 INFO kablam! --> src/main.rs:13:5 Oct 21 16:17:01.742 INFO kablam! | Oct 21 16:17:01.742 INFO kablam! 13 | host_b.connect('a', "127.0.0.1:9001".to_owned()); Oct 21 16:17:01.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.743 INFO kablam! | Oct 21 16:17:01.743 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.743 INFO kablam! Oct 21 16:17:01.744 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:17:01.744 INFO kablam! --> src/main.rs:14:5 Oct 21 16:17:01.744 INFO kablam! | Oct 21 16:17:01.745 INFO kablam! 14 | host_a.send('b', "Hello, world!"); Oct 21 16:17:01.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:01.745 INFO kablam! | Oct 21 16:17:01.745 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:17:01.745 INFO kablam! Oct 21 16:17:01.766 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 21 16:17:01.773 INFO kablam! su: No module specific data is present Oct 21 16:17:02.149 INFO running `"docker" "rm" "-f" "7969161ccb755c04fc677f1e891dcbd431ae73e1a893dae591d6d49968a9e09f"` Oct 21 16:17:02.285 INFO blam! 7969161ccb755c04fc677f1e891dcbd431ae73e1a893dae591d6d49968a9e09f