Sep 04 10:55:31.487 INFO checking post-sockets-0.1.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 10:55:31.487 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 10:55:31.487 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 10:55:31.703 INFO blam! 61852208b146f67ac516f855310425ebf3f92043750612714af82817bd4f9dcc Sep 04 10:55:31.704 INFO running `"docker" "start" "-a" "61852208b146f67ac516f855310425ebf3f92043750612714af82817bd4f9dcc"` Sep 04 10:55:32.332 INFO kablam! Checking post-sockets v0.1.0 (file:///source) Sep 04 10:55:32.858 INFO kablam! warning: unused variable: `msg` Sep 04 10:55:32.858 INFO kablam! --> src/carrier.rs:34:24 Sep 04 10:55:32.858 INFO kablam! | Sep 04 10:55:32.858 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Sep 04 10:55:32.858 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 04 10:55:32.858 INFO kablam! | Sep 04 10:55:32.859 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 10:55:32.859 INFO kablam! Sep 04 10:55:32.859 INFO kablam! warning: unused variable: `data` Sep 04 10:55:32.859 INFO kablam! --> src/protocols/quic/mod.rs:71:30 Sep 04 10:55:32.859 INFO kablam! | Sep 04 10:55:32.859 INFO kablam! 71 | fn decode_message(&self, data : &[u8]) -> Option { Sep 04 10:55:32.860 INFO kablam! | ^^^^ help: consider using `_data` instead Sep 04 10:55:32.860 INFO kablam! Sep 04 10:55:32.860 INFO kablam! warning: unused variable: `mesg` Sep 04 10:55:32.860 INFO kablam! --> src/protocols/quic/mod.rs:75:30 Sep 04 10:55:32.860 INFO kablam! | Sep 04 10:55:32.860 INFO kablam! 75 | fn encode_message(&self, mesg : &Self::M) -> &[u8] { Sep 04 10:55:32.860 INFO kablam! | ^^^^ help: consider using `_mesg` instead Sep 04 10:55:32.861 INFO kablam! Sep 04 10:55:32.866 INFO kablam! warning: struct is never constructed: `Carrier` Sep 04 10:55:32.866 INFO kablam! --> src/carrier.rs:29:1 Sep 04 10:55:32.866 INFO kablam! | Sep 04 10:55:32.866 INFO kablam! 29 | pub struct Carrier

{ Sep 04 10:55:32.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:55:32.866 INFO kablam! | Sep 04 10:55:32.866 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 10:55:32.866 INFO kablam! Sep 04 10:55:32.867 INFO kablam! warning: method is never used: `send` Sep 04 10:55:32.867 INFO kablam! --> src/carrier.rs:34:5 Sep 04 10:55:32.867 INFO kablam! | Sep 04 10:55:32.867 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Sep 04 10:55:32.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:55:32.867 INFO kablam! Sep 04 10:55:32.867 INFO kablam! warning: struct is never constructed: `Quic` Sep 04 10:55:32.867 INFO kablam! --> src/protocols/quic/mod.rs:65:1 Sep 04 10:55:32.867 INFO kablam! | Sep 04 10:55:32.867 INFO kablam! 65 | struct Quic { Sep 04 10:55:32.867 INFO kablam! | ^^^^^^^^^^^ Sep 04 10:55:32.867 INFO kablam! Sep 04 10:55:33.030 INFO kablam! warning: unused variable: `msg` Sep 04 10:55:33.030 INFO kablam! --> src/carrier.rs:34:24 Sep 04 10:55:33.030 INFO kablam! | Sep 04 10:55:33.030 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Sep 04 10:55:33.030 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 04 10:55:33.030 INFO kablam! | Sep 04 10:55:33.030 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 10:55:33.030 INFO kablam! Sep 04 10:55:33.030 INFO kablam! warning: unused variable: `data` Sep 04 10:55:33.030 INFO kablam! --> src/protocols/quic/mod.rs:71:30 Sep 04 10:55:33.030 INFO kablam! | Sep 04 10:55:33.030 INFO kablam! 71 | fn decode_message(&self, data : &[u8]) -> Option { Sep 04 10:55:33.030 INFO kablam! | ^^^^ help: consider using `_data` instead Sep 04 10:55:33.030 INFO kablam! Sep 04 10:55:33.031 INFO kablam! warning: unused variable: `mesg` Sep 04 10:55:33.031 INFO kablam! --> src/protocols/quic/mod.rs:75:30 Sep 04 10:55:33.031 INFO kablam! | Sep 04 10:55:33.031 INFO kablam! 75 | fn encode_message(&self, mesg : &Self::M) -> &[u8] { Sep 04 10:55:33.031 INFO kablam! | ^^^^ help: consider using `_mesg` instead Sep 04 10:55:33.031 INFO kablam! Sep 04 10:55:33.035 INFO kablam! warning: struct is never constructed: `Carrier` Sep 04 10:55:33.035 INFO kablam! --> src/carrier.rs:29:1 Sep 04 10:55:33.035 INFO kablam! | Sep 04 10:55:33.035 INFO kablam! 29 | pub struct Carrier

{ Sep 04 10:55:33.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:55:33.044 INFO kablam! | Sep 04 10:55:33.044 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 10:55:33.045 INFO kablam! Sep 04 10:55:33.045 INFO kablam! warning: method is never used: `send` Sep 04 10:55:33.045 INFO kablam! --> src/carrier.rs:34:5 Sep 04 10:55:33.045 INFO kablam! | Sep 04 10:55:33.045 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Sep 04 10:55:33.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:55:33.045 INFO kablam! Sep 04 10:55:33.045 INFO kablam! warning: struct is never constructed: `Quic` Sep 04 10:55:33.045 INFO kablam! --> src/protocols/quic/mod.rs:65:1 Sep 04 10:55:33.045 INFO kablam! | Sep 04 10:55:33.045 INFO kablam! 65 | struct Quic { Sep 04 10:55:33.045 INFO kablam! | ^^^^^^^^^^^ Sep 04 10:55:33.045 INFO kablam! Sep 04 10:55:34.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Sep 04 10:55:34.033 INFO kablam! su: No module specific data is present Sep 04 10:55:34.630 INFO running `"docker" "rm" "-f" "61852208b146f67ac516f855310425ebf3f92043750612714af82817bd4f9dcc"` Sep 04 10:55:34.758 INFO blam! 61852208b146f67ac516f855310425ebf3f92043750612714af82817bd4f9dcc