Sep 20 06:38:09.927 INFO checking amqp-0.1.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 06:38:09.927 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 06:38:09.927 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/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:10.131 INFO blam! c8baa1cb423f754c558742ccd8fb171b3eaa1c28bdfa8fc21e921aa30c4a9d7c Sep 20 06:38:10.133 INFO running `"docker" "start" "-a" "c8baa1cb423f754c558742ccd8fb171b3eaa1c28bdfa8fc21e921aa30c4a9d7c"` Sep 20 06:38:11.441 INFO kablam! usermod: no changes Sep 20 06:38:11.638 INFO kablam! Compiling openssl-sys v0.7.17 Sep 20 06:38:11.638 INFO kablam! Compiling openssl v0.7.14 Sep 20 06:38:11.655 INFO kablam! Checking amq-proto v0.1.0 Sep 20 06:38:14.426 INFO kablam! Compiling openssl-sys-extras v0.7.14 Sep 20 06:38:18.626 INFO kablam! Checking amqp v0.1.1 (/source) Sep 20 06:38:25.482 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:38:25.482 INFO kablam! --> examples/producer.rs:49:5 Sep 20 06:38:25.482 INFO kablam! | Sep 20 06:38:25.482 INFO kablam! 49 | channel.close(200, "Bye"); Sep 20 06:38:25.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:25.490 INFO kablam! | Sep 20 06:38:25.490 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 06:38:25.490 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:38:25.490 INFO kablam! Sep 20 06:38:26.054 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:38:26.054 INFO kablam! --> examples/simple.rs:16:5 Sep 20 06:38:26.054 INFO kablam! | Sep 20 06:38:26.054 INFO kablam! 16 | channel.basic_ack(deliver.delivery_tag, false); Sep 20 06:38:26.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:26.054 INFO kablam! | Sep 20 06:38:26.054 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 06:38:26.054 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:38:26.054 INFO kablam! Sep 20 06:38:26.055 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:38:26.055 INFO kablam! --> examples/simple.rs:53:5 Sep 20 06:38:26.055 INFO kablam! | Sep 20 06:38:26.055 INFO kablam! 53 | / channel.basic_publish("", queue_name, true, false, Sep 20 06:38:26.055 INFO kablam! 54 | | protocol::basic::BasicProperties{ content_type: Some("text".to_string()), ..Default::default()}, Sep 20 06:38:26.055 INFO kablam! 55 | | (b"Hello from rust!").to_vec()); Sep 20 06:38:26.055 INFO kablam! | |________________________________________^ Sep 20 06:38:26.055 INFO kablam! | Sep 20 06:38:26.055 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:38:26.055 INFO kablam! Sep 20 06:38:26.055 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:38:26.055 INFO kablam! --> examples/simple.rs:56:5 Sep 20 06:38:26.055 INFO kablam! | Sep 20 06:38:26.055 INFO kablam! 56 | channel.close(200, "Bye"); Sep 20 06:38:26.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:26.055 INFO kablam! | Sep 20 06:38:26.055 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:38:26.055 INFO kablam! Sep 20 06:38:26.083 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:38:26.083 INFO kablam! --> examples/interactive.rs:37:5 Sep 20 06:38:26.083 INFO kablam! | Sep 20 06:38:26.083 INFO kablam! 37 | channel.close(200, "Bye"); Sep 20 06:38:26.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:26.083 INFO kablam! | Sep 20 06:38:26.083 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 06:38:26.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:38:26.083 INFO kablam! Sep 20 06:38:26.162 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.70s Sep 20 06:38:26.174 INFO kablam! su: No module specific data is present Sep 20 06:38:27.553 INFO running `"docker" "rm" "-f" "c8baa1cb423f754c558742ccd8fb171b3eaa1c28bdfa8fc21e921aa30c4a9d7c"` Sep 20 06:38:27.709 INFO blam! c8baa1cb423f754c558742ccd8fb171b3eaa1c28bdfa8fc21e921aa30c4a9d7c