Oct 27 17:54:03.951 INFO checking post-sockets-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:54:03.951 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 17:54:04.159 INFO blam! faf6e64107a197098aef27e58ee6ff5c9e2f3cd54b267c6ca0f4d68ca3fcf636 Oct 27 17:54:04.165 INFO running `"docker" "start" "-a" "faf6e64107a197098aef27e58ee6ff5c9e2f3cd54b267c6ca0f4d68ca3fcf636"` Oct 27 17:54:04.699 INFO kablam! usermod: no changes Oct 27 17:54:04.791 INFO kablam! Checking post-sockets v0.1.0 (/source) Oct 27 17:54:05.339 INFO kablam! warning: unused variable: `msg` Oct 27 17:54:05.339 INFO kablam! --> src/carrier.rs:34:24 Oct 27 17:54:05.339 INFO kablam! | Oct 27 17:54:05.339 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Oct 27 17:54:05.339 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 27 17:54:05.339 INFO kablam! | Oct 27 17:54:05.339 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:54:05.339 INFO kablam! Oct 27 17:54:05.339 INFO kablam! warning: unused variable: `data` Oct 27 17:54:05.339 INFO kablam! --> src/protocols/quic/mod.rs:71:30 Oct 27 17:54:05.340 INFO kablam! | Oct 27 17:54:05.340 INFO kablam! 71 | fn decode_message(&self, data : &[u8]) -> Option { Oct 27 17:54:05.340 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 17:54:05.341 INFO kablam! Oct 27 17:54:05.341 INFO kablam! warning: unused variable: `mesg` Oct 27 17:54:05.341 INFO kablam! --> src/protocols/quic/mod.rs:75:30 Oct 27 17:54:05.342 INFO kablam! | Oct 27 17:54:05.342 INFO kablam! 75 | fn encode_message(&self, mesg : &Self::M) -> &[u8] { Oct 27 17:54:05.342 INFO kablam! | ^^^^ help: consider using `_mesg` instead Oct 27 17:54:05.342 INFO kablam! Oct 27 17:54:05.346 INFO kablam! warning: struct is never constructed: `Carrier` Oct 27 17:54:05.346 INFO kablam! --> src/carrier.rs:29:1 Oct 27 17:54:05.346 INFO kablam! | Oct 27 17:54:05.346 INFO kablam! 29 | pub struct Carrier

{ Oct 27 17:54:05.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:05.347 INFO kablam! | Oct 27 17:54:05.347 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:54:05.348 INFO kablam! Oct 27 17:54:05.348 INFO kablam! warning: method is never used: `send` Oct 27 17:54:05.349 INFO kablam! --> src/carrier.rs:34:5 Oct 27 17:54:05.349 INFO kablam! | Oct 27 17:54:05.349 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Oct 27 17:54:05.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:05.349 INFO kablam! Oct 27 17:54:05.350 INFO kablam! warning: struct is never constructed: `Quic` Oct 27 17:54:05.350 INFO kablam! --> src/protocols/quic/mod.rs:65:1 Oct 27 17:54:05.350 INFO kablam! | Oct 27 17:54:05.351 INFO kablam! 65 | struct Quic { Oct 27 17:54:05.351 INFO kablam! | ^^^^^^^^^^^ Oct 27 17:54:05.351 INFO kablam! Oct 27 17:54:06.515 INFO kablam! warning: unused variable: `msg` Oct 27 17:54:06.515 INFO kablam! --> src/carrier.rs:34:24 Oct 27 17:54:06.515 INFO kablam! | Oct 27 17:54:06.515 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Oct 27 17:54:06.515 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 27 17:54:06.515 INFO kablam! | Oct 27 17:54:06.515 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:54:06.515 INFO kablam! Oct 27 17:54:06.515 INFO kablam! warning: unused variable: `data` Oct 27 17:54:06.515 INFO kablam! --> src/protocols/quic/mod.rs:71:30 Oct 27 17:54:06.515 INFO kablam! | Oct 27 17:54:06.515 INFO kablam! 71 | fn decode_message(&self, data : &[u8]) -> Option { Oct 27 17:54:06.515 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 17:54:06.515 INFO kablam! Oct 27 17:54:06.523 INFO kablam! warning: unused variable: `mesg` Oct 27 17:54:06.523 INFO kablam! --> src/protocols/quic/mod.rs:75:30 Oct 27 17:54:06.523 INFO kablam! | Oct 27 17:54:06.523 INFO kablam! 75 | fn encode_message(&self, mesg : &Self::M) -> &[u8] { Oct 27 17:54:06.523 INFO kablam! | ^^^^ help: consider using `_mesg` instead Oct 27 17:54:06.523 INFO kablam! Oct 27 17:54:06.523 INFO kablam! warning: struct is never constructed: `Carrier` Oct 27 17:54:06.523 INFO kablam! --> src/carrier.rs:29:1 Oct 27 17:54:06.523 INFO kablam! | Oct 27 17:54:06.523 INFO kablam! 29 | pub struct Carrier

{ Oct 27 17:54:06.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:06.523 INFO kablam! | Oct 27 17:54:06.523 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:54:06.523 INFO kablam! Oct 27 17:54:06.523 INFO kablam! warning: method is never used: `send` Oct 27 17:54:06.523 INFO kablam! --> src/carrier.rs:34:5 Oct 27 17:54:06.523 INFO kablam! | Oct 27 17:54:06.523 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Oct 27 17:54:06.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:06.523 INFO kablam! Oct 27 17:54:06.523 INFO kablam! warning: struct is never constructed: `Quic` Oct 27 17:54:06.523 INFO kablam! --> src/protocols/quic/mod.rs:65:1 Oct 27 17:54:06.523 INFO kablam! | Oct 27 17:54:06.523 INFO kablam! 65 | struct Quic { Oct 27 17:54:06.523 INFO kablam! | ^^^^^^^^^^^ Oct 27 17:54:06.523 INFO kablam! Oct 27 17:54:07.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.83s Oct 27 17:54:07.585 INFO kablam! su: No module specific data is present Oct 27 17:54:08.344 INFO running `"docker" "rm" "-f" "faf6e64107a197098aef27e58ee6ff5c9e2f3cd54b267c6ca0f4d68ca3fcf636"` Oct 27 17:54:08.527 INFO blam! faf6e64107a197098aef27e58ee6ff5c9e2f3cd54b267c6ca0f4d68ca3fcf636