Oct 27 06:46:42.987 INFO checking christiansakai/chatter against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 06:46:42.988 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 06:46:43.511 INFO blam! d08cd25dbc713d2fd91e914c5934a519a9e373f36bd66eb39fc2a443d9818813 Oct 27 06:46:43.519 INFO running `"docker" "start" "-a" "d08cd25dbc713d2fd91e914c5934a519a9e373f36bd66eb39fc2a443d9818813"` Oct 27 06:46:45.179 INFO kablam! usermod: no changes Oct 27 06:46:45.315 INFO kablam! Compiling syn v0.14.9 Oct 27 06:46:56.343 INFO kablam! Compiling serde_derive v1.0.76 Oct 27 06:47:13.791 INFO kablam! Checking chatter v0.1.0 (/source) Oct 27 06:47:14.714 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 27 06:47:14.714 INFO kablam! --> src/client.rs:6:15 Oct 27 06:47:14.714 INFO kablam! | Oct 27 06:47:14.714 INFO kablam! 6 | use std::io::{Error, ErrorKind, Read, Write}; Oct 27 06:47:14.714 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 27 06:47:14.714 INFO kablam! | Oct 27 06:47:14.714 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:47:14.714 INFO kablam! Oct 27 06:47:14.714 INFO kablam! warning: unused import: `Write` Oct 27 06:47:14.714 INFO kablam! --> src/util.rs:4:21 Oct 27 06:47:14.714 INFO kablam! | Oct 27 06:47:14.714 INFO kablam! 4 | use std::io::{self, Write}; Oct 27 06:47:14.714 INFO kablam! | ^^^^^ Oct 27 06:47:14.714 INFO kablam! Oct 27 06:47:14.847 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 27 06:47:14.847 INFO kablam! --> src/client.rs:6:15 Oct 27 06:47:14.847 INFO kablam! | Oct 27 06:47:14.847 INFO kablam! 6 | use std::io::{Error, ErrorKind, Read, Write}; Oct 27 06:47:14.847 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 27 06:47:14.847 INFO kablam! | Oct 27 06:47:14.847 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:47:14.847 INFO kablam! Oct 27 06:47:14.847 INFO kablam! warning: unused import: `Write` Oct 27 06:47:14.847 INFO kablam! --> src/util.rs:4:21 Oct 27 06:47:14.847 INFO kablam! | Oct 27 06:47:14.847 INFO kablam! 4 | use std::io::{self, Write}; Oct 27 06:47:14.847 INFO kablam! | ^^^^^ Oct 27 06:47:14.847 INFO kablam! Oct 27 06:47:14.895 INFO kablam! warning: field is never used: `address` Oct 27 06:47:14.896 INFO kablam! --> src/server.rs:12:5 Oct 27 06:47:14.896 INFO kablam! | Oct 27 06:47:14.896 INFO kablam! 12 | address: SocketAddr, Oct 27 06:47:14.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 06:47:14.897 INFO kablam! | Oct 27 06:47:14.897 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:47:14.897 INFO kablam! Oct 27 06:47:14.898 INFO kablam! warning: field is never used: `name` Oct 27 06:47:14.898 INFO kablam! --> src/client.rs:12:5 Oct 27 06:47:14.898 INFO kablam! | Oct 27 06:47:14.899 INFO kablam! 12 | name: String, Oct 27 06:47:14.899 INFO kablam! | ^^^^^^^^^^^^ Oct 27 06:47:14.899 INFO kablam! Oct 27 06:47:15.247 INFO kablam! warning: field is never used: `address` Oct 27 06:47:15.247 INFO kablam! --> src/server.rs:12:5 Oct 27 06:47:15.247 INFO kablam! | Oct 27 06:47:15.247 INFO kablam! 12 | address: SocketAddr, Oct 27 06:47:15.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 06:47:15.247 INFO kablam! | Oct 27 06:47:15.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:47:15.247 INFO kablam! Oct 27 06:47:15.247 INFO kablam! warning: field is never used: `name` Oct 27 06:47:15.247 INFO kablam! --> src/client.rs:12:5 Oct 27 06:47:15.247 INFO kablam! | Oct 27 06:47:15.247 INFO kablam! 12 | name: String, Oct 27 06:47:15.247 INFO kablam! | ^^^^^^^^^^^^ Oct 27 06:47:15.247 INFO kablam! Oct 27 06:47:17.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.44s Oct 27 06:47:17.661 INFO kablam! su: No module specific data is present Oct 27 06:47:18.247 INFO running `"docker" "rm" "-f" "d08cd25dbc713d2fd91e914c5934a519a9e373f36bd66eb39fc2a443d9818813"` Oct 27 06:47:18.555 INFO blam! d08cd25dbc713d2fd91e914c5934a519a9e373f36bd66eb39fc2a443d9818813