Sep 05 00:17:40.296 INFO checking amq-proto-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 05 00:17:40.296 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 05 00:17:40.296 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:17:40.542 INFO blam! 84206fd59d95f70d9643f571ce0dd070a352c951e542aa1e0e18cf569f1d7e45 Sep 05 00:17:40.544 INFO running `"docker" "start" "-a" "84206fd59d95f70d9643f571ce0dd070a352c951e542aa1e0e18cf569f1d7e45"` Sep 05 00:17:41.251 INFO kablam! Checking amq-proto v0.1.0 (file:///source) Sep 05 00:17:45.037 INFO kablam! warning: unused variable: `table_size` Sep 05 00:17:45.037 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 05 00:17:45.037 INFO kablam! | Sep 05 00:17:45.037 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 05 00:17:45.037 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 05 00:17:45.037 INFO kablam! | Sep 05 00:17:45.037 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 05 00:17:45.037 INFO kablam! Sep 05 00:17:45.041 INFO kablam! warning: value assigned to `idx` is never read Sep 05 00:17:45.041 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 05 00:17:45.041 INFO kablam! | Sep 05 00:17:45.041 INFO kablam! 305 | idx = idx + 1; Sep 05 00:17:45.041 INFO kablam! | ^^^ Sep 05 00:17:45.041 INFO kablam! | Sep 05 00:17:45.041 INFO kablam! ::: src/protocol.rs:390:5 Sep 05 00:17:45.041 INFO kablam! | Sep 05 00:17:45.041 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 05 00:17:45.041 INFO kablam! 391 | | content_type => shortstr, Sep 05 00:17:45.041 INFO kablam! 392 | | content_encoding => shortstr, Sep 05 00:17:45.041 INFO kablam! 393 | | headers => table, Sep 05 00:17:45.041 INFO kablam! ... | Sep 05 00:17:45.041 INFO kablam! 404 | | cluster_id => shortstr Sep 05 00:17:45.041 INFO kablam! 405 | | ); Sep 05 00:17:45.041 INFO kablam! | |______- in this macro invocation Sep 05 00:17:45.041 INFO kablam! | Sep 05 00:17:45.041 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 05 00:17:45.041 INFO kablam! Sep 05 00:17:45.564 INFO kablam! warning: unused variable: `f` Sep 05 00:17:45.564 INFO kablam! --> src/codegen_macros.rs:358:13 Sep 05 00:17:45.564 INFO kablam! | Sep 05 00:17:45.564 INFO kablam! 358 | let f = Foo { a: 1, b: "test".to_string(), c: "bar".to_string(), d: false, e: true, f: 0xDEADBEEF }; Sep 05 00:17:45.564 INFO kablam! | ^ help: consider using `_f` instead Sep 05 00:17:45.564 INFO kablam! | Sep 05 00:17:45.564 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 05 00:17:45.564 INFO kablam! Sep 05 00:17:45.565 INFO kablam! warning: unused variable: `table_size` Sep 05 00:17:45.565 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 05 00:17:45.565 INFO kablam! | Sep 05 00:17:45.565 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 05 00:17:45.566 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 05 00:17:45.566 INFO kablam! Sep 05 00:17:45.567 INFO kablam! warning: value assigned to `idx` is never read Sep 05 00:17:45.567 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 05 00:17:45.567 INFO kablam! | Sep 05 00:17:45.567 INFO kablam! 305 | idx = idx + 1; Sep 05 00:17:45.567 INFO kablam! | ^^^ Sep 05 00:17:45.567 INFO kablam! ... Sep 05 00:17:45.567 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 05 00:17:45.567 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 05 00:17:45.567 INFO kablam! | Sep 05 00:17:45.567 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 05 00:17:45.568 INFO kablam! Sep 05 00:17:45.572 INFO kablam! warning: value assigned to `idx` is never read Sep 05 00:17:45.572 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 05 00:17:45.572 INFO kablam! | Sep 05 00:17:45.572 INFO kablam! 305 | idx = idx + 1; Sep 05 00:17:45.572 INFO kablam! | ^^^ Sep 05 00:17:45.572 INFO kablam! | Sep 05 00:17:45.572 INFO kablam! ::: src/protocol.rs:390:5 Sep 05 00:17:45.572 INFO kablam! | Sep 05 00:17:45.572 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 05 00:17:45.572 INFO kablam! 391 | | content_type => shortstr, Sep 05 00:17:45.572 INFO kablam! 392 | | content_encoding => shortstr, Sep 05 00:17:45.572 INFO kablam! 393 | | headers => table, Sep 05 00:17:45.572 INFO kablam! ... | Sep 05 00:17:45.572 INFO kablam! 404 | | cluster_id => shortstr Sep 05 00:17:45.572 INFO kablam! 405 | | ); Sep 05 00:17:45.572 INFO kablam! | |______- in this macro invocation Sep 05 00:17:45.572 INFO kablam! Sep 05 00:17:45.982 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 00:17:45.982 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 05 00:17:45.982 INFO kablam! | Sep 05 00:17:45.982 INFO kablam! 141 | self.flush_bits(); Sep 05 00:17:45.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 00:17:45.982 INFO kablam! | Sep 05 00:17:45.982 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 00:17:45.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 00:17:45.982 INFO kablam! Sep 05 00:17:45.982 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 00:17:45.982 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 05 00:17:45.982 INFO kablam! | Sep 05 00:17:45.982 INFO kablam! 158 | self.flush_bits(); Sep 05 00:17:45.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 00:17:45.983 INFO kablam! | Sep 05 00:17:45.983 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 00:17:45.983 INFO kablam! Sep 05 00:17:46.804 INFO kablam! warning: method is never used: `decode` Sep 05 00:17:46.804 INFO kablam! --> src/codegen_macros.rs:275:13 Sep 05 00:17:46.804 INFO kablam! | Sep 05 00:17:46.804 INFO kablam! 275 | pub fn decode(content_header_frame: ContentHeaderFrame) -> Result<$struct_name> { Sep 05 00:17:46.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:17:46.805 INFO kablam! ... Sep 05 00:17:46.805 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 05 00:17:46.805 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 05 00:17:46.805 INFO kablam! | Sep 05 00:17:46.805 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 00:17:46.805 INFO kablam! Sep 05 00:17:46.805 INFO kablam! warning: method is never used: `encode` Sep 05 00:17:46.805 INFO kablam! --> src/codegen_macros.rs:292:13 Sep 05 00:17:46.805 INFO kablam! | Sep 05 00:17:46.805 INFO kablam! 292 | pub fn encode(self) -> Result> { Sep 05 00:17:46.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:17:46.805 INFO kablam! ... Sep 05 00:17:46.805 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 05 00:17:46.805 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 05 00:17:46.805 INFO kablam! Sep 05 00:17:46.805 INFO kablam! warning: method is never used: `flags` Sep 05 00:17:46.805 INFO kablam! --> src/codegen_macros.rs:300:13 Sep 05 00:17:46.805 INFO kablam! | Sep 05 00:17:46.805 INFO kablam! 300 | pub fn flags(&self) -> u16 { Sep 05 00:17:46.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:17:46.805 INFO kablam! ... Sep 05 00:17:46.805 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 05 00:17:46.805 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 05 00:17:46.805 INFO kablam! Sep 05 00:17:46.823 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 00:17:46.823 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 05 00:17:46.823 INFO kablam! | Sep 05 00:17:46.823 INFO kablam! 141 | self.flush_bits(); Sep 05 00:17:46.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 00:17:46.823 INFO kablam! | Sep 05 00:17:46.823 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 00:17:46.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 00:17:46.823 INFO kablam! Sep 05 00:17:46.823 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 00:17:46.823 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 05 00:17:46.823 INFO kablam! | Sep 05 00:17:46.824 INFO kablam! 158 | self.flush_bits(); Sep 05 00:17:46.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 00:17:46.824 INFO kablam! | Sep 05 00:17:46.824 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 00:17:46.824 INFO kablam! Sep 05 00:17:46.983 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.80s Sep 05 00:17:46.988 INFO kablam! su: No module specific data is present Sep 05 00:17:47.437 INFO running `"docker" "rm" "-f" "84206fd59d95f70d9643f571ce0dd070a352c951e542aa1e0e18cf569f1d7e45"` Sep 05 00:17:47.571 INFO blam! 84206fd59d95f70d9643f571ce0dd070a352c951e542aa1e0e18cf569f1d7e45