Sep 18 03:48:11.192 INFO checking amqp-0.0.20 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:48:11.192 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:48:11.192 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-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:11.638 INFO blam! 130cd024750ffc933fc6d3598f4230e01fb0cb8c6e818d92fa475a85890a3bdf Sep 18 03:48:11.643 INFO running `"docker" "start" "-a" "130cd024750ffc933fc6d3598f4230e01fb0cb8c6e818d92fa475a85890a3bdf"` Sep 18 03:48:13.402 INFO kablam! usermod: no changes Sep 18 03:48:13.593 INFO kablam! Checking amqp v0.0.20 (/source) Sep 18 03:48:16.674 INFO kablam! warning: unused variable: `err` Sep 18 03:48:16.675 INFO kablam! --> src/amqp_error.rs:52:13 Sep 18 03:48:16.675 INFO kablam! | Sep 18 03:48:16.675 INFO kablam! 52 | fn from(err: ::std::sync::PoisonError) -> AMQPError { Sep 18 03:48:16.675 INFO kablam! | ^^^ help: consider using `_err` instead Sep 18 03:48:16.675 INFO kablam! | Sep 18 03:48:16.675 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 03:48:16.675 INFO kablam! Sep 18 03:48:16.675 INFO kablam! warning: unused variable: `table_size` Sep 18 03:48:16.675 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 18 03:48:16.675 INFO kablam! | Sep 18 03:48:16.675 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 18 03:48:16.675 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 18 03:48:16.675 INFO kablam! Sep 18 03:48:16.690 INFO kablam! warning: value assigned to `idx` is never read Sep 18 03:48:16.691 INFO kablam! --> src/codegen_macros.rs:304:21 Sep 18 03:48:16.691 INFO kablam! | Sep 18 03:48:16.691 INFO kablam! 304 | idx = idx + 1; Sep 18 03:48:16.691 INFO kablam! | ^^^ Sep 18 03:48:16.691 INFO kablam! | Sep 18 03:48:16.691 INFO kablam! ::: src/protocol.rs:390:5 Sep 18 03:48:16.691 INFO kablam! | Sep 18 03:48:16.691 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 18 03:48:16.691 INFO kablam! 391 | | content_type => shortstr, Sep 18 03:48:16.691 INFO kablam! 392 | | content_encoding => shortstr, Sep 18 03:48:16.691 INFO kablam! 393 | | headers => table, Sep 18 03:48:16.691 INFO kablam! ... | Sep 18 03:48:16.691 INFO kablam! 404 | | cluster_id => shortstr Sep 18 03:48:16.691 INFO kablam! 405 | | ); Sep 18 03:48:16.691 INFO kablam! | |______- in this macro invocation Sep 18 03:48:16.691 INFO kablam! | Sep 18 03:48:16.691 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 18 03:48:16.691 INFO kablam! Sep 18 03:48:17.175 INFO kablam! warning: unused variable: `f` Sep 18 03:48:17.175 INFO kablam! --> src/codegen_macros.rs:357:13 Sep 18 03:48:17.175 INFO kablam! | Sep 18 03:48:17.175 INFO kablam! 357 | let f = Foo { a: 1, b: "test".to_string(), c: "bar".to_string(), d: false, e: true, f: 0xDEADBEEF }; Sep 18 03:48:17.175 INFO kablam! | ^ help: consider using `_f` instead Sep 18 03:48:17.175 INFO kablam! | Sep 18 03:48:17.175 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 03:48:17.175 INFO kablam! Sep 18 03:48:17.175 INFO kablam! warning: unused variable: `err` Sep 18 03:48:17.175 INFO kablam! --> src/amqp_error.rs:52:13 Sep 18 03:48:17.175 INFO kablam! | Sep 18 03:48:17.175 INFO kablam! 52 | fn from(err: ::std::sync::PoisonError) -> AMQPError { Sep 18 03:48:17.175 INFO kablam! | ^^^ help: consider using `_err` instead Sep 18 03:48:17.175 INFO kablam! Sep 18 03:48:17.175 INFO kablam! warning: unused variable: `table_size` Sep 18 03:48:17.175 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 18 03:48:17.175 INFO kablam! | Sep 18 03:48:17.175 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 18 03:48:17.175 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 18 03:48:17.175 INFO kablam! Sep 18 03:48:17.175 INFO kablam! warning: value assigned to `idx` is never read Sep 18 03:48:17.175 INFO kablam! --> src/codegen_macros.rs:304:21 Sep 18 03:48:17.175 INFO kablam! | Sep 18 03:48:17.175 INFO kablam! 304 | idx = idx + 1; Sep 18 03:48:17.175 INFO kablam! | ^^^ Sep 18 03:48:17.175 INFO kablam! ... Sep 18 03:48:17.175 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:17.175 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:17.176 INFO kablam! | Sep 18 03:48:17.176 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 18 03:48:17.176 INFO kablam! Sep 18 03:48:17.182 INFO kablam! warning: value assigned to `idx` is never read Sep 18 03:48:17.182 INFO kablam! --> src/codegen_macros.rs:304:21 Sep 18 03:48:17.190 INFO kablam! | Sep 18 03:48:17.190 INFO kablam! 304 | idx = idx + 1; Sep 18 03:48:17.191 INFO kablam! | ^^^ Sep 18 03:48:17.191 INFO kablam! | Sep 18 03:48:17.191 INFO kablam! ::: src/protocol.rs:390:5 Sep 18 03:48:17.191 INFO kablam! | Sep 18 03:48:17.191 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 18 03:48:17.191 INFO kablam! 391 | | content_type => shortstr, Sep 18 03:48:17.191 INFO kablam! 392 | | content_encoding => shortstr, Sep 18 03:48:17.191 INFO kablam! 393 | | headers => table, Sep 18 03:48:17.191 INFO kablam! ... | Sep 18 03:48:17.191 INFO kablam! 404 | | cluster_id => shortstr Sep 18 03:48:17.191 INFO kablam! 405 | | ); Sep 18 03:48:17.191 INFO kablam! | |______- in this macro invocation Sep 18 03:48:17.191 INFO kablam! Sep 18 03:48:17.647 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:17.647 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 18 03:48:17.647 INFO kablam! | Sep 18 03:48:17.647 INFO kablam! 141 | self.flush_bits(); Sep 18 03:48:17.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:17.647 INFO kablam! | Sep 18 03:48:17.647 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:48:17.647 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:17.647 INFO kablam! Sep 18 03:48:17.647 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:17.647 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 18 03:48:17.647 INFO kablam! | Sep 18 03:48:17.647 INFO kablam! 158 | self.flush_bits(); Sep 18 03:48:17.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:17.648 INFO kablam! | Sep 18 03:48:17.648 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:17.648 INFO kablam! Sep 18 03:48:19.519 INFO kablam! warning: method is never used: `decode` Sep 18 03:48:19.519 INFO kablam! --> src/codegen_macros.rs:274:13 Sep 18 03:48:19.519 INFO kablam! | Sep 18 03:48:19.519 INFO kablam! 274 | pub fn decode(content_header_frame: ContentHeaderFrame) -> AMQPResult<$struct_name> { Sep 18 03:48:19.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:19.519 INFO kablam! ... Sep 18 03:48:19.519 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:19.519 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:19.519 INFO kablam! | Sep 18 03:48:19.519 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 03:48:19.519 INFO kablam! Sep 18 03:48:19.519 INFO kablam! warning: method is never used: `encode` Sep 18 03:48:19.519 INFO kablam! --> src/codegen_macros.rs:291:13 Sep 18 03:48:19.519 INFO kablam! | Sep 18 03:48:19.519 INFO kablam! 291 | pub fn encode(self) -> AMQPResult> { Sep 18 03:48:19.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:19.519 INFO kablam! ... Sep 18 03:48:19.519 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:19.519 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:19.519 INFO kablam! Sep 18 03:48:19.519 INFO kablam! warning: method is never used: `flags` Sep 18 03:48:19.519 INFO kablam! --> src/codegen_macros.rs:299:13 Sep 18 03:48:19.519 INFO kablam! | Sep 18 03:48:19.519 INFO kablam! 299 | pub fn flags(&self) -> u16 { Sep 18 03:48:19.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:19.519 INFO kablam! ... Sep 18 03:48:19.519 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 18 03:48:19.519 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 18 03:48:19.519 INFO kablam! Sep 18 03:48:19.699 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:19.699 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 18 03:48:19.700 INFO kablam! | Sep 18 03:48:19.700 INFO kablam! 141 | self.flush_bits(); Sep 18 03:48:19.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:19.704 INFO kablam! | Sep 18 03:48:19.704 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:48:19.705 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:19.705 INFO kablam! Sep 18 03:48:19.707 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:19.707 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 18 03:48:19.708 INFO kablam! | Sep 18 03:48:19.708 INFO kablam! 158 | self.flush_bits(); Sep 18 03:48:19.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:48:19.709 INFO kablam! | Sep 18 03:48:19.709 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:19.709 INFO kablam! Sep 18 03:48:22.215 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:22.215 INFO kablam! --> examples/interactive.rs:37:5 Sep 18 03:48:22.215 INFO kablam! | Sep 18 03:48:22.215 INFO kablam! 37 | channel.close(200, "Bye"); Sep 18 03:48:22.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:22.215 INFO kablam! | Sep 18 03:48:22.215 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:48:22.215 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:22.215 INFO kablam! Sep 18 03:48:22.439 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:22.440 INFO kablam! --> examples/producer.rs:49:5 Sep 18 03:48:22.440 INFO kablam! | Sep 18 03:48:22.440 INFO kablam! 49 | channel.close(200, "Bye"); Sep 18 03:48:22.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:22.440 INFO kablam! | Sep 18 03:48:22.440 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:48:22.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:22.440 INFO kablam! Sep 18 03:48:23.063 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:23.064 INFO kablam! --> examples/simple.rs:16:5 Sep 18 03:48:23.064 INFO kablam! | Sep 18 03:48:23.064 INFO kablam! 16 | channel.basic_ack(deliver.delivery_tag, false); Sep 18 03:48:23.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:23.064 INFO kablam! | Sep 18 03:48:23.064 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:48:23.064 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:23.064 INFO kablam! Sep 18 03:48:23.064 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:23.064 INFO kablam! --> examples/simple.rs:53:5 Sep 18 03:48:23.064 INFO kablam! | Sep 18 03:48:23.064 INFO kablam! 53 | / channel.basic_publish("", queue_name, true, false, Sep 18 03:48:23.064 INFO kablam! 54 | | protocol::basic::BasicProperties{ content_type: Some("text".to_string()), ..Default::default()}, Sep 18 03:48:23.064 INFO kablam! 55 | | (b"Hello from rust!").to_vec()); Sep 18 03:48:23.064 INFO kablam! | |________________________________________^ Sep 18 03:48:23.064 INFO kablam! | Sep 18 03:48:23.064 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:23.064 INFO kablam! Sep 18 03:48:23.064 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:48:23.064 INFO kablam! --> examples/simple.rs:56:5 Sep 18 03:48:23.064 INFO kablam! | Sep 18 03:48:23.064 INFO kablam! 56 | channel.close(200, "Bye"); Sep 18 03:48:23.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:23.064 INFO kablam! | Sep 18 03:48:23.064 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:48:23.064 INFO kablam! Sep 18 03:48:23.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.66s Sep 18 03:48:23.106 INFO kablam! su: No module specific data is present Sep 18 03:48:24.059 INFO running `"docker" "rm" "-f" "130cd024750ffc933fc6d3598f4230e01fb0cb8c6e818d92fa475a85890a3bdf"` Sep 18 03:48:24.251 INFO blam! 130cd024750ffc933fc6d3598f4230e01fb0cb8c6e818d92fa475a85890a3bdf