Sep 19 20:48:47.499 INFO checking post-sockets-0.1.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 20:48:47.499 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 20:48:47.499 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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:47.884 INFO blam! f4b3279b41d700e20ef1235ab7284cffc933d323e59c3345c60be597c4d79ef9 Sep 19 20:48:47.886 INFO running `"docker" "start" "-a" "f4b3279b41d700e20ef1235ab7284cffc933d323e59c3345c60be597c4d79ef9"` Sep 19 20:48:49.206 INFO kablam! usermod: no changes Sep 19 20:48:49.274 INFO kablam! Checking post-sockets v0.1.0 (/source) Sep 19 20:48:49.599 INFO kablam! warning: unused variable: `msg` Sep 19 20:48:49.599 INFO kablam! --> src/carrier.rs:34:24 Sep 19 20:48:49.599 INFO kablam! | Sep 19 20:48:49.599 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Sep 19 20:48:49.599 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 19 20:48:49.599 INFO kablam! | Sep 19 20:48:49.599 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 20:48:49.599 INFO kablam! Sep 19 20:48:49.599 INFO kablam! warning: unused variable: `data` Sep 19 20:48:49.599 INFO kablam! --> src/protocols/quic/mod.rs:71:30 Sep 19 20:48:49.599 INFO kablam! | Sep 19 20:48:49.599 INFO kablam! 71 | fn decode_message(&self, data : &[u8]) -> Option { Sep 19 20:48:49.599 INFO kablam! | ^^^^ help: consider using `_data` instead Sep 19 20:48:49.599 INFO kablam! Sep 19 20:48:49.599 INFO kablam! warning: unused variable: `mesg` Sep 19 20:48:49.599 INFO kablam! --> src/protocols/quic/mod.rs:75:30 Sep 19 20:48:49.599 INFO kablam! | Sep 19 20:48:49.599 INFO kablam! 75 | fn encode_message(&self, mesg : &Self::M) -> &[u8] { Sep 19 20:48:49.599 INFO kablam! | ^^^^ help: consider using `_mesg` instead Sep 19 20:48:49.599 INFO kablam! Sep 19 20:48:49.602 INFO kablam! warning: struct is never constructed: `Carrier` Sep 19 20:48:49.602 INFO kablam! --> src/carrier.rs:29:1 Sep 19 20:48:49.602 INFO kablam! | Sep 19 20:48:49.602 INFO kablam! 29 | pub struct Carrier

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

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