Oct 26 21:51:10.780 INFO checking rust-gjk/ChatApp against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 21:51:10.780 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 26 21:51:11.271 INFO blam! 8f87c1953700cf7adb2bcabf6b34aac94fdf68f7e8e5da06e0f372e84fee92e8 Oct 26 21:51:11.275 INFO running `"docker" "start" "-a" "8f87c1953700cf7adb2bcabf6b34aac94fdf68f7e8e5da06e0f372e84fee92e8"` Oct 26 21:51:12.773 INFO kablam! usermod: no changes Oct 26 21:51:12.863 INFO kablam! Checking serde_cbor v0.8.2 Oct 26 21:51:12.871 INFO kablam! Compiling syn v0.13.4 Oct 26 21:51:23.836 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 26 21:51:28.107 INFO kablam! Compiling serde_derive v1.0.44 Oct 26 21:51:38.854 INFO kablam! Checking ChatApp v0.1.0 (/source) Oct 26 21:51:39.883 INFO kablam! warning: crate `ChatApp` should have a snake case name such as `chat_app` Oct 26 21:51:39.884 INFO kablam! | Oct 26 21:51:39.884 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 21:51:39.884 INFO kablam! Oct 26 21:51:40.043 INFO kablam! warning: crate `ChatApp` should have a snake case name such as `chat_app` Oct 26 21:51:40.043 INFO kablam! | Oct 26 21:51:40.043 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 21:51:40.043 INFO kablam! Oct 26 21:51:40.450 INFO kablam! warning: variable does not need to be mutable Oct 26 21:51:40.450 INFO kablam! --> src/server.rs:4:9 Oct 26 21:51:40.450 INFO kablam! | Oct 26 21:51:40.450 INFO kablam! 4 | let mut socket = UdpSocket::bind("0.0.0.0:12345").unwrap(); Oct 26 21:51:40.450 INFO kablam! | ----^^^^^^ Oct 26 21:51:40.450 INFO kablam! | | Oct 26 21:51:40.450 INFO kablam! | help: remove this `mut` Oct 26 21:51:40.450 INFO kablam! | Oct 26 21:51:40.450 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:51:40.450 INFO kablam! Oct 26 21:51:40.450 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:51:40.450 INFO kablam! --> src/client.rs:14:5 Oct 26 21:51:40.450 INFO kablam! | Oct 26 21:51:40.450 INFO kablam! 14 | recv_socket.send(b"connected"); Oct 26 21:51:40.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:51:40.450 INFO kablam! | Oct 26 21:51:40.450 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:51:40.450 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:51:40.450 INFO kablam! Oct 26 21:51:40.450 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:51:40.450 INFO kablam! --> src/client.rs:19:6 Oct 26 21:51:40.450 INFO kablam! | Oct 26 21:51:40.450 INFO kablam! 19 | send_socket.send(zprava.as_bytes()); Oct 26 21:51:40.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:51:40.450 INFO kablam! | Oct 26 21:51:40.450 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:51:40.450 INFO kablam! Oct 26 21:51:40.637 INFO kablam! warning: variable does not need to be mutable Oct 26 21:51:40.637 INFO kablam! --> src/server.rs:4:9 Oct 26 21:51:40.637 INFO kablam! | Oct 26 21:51:40.637 INFO kablam! 4 | let mut socket = UdpSocket::bind("0.0.0.0:12345").unwrap(); Oct 26 21:51:40.637 INFO kablam! | ----^^^^^^ Oct 26 21:51:40.637 INFO kablam! | | Oct 26 21:51:40.637 INFO kablam! | help: remove this `mut` Oct 26 21:51:40.637 INFO kablam! | Oct 26 21:51:40.637 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:51:40.637 INFO kablam! Oct 26 21:51:40.643 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:51:40.643 INFO kablam! --> src/client.rs:14:5 Oct 26 21:51:40.643 INFO kablam! | Oct 26 21:51:40.643 INFO kablam! 14 | recv_socket.send(b"connected"); Oct 26 21:51:40.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:51:40.643 INFO kablam! | Oct 26 21:51:40.643 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:51:40.643 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:51:40.643 INFO kablam! Oct 26 21:51:40.643 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:51:40.643 INFO kablam! --> src/client.rs:19:6 Oct 26 21:51:40.643 INFO kablam! | Oct 26 21:51:40.643 INFO kablam! 19 | send_socket.send(zprava.as_bytes()); Oct 26 21:51:40.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:51:40.643 INFO kablam! | Oct 26 21:51:40.643 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:51:40.643 INFO kablam! Oct 26 21:51:40.665 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.86s Oct 26 21:51:40.670 INFO kablam! su: No module specific data is present Oct 26 21:51:41.573 INFO running `"docker" "rm" "-f" "8f87c1953700cf7adb2bcabf6b34aac94fdf68f7e8e5da06e0f372e84fee92e8"` Oct 26 21:51:41.983 INFO blam! 8f87c1953700cf7adb2bcabf6b34aac94fdf68f7e8e5da06e0f372e84fee92e8