Oct 28 01:07:39.128 INFO checking amqp-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 01:07:39.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 28 01:07:39.386 INFO blam! c43ef5a57a8157c06fa2abec3d1ed1495d0f598e2de8aba783ba5c1c452c250b Oct 28 01:07:39.388 INFO running `"docker" "start" "-a" "c43ef5a57a8157c06fa2abec3d1ed1495d0f598e2de8aba783ba5c1c452c250b"` Oct 28 01:07:39.822 INFO kablam! usermod: no changes Oct 28 01:07:39.988 INFO kablam! Compiling openssl v0.7.14 Oct 28 01:07:39.988 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 28 01:07:39.988 INFO kablam! Checking amq-proto v0.1.0 Oct 28 01:07:46.601 INFO kablam! Checking amqp v0.1.1 (/source) Oct 28 01:08:04.415 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:08:04.416 INFO kablam! --> examples/simple.rs:16:5 Oct 28 01:08:04.417 INFO kablam! | Oct 28 01:08:04.417 INFO kablam! 16 | channel.basic_ack(deliver.delivery_tag, false); Oct 28 01:08:04.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:08:04.418 INFO kablam! | Oct 28 01:08:04.418 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 01:08:04.418 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:08:04.418 INFO kablam! Oct 28 01:08:04.418 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:08:04.418 INFO kablam! --> examples/simple.rs:53:5 Oct 28 01:08:04.418 INFO kablam! | Oct 28 01:08:04.418 INFO kablam! 53 | / channel.basic_publish("", queue_name, true, false, Oct 28 01:08:04.418 INFO kablam! 54 | | protocol::basic::BasicProperties{ content_type: Some("text".to_string()), ..Default::default()}, Oct 28 01:08:04.418 INFO kablam! 55 | | (b"Hello from rust!").to_vec()); Oct 28 01:08:04.418 INFO kablam! | |________________________________________^ Oct 28 01:08:04.418 INFO kablam! | Oct 28 01:08:04.418 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:08:04.418 INFO kablam! Oct 28 01:08:04.418 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:08:04.418 INFO kablam! --> examples/simple.rs:56:5 Oct 28 01:08:04.418 INFO kablam! | Oct 28 01:08:04.418 INFO kablam! 56 | channel.close(200, "Bye"); Oct 28 01:08:04.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:08:04.418 INFO kablam! | Oct 28 01:08:04.418 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:08:04.418 INFO kablam! Oct 28 01:08:04.507 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:08:04.507 INFO kablam! --> examples/interactive.rs:37:5 Oct 28 01:08:04.507 INFO kablam! | Oct 28 01:08:04.507 INFO kablam! 37 | channel.close(200, "Bye"); Oct 28 01:08:04.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:08:04.507 INFO kablam! | Oct 28 01:08:04.507 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 01:08:04.507 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:08:04.507 INFO kablam! Oct 28 01:08:04.617 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:08:04.617 INFO kablam! --> examples/producer.rs:49:5 Oct 28 01:08:04.617 INFO kablam! | Oct 28 01:08:04.617 INFO kablam! 49 | channel.close(200, "Bye"); Oct 28 01:08:04.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:08:04.617 INFO kablam! | Oct 28 01:08:04.617 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 01:08:04.617 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:08:04.617 INFO kablam! Oct 28 01:08:04.825 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.98s Oct 28 01:08:04.835 INFO kablam! su: No module specific data is present Oct 28 01:08:05.614 INFO running `"docker" "rm" "-f" "c43ef5a57a8157c06fa2abec3d1ed1495d0f598e2de8aba783ba5c1c452c250b"` Oct 28 01:08:05.868 INFO blam! c43ef5a57a8157c06fa2abec3d1ed1495d0f598e2de8aba783ba5c1c452c250b