Sep 06 02:21:58.145 INFO checking post-sockets-0.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 02:21:58.145 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 02:21:58.145 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:21:58.367 INFO blam! 43f2cf21f179667863e6a5d940c946966a71a297531f761ae43b3577e24298af Sep 06 02:21:58.369 INFO running `"docker" "start" "-a" "43f2cf21f179667863e6a5d940c946966a71a297531f761ae43b3577e24298af"` Sep 06 02:21:59.156 INFO kablam! usermod: no changes Sep 06 02:21:59.183 INFO kablam! Checking post-sockets v0.1.0 (file:///source) Sep 06 02:21:59.406 INFO kablam! warning: unused variable: `msg` Sep 06 02:21:59.406 INFO kablam! --> src/carrier.rs:34:24 Sep 06 02:21:59.406 INFO kablam! | Sep 06 02:21:59.406 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Sep 06 02:21:59.406 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 06 02:21:59.406 INFO kablam! | Sep 06 02:21:59.406 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 02:21:59.406 INFO kablam! Sep 06 02:21:59.406 INFO kablam! warning: unused variable: `data` Sep 06 02:21:59.406 INFO kablam! --> src/protocols/quic/mod.rs:71:30 Sep 06 02:21:59.406 INFO kablam! | Sep 06 02:21:59.406 INFO kablam! 71 | fn decode_message(&self, data : &[u8]) -> Option { Sep 06 02:21:59.406 INFO kablam! | ^^^^ help: consider using `_data` instead Sep 06 02:21:59.406 INFO kablam! Sep 06 02:21:59.406 INFO kablam! warning: unused variable: `mesg` Sep 06 02:21:59.406 INFO kablam! --> src/protocols/quic/mod.rs:75:30 Sep 06 02:21:59.406 INFO kablam! | Sep 06 02:21:59.406 INFO kablam! 75 | fn encode_message(&self, mesg : &Self::M) -> &[u8] { Sep 06 02:21:59.406 INFO kablam! | ^^^^ help: consider using `_mesg` instead Sep 06 02:21:59.406 INFO kablam! Sep 06 02:21:59.408 INFO kablam! warning: struct is never constructed: `Carrier` Sep 06 02:21:59.408 INFO kablam! --> src/carrier.rs:29:1 Sep 06 02:21:59.408 INFO kablam! | Sep 06 02:21:59.408 INFO kablam! 29 | pub struct Carrier

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

{ Sep 06 02:21:59.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:21:59.462 INFO kablam! | Sep 06 02:21:59.462 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 02:21:59.462 INFO kablam! Sep 06 02:21:59.462 INFO kablam! warning: method is never used: `send` Sep 06 02:21:59.462 INFO kablam! --> src/carrier.rs:34:5 Sep 06 02:21:59.462 INFO kablam! | Sep 06 02:21:59.462 INFO kablam! 34 | fn send(&mut self, msg : &P::M) { Sep 06 02:21:59.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:21:59.462 INFO kablam! Sep 06 02:21:59.462 INFO kablam! warning: struct is never constructed: `Quic` Sep 06 02:21:59.462 INFO kablam! --> src/protocols/quic/mod.rs:65:1 Sep 06 02:21:59.462 INFO kablam! | Sep 06 02:21:59.462 INFO kablam! 65 | struct Quic { Sep 06 02:21:59.462 INFO kablam! | ^^^^^^^^^^^ Sep 06 02:21:59.462 INFO kablam! Sep 06 02:21:59.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Sep 06 02:21:59.926 INFO kablam! su: No module specific data is present Sep 06 02:22:00.673 INFO running `"docker" "rm" "-f" "43f2cf21f179667863e6a5d940c946966a71a297531f761ae43b3577e24298af"` Sep 06 02:22:00.749 INFO blam! 43f2cf21f179667863e6a5d940c946966a71a297531f761ae43b3577e24298af