Oct 13 18:07:36.727 INFO checking amq-proto-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 18:07:36.729 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 18:07:37.179 INFO blam! b8964d6d1711581a7f459e3334f8bbfdaa3be561cc94b3f872d3b6f995415926 Oct 13 18:07:37.182 INFO running `"docker" "start" "-a" "b8964d6d1711581a7f459e3334f8bbfdaa3be561cc94b3f872d3b6f995415926"` Oct 13 18:07:38.472 INFO kablam! usermod: no changes Oct 13 18:07:38.620 INFO kablam! Checking amq-proto v0.1.0 (/source) Oct 13 18:07:42.040 INFO kablam! warning: unused variable: `table_size` Oct 13 18:07:42.040 INFO kablam! --> src/codegen_macros.rs:59:53 Oct 13 18:07:42.040 INFO kablam! | Oct 13 18:07:42.040 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Oct 13 18:07:42.040 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Oct 13 18:07:42.040 INFO kablam! | Oct 13 18:07:42.040 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 18:07:42.040 INFO kablam! Oct 13 18:07:42.040 INFO kablam! warning: value assigned to `idx` is never read Oct 13 18:07:42.040 INFO kablam! --> src/codegen_macros.rs:305:21 Oct 13 18:07:42.040 INFO kablam! | Oct 13 18:07:42.040 INFO kablam! 305 | idx = idx + 1; Oct 13 18:07:42.040 INFO kablam! | ^^^ Oct 13 18:07:42.040 INFO kablam! | Oct 13 18:07:42.040 INFO kablam! ::: src/protocol.rs:390:5 Oct 13 18:07:42.040 INFO kablam! | Oct 13 18:07:42.040 INFO kablam! 390 | / properties_struct!(BasicProperties, Oct 13 18:07:42.040 INFO kablam! 391 | | content_type => shortstr, Oct 13 18:07:42.040 INFO kablam! 392 | | content_encoding => shortstr, Oct 13 18:07:42.040 INFO kablam! 393 | | headers => table, Oct 13 18:07:42.040 INFO kablam! ... | Oct 13 18:07:42.040 INFO kablam! 404 | | cluster_id => shortstr Oct 13 18:07:42.040 INFO kablam! 405 | | ); Oct 13 18:07:42.040 INFO kablam! | |______- in this macro invocation Oct 13 18:07:42.040 INFO kablam! | Oct 13 18:07:42.040 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 18:07:42.040 INFO kablam! Oct 13 18:07:42.640 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 18:07:42.640 INFO kablam! --> src/codegen_macros.rs:141:13 Oct 13 18:07:42.640 INFO kablam! | Oct 13 18:07:42.640 INFO kablam! 141 | self.flush_bits(); Oct 13 18:07:42.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 18:07:42.640 INFO kablam! | Oct 13 18:07:42.640 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 18:07:42.640 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 18:07:42.640 INFO kablam! Oct 13 18:07:42.640 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 18:07:42.640 INFO kablam! --> src/codegen_macros.rs:158:9 Oct 13 18:07:42.640 INFO kablam! | Oct 13 18:07:42.640 INFO kablam! 158 | self.flush_bits(); Oct 13 18:07:42.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 18:07:42.640 INFO kablam! | Oct 13 18:07:42.640 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 18:07:42.640 INFO kablam! Oct 13 18:07:43.032 INFO kablam! warning: unused variable: `f` Oct 13 18:07:43.032 INFO kablam! --> src/codegen_macros.rs:358:13 Oct 13 18:07:43.032 INFO kablam! | Oct 13 18:07:43.032 INFO kablam! 358 | let f = Foo { a: 1, b: "test".to_string(), c: "bar".to_string(), d: false, e: true, f: 0xDEADBEEF }; Oct 13 18:07:43.032 INFO kablam! | ^ help: consider using `_f` instead Oct 13 18:07:43.032 INFO kablam! | Oct 13 18:07:43.032 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 18:07:43.032 INFO kablam! Oct 13 18:07:43.032 INFO kablam! warning: unused variable: `table_size` Oct 13 18:07:43.032 INFO kablam! --> src/codegen_macros.rs:59:53 Oct 13 18:07:43.032 INFO kablam! | Oct 13 18:07:43.032 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Oct 13 18:07:43.032 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Oct 13 18:07:43.032 INFO kablam! Oct 13 18:07:43.032 INFO kablam! warning: value assigned to `idx` is never read Oct 13 18:07:43.032 INFO kablam! --> src/codegen_macros.rs:305:21 Oct 13 18:07:43.032 INFO kablam! | Oct 13 18:07:43.032 INFO kablam! 305 | idx = idx + 1; Oct 13 18:07:43.033 INFO kablam! | ^^^ Oct 13 18:07:43.033 INFO kablam! ... Oct 13 18:07:43.033 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Oct 13 18:07:43.033 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Oct 13 18:07:43.033 INFO kablam! | Oct 13 18:07:43.033 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 18:07:43.033 INFO kablam! Oct 13 18:07:43.056 INFO kablam! warning: value assigned to `idx` is never read Oct 13 18:07:43.056 INFO kablam! --> src/codegen_macros.rs:305:21 Oct 13 18:07:43.056 INFO kablam! | Oct 13 18:07:43.056 INFO kablam! 305 | idx = idx + 1; Oct 13 18:07:43.056 INFO kablam! | ^^^ Oct 13 18:07:43.056 INFO kablam! | Oct 13 18:07:43.056 INFO kablam! ::: src/protocol.rs:390:5 Oct 13 18:07:43.056 INFO kablam! | Oct 13 18:07:43.056 INFO kablam! 390 | / properties_struct!(BasicProperties, Oct 13 18:07:43.056 INFO kablam! 391 | | content_type => shortstr, Oct 13 18:07:43.056 INFO kablam! 392 | | content_encoding => shortstr, Oct 13 18:07:43.056 INFO kablam! 393 | | headers => table, Oct 13 18:07:43.056 INFO kablam! ... | Oct 13 18:07:43.056 INFO kablam! 404 | | cluster_id => shortstr Oct 13 18:07:43.056 INFO kablam! 405 | | ); Oct 13 18:07:43.056 INFO kablam! | |______- in this macro invocation Oct 13 18:07:43.056 INFO kablam! Oct 13 18:07:43.532 INFO kablam! warning: method is never used: `decode` Oct 13 18:07:43.532 INFO kablam! --> src/codegen_macros.rs:275:13 Oct 13 18:07:43.532 INFO kablam! | Oct 13 18:07:43.532 INFO kablam! 275 | pub fn decode(content_header_frame: ContentHeaderFrame) -> Result<$struct_name> { Oct 13 18:07:43.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 18:07:43.532 INFO kablam! ... Oct 13 18:07:43.532 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Oct 13 18:07:43.532 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Oct 13 18:07:43.532 INFO kablam! | Oct 13 18:07:43.532 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 18:07:43.532 INFO kablam! Oct 13 18:07:43.535 INFO kablam! warning: method is never used: `encode` Oct 13 18:07:43.535 INFO kablam! --> src/codegen_macros.rs:292:13 Oct 13 18:07:43.535 INFO kablam! | Oct 13 18:07:43.535 INFO kablam! 292 | pub fn encode(self) -> Result> { Oct 13 18:07:43.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 18:07:43.535 INFO kablam! ... Oct 13 18:07:43.535 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Oct 13 18:07:43.535 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Oct 13 18:07:43.535 INFO kablam! Oct 13 18:07:43.535 INFO kablam! warning: method is never used: `flags` Oct 13 18:07:43.535 INFO kablam! --> src/codegen_macros.rs:300:13 Oct 13 18:07:43.535 INFO kablam! | Oct 13 18:07:43.535 INFO kablam! 300 | pub fn flags(&self) -> u16 { Oct 13 18:07:43.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 18:07:43.535 INFO kablam! ... Oct 13 18:07:43.535 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Oct 13 18:07:43.535 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Oct 13 18:07:43.535 INFO kablam! Oct 13 18:07:43.544 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 18:07:43.544 INFO kablam! --> src/codegen_macros.rs:141:13 Oct 13 18:07:43.544 INFO kablam! | Oct 13 18:07:43.544 INFO kablam! 141 | self.flush_bits(); Oct 13 18:07:43.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 18:07:43.544 INFO kablam! | Oct 13 18:07:43.544 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 18:07:43.544 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 18:07:43.544 INFO kablam! Oct 13 18:07:43.544 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 18:07:43.544 INFO kablam! --> src/codegen_macros.rs:158:9 Oct 13 18:07:43.544 INFO kablam! | Oct 13 18:07:43.544 INFO kablam! 158 | self.flush_bits(); Oct 13 18:07:43.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 18:07:43.544 INFO kablam! | Oct 13 18:07:43.544 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 18:07:43.544 INFO kablam! Oct 13 18:07:43.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.15s Oct 13 18:07:43.660 INFO kablam! su: No module specific data is present Oct 13 18:07:44.850 INFO running `"docker" "rm" "-f" "b8964d6d1711581a7f459e3334f8bbfdaa3be561cc94b3f872d3b6f995415926"` Oct 13 18:07:45.144 INFO blam! b8964d6d1711581a7f459e3334f8bbfdaa3be561cc94b3f872d3b6f995415926