Sep 18 03:48:40.260 INFO checking amq-proto-0.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 03:48:40.260 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 03:48:40.260 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:40.576 INFO blam! 8d2dcaecbe1a4b67a672ec030307d5e5bbc942196bfe6572b01ba80729ecdf57 Sep 18 03:48:40.578 INFO running `"docker" "start" "-a" "8d2dcaecbe1a4b67a672ec030307d5e5bbc942196bfe6572b01ba80729ecdf57"` Sep 18 03:48:42.531 INFO kablam! usermod: no changes Sep 18 03:48:42.737 INFO kablam! Checking amq-proto v0.1.0 (/source) Sep 18 03:48:46.187 INFO kablam! warning: unused variable: `table_size` Sep 18 03:48:46.187 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 18 03:48:46.187 INFO kablam! | Sep 18 03:48:46.187 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 18 03:48:46.187 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 18 03:48:46.187 INFO kablam! | Sep 18 03:48:46.187 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 03:48:46.187 INFO kablam! Sep 18 03:48:46.187 INFO kablam! warning: value assigned to `idx` is never read Sep 18 03:48:46.187 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 18 03:48:46.187 INFO kablam! | Sep 18 03:48:46.187 INFO kablam! 305 | idx = idx + 1; Sep 18 03:48:46.187 INFO kablam! | ^^^ Sep 18 03:48:46.187 INFO kablam! | Sep 18 03:48:46.187 INFO kablam! ::: src/protocol.rs:390:5 Sep 18 03:48:46.187 INFO kablam! | Sep 18 03:48:46.187 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 18 03:48:46.187 INFO kablam! 391 | | content_type => shortstr, Sep 18 03:48:46.187 INFO kablam! 392 | | content_encoding => shortstr, Sep 18 03:48:46.187 INFO kablam! 393 | | headers => table, Sep 18 03:48:46.187 INFO kablam! ... | Sep 18 03:48:46.187 INFO kablam! 404 | | cluster_id => shortstr Sep 18 03:48:46.187 INFO kablam! 405 | | ); Sep 18 03:48:46.187 INFO kablam! | |______- in this macro invocation Sep 18 03:48:46.187 INFO kablam! | Sep 18 03:48:46.195 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 18 03:48:46.195 INFO kablam! Sep 18 03:48:46.643 INFO kablam! warning: unused variable: `f` Sep 18 03:48:46.643 INFO kablam! --> src/codegen_macros.rs:358:13 Sep 18 03:48:46.643 INFO kablam! | Sep 18 03:48:46.643 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:46.643 INFO kablam! | ^ help: consider using `_f` instead Sep 18 03:48:46.643 INFO kablam! | Sep 18 03:48:46.643 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 03:48:46.643 INFO kablam! Sep 18 03:48:46.643 INFO kablam! warning: unused variable: `table_size` Sep 18 03:48:46.643 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 18 03:48:46.643 INFO kablam! | Sep 18 03:48:46.643 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 18 03:48:46.643 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 18 03:48:46.643 INFO kablam! Sep 18 03:48:46.643 INFO kablam! warning: value assigned to `idx` is never read Sep 18 03:48:46.643 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 18 03:48:46.643 INFO kablam! | Sep 18 03:48:46.643 INFO kablam! 305 | idx = idx + 1; Sep 18 03:48:46.643 INFO kablam! | ^^^ Sep 18 03:48:46.643 INFO kablam! ... Sep 18 03:48:46.643 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:46.643 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:46.643 INFO kablam! | Sep 18 03:48:46.643 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 18 03:48:46.643 INFO kablam! Sep 18 03:48:46.643 INFO kablam! warning: value assigned to `idx` is never read Sep 18 03:48:46.643 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 18 03:48:46.643 INFO kablam! | Sep 18 03:48:46.643 INFO kablam! 305 | idx = idx + 1; Sep 18 03:48:46.643 INFO kablam! | ^^^ Sep 18 03:48:46.643 INFO kablam! | Sep 18 03:48:46.643 INFO kablam! ::: src/protocol.rs:390:5 Sep 18 03:48:46.643 INFO kablam! | Sep 18 03:48:46.644 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 18 03:48:46.644 INFO kablam! 391 | | content_type => shortstr, Sep 18 03:48:46.644 INFO kablam! 392 | | content_encoding => shortstr, Sep 18 03:48:46.644 INFO kablam! 393 | | headers => table, Sep 18 03:48:46.644 INFO kablam! ... | Sep 18 03:48:46.644 INFO kablam! 404 | | cluster_id => shortstr Sep 18 03:48:46.644 INFO kablam! 405 | | ); Sep 18 03:48:46.644 INFO kablam! | |______- in this macro invocation Sep 18 03:48:46.644 INFO kablam! Sep 18 03:48:46.803 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:46.803 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 18 03:48:46.803 INFO kablam! | Sep 18 03:48:46.803 INFO kablam! 141 | self.flush_bits(); Sep 18 03:48:46.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:46.803 INFO kablam! | Sep 18 03:48:46.803 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:48:46.803 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:46.803 INFO kablam! Sep 18 03:48:46.803 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:46.803 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 18 03:48:46.803 INFO kablam! | Sep 18 03:48:46.803 INFO kablam! 158 | self.flush_bits(); Sep 18 03:48:46.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:46.803 INFO kablam! | Sep 18 03:48:46.803 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:46.803 INFO kablam! Sep 18 03:48:47.247 INFO kablam! warning: method is never used: `decode` Sep 18 03:48:47.247 INFO kablam! --> src/codegen_macros.rs:275:13 Sep 18 03:48:47.247 INFO kablam! | Sep 18 03:48:47.247 INFO kablam! 275 | pub fn decode(content_header_frame: ContentHeaderFrame) -> Result<$struct_name> { Sep 18 03:48:47.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:47.247 INFO kablam! ... Sep 18 03:48:47.247 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:47.247 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:47.247 INFO kablam! | Sep 18 03:48:47.247 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 03:48:47.247 INFO kablam! Sep 18 03:48:47.247 INFO kablam! warning: method is never used: `encode` Sep 18 03:48:47.248 INFO kablam! --> src/codegen_macros.rs:292:13 Sep 18 03:48:47.248 INFO kablam! | Sep 18 03:48:47.248 INFO kablam! 292 | pub fn encode(self) -> Result> { Sep 18 03:48:47.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:47.249 INFO kablam! ... Sep 18 03:48:47.250 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:47.250 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:47.250 INFO kablam! Sep 18 03:48:47.250 INFO kablam! warning: method is never used: `flags` Sep 18 03:48:47.251 INFO kablam! --> src/codegen_macros.rs:300:13 Sep 18 03:48:47.251 INFO kablam! | Sep 18 03:48:47.251 INFO kablam! 300 | pub fn flags(&self) -> u16 { Sep 18 03:48:47.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:47.252 INFO kablam! ... Sep 18 03:48:47.252 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:47.252 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:47.252 INFO kablam! Sep 18 03:48:47.260 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:47.260 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 18 03:48:47.260 INFO kablam! | Sep 18 03:48:47.261 INFO kablam! 141 | self.flush_bits(); Sep 18 03:48:47.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:47.261 INFO kablam! | Sep 18 03:48:47.262 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:48:47.262 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:47.262 INFO kablam! Sep 18 03:48:47.262 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:47.263 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 18 03:48:47.263 INFO kablam! | Sep 18 03:48:47.263 INFO kablam! 158 | self.flush_bits(); Sep 18 03:48:47.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:47.264 INFO kablam! | Sep 18 03:48:47.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:47.264 INFO kablam! Sep 18 03:48:47.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.78s Sep 18 03:48:47.377 INFO kablam! su: No module specific data is present Sep 18 03:48:48.311 INFO running `"docker" "rm" "-f" "8d2dcaecbe1a4b67a672ec030307d5e5bbc942196bfe6572b01ba80729ecdf57"` Sep 18 03:48:48.697 INFO blam! 8d2dcaecbe1a4b67a672ec030307d5e5bbc942196bfe6572b01ba80729ecdf57