Sep 02 20:54:08.546 INFO checking amqp-0.0.20 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 20:54:08.546 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 20:54:08.546 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 20:54:08.782 INFO blam! d509fc6c9527aa7e6abc674be1e90a97a15316ddba71a4635d7eaa4e822a7812 Sep 02 20:54:08.784 INFO running `"docker" "start" "-a" "d509fc6c9527aa7e6abc674be1e90a97a15316ddba71a4635d7eaa4e822a7812"` Sep 02 20:54:09.802 INFO kablam! Compiling openssl-sys v0.7.17 Sep 02 20:54:09.802 INFO kablam! Compiling openssl v0.7.14 Sep 02 20:54:11.722 INFO kablam! Compiling openssl-sys-extras v0.7.14 Sep 02 20:54:17.419 INFO kablam! Checking amqp v0.0.20 (file:///source) Sep 02 20:54:22.875 INFO kablam! warning: unused variable: `err` Sep 02 20:54:22.876 INFO kablam! --> src/amqp_error.rs:52:13 Sep 02 20:54:22.876 INFO kablam! | Sep 02 20:54:22.876 INFO kablam! 52 | fn from(err: ::std::sync::PoisonError) -> AMQPError { Sep 02 20:54:22.876 INFO kablam! | ^^^ help: consider using `_err` instead Sep 02 20:54:22.878 INFO kablam! | Sep 02 20:54:22.878 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 20:54:22.878 INFO kablam! Sep 02 20:54:22.879 INFO kablam! warning: unused variable: `table_size` Sep 02 20:54:22.879 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 02 20:54:22.879 INFO kablam! | Sep 02 20:54:22.879 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 02 20:54:22.879 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 02 20:54:22.879 INFO kablam! Sep 02 20:54:22.883 INFO kablam! warning: value assigned to `idx` is never read Sep 02 20:54:22.883 INFO kablam! --> src/codegen_macros.rs:304:21 Sep 02 20:54:22.883 INFO kablam! | Sep 02 20:54:22.883 INFO kablam! 304 | idx = idx + 1; Sep 02 20:54:22.883 INFO kablam! | ^^^ Sep 02 20:54:22.883 INFO kablam! | Sep 02 20:54:22.883 INFO kablam! ::: src/protocol.rs:390:5 Sep 02 20:54:22.883 INFO kablam! | Sep 02 20:54:22.883 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 02 20:54:22.883 INFO kablam! 391 | | content_type => shortstr, Sep 02 20:54:22.883 INFO kablam! 392 | | content_encoding => shortstr, Sep 02 20:54:22.883 INFO kablam! 393 | | headers => table, Sep 02 20:54:22.883 INFO kablam! ... | Sep 02 20:54:22.883 INFO kablam! 404 | | cluster_id => shortstr Sep 02 20:54:22.883 INFO kablam! 405 | | ); Sep 02 20:54:22.883 INFO kablam! | |______- in this macro invocation Sep 02 20:54:22.884 INFO kablam! | Sep 02 20:54:22.884 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 02 20:54:22.884 INFO kablam! Sep 02 20:54:23.144 INFO kablam! warning: unused variable: `f` Sep 02 20:54:23.144 INFO kablam! --> src/codegen_macros.rs:357:13 Sep 02 20:54:23.144 INFO kablam! | Sep 02 20:54:23.144 INFO kablam! 357 | let f = Foo { a: 1, b: "test".to_string(), c: "bar".to_string(), d: false, e: true, f: 0xDEADBEEF }; Sep 02 20:54:23.144 INFO kablam! | ^ help: consider using `_f` instead Sep 02 20:54:23.144 INFO kablam! | Sep 02 20:54:23.144 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 20:54:23.144 INFO kablam! Sep 02 20:54:23.146 INFO kablam! warning: unused variable: `err` Sep 02 20:54:23.146 INFO kablam! --> src/amqp_error.rs:52:13 Sep 02 20:54:23.146 INFO kablam! | Sep 02 20:54:23.146 INFO kablam! 52 | fn from(err: ::std::sync::PoisonError) -> AMQPError { Sep 02 20:54:23.146 INFO kablam! | ^^^ help: consider using `_err` instead Sep 02 20:54:23.147 INFO kablam! Sep 02 20:54:23.147 INFO kablam! warning: unused variable: `table_size` Sep 02 20:54:23.147 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 02 20:54:23.147 INFO kablam! | Sep 02 20:54:23.147 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 02 20:54:23.147 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 02 20:54:23.147 INFO kablam! Sep 02 20:54:23.148 INFO kablam! warning: value assigned to `idx` is never read Sep 02 20:54:23.148 INFO kablam! --> src/codegen_macros.rs:304:21 Sep 02 20:54:23.148 INFO kablam! | Sep 02 20:54:23.148 INFO kablam! 304 | idx = idx + 1; Sep 02 20:54:23.148 INFO kablam! | ^^^ Sep 02 20:54:23.148 INFO kablam! ... Sep 02 20:54:23.148 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 02 20:54:23.148 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 02 20:54:23.148 INFO kablam! | Sep 02 20:54:23.148 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 02 20:54:23.148 INFO kablam! Sep 02 20:54:23.151 INFO kablam! warning: value assigned to `idx` is never read Sep 02 20:54:23.151 INFO kablam! --> src/codegen_macros.rs:304:21 Sep 02 20:54:23.151 INFO kablam! | Sep 02 20:54:23.151 INFO kablam! 304 | idx = idx + 1; Sep 02 20:54:23.151 INFO kablam! | ^^^ Sep 02 20:54:23.151 INFO kablam! | Sep 02 20:54:23.151 INFO kablam! ::: src/protocol.rs:390:5 Sep 02 20:54:23.151 INFO kablam! | Sep 02 20:54:23.151 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 02 20:54:23.152 INFO kablam! 391 | | content_type => shortstr, Sep 02 20:54:23.152 INFO kablam! 392 | | content_encoding => shortstr, Sep 02 20:54:23.152 INFO kablam! 393 | | headers => table, Sep 02 20:54:23.152 INFO kablam! ... | Sep 02 20:54:23.152 INFO kablam! 404 | | cluster_id => shortstr Sep 02 20:54:23.152 INFO kablam! 405 | | ); Sep 02 20:54:23.152 INFO kablam! | |______- in this macro invocation Sep 02 20:54:23.152 INFO kablam! Sep 02 20:54:24.110 INFO kablam! warning: unused `std::result::Result` which must be used Sep 02 20:54:24.111 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 02 20:54:24.111 INFO kablam! | Sep 02 20:54:24.111 INFO kablam! 141 | self.flush_bits(); Sep 02 20:54:24.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 20:54:24.111 INFO kablam! | Sep 02 20:54:24.111 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 20:54:24.111 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 02 20:54:24.111 INFO kablam! Sep 02 20:54:24.111 INFO kablam! warning: unused `std::result::Result` which must be used Sep 02 20:54:24.111 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 02 20:54:24.111 INFO kablam! | Sep 02 20:54:24.111 INFO kablam! 158 | self.flush_bits(); Sep 02 20:54:24.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 20:54:24.111 INFO kablam! | Sep 02 20:54:24.111 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 02 20:54:24.111 INFO kablam! Sep 02 20:54:24.458 INFO kablam! warning: method is never used: `decode` Sep 02 20:54:24.458 INFO kablam! --> src/codegen_macros.rs:274:13 Sep 02 20:54:24.458 INFO kablam! | Sep 02 20:54:24.458 INFO kablam! 274 | pub fn decode(content_header_frame: ContentHeaderFrame) -> AMQPResult<$struct_name> { Sep 02 20:54:24.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:54:24.458 INFO kablam! ... Sep 02 20:54:24.458 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 02 20:54:24.458 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 02 20:54:24.478 INFO kablam! | Sep 02 20:54:24.479 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 20:54:24.479 INFO kablam! Sep 02 20:54:24.479 INFO kablam! warning: method is never used: `encode` Sep 02 20:54:24.479 INFO kablam! --> src/codegen_macros.rs:291:13 Sep 02 20:54:24.479 INFO kablam! | Sep 02 20:54:24.479 INFO kablam! 291 | pub fn encode(self) -> AMQPResult> { Sep 02 20:54:24.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:54:24.479 INFO kablam! ... Sep 02 20:54:24.479 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 02 20:54:24.479 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 02 20:54:24.479 INFO kablam! Sep 02 20:54:24.480 INFO kablam! warning: method is never used: `flags` Sep 02 20:54:24.480 INFO kablam! --> src/codegen_macros.rs:299:13 Sep 02 20:54:24.480 INFO kablam! | Sep 02 20:54:24.480 INFO kablam! 299 | pub fn flags(&self) -> u16 { Sep 02 20:54:24.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:54:24.480 INFO kablam! ... Sep 02 20:54:24.480 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 02 20:54:24.480 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 02 20:54:24.480 INFO kablam! Sep 02 20:54:24.586 INFO kablam! warning: unused `std::result::Result` which must be used Sep 02 20:54:24.586 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 02 20:54:24.586 INFO kablam! | Sep 02 20:54:24.586 INFO kablam! 141 | self.flush_bits(); Sep 02 20:54:24.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 20:54:24.598 INFO kablam! | Sep 02 20:54:24.599 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 20:54:24.599 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 02 20:54:24.599 INFO kablam! Sep 02 20:54:24.599 INFO kablam! warning: unused `std::result::Result` which must be used Sep 02 20:54:24.599 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 02 20:54:24.599 INFO kablam! | Sep 02 20:54:24.599 INFO kablam! 158 | self.flush_bits(); Sep 02 20:54:24.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 20:54:24.600 INFO kablam! | Sep 02 20:54:24.600 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 02 20:54:24.600 INFO kablam! Sep 02 20:54:29.919 INFO kablam! warning: unused `std::result::Result` which must be used Sep 02 20:54:29.919 INFO kablam! --> examples/producer.rs:49:5 Sep 02 20:54:29.919 INFO kablam! | Sep 02 20:54:29.919 INFO kablam! 49 | channel.close(200, "Bye"); Sep 02 20:54:29.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:54:29.926 INFO kablam! | Sep 02 20:54:29.927 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 20:54:29.927 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 02 20:54:29.927 INFO kablam! Sep 02 20:54:30.886 INFO kablam! warning: unused `std::result::Result` which must be used Sep 02 20:54:30.886 INFO kablam! --> examples/interactive.rs:37:5 Sep 02 20:54:30.886 INFO kablam! | Sep 02 20:54:30.886 INFO kablam! 37 | channel.close(200, "Bye"); Sep 02 20:54:30.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:54:30.887 INFO kablam! | Sep 02 20:54:30.887 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 20:54:30.887 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 02 20:54:30.887 INFO kablam! Sep 02 20:54:30.908 INFO kablam! warning: unused `std::result::Result` which must be used Sep 02 20:54:30.908 INFO kablam! --> examples/simple.rs:16:5 Sep 02 20:54:30.908 INFO kablam! | Sep 02 20:54:30.909 INFO kablam! 16 | channel.basic_ack(deliver.delivery_tag, false); Sep 02 20:54:30.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:54:30.909 INFO kablam! | Sep 02 20:54:30.909 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 20:54:30.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 02 20:54:30.909 INFO kablam! Sep 02 20:54:30.909 INFO kablam! warning: unused `std::result::Result` which must be used Sep 02 20:54:30.910 INFO kablam! --> examples/simple.rs:53:5 Sep 02 20:54:30.910 INFO kablam! | Sep 02 20:54:30.910 INFO kablam! 53 | / channel.basic_publish("", queue_name, true, false, Sep 02 20:54:30.910 INFO kablam! 54 | | protocol::basic::BasicProperties{ content_type: Some("text".to_string()), ..Default::default()}, Sep 02 20:54:30.910 INFO kablam! 55 | | (b"Hello from rust!").to_vec()); Sep 02 20:54:30.910 INFO kablam! | |________________________________________^ Sep 02 20:54:30.910 INFO kablam! | Sep 02 20:54:30.910 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 02 20:54:30.910 INFO kablam! Sep 02 20:54:30.910 INFO kablam! warning: unused `std::result::Result` which must be used Sep 02 20:54:30.910 INFO kablam! --> examples/simple.rs:56:5 Sep 02 20:54:30.910 INFO kablam! | Sep 02 20:54:30.910 INFO kablam! 56 | channel.close(200, "Bye"); Sep 02 20:54:30.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:54:30.910 INFO kablam! | Sep 02 20:54:30.910 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 02 20:54:30.910 INFO kablam! Sep 02 20:54:31.041 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.38s Sep 02 20:54:31.053 INFO kablam! su: No module specific data is present Sep 02 20:54:31.497 INFO running `"docker" "rm" "-f" "d509fc6c9527aa7e6abc674be1e90a97a15316ddba71a4635d7eaa4e822a7812"` Sep 02 20:54:31.644 INFO blam! d509fc6c9527aa7e6abc674be1e90a97a15316ddba71a4635d7eaa4e822a7812