Oct 27 01:52:14.316 INFO checking kryo4096/rust-chat against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:52:14.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:52:14.942 INFO blam! ba021f329cd8c73ec9aca480ededeb020c1d323b0be98b491c4b099470b00134 Oct 27 01:52:14.944 INFO running `"docker" "start" "-a" "ba021f329cd8c73ec9aca480ededeb020c1d323b0be98b491c4b099470b00134"` Oct 27 01:52:16.837 INFO kablam! usermod: no changes Oct 27 01:52:17.019 INFO kablam! Checking mio v0.6.14 Oct 27 01:52:18.999 INFO kablam! Checking ws v0.7.6 Oct 27 01:52:21.121 INFO kablam! Checking chat v0.1.0 (/source) Oct 27 01:52:22.507 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 01:52:22.507 INFO kablam! --> src/main.rs:41:15 Oct 27 01:52:22.507 INFO kablam! | Oct 27 01:52:22.507 INFO kablam! 41 | if(command.len() > 0) { Oct 27 01:52:22.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:52:22.507 INFO kablam! | Oct 27 01:52:22.507 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 01:52:22.507 INFO kablam! Oct 27 01:52:22.590 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:52:22.590 INFO kablam! --> src/main.rs:45:25 Oct 27 01:52:22.590 INFO kablam! | Oct 27 01:52:22.590 INFO kablam! 45 | self.out.send("Unknown Command
"); Oct 27 01:52:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:52:22.590 INFO kablam! | Oct 27 01:52:22.590 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:52:22.590 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:52:22.590 INFO kablam! Oct 27 01:52:22.590 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:52:22.590 INFO kablam! --> src/main.rs:63:9 Oct 27 01:52:22.590 INFO kablam! | Oct 27 01:52:22.590 INFO kablam! 63 | self.out.broadcast(format!("{} has disconnected
",self.remote_addr)); Oct 27 01:52:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:52:22.590 INFO kablam! | Oct 27 01:52:22.590 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:52:22.590 INFO kablam! Oct 27 01:52:22.627 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 01:52:22.627 INFO kablam! --> src/main.rs:41:15 Oct 27 01:52:22.627 INFO kablam! | Oct 27 01:52:22.627 INFO kablam! 41 | if(command.len() > 0) { Oct 27 01:52:22.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:52:22.627 INFO kablam! | Oct 27 01:52:22.627 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 01:52:22.627 INFO kablam! Oct 27 01:52:22.791 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:52:22.791 INFO kablam! --> src/main.rs:45:25 Oct 27 01:52:22.791 INFO kablam! | Oct 27 01:52:22.791 INFO kablam! 45 | self.out.send("Unknown Command
"); Oct 27 01:52:22.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:52:22.791 INFO kablam! | Oct 27 01:52:22.791 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:52:22.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:52:22.791 INFO kablam! Oct 27 01:52:22.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:52:22.792 INFO kablam! --> src/main.rs:63:9 Oct 27 01:52:22.792 INFO kablam! | Oct 27 01:52:22.792 INFO kablam! 63 | self.out.broadcast(format!("{} has disconnected
",self.remote_addr)); Oct 27 01:52:22.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:52:22.792 INFO kablam! | Oct 27 01:52:22.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:52:22.792 INFO kablam! Oct 27 01:52:22.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.92s Oct 27 01:52:22.826 INFO kablam! su: No module specific data is present Oct 27 01:52:23.843 INFO running `"docker" "rm" "-f" "ba021f329cd8c73ec9aca480ededeb020c1d323b0be98b491c4b099470b00134"` Oct 27 01:52:24.159 INFO blam! ba021f329cd8c73ec9aca480ededeb020c1d323b0be98b491c4b099470b00134