Oct 27 04:15:40.341 INFO checking glasses-n-contacts/rust-chat against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:15:40.342 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:15:40.919 INFO blam! 0f02cbc3e658957ccc58b969d7a983b10e179721e3c54b4e3f59860e43ff2f15 Oct 27 04:15:40.921 INFO running `"docker" "start" "-a" "0f02cbc3e658957ccc58b969d7a983b10e179721e3c54b4e3f59860e43ff2f15"` Oct 27 04:15:43.526 INFO kablam! usermod: no changes Oct 27 04:15:43.689 INFO kablam! Checking net2 v0.2.32 Oct 27 04:15:43.699 INFO kablam! Compiling http-muncher v0.2.5 Oct 27 04:15:43.700 INFO kablam! Checking nix v0.5.1 Oct 27 04:15:43.711 INFO kablam! Checking sha1 v0.1.1 Oct 27 04:15:46.265 INFO kablam! Checking miow v0.1.5 Oct 27 04:15:50.283 INFO kablam! Checking mio v0.5.1 Oct 27 04:15:51.771 INFO kablam! Checking chat v0.1.0 (/source) Oct 27 04:15:53.411 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:15:53.411 INFO kablam! --> src/socket_client/frame.rs:202:13 Oct 27 04:15:53.411 INFO kablam! | Oct 27 04:15:53.411 INFO kablam! 202 | body.write(status_code); Oct 27 04:15:53.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:53.411 INFO kablam! | Oct 27 04:15:53.411 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 04:15:53.411 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:15:53.411 INFO kablam! Oct 27 04:15:53.411 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:15:53.411 INFO kablam! --> src/socket_server.rs:65:13 Oct 27 04:15:53.411 INFO kablam! | Oct 27 04:15:53.411 INFO kablam! 65 | client.socket.shutdown(Shutdown::Both); Oct 27 04:15:53.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:53.411 INFO kablam! | Oct 27 04:15:53.411 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:15:53.411 INFO kablam! Oct 27 04:15:53.411 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:15:53.411 INFO kablam! --> src/socket_server.rs:66:13 Oct 27 04:15:53.411 INFO kablam! | Oct 27 04:15:53.411 INFO kablam! 66 | event_loop.deregister(&client.socket); Oct 27 04:15:53.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:53.411 INFO kablam! | Oct 27 04:15:53.411 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:15:53.411 INFO kablam! Oct 27 04:15:53.535 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:15:53.535 INFO kablam! --> src/socket_client/frame.rs:202:13 Oct 27 04:15:53.535 INFO kablam! | Oct 27 04:15:53.535 INFO kablam! 202 | body.write(status_code); Oct 27 04:15:53.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:53.535 INFO kablam! | Oct 27 04:15:53.535 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 04:15:53.535 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:15:53.535 INFO kablam! Oct 27 04:15:53.551 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:15:53.551 INFO kablam! --> src/socket_server.rs:65:13 Oct 27 04:15:53.551 INFO kablam! | Oct 27 04:15:53.551 INFO kablam! 65 | client.socket.shutdown(Shutdown::Both); Oct 27 04:15:53.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:53.551 INFO kablam! | Oct 27 04:15:53.551 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:15:53.551 INFO kablam! Oct 27 04:15:53.551 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:15:53.551 INFO kablam! --> src/socket_server.rs:66:13 Oct 27 04:15:53.551 INFO kablam! | Oct 27 04:15:53.551 INFO kablam! 66 | event_loop.deregister(&client.socket); Oct 27 04:15:53.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:53.551 INFO kablam! | Oct 27 04:15:53.551 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:15:53.551 INFO kablam! Oct 27 04:15:55.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.77s Oct 27 04:15:55.344 INFO kablam! su: No module specific data is present Oct 27 04:15:57.027 INFO running `"docker" "rm" "-f" "0f02cbc3e658957ccc58b969d7a983b10e179721e3c54b4e3f59860e43ff2f15"` Oct 27 04:15:57.399 INFO blam! 0f02cbc3e658957ccc58b969d7a983b10e179721e3c54b4e3f59860e43ff2f15