Sep 20 06:38:44.372 INFO checking amq-proto-0.1.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 06:38:44.372 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 06:38:44.373 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:38:44.603 INFO blam! 5cdecf28022a3d0045ecd80596a58b9357800ab923e36a4d0f578d361137d491 Sep 20 06:38:44.605 INFO running `"docker" "start" "-a" "5cdecf28022a3d0045ecd80596a58b9357800ab923e36a4d0f578d361137d491"` Sep 20 06:38:46.005 INFO kablam! usermod: no changes Sep 20 06:38:46.162 INFO kablam! Checking amq-proto v0.1.0 (/source) Sep 20 06:38:49.242 INFO kablam! warning: unused variable: `table_size` Sep 20 06:38:49.243 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 20 06:38:49.243 INFO kablam! | Sep 20 06:38:49.243 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 20 06:38:49.244 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 20 06:38:49.244 INFO kablam! | Sep 20 06:38:49.245 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 06:38:49.245 INFO kablam! Sep 20 06:38:49.245 INFO kablam! warning: value assigned to `idx` is never read Sep 20 06:38:49.246 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 20 06:38:49.246 INFO kablam! | Sep 20 06:38:49.247 INFO kablam! 305 | idx = idx + 1; Sep 20 06:38:49.247 INFO kablam! | ^^^ Sep 20 06:38:49.247 INFO kablam! | Sep 20 06:38:49.248 INFO kablam! ::: src/protocol.rs:390:5 Sep 20 06:38:49.248 INFO kablam! | Sep 20 06:38:49.248 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 20 06:38:49.249 INFO kablam! 391 | | content_type => shortstr, Sep 20 06:38:49.249 INFO kablam! 392 | | content_encoding => shortstr, Sep 20 06:38:49.249 INFO kablam! 393 | | headers => table, Sep 20 06:38:49.250 INFO kablam! ... | Sep 20 06:38:49.250 INFO kablam! 404 | | cluster_id => shortstr Sep 20 06:38:49.251 INFO kablam! 405 | | ); Sep 20 06:38:49.251 INFO kablam! | |______- in this macro invocation Sep 20 06:38:49.251 INFO kablam! | Sep 20 06:38:49.252 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 20 06:38:49.252 INFO kablam! Sep 20 06:38:49.934 INFO kablam! warning: unused variable: `f` Sep 20 06:38:49.935 INFO kablam! --> src/codegen_macros.rs:358:13 Sep 20 06:38:49.935 INFO kablam! | Sep 20 06:38:49.935 INFO kablam! 358 | let f = Foo { a: 1, b: "test".to_string(), c: "bar".to_string(), d: false, e: true, f: 0xDEADBEEF }; Sep 20 06:38:49.936 INFO kablam! | ^ help: consider using `_f` instead Sep 20 06:38:49.936 INFO kablam! | Sep 20 06:38:49.937 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 06:38:49.937 INFO kablam! Sep 20 06:38:49.937 INFO kablam! warning: unused variable: `table_size` Sep 20 06:38:49.938 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 20 06:38:49.938 INFO kablam! | Sep 20 06:38:49.939 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 20 06:38:49.939 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 20 06:38:49.939 INFO kablam! Sep 20 06:38:49.940 INFO kablam! warning: value assigned to `idx` is never read Sep 20 06:38:49.940 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 20 06:38:49.940 INFO kablam! | Sep 20 06:38:49.941 INFO kablam! 305 | idx = idx + 1; Sep 20 06:38:49.942 INFO kablam! | ^^^ Sep 20 06:38:49.942 INFO kablam! ... Sep 20 06:38:49.943 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 20 06:38:49.943 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 20 06:38:49.943 INFO kablam! | Sep 20 06:38:49.944 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 20 06:38:49.944 INFO kablam! Sep 20 06:38:49.944 INFO kablam! warning: value assigned to `idx` is never read Sep 20 06:38:49.945 INFO kablam! --> src/codegen_macros.rs:305:21 Sep 20 06:38:49.945 INFO kablam! | Sep 20 06:38:49.945 INFO kablam! 305 | idx = idx + 1; Sep 20 06:38:49.946 INFO kablam! | ^^^ Sep 20 06:38:49.946 INFO kablam! | Sep 20 06:38:49.947 INFO kablam! ::: src/protocol.rs:390:5 Sep 20 06:38:49.947 INFO kablam! | Sep 20 06:38:49.947 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 20 06:38:49.948 INFO kablam! 391 | | content_type => shortstr, Sep 20 06:38:49.948 INFO kablam! 392 | | content_encoding => shortstr, Sep 20 06:38:49.948 INFO kablam! 393 | | headers => table, Sep 20 06:38:49.949 INFO kablam! ... | Sep 20 06:38:49.949 INFO kablam! 404 | | cluster_id => shortstr Sep 20 06:38:49.949 INFO kablam! 405 | | ); Sep 20 06:38:49.950 INFO kablam! | |______- in this macro invocation Sep 20 06:38:49.950 INFO kablam! Sep 20 06:38:50.074 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:38:50.074 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 20 06:38:50.075 INFO kablam! | Sep 20 06:38:50.075 INFO kablam! 141 | self.flush_bits(); Sep 20 06:38:50.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 06:38:50.076 INFO kablam! | Sep 20 06:38:50.076 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 06:38:50.077 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:38:50.077 INFO kablam! Sep 20 06:38:50.078 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:38:50.078 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 20 06:38:50.078 INFO kablam! | Sep 20 06:38:50.079 INFO kablam! 158 | self.flush_bits(); Sep 20 06:38:50.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 06:38:50.079 INFO kablam! | Sep 20 06:38:50.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:38:50.080 INFO kablam! Sep 20 06:38:50.651 INFO kablam! warning: method is never used: `decode` Sep 20 06:38:50.652 INFO kablam! --> src/codegen_macros.rs:275:13 Sep 20 06:38:50.652 INFO kablam! | Sep 20 06:38:50.653 INFO kablam! 275 | pub fn decode(content_header_frame: ContentHeaderFrame) -> Result<$struct_name> { Sep 20 06:38:50.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:50.653 INFO kablam! ... Sep 20 06:38:50.654 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 20 06:38:50.654 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 20 06:38:50.655 INFO kablam! | Sep 20 06:38:50.655 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 06:38:50.655 INFO kablam! Sep 20 06:38:50.656 INFO kablam! warning: method is never used: `encode` Sep 20 06:38:50.656 INFO kablam! --> src/codegen_macros.rs:292:13 Sep 20 06:38:50.656 INFO kablam! | Sep 20 06:38:50.657 INFO kablam! 292 | pub fn encode(self) -> Result> { Sep 20 06:38:50.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:50.657 INFO kablam! ... Sep 20 06:38:50.658 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 20 06:38:50.658 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 20 06:38:50.659 INFO kablam! Sep 20 06:38:50.659 INFO kablam! warning: method is never used: `flags` Sep 20 06:38:50.659 INFO kablam! --> src/codegen_macros.rs:300:13 Sep 20 06:38:50.660 INFO kablam! | Sep 20 06:38:50.660 INFO kablam! 300 | pub fn flags(&self) -> u16 { Sep 20 06:38:50.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:50.661 INFO kablam! ... Sep 20 06:38:50.661 INFO kablam! 325 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 20 06:38:50.662 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 20 06:38:50.662 INFO kablam! Sep 20 06:38:50.663 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:38:50.663 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 20 06:38:50.663 INFO kablam! | Sep 20 06:38:50.664 INFO kablam! 141 | self.flush_bits(); Sep 20 06:38:50.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 06:38:50.664 INFO kablam! | Sep 20 06:38:50.665 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 06:38:50.665 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:38:50.665 INFO kablam! Sep 20 06:38:50.665 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:38:50.666 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 20 06:38:50.666 INFO kablam! | Sep 20 06:38:50.666 INFO kablam! 158 | self.flush_bits(); Sep 20 06:38:50.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 06:38:50.667 INFO kablam! | Sep 20 06:38:50.667 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:38:50.668 INFO kablam! Sep 20 06:38:50.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.77s Sep 20 06:38:50.824 INFO kablam! su: No module specific data is present Sep 20 06:38:52.536 INFO running `"docker" "rm" "-f" "5cdecf28022a3d0045ecd80596a58b9357800ab923e36a4d0f578d361137d491"` Sep 20 06:38:52.660 INFO blam! 5cdecf28022a3d0045ecd80596a58b9357800ab923e36a4d0f578d361137d491