Sep 21 13:30:23.378 INFO checking amq-proto-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 13:30:23.378 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 13:30:23.379 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 13:30:23.634 INFO blam! a013038a69f5ee147abde7c52513827a21935b9d65f5f7f47113f682f11c402d Sep 21 13:30:23.636 INFO running `"docker" "start" "-a" "a013038a69f5ee147abde7c52513827a21935b9d65f5f7f47113f682f11c402d"` Sep 21 13:30:24.918 INFO kablam! usermod: no changes Sep 21 13:30:25.058 INFO kablam! Checking amq-proto v0.1.0 (/source) Sep 21 13:30:28.581 INFO kablam! warning: unused variable: `table_size` Sep 21 13:30:28.582 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 21 13:30:28.582 INFO kablam! | Sep 21 13:30:28.582 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 21 13:30:28.583 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 21 13:30:28.583 INFO kablam! | Sep 21 13:30:28.584 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 13:30:28.584 INFO kablam! Sep 21 13:30:28.588 INFO kablam! warning: value assigned to `idx` is never read Sep 21 13:30:28.588 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 21 13:30:28.588 INFO kablam! | Sep 21 13:30:28.589 INFO kablam! 305 | idx = idx + 1; Sep 21 13:30:28.589 INFO kablam! | ^^^ Sep 21 13:30:28.589 INFO kablam! | Sep 21 13:30:28.590 INFO kablam! ::: src/protocol.rs:390:5 Sep 21 13:30:28.590 INFO kablam! | Sep 21 13:30:28.590 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 21 13:30:28.591 INFO kablam! 391 | | content_type => shortstr, Sep 21 13:30:28.591 INFO kablam! 392 | | content_encoding => shortstr, Sep 21 13:30:28.592 INFO kablam! 393 | | headers => table, Sep 21 13:30:28.592 INFO kablam! ... | Sep 21 13:30:28.592 INFO kablam! 404 | | cluster_id => shortstr Sep 21 13:30:28.593 INFO kablam! 405 | | ); Sep 21 13:30:28.593 INFO kablam! | |______- in this macro invocation Sep 21 13:30:28.593 INFO kablam! | Sep 21 13:30:28.594 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 21 13:30:28.594 INFO kablam! Sep 21 13:30:28.982 INFO kablam! warning: unused variable: `f` Sep 21 13:30:28.983 INFO kablam! --> src/codegen_macros.rs:358:13 Sep 21 13:30:28.983 INFO kablam! | Sep 21 13:30:28.983 INFO kablam! 358 | let f = Foo { a: 1, b: "test".to_string(), c: "bar".to_string(), d: false, e: true, f: 0xDEADBEEF }; Sep 21 13:30:28.984 INFO kablam! | ^ help: consider using `_f` instead Sep 21 13:30:28.984 INFO kablam! | Sep 21 13:30:28.984 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 13:30:28.985 INFO kablam! Sep 21 13:30:28.985 INFO kablam! warning: unused variable: `table_size` Sep 21 13:30:28.985 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 21 13:30:28.986 INFO kablam! | Sep 21 13:30:28.986 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 21 13:30:28.986 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 21 13:30:28.987 INFO kablam! Sep 21 13:30:28.987 INFO kablam! warning: value assigned to `idx` is never read Sep 21 13:30:28.987 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 21 13:30:28.988 INFO kablam! | Sep 21 13:30:28.988 INFO kablam! 305 | idx = idx + 1; Sep 21 13:30:28.988 INFO kablam! | ^^^ Sep 21 13:30:28.989 INFO kablam! ... Sep 21 13:30:28.989 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 21 13:30:28.989 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 21 13:30:28.990 INFO kablam! | Sep 21 13:30:28.990 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 21 13:30:28.990 INFO kablam! Sep 21 13:30:28.991 INFO kablam! warning: value assigned to `idx` is never read Sep 21 13:30:28.991 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 21 13:30:28.992 INFO kablam! | Sep 21 13:30:28.992 INFO kablam! 305 | idx = idx + 1; Sep 21 13:30:28.992 INFO kablam! | ^^^ Sep 21 13:30:28.993 INFO kablam! | Sep 21 13:30:28.993 INFO kablam! ::: src/protocol.rs:390:5 Sep 21 13:30:28.993 INFO kablam! | Sep 21 13:30:28.994 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 21 13:30:28.994 INFO kablam! 391 | | content_type => shortstr, Sep 21 13:30:28.995 INFO kablam! 392 | | content_encoding => shortstr, Sep 21 13:30:28.995 INFO kablam! 393 | | headers => table, Sep 21 13:30:28.995 INFO kablam! ... | Sep 21 13:30:28.996 INFO kablam! 404 | | cluster_id => shortstr Sep 21 13:30:28.996 INFO kablam! 405 | | ); Sep 21 13:30:28.996 INFO kablam! | |______- in this macro invocation Sep 21 13:30:28.997 INFO kablam! Sep 21 13:30:29.312 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 13:30:29.312 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 21 13:30:29.312 INFO kablam! | Sep 21 13:30:29.313 INFO kablam! 141 | self.flush_bits(); Sep 21 13:30:29.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 13:30:29.313 INFO kablam! | Sep 21 13:30:29.313 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 13:30:29.314 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 13:30:29.314 INFO kablam! Sep 21 13:30:29.314 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 13:30:29.314 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 21 13:30:29.315 INFO kablam! | Sep 21 13:30:29.315 INFO kablam! 158 | self.flush_bits(); Sep 21 13:30:29.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 13:30:29.315 INFO kablam! | Sep 21 13:30:29.315 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 13:30:29.315 INFO kablam! Sep 21 13:30:29.849 INFO kablam! warning: method is never used: `decode` Sep 21 13:30:29.849 INFO kablam! --> src/codegen_macros.rs:275:13 Sep 21 13:30:29.849 INFO kablam! | Sep 21 13:30:29.849 INFO kablam! 275 | pub fn decode(content_header_frame: ContentHeaderFrame) -> Result<$struct_name> { Sep 21 13:30:29.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:30:29.850 INFO kablam! ... Sep 21 13:30:29.850 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 21 13:30:29.850 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 21 13:30:29.850 INFO kablam! | Sep 21 13:30:29.850 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 13:30:29.850 INFO kablam! Sep 21 13:30:29.850 INFO kablam! warning: method is never used: `encode` Sep 21 13:30:29.850 INFO kablam! --> src/codegen_macros.rs:292:13 Sep 21 13:30:29.850 INFO kablam! | Sep 21 13:30:29.850 INFO kablam! 292 | pub fn encode(self) -> Result> { Sep 21 13:30:29.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:30:29.850 INFO kablam! ... Sep 21 13:30:29.850 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 21 13:30:29.850 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 21 13:30:29.850 INFO kablam! Sep 21 13:30:29.850 INFO kablam! warning: method is never used: `flags` Sep 21 13:30:29.850 INFO kablam! --> src/codegen_macros.rs:300:13 Sep 21 13:30:29.850 INFO kablam! | Sep 21 13:30:29.850 INFO kablam! 300 | pub fn flags(&self) -> u16 { Sep 21 13:30:29.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:30:29.850 INFO kablam! ... Sep 21 13:30:29.850 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 21 13:30:29.850 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 21 13:30:29.850 INFO kablam! Sep 21 13:30:29.862 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 13:30:29.862 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 21 13:30:29.862 INFO kablam! | Sep 21 13:30:29.862 INFO kablam! 141 | self.flush_bits(); Sep 21 13:30:29.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 13:30:29.862 INFO kablam! | Sep 21 13:30:29.862 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 13:30:29.862 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 13:30:29.862 INFO kablam! Sep 21 13:30:29.862 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 13:30:29.862 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 21 13:30:29.862 INFO kablam! | Sep 21 13:30:29.862 INFO kablam! 158 | self.flush_bits(); Sep 21 13:30:29.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 13:30:29.862 INFO kablam! | Sep 21 13:30:29.862 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 13:30:29.862 INFO kablam! Sep 21 13:30:29.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.00s Sep 21 13:30:29.952 INFO kablam! su: No module specific data is present Sep 21 13:30:31.627 INFO running `"docker" "rm" "-f" "a013038a69f5ee147abde7c52513827a21935b9d65f5f7f47113f682f11c402d"` Sep 21 13:30:31.740 INFO blam! a013038a69f5ee147abde7c52513827a21935b9d65f5f7f47113f682f11c402d