Sep 18 03:48:39.164 INFO checking amq-proto-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:48:39.164 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:48:39.164 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:48:39.919 INFO blam! 8aa2e0312634a659261e0614907588d28b5f54e9cfe04789a632853a5ed91cee Sep 18 03:48:39.921 INFO running `"docker" "start" "-a" "8aa2e0312634a659261e0614907588d28b5f54e9cfe04789a632853a5ed91cee"` Sep 18 03:48:41.315 INFO kablam! usermod: no changes Sep 18 03:48:41.490 INFO kablam! Checking amq-proto v0.1.0 (/source) Sep 18 03:48:44.433 INFO kablam! warning: unused variable: `f` Sep 18 03:48:44.434 INFO kablam! --> src/codegen_macros.rs:358:13 Sep 18 03:48:44.434 INFO kablam! | Sep 18 03:48:44.434 INFO kablam! 358 | let f = Foo { a: 1, b: "test".to_string(), c: "bar".to_string(), d: false, e: true, f: 0xDEADBEEF }; Sep 18 03:48:44.435 INFO kablam! | ^ help: consider using `_f` instead Sep 18 03:48:44.435 INFO kablam! | Sep 18 03:48:44.436 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 03:48:44.436 INFO kablam! Sep 18 03:48:44.436 INFO kablam! warning: unused variable: `table_size` Sep 18 03:48:44.436 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 18 03:48:44.437 INFO kablam! | Sep 18 03:48:44.437 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 18 03:48:44.437 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 18 03:48:44.438 INFO kablam! Sep 18 03:48:44.438 INFO kablam! warning: value assigned to `idx` is never read Sep 18 03:48:44.438 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 18 03:48:44.439 INFO kablam! | Sep 18 03:48:44.439 INFO kablam! 305 | idx = idx + 1; Sep 18 03:48:44.440 INFO kablam! | ^^^ Sep 18 03:48:44.440 INFO kablam! ... Sep 18 03:48:44.440 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:44.441 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:44.441 INFO kablam! | Sep 18 03:48:44.441 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 18 03:48:44.442 INFO kablam! Sep 18 03:48:44.442 INFO kablam! warning: value assigned to `idx` is never read Sep 18 03:48:44.442 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 18 03:48:44.443 INFO kablam! | Sep 18 03:48:44.443 INFO kablam! 305 | idx = idx + 1; Sep 18 03:48:44.443 INFO kablam! | ^^^ Sep 18 03:48:44.444 INFO kablam! | Sep 18 03:48:44.444 INFO kablam! ::: src/protocol.rs:390:5 Sep 18 03:48:44.444 INFO kablam! | Sep 18 03:48:44.445 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 18 03:48:44.445 INFO kablam! 391 | | content_type => shortstr, Sep 18 03:48:44.445 INFO kablam! 392 | | content_encoding => shortstr, Sep 18 03:48:44.446 INFO kablam! 393 | | headers => table, Sep 18 03:48:44.446 INFO kablam! ... | Sep 18 03:48:44.446 INFO kablam! 404 | | cluster_id => shortstr Sep 18 03:48:44.447 INFO kablam! 405 | | ); Sep 18 03:48:44.447 INFO kablam! | |______- in this macro invocation Sep 18 03:48:44.447 INFO kablam! Sep 18 03:48:44.725 INFO kablam! warning: unused variable: `table_size` Sep 18 03:48:44.725 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 18 03:48:44.726 INFO kablam! | Sep 18 03:48:44.726 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 18 03:48:44.727 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 18 03:48:44.727 INFO kablam! | Sep 18 03:48:44.728 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 03:48:44.728 INFO kablam! Sep 18 03:48:44.741 INFO kablam! warning: value assigned to `idx` is never read Sep 18 03:48:44.741 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 18 03:48:44.742 INFO kablam! | Sep 18 03:48:44.742 INFO kablam! 305 | idx = idx + 1; Sep 18 03:48:44.743 INFO kablam! | ^^^ Sep 18 03:48:44.743 INFO kablam! | Sep 18 03:48:44.744 INFO kablam! ::: src/protocol.rs:390:5 Sep 18 03:48:44.744 INFO kablam! | Sep 18 03:48:44.744 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 18 03:48:44.745 INFO kablam! 391 | | content_type => shortstr, Sep 18 03:48:44.745 INFO kablam! 392 | | content_encoding => shortstr, Sep 18 03:48:44.746 INFO kablam! 393 | | headers => table, Sep 18 03:48:44.746 INFO kablam! ... | Sep 18 03:48:44.746 INFO kablam! 404 | | cluster_id => shortstr Sep 18 03:48:44.747 INFO kablam! 405 | | ); Sep 18 03:48:44.747 INFO kablam! | |______- in this macro invocation Sep 18 03:48:44.748 INFO kablam! | Sep 18 03:48:44.748 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 18 03:48:44.748 INFO kablam! Sep 18 03:48:45.375 INFO kablam! warning: method is never used: `decode` Sep 18 03:48:45.375 INFO kablam! --> src/codegen_macros.rs:275:13 Sep 18 03:48:45.376 INFO kablam! | Sep 18 03:48:45.376 INFO kablam! 275 | pub fn decode(content_header_frame: ContentHeaderFrame) -> Result<$struct_name> { Sep 18 03:48:45.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:45.377 INFO kablam! ... Sep 18 03:48:45.377 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:45.378 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:45.378 INFO kablam! | Sep 18 03:48:45.379 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 03:48:45.379 INFO kablam! Sep 18 03:48:45.379 INFO kablam! warning: method is never used: `encode` Sep 18 03:48:45.380 INFO kablam! --> src/codegen_macros.rs:292:13 Sep 18 03:48:45.380 INFO kablam! | Sep 18 03:48:45.381 INFO kablam! 292 | pub fn encode(self) -> Result> { Sep 18 03:48:45.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:45.381 INFO kablam! ... Sep 18 03:48:45.382 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:45.382 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:45.383 INFO kablam! Sep 18 03:48:45.383 INFO kablam! warning: method is never used: `flags` Sep 18 03:48:45.383 INFO kablam! --> src/codegen_macros.rs:300:13 Sep 18 03:48:45.384 INFO kablam! | Sep 18 03:48:45.384 INFO kablam! 300 | pub fn flags(&self) -> u16 { Sep 18 03:48:45.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:45.385 INFO kablam! ... Sep 18 03:48:45.385 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:45.386 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:45.386 INFO kablam! Sep 18 03:48:45.391 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:45.391 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 18 03:48:45.391 INFO kablam! | Sep 18 03:48:45.391 INFO kablam! 141 | self.flush_bits(); Sep 18 03:48:45.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:45.391 INFO kablam! | Sep 18 03:48:45.391 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:48:45.391 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:45.391 INFO kablam! Sep 18 03:48:45.391 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:45.391 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 18 03:48:45.391 INFO kablam! | Sep 18 03:48:45.391 INFO kablam! 158 | self.flush_bits(); Sep 18 03:48:45.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:45.391 INFO kablam! | Sep 18 03:48:45.391 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:45.391 INFO kablam! Sep 18 03:48:45.707 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:45.707 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 18 03:48:45.707 INFO kablam! | Sep 18 03:48:45.707 INFO kablam! 141 | self.flush_bits(); Sep 18 03:48:45.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:45.707 INFO kablam! | Sep 18 03:48:45.711 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:48:45.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:45.711 INFO kablam! Sep 18 03:48:45.712 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:45.712 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 18 03:48:45.712 INFO kablam! | Sep 18 03:48:45.712 INFO kablam! 158 | self.flush_bits(); Sep 18 03:48:45.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:45.712 INFO kablam! | Sep 18 03:48:45.713 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:45.713 INFO kablam! Sep 18 03:48:45.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.49s Sep 18 03:48:45.861 INFO kablam! su: No module specific data is present Sep 18 03:48:47.428 INFO running `"docker" "rm" "-f" "8aa2e0312634a659261e0614907588d28b5f54e9cfe04789a632853a5ed91cee"` Sep 18 03:48:47.679 INFO blam! 8aa2e0312634a659261e0614907588d28b5f54e9cfe04789a632853a5ed91cee