Sep 19 20:48:45.921 INFO checking post-sockets-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 20:48:45.921 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 20:48:45.921 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:48:46.286 INFO blam! df52ef45bfe0ed4f1d0335e2ec63c8f4181f70ca6d7ef03a311f6cc1e55a0986 Sep 19 20:48:46.288 INFO running `"docker" "start" "-a" "df52ef45bfe0ed4f1d0335e2ec63c8f4181f70ca6d7ef03a311f6cc1e55a0986"` Sep 19 20:48:47.507 INFO kablam! usermod: no changes Sep 19 20:48:47.599 INFO kablam! Checking post-sockets v0.1.0 (/source) Sep 19 20:48:47.998 INFO kablam! warning: unused variable: `msg` Sep 19 20:48:47.999 INFO kablam! --> src/carrier.rs:34:24 Sep 19 20:48:47.999 INFO kablam! | Sep 19 20:48:47.999 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Sep 19 20:48:47.999 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 19 20:48:47.999 INFO kablam! | Sep 19 20:48:47.999 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 20:48:47.999 INFO kablam! Sep 19 20:48:47.999 INFO kablam! warning: unused variable: `data` Sep 19 20:48:47.999 INFO kablam! --> src/protocols/quic/mod.rs:71:30 Sep 19 20:48:47.999 INFO kablam! | Sep 19 20:48:47.999 INFO kablam! 71 | fn decode_message(&self, data : &[u8]) -> Option { Sep 19 20:48:47.999 INFO kablam! | ^^^^ help: consider using `_data` instead Sep 19 20:48:47.999 INFO kablam! Sep 19 20:48:47.999 INFO kablam! warning: unused variable: `mesg` Sep 19 20:48:47.999 INFO kablam! --> src/protocols/quic/mod.rs:75:30 Sep 19 20:48:47.999 INFO kablam! | Sep 19 20:48:47.999 INFO kablam! 75 | fn encode_message(&self, mesg : &Self::M) -> &[u8] { Sep 19 20:48:47.999 INFO kablam! | ^^^^ help: consider using `_mesg` instead Sep 19 20:48:47.999 INFO kablam! Sep 19 20:48:47.999 INFO kablam! warning: struct is never constructed: `Carrier` Sep 19 20:48:47.999 INFO kablam! --> src/carrier.rs:29:1 Sep 19 20:48:47.999 INFO kablam! | Sep 19 20:48:47.999 INFO kablam! 29 | pub struct Carrier

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

{ Sep 19 20:48:48.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:48:48.212 INFO kablam! | Sep 19 20:48:48.212 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 20:48:48.212 INFO kablam! Sep 19 20:48:48.212 INFO kablam! warning: method is never used: `send` Sep 19 20:48:48.212 INFO kablam! --> src/carrier.rs:34:5 Sep 19 20:48:48.212 INFO kablam! | Sep 19 20:48:48.212 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Sep 19 20:48:48.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:48:48.212 INFO kablam! Sep 19 20:48:48.212 INFO kablam! warning: struct is never constructed: `Quic` Sep 19 20:48:48.212 INFO kablam! --> src/protocols/quic/mod.rs:65:1 Sep 19 20:48:48.212 INFO kablam! | Sep 19 20:48:48.212 INFO kablam! 65 | struct Quic { Sep 19 20:48:48.212 INFO kablam! | ^^^^^^^^^^^ Sep 19 20:48:48.212 INFO kablam! Sep 19 20:48:48.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Sep 19 20:48:48.827 INFO kablam! su: No module specific data is present Sep 19 20:48:49.789 INFO running `"docker" "rm" "-f" "df52ef45bfe0ed4f1d0335e2ec63c8f4181f70ca6d7ef03a311f6cc1e55a0986"` Sep 19 20:48:50.157 INFO blam! df52ef45bfe0ed4f1d0335e2ec63c8f4181f70ca6d7ef03a311f6cc1e55a0986