Oct 26 19:42:24.589 INFO checking tera3939/rustcp_client against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:42:24.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 19:42:24.979 INFO blam! 294bc1de5bad1ae885442b4551effc00390edbbb774e96d4986765c60573b8af Oct 26 19:42:24.985 INFO running `"docker" "start" "-a" "294bc1de5bad1ae885442b4551effc00390edbbb774e96d4986765c60573b8af"` Oct 26 19:42:25.706 INFO kablam! usermod: no changes Oct 26 19:42:25.738 INFO kablam! Checking rustcp_client v0.1.0 (/source) Oct 26 19:42:25.923 INFO kablam! warning: unused variable: `buffer` Oct 26 19:42:25.923 INFO kablam! --> src/main.rs:12:13 Oct 26 19:42:25.923 INFO kablam! | Oct 26 19:42:25.923 INFO kablam! 12 | let mut buffer = String::new(); Oct 26 19:42:25.923 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 26 19:42:25.923 INFO kablam! | Oct 26 19:42:25.923 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:42:25.923 INFO kablam! Oct 26 19:42:25.926 INFO kablam! warning: variable does not need to be mutable Oct 26 19:42:25.926 INFO kablam! --> src/main.rs:12:9 Oct 26 19:42:25.926 INFO kablam! | Oct 26 19:42:25.926 INFO kablam! 12 | let mut buffer = String::new(); Oct 26 19:42:25.926 INFO kablam! | ----^^^^^^ Oct 26 19:42:25.926 INFO kablam! | | Oct 26 19:42:25.926 INFO kablam! | help: remove this `mut` Oct 26 19:42:25.926 INFO kablam! | Oct 26 19:42:25.926 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:42:25.926 INFO kablam! Oct 26 19:42:25.933 INFO kablam! warning: unused variable: `buffer` Oct 26 19:42:25.933 INFO kablam! --> src/main.rs:12:13 Oct 26 19:42:25.933 INFO kablam! | Oct 26 19:42:25.933 INFO kablam! 12 | let mut buffer = String::new(); Oct 26 19:42:25.933 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 26 19:42:25.933 INFO kablam! | Oct 26 19:42:25.933 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:42:25.933 INFO kablam! Oct 26 19:42:25.936 INFO kablam! warning: variable does not need to be mutable Oct 26 19:42:25.936 INFO kablam! --> src/main.rs:12:9 Oct 26 19:42:25.936 INFO kablam! | Oct 26 19:42:25.936 INFO kablam! 12 | let mut buffer = String::new(); Oct 26 19:42:25.936 INFO kablam! | ----^^^^^^ Oct 26 19:42:25.936 INFO kablam! | | Oct 26 19:42:25.936 INFO kablam! | help: remove this `mut` Oct 26 19:42:25.936 INFO kablam! | Oct 26 19:42:25.936 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:42:25.936 INFO kablam! Oct 26 19:42:25.938 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:42:25.938 INFO kablam! --> src/main.rs:18:21 Oct 26 19:42:25.938 INFO kablam! | Oct 26 19:42:25.938 INFO kablam! 18 | stream.write(buffer.as_bytes()); Oct 26 19:42:25.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:42:25.938 INFO kablam! | Oct 26 19:42:25.938 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:42:25.938 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:42:25.938 INFO kablam! Oct 26 19:42:25.949 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:42:25.949 INFO kablam! --> src/main.rs:18:21 Oct 26 19:42:25.949 INFO kablam! | Oct 26 19:42:25.949 INFO kablam! 18 | stream.write(buffer.as_bytes()); Oct 26 19:42:25.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:42:25.949 INFO kablam! | Oct 26 19:42:25.949 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:42:25.949 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:42:25.949 INFO kablam! Oct 26 19:42:25.962 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 26 19:42:25.968 INFO kablam! su: No module specific data is present Oct 26 19:42:26.491 INFO running `"docker" "rm" "-f" "294bc1de5bad1ae885442b4551effc00390edbbb774e96d4986765c60573b8af"` Oct 26 19:42:26.751 INFO blam! 294bc1de5bad1ae885442b4551effc00390edbbb774e96d4986765c60573b8af