Oct 22 04:43:25.584 INFO checking amq-proto-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:43:25.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 22 04:43:25.968 INFO blam! d8175fbf61ad7ecf99e7bed5628185be3e9d1df8d79143a6acb7144c2637529f Oct 22 04:43:25.988 INFO running `"docker" "start" "-a" "d8175fbf61ad7ecf99e7bed5628185be3e9d1df8d79143a6acb7144c2637529f"` Oct 22 04:43:27.469 INFO kablam! usermod: no changes Oct 22 04:43:27.648 INFO kablam! Checking amq-proto v0.1.0 (/source) Oct 22 04:43:31.360 INFO kablam! warning: unused variable: `f` Oct 22 04:43:31.360 INFO kablam! --> src/codegen_macros.rs:358:13 Oct 22 04:43:31.360 INFO kablam! | Oct 22 04:43:31.360 INFO kablam! 358 | let f = Foo { a: 1, b: "test".to_string(), c: "bar".to_string(), d: false, e: true, f: 0xDEADBEEF }; Oct 22 04:43:31.360 INFO kablam! | ^ help: consider using `_f` instead Oct 22 04:43:31.360 INFO kablam! | Oct 22 04:43:31.360 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 04:43:31.360 INFO kablam! Oct 22 04:43:31.360 INFO kablam! warning: unused variable: `table_size` Oct 22 04:43:31.360 INFO kablam! --> src/codegen_macros.rs:59:53 Oct 22 04:43:31.360 INFO kablam! | Oct 22 04:43:31.360 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Oct 22 04:43:31.360 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Oct 22 04:43:31.360 INFO kablam! Oct 22 04:43:31.360 INFO kablam! warning: value assigned to `idx` is never read Oct 22 04:43:31.360 INFO kablam! --> src/codegen_macros.rs:305:21 Oct 22 04:43:31.360 INFO kablam! | Oct 22 04:43:31.360 INFO kablam! 305 | idx = idx + 1; Oct 22 04:43:31.360 INFO kablam! | ^^^ Oct 22 04:43:31.360 INFO kablam! ... Oct 22 04:43:31.360 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Oct 22 04:43:31.360 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Oct 22 04:43:31.360 INFO kablam! | Oct 22 04:43:31.360 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 22 04:43:31.360 INFO kablam! Oct 22 04:43:31.360 INFO kablam! warning: value assigned to `idx` is never read Oct 22 04:43:31.360 INFO kablam! --> src/codegen_macros.rs:305:21 Oct 22 04:43:31.360 INFO kablam! | Oct 22 04:43:31.360 INFO kablam! 305 | idx = idx + 1; Oct 22 04:43:31.360 INFO kablam! | ^^^ Oct 22 04:43:31.360 INFO kablam! | Oct 22 04:43:31.360 INFO kablam! ::: src/protocol.rs:390:5 Oct 22 04:43:31.360 INFO kablam! | Oct 22 04:43:31.360 INFO kablam! 390 | / properties_struct!(BasicProperties, Oct 22 04:43:31.360 INFO kablam! 391 | | content_type => shortstr, Oct 22 04:43:31.360 INFO kablam! 392 | | content_encoding => shortstr, Oct 22 04:43:31.360 INFO kablam! 393 | | headers => table, Oct 22 04:43:31.360 INFO kablam! ... | Oct 22 04:43:31.360 INFO kablam! 404 | | cluster_id => shortstr Oct 22 04:43:31.360 INFO kablam! 405 | | ); Oct 22 04:43:31.361 INFO kablam! | |______- in this macro invocation Oct 22 04:43:31.361 INFO kablam! Oct 22 04:43:31.511 INFO kablam! warning: unused variable: `table_size` Oct 22 04:43:31.511 INFO kablam! --> src/codegen_macros.rs:59:53 Oct 22 04:43:31.511 INFO kablam! | Oct 22 04:43:31.511 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Oct 22 04:43:31.511 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Oct 22 04:43:31.511 INFO kablam! | Oct 22 04:43:31.511 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 04:43:31.511 INFO kablam! Oct 22 04:43:31.520 INFO kablam! warning: value assigned to `idx` is never read Oct 22 04:43:31.520 INFO kablam! --> src/codegen_macros.rs:305:21 Oct 22 04:43:31.520 INFO kablam! | Oct 22 04:43:31.520 INFO kablam! 305 | idx = idx + 1; Oct 22 04:43:31.520 INFO kablam! | ^^^ Oct 22 04:43:31.520 INFO kablam! | Oct 22 04:43:31.520 INFO kablam! ::: src/protocol.rs:390:5 Oct 22 04:43:31.520 INFO kablam! | Oct 22 04:43:31.520 INFO kablam! 390 | / properties_struct!(BasicProperties, Oct 22 04:43:31.520 INFO kablam! 391 | | content_type => shortstr, Oct 22 04:43:31.520 INFO kablam! 392 | | content_encoding => shortstr, Oct 22 04:43:31.520 INFO kablam! 393 | | headers => table, Oct 22 04:43:31.520 INFO kablam! ... | Oct 22 04:43:31.520 INFO kablam! 404 | | cluster_id => shortstr Oct 22 04:43:31.520 INFO kablam! 405 | | ); Oct 22 04:43:31.520 INFO kablam! | |______- in this macro invocation Oct 22 04:43:31.520 INFO kablam! | Oct 22 04:43:31.520 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 22 04:43:31.520 INFO kablam! Oct 22 04:43:31.800 INFO kablam! warning: method is never used: `decode` Oct 22 04:43:31.800 INFO kablam! --> src/codegen_macros.rs:275:13 Oct 22 04:43:31.800 INFO kablam! | Oct 22 04:43:31.800 INFO kablam! 275 | pub fn decode(content_header_frame: ContentHeaderFrame) -> Result<$struct_name> { Oct 22 04:43:31.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:43:31.800 INFO kablam! ... Oct 22 04:43:31.800 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Oct 22 04:43:31.800 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Oct 22 04:43:31.800 INFO kablam! | Oct 22 04:43:31.800 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 04:43:31.800 INFO kablam! Oct 22 04:43:31.800 INFO kablam! warning: method is never used: `encode` Oct 22 04:43:31.800 INFO kablam! --> src/codegen_macros.rs:292:13 Oct 22 04:43:31.800 INFO kablam! | Oct 22 04:43:31.800 INFO kablam! 292 | pub fn encode(self) -> Result> { Oct 22 04:43:31.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:43:31.800 INFO kablam! ... Oct 22 04:43:31.801 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Oct 22 04:43:31.801 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Oct 22 04:43:31.801 INFO kablam! Oct 22 04:43:31.801 INFO kablam! warning: method is never used: `flags` Oct 22 04:43:31.801 INFO kablam! --> src/codegen_macros.rs:300:13 Oct 22 04:43:31.801 INFO kablam! | Oct 22 04:43:31.801 INFO kablam! 300 | pub fn flags(&self) -> u16 { Oct 22 04:43:31.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:43:31.801 INFO kablam! ... Oct 22 04:43:31.801 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Oct 22 04:43:31.801 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Oct 22 04:43:31.801 INFO kablam! Oct 22 04:43:31.808 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:43:31.808 INFO kablam! --> src/codegen_macros.rs:141:13 Oct 22 04:43:31.808 INFO kablam! | Oct 22 04:43:31.808 INFO kablam! 141 | self.flush_bits(); Oct 22 04:43:31.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:43:31.808 INFO kablam! | Oct 22 04:43:31.808 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 04:43:31.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:43:31.808 INFO kablam! Oct 22 04:43:31.808 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:43:31.808 INFO kablam! --> src/codegen_macros.rs:158:9 Oct 22 04:43:31.808 INFO kablam! | Oct 22 04:43:31.808 INFO kablam! 158 | self.flush_bits(); Oct 22 04:43:31.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:43:31.808 INFO kablam! | Oct 22 04:43:31.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:43:31.808 INFO kablam! Oct 22 04:43:32.128 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:43:32.128 INFO kablam! --> src/codegen_macros.rs:141:13 Oct 22 04:43:32.128 INFO kablam! | Oct 22 04:43:32.128 INFO kablam! 141 | self.flush_bits(); Oct 22 04:43:32.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:43:32.128 INFO kablam! | Oct 22 04:43:32.128 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 04:43:32.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:43:32.128 INFO kablam! Oct 22 04:43:32.128 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:43:32.128 INFO kablam! --> src/codegen_macros.rs:158:9 Oct 22 04:43:32.128 INFO kablam! | Oct 22 04:43:32.128 INFO kablam! 158 | self.flush_bits(); Oct 22 04:43:32.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:43:32.128 INFO kablam! | Oct 22 04:43:32.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:43:32.128 INFO kablam! Oct 22 04:43:32.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.74s Oct 22 04:43:32.238 INFO kablam! su: No module specific data is present Oct 22 04:43:33.193 INFO running `"docker" "rm" "-f" "d8175fbf61ad7ecf99e7bed5628185be3e9d1df8d79143a6acb7144c2637529f"` Oct 22 04:43:33.472 INFO blam! d8175fbf61ad7ecf99e7bed5628185be3e9d1df8d79143a6acb7144c2637529f