Sep 05 00:15:47.657 INFO checking amqp-0.1.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 05 00:15:47.657 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 05 00:15:47.658 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:15:47.886 INFO blam! b3b824556c3369a92a6b35e8328138e4d86e3508be7bf2cca3668b661228264b Sep 05 00:15:47.888 INFO running `"docker" "start" "-a" "b3b824556c3369a92a6b35e8328138e4d86e3508be7bf2cca3668b661228264b"` Sep 05 00:15:48.911 INFO kablam! Compiling openssl-sys v0.7.17 Sep 05 00:15:48.915 INFO kablam! Compiling openssl v0.7.14 Sep 05 00:15:48.954 INFO kablam! Checking amq-proto v0.1.0 Sep 05 00:15:51.717 INFO kablam! Compiling openssl-sys-extras v0.7.14 Sep 05 00:15:58.262 INFO kablam! Checking amqp v0.1.1 (file:///source) Sep 05 00:16:09.719 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 00:16:09.719 INFO kablam! --> examples/interactive.rs:37:5 Sep 05 00:16:09.719 INFO kablam! | Sep 05 00:16:09.719 INFO kablam! 37 | channel.close(200, "Bye"); Sep 05 00:16:09.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:16:09.720 INFO kablam! | Sep 05 00:16:09.720 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 00:16:09.721 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 00:16:09.721 INFO kablam! Sep 05 00:16:10.344 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 00:16:10.344 INFO kablam! --> examples/simple.rs:16:5 Sep 05 00:16:10.344 INFO kablam! | Sep 05 00:16:10.344 INFO kablam! 16 | channel.basic_ack(deliver.delivery_tag, false); Sep 05 00:16:10.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:16:10.344 INFO kablam! | Sep 05 00:16:10.345 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 00:16:10.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 00:16:10.346 INFO kablam! Sep 05 00:16:10.347 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 00:16:10.347 INFO kablam! --> examples/simple.rs:53:5 Sep 05 00:16:10.347 INFO kablam! | Sep 05 00:16:10.347 INFO kablam! 53 | / channel.basic_publish("", queue_name, true, false, Sep 05 00:16:10.347 INFO kablam! 54 | | protocol::basic::BasicProperties{ content_type: Some("text".to_string()), ..Default::default()}, Sep 05 00:16:10.347 INFO kablam! 55 | | (b"Hello from rust!").to_vec()); Sep 05 00:16:10.347 INFO kablam! | |________________________________________^ Sep 05 00:16:10.348 INFO kablam! | Sep 05 00:16:10.348 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 00:16:10.348 INFO kablam! Sep 05 00:16:10.349 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 00:16:10.349 INFO kablam! --> examples/simple.rs:56:5 Sep 05 00:16:10.349 INFO kablam! | Sep 05 00:16:10.349 INFO kablam! 56 | channel.close(200, "Bye"); Sep 05 00:16:10.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:16:10.350 INFO kablam! | Sep 05 00:16:10.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 00:16:10.350 INFO kablam! Sep 05 00:16:10.546 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 00:16:10.546 INFO kablam! --> examples/producer.rs:49:5 Sep 05 00:16:10.546 INFO kablam! | Sep 05 00:16:10.546 INFO kablam! 49 | channel.close(200, "Bye"); Sep 05 00:16:10.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:16:10.546 INFO kablam! | Sep 05 00:16:10.547 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 00:16:10.547 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 00:16:10.548 INFO kablam! Sep 05 00:16:10.570 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.85s Sep 05 00:16:10.581 INFO kablam! su: No module specific data is present Sep 05 00:16:11.070 INFO running `"docker" "rm" "-f" "b3b824556c3369a92a6b35e8328138e4d86e3508be7bf2cca3668b661228264b"` Sep 05 00:16:11.190 INFO blam! b3b824556c3369a92a6b35e8328138e4d86e3508be7bf2cca3668b661228264b