Sep 14 19:45:58.170 INFO checking amqp-0.0.20 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:45:58.170 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:45:58.170 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:45:58.546 INFO blam! f4a55d61e15c113c4e2f26a86eb8c21dc41db7aa8ee1135d1e257083edde70ba Sep 14 19:45:58.551 INFO running `"docker" "start" "-a" "f4a55d61e15c113c4e2f26a86eb8c21dc41db7aa8ee1135d1e257083edde70ba"` Sep 14 19:45:59.975 INFO kablam! usermod: no changes Sep 14 19:46:00.087 INFO kablam! Compiling openssl-sys v0.7.17 Sep 14 19:46:00.087 INFO kablam! Compiling openssl v0.7.14 Sep 14 19:46:01.690 INFO kablam! Compiling openssl-sys-extras v0.7.14 Sep 14 19:46:04.875 INFO kablam! Checking amqp v0.0.20 (file:///source) Sep 14 19:46:07.533 INFO kablam! warning: unused variable: `f` Sep 14 19:46:07.533 INFO kablam! --> src/codegen_macros.rs:357:13 Sep 14 19:46:07.533 INFO kablam! | Sep 14 19:46:07.533 INFO kablam! 357 | let f = Foo { a: 1, b: "test".to_string(), c: "bar".to_string(), d: false, e: true, f: 0xDEADBEEF }; Sep 14 19:46:07.533 INFO kablam! | ^ help: consider using `_f` instead Sep 14 19:46:07.534 INFO kablam! | Sep 14 19:46:07.534 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 19:46:07.534 INFO kablam! Sep 14 19:46:07.536 INFO kablam! warning: unused variable: `err` Sep 14 19:46:07.536 INFO kablam! --> src/amqp_error.rs:52:13 Sep 14 19:46:07.536 INFO kablam! | Sep 14 19:46:07.536 INFO kablam! 52 | fn from(err: ::std::sync::PoisonError) -> AMQPError { Sep 14 19:46:07.536 INFO kablam! | ^^^ help: consider using `_err` instead Sep 14 19:46:07.536 INFO kablam! Sep 14 19:46:07.536 INFO kablam! warning: unused variable: `table_size` Sep 14 19:46:07.536 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 14 19:46:07.536 INFO kablam! | Sep 14 19:46:07.536 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 14 19:46:07.536 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 14 19:46:07.537 INFO kablam! Sep 14 19:46:07.538 INFO kablam! warning: value assigned to `idx` is never read Sep 14 19:46:07.538 INFO kablam! --> src/codegen_macros.rs:304:21 Sep 14 19:46:07.538 INFO kablam! | Sep 14 19:46:07.538 INFO kablam! 304 | idx = idx + 1; Sep 14 19:46:07.538 INFO kablam! | ^^^ Sep 14 19:46:07.538 INFO kablam! ... Sep 14 19:46:07.538 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 14 19:46:07.538 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 14 19:46:07.538 INFO kablam! | Sep 14 19:46:07.539 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 14 19:46:07.539 INFO kablam! Sep 14 19:46:07.542 INFO kablam! warning: value assigned to `idx` is never read Sep 14 19:46:07.542 INFO kablam! --> src/codegen_macros.rs:304:21 Sep 14 19:46:07.542 INFO kablam! | Sep 14 19:46:07.542 INFO kablam! 304 | idx = idx + 1; Sep 14 19:46:07.542 INFO kablam! | ^^^ Sep 14 19:46:07.542 INFO kablam! | Sep 14 19:46:07.542 INFO kablam! ::: src/protocol.rs:390:5 Sep 14 19:46:07.542 INFO kablam! | Sep 14 19:46:07.542 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 14 19:46:07.542 INFO kablam! 391 | | content_type => shortstr, Sep 14 19:46:07.542 INFO kablam! 392 | | content_encoding => shortstr, Sep 14 19:46:07.542 INFO kablam! 393 | | headers => table, Sep 14 19:46:07.542 INFO kablam! ... | Sep 14 19:46:07.542 INFO kablam! 404 | | cluster_id => shortstr Sep 14 19:46:07.542 INFO kablam! 405 | | ); Sep 14 19:46:07.542 INFO kablam! | |______- in this macro invocation Sep 14 19:46:07.543 INFO kablam! Sep 14 19:46:08.243 INFO kablam! warning: unused variable: `err` Sep 14 19:46:08.243 INFO kablam! --> src/amqp_error.rs:52:13 Sep 14 19:46:08.243 INFO kablam! | Sep 14 19:46:08.243 INFO kablam! 52 | fn from(err: ::std::sync::PoisonError) -> AMQPError { Sep 14 19:46:08.243 INFO kablam! | ^^^ help: consider using `_err` instead Sep 14 19:46:08.244 INFO kablam! | Sep 14 19:46:08.244 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 19:46:08.244 INFO kablam! Sep 14 19:46:08.244 INFO kablam! warning: unused variable: `table_size` Sep 14 19:46:08.244 INFO kablam! --> src/codegen_macros.rs:59:53 Sep 14 19:46:08.244 INFO kablam! | Sep 14 19:46:08.244 INFO kablam! 59 | decode_table(&mut self.cursor).map(|(table, table_size)| table) Sep 14 19:46:08.244 INFO kablam! | ^^^^^^^^^^ help: consider using `_table_size` instead Sep 14 19:46:08.244 INFO kablam! Sep 14 19:46:08.246 INFO kablam! warning: value assigned to `idx` is never read Sep 14 19:46:08.246 INFO kablam! --> src/codegen_macros.rs:304:21 Sep 14 19:46:08.246 INFO kablam! | Sep 14 19:46:08.246 INFO kablam! 304 | idx = idx + 1; Sep 14 19:46:08.246 INFO kablam! | ^^^ Sep 14 19:46:08.246 INFO kablam! | Sep 14 19:46:08.246 INFO kablam! ::: src/protocol.rs:390:5 Sep 14 19:46:08.246 INFO kablam! | Sep 14 19:46:08.246 INFO kablam! 390 | / properties_struct!(BasicProperties, Sep 14 19:46:08.246 INFO kablam! 391 | | content_type => shortstr, Sep 14 19:46:08.246 INFO kablam! 392 | | content_encoding => shortstr, Sep 14 19:46:08.246 INFO kablam! 393 | | headers => table, Sep 14 19:46:08.246 INFO kablam! ... | Sep 14 19:46:08.246 INFO kablam! 404 | | cluster_id => shortstr Sep 14 19:46:08.246 INFO kablam! 405 | | ); Sep 14 19:46:08.246 INFO kablam! | |______- in this macro invocation Sep 14 19:46:08.246 INFO kablam! | Sep 14 19:46:08.246 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 14 19:46:08.246 INFO kablam! Sep 14 19:46:08.384 INFO kablam! warning: method is never used: `decode` Sep 14 19:46:08.384 INFO kablam! --> src/codegen_macros.rs:274:13 Sep 14 19:46:08.384 INFO kablam! | Sep 14 19:46:08.384 INFO kablam! 274 | pub fn decode(content_header_frame: ContentHeaderFrame) -> AMQPResult<$struct_name> { Sep 14 19:46:08.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:46:08.384 INFO kablam! ... Sep 14 19:46:08.384 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 14 19:46:08.384 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 14 19:46:08.384 INFO kablam! | Sep 14 19:46:08.385 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 19:46:08.385 INFO kablam! Sep 14 19:46:08.385 INFO kablam! warning: method is never used: `encode` Sep 14 19:46:08.385 INFO kablam! --> src/codegen_macros.rs:291:13 Sep 14 19:46:08.385 INFO kablam! | Sep 14 19:46:08.385 INFO kablam! 291 | pub fn encode(self) -> AMQPResult> { Sep 14 19:46:08.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:46:08.385 INFO kablam! ... Sep 14 19:46:08.385 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 14 19:46:08.385 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 14 19:46:08.386 INFO kablam! Sep 14 19:46:08.386 INFO kablam! warning: method is never used: `flags` Sep 14 19:46:08.386 INFO kablam! --> src/codegen_macros.rs:299:13 Sep 14 19:46:08.386 INFO kablam! | Sep 14 19:46:08.386 INFO kablam! 299 | pub fn flags(&self) -> u16 { Sep 14 19:46:08.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:46:08.386 INFO kablam! ... Sep 14 19:46:08.386 INFO kablam! 324 | properties_struct!(Test, a => octet, b => shortstr, c => longstr, d => bit, e => bit, f => long); Sep 14 19:46:08.386 INFO kablam! | ------------------------------------------------------------------------------------------------- in this macro invocation Sep 14 19:46:08.387 INFO kablam! Sep 14 19:46:08.407 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:46:08.407 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 14 19:46:08.407 INFO kablam! | Sep 14 19:46:08.407 INFO kablam! 141 | self.flush_bits(); Sep 14 19:46:08.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 19:46:08.408 INFO kablam! | Sep 14 19:46:08.408 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:46:08.408 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:46:08.408 INFO kablam! Sep 14 19:46:08.409 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:46:08.409 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 14 19:46:08.409 INFO kablam! | Sep 14 19:46:08.409 INFO kablam! 158 | self.flush_bits(); Sep 14 19:46:08.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 19:46:08.409 INFO kablam! | Sep 14 19:46:08.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:46:08.410 INFO kablam! Sep 14 19:46:08.969 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:46:08.969 INFO kablam! --> src/codegen_macros.rs:141:13 Sep 14 19:46:08.969 INFO kablam! | Sep 14 19:46:08.969 INFO kablam! 141 | self.flush_bits(); Sep 14 19:46:08.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 19:46:08.969 INFO kablam! | Sep 14 19:46:08.969 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:46:08.969 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:46:08.969 INFO kablam! Sep 14 19:46:08.969 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:46:08.969 INFO kablam! --> src/codegen_macros.rs:158:9 Sep 14 19:46:08.969 INFO kablam! | Sep 14 19:46:08.969 INFO kablam! 158 | self.flush_bits(); Sep 14 19:46:08.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 19:46:08.969 INFO kablam! | Sep 14 19:46:08.969 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:46:08.969 INFO kablam! Sep 14 19:46:13.616 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:46:13.616 INFO kablam! --> examples/producer.rs:49:5 Sep 14 19:46:13.616 INFO kablam! | Sep 14 19:46:13.616 INFO kablam! 49 | channel.close(200, "Bye"); Sep 14 19:46:13.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:46:13.616 INFO kablam! | Sep 14 19:46:13.616 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:46:13.616 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:46:13.616 INFO kablam! Sep 14 19:46:13.762 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:46:13.762 INFO kablam! --> examples/simple.rs:16:5 Sep 14 19:46:13.762 INFO kablam! | Sep 14 19:46:13.762 INFO kablam! 16 | channel.basic_ack(deliver.delivery_tag, false); Sep 14 19:46:13.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:46:13.762 INFO kablam! | Sep 14 19:46:13.762 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:46:13.762 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:46:13.762 INFO kablam! Sep 14 19:46:13.762 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:46:13.762 INFO kablam! --> examples/simple.rs:53:5 Sep 14 19:46:13.762 INFO kablam! | Sep 14 19:46:13.762 INFO kablam! 53 | / channel.basic_publish("", queue_name, true, false, Sep 14 19:46:13.762 INFO kablam! 54 | | protocol::basic::BasicProperties{ content_type: Some("text".to_string()), ..Default::default()}, Sep 14 19:46:13.762 INFO kablam! 55 | | (b"Hello from rust!").to_vec()); Sep 14 19:46:13.762 INFO kablam! | |________________________________________^ Sep 14 19:46:13.762 INFO kablam! | Sep 14 19:46:13.762 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:46:13.762 INFO kablam! Sep 14 19:46:13.762 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:46:13.762 INFO kablam! --> examples/simple.rs:56:5 Sep 14 19:46:13.762 INFO kablam! | Sep 14 19:46:13.762 INFO kablam! 56 | channel.close(200, "Bye"); Sep 14 19:46:13.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:46:13.762 INFO kablam! | Sep 14 19:46:13.763 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:46:13.763 INFO kablam! Sep 14 19:46:13.906 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:46:13.906 INFO kablam! --> examples/interactive.rs:37:5 Sep 14 19:46:13.906 INFO kablam! | Sep 14 19:46:13.906 INFO kablam! 37 | channel.close(200, "Bye"); Sep 14 19:46:13.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:46:13.907 INFO kablam! | Sep 14 19:46:13.907 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:46:13.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:46:13.908 INFO kablam! Sep 14 19:46:13.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.00s Sep 14 19:46:14.008 INFO kablam! su: No module specific data is present Sep 14 19:46:15.255 INFO running `"docker" "rm" "-f" "f4a55d61e15c113c4e2f26a86eb8c21dc41db7aa8ee1135d1e257083edde70ba"` Sep 14 19:46:15.333 INFO blam! f4a55d61e15c113c4e2f26a86eb8c21dc41db7aa8ee1135d1e257083edde70ba