Oct 26 21:51:11.109 INFO checking rust-gjk/ChatApp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:51:11.111 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 26 21:51:11.647 INFO blam! 909e35a0c008b9941a807d24a234aa41e7fb9344b917b49d11ed5b6c0d52367a Oct 26 21:51:11.653 INFO running `"docker" "start" "-a" "909e35a0c008b9941a807d24a234aa41e7fb9344b917b49d11ed5b6c0d52367a"` Oct 26 21:51:13.000 INFO kablam! usermod: no changes Oct 26 21:51:13.179 INFO kablam! Checking serde v1.0.44 Oct 26 21:51:13.183 INFO kablam! Compiling syn v0.13.4 Oct 26 21:51:27.346 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 26 21:51:32.787 INFO kablam! Compiling serde_derive v1.0.44 Oct 26 21:51:33.193 INFO kablam! Checking serde_cbor v0.8.2 Oct 26 21:51:44.230 INFO kablam! Checking ChatApp v0.1.0 (/source) Oct 26 21:51:45.092 INFO kablam! warning: crate `ChatApp` should have a snake case name such as `chat_app` Oct 26 21:51:45.092 INFO kablam! | Oct 26 21:51:45.092 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 21:51:45.092 INFO kablam! Oct 26 21:51:45.355 INFO kablam! warning: crate `ChatApp` should have a snake case name such as `chat_app` Oct 26 21:51:45.355 INFO kablam! | Oct 26 21:51:45.355 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 21:51:45.355 INFO kablam! Oct 26 21:51:45.755 INFO kablam! warning: variable does not need to be mutable Oct 26 21:51:45.755 INFO kablam! --> src/server.rs:4:9 Oct 26 21:51:45.755 INFO kablam! | Oct 26 21:51:45.755 INFO kablam! 4 | let mut socket = UdpSocket::bind("0.0.0.0:12345").unwrap(); Oct 26 21:51:45.755 INFO kablam! | ----^^^^^^ Oct 26 21:51:45.755 INFO kablam! | | Oct 26 21:51:45.755 INFO kablam! | help: remove this `mut` Oct 26 21:51:45.755 INFO kablam! | Oct 26 21:51:45.755 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:51:45.755 INFO kablam! Oct 26 21:51:45.755 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:51:45.755 INFO kablam! --> src/client.rs:14:5 Oct 26 21:51:45.755 INFO kablam! | Oct 26 21:51:45.755 INFO kablam! 14 | recv_socket.send(b"connected"); Oct 26 21:51:45.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:51:45.755 INFO kablam! | Oct 26 21:51:45.755 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:51:45.755 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:51:45.755 INFO kablam! Oct 26 21:51:45.755 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:51:45.755 INFO kablam! --> src/client.rs:19:6 Oct 26 21:51:45.755 INFO kablam! | Oct 26 21:51:45.755 INFO kablam! 19 | send_socket.send(zprava.as_bytes()); Oct 26 21:51:45.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:51:45.755 INFO kablam! | Oct 26 21:51:45.755 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:51:45.755 INFO kablam! Oct 26 21:51:45.967 INFO kablam! warning: variable does not need to be mutable Oct 26 21:51:45.967 INFO kablam! --> src/server.rs:4:9 Oct 26 21:51:45.967 INFO kablam! | Oct 26 21:51:45.967 INFO kablam! 4 | let mut socket = UdpSocket::bind("0.0.0.0:12345").unwrap(); Oct 26 21:51:45.967 INFO kablam! | ----^^^^^^ Oct 26 21:51:45.967 INFO kablam! | | Oct 26 21:51:45.967 INFO kablam! | help: remove this `mut` Oct 26 21:51:45.967 INFO kablam! | Oct 26 21:51:45.967 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:51:45.967 INFO kablam! Oct 26 21:51:45.967 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:51:45.967 INFO kablam! --> src/client.rs:14:5 Oct 26 21:51:45.967 INFO kablam! | Oct 26 21:51:45.967 INFO kablam! 14 | recv_socket.send(b"connected"); Oct 26 21:51:45.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:51:45.967 INFO kablam! | Oct 26 21:51:45.967 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:51:45.967 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:51:45.967 INFO kablam! Oct 26 21:51:45.967 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:51:45.967 INFO kablam! --> src/client.rs:19:6 Oct 26 21:51:45.967 INFO kablam! | Oct 26 21:51:45.967 INFO kablam! 19 | send_socket.send(zprava.as_bytes()); Oct 26 21:51:45.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:51:45.967 INFO kablam! | Oct 26 21:51:45.967 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:51:45.967 INFO kablam! Oct 26 21:51:46.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.97s Oct 26 21:51:46.009 INFO kablam! su: No module specific data is present Oct 26 21:51:47.471 INFO running `"docker" "rm" "-f" "909e35a0c008b9941a807d24a234aa41e7fb9344b917b49d11ed5b6c0d52367a"` Oct 26 21:51:47.783 INFO blam! 909e35a0c008b9941a807d24a234aa41e7fb9344b917b49d11ed5b6c0d52367a