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

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

{ Sep 19 22:41:50.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:41:50.892 INFO kablam! | Sep 19 22:41:50.892 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:41:50.892 INFO kablam! Sep 19 22:41:50.892 INFO kablam! warning: method is never used: `send` Sep 19 22:41:50.892 INFO kablam! --> src/carrier.rs:34:5 Sep 19 22:41:50.892 INFO kablam! | Sep 19 22:41:50.892 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Sep 19 22:41:50.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:41:50.892 INFO kablam! Sep 19 22:41:50.892 INFO kablam! warning: struct is never constructed: `Quic` Sep 19 22:41:50.892 INFO kablam! --> src/protocols/quic/mod.rs:65:1 Sep 19 22:41:50.892 INFO kablam! | Sep 19 22:41:50.892 INFO kablam! 65 | struct Quic { Sep 19 22:41:50.892 INFO kablam! | ^^^^^^^^^^^ Sep 19 22:41:50.893 INFO kablam! Sep 19 22:41:51.190 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Sep 19 22:41:51.198 INFO kablam! su: No module specific data is present Sep 19 22:41:51.610 INFO running `"docker" "rm" "-f" "7800f3583949fe1f06fa3a46b464a1669196346c06600b3bd337962f1f2b9036"` Sep 19 22:41:51.706 INFO blam! 7800f3583949fe1f06fa3a46b464a1669196346c06600b3bd337962f1f2b9036