Sep 18 03:47:51.521 INFO checking amqpr-api-0.3.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 03:47:51.521 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 03:47:51.522 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:47:51.657 INFO blam! 0193effde18d95532e5b1625d14a9a5efa8497cb2365a3eecaf83613b896c2e5 Sep 18 03:47:51.659 INFO running `"docker" "start" "-a" "0193effde18d95532e5b1625d14a9a5efa8497cb2365a3eecaf83613b896c2e5"` Sep 18 03:47:52.339 INFO kablam! usermod: no changes Sep 18 03:47:52.561 INFO kablam! Checking amqpr-codec v0.2.4 Sep 18 03:47:52.562 INFO kablam! Checking log4rs v0.7.0 Sep 18 03:47:54.527 INFO kablam! Checking amqpr-api v0.3.1 (/source) Sep 18 03:47:57.627 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 18 03:47:57.627 INFO kablam! --> src/lib.rs:60:23 Sep 18 03:47:57.627 INFO kablam! | Sep 18 03:47:57.627 INFO kablam! 60 | pub type AmqpSocket = tokio_io::codec::Framed; Sep 18 03:47:57.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:47:57.628 INFO kablam! | Sep 18 03:47:57.628 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 03:47:57.628 INFO kablam! Sep 18 03:47:57.958 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 18 03:47:57.958 INFO kablam! --> src/handshake.rs:188:51 Sep 18 03:47:57.959 INFO kablam! | Sep 18 03:47:57.959 INFO kablam! 188 | ReceivingStart(Should::new(socket.framed(::amqpr_codec::Codec))) Sep 18 03:47:57.959 INFO kablam! | ^^^^^^ Sep 18 03:47:57.959 INFO kablam! Sep 18 03:48:03.407 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 18 03:48:03.407 INFO kablam! --> src/lib.rs:60:23 Sep 18 03:48:03.407 INFO kablam! | Sep 18 03:48:03.407 INFO kablam! 60 | pub type AmqpSocket = tokio_io::codec::Framed; Sep 18 03:48:03.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:03.407 INFO kablam! | Sep 18 03:48:03.407 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 03:48:03.407 INFO kablam! Sep 18 03:48:04.055 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 18 03:48:04.055 INFO kablam! --> src/handshake.rs:188:51 Sep 18 03:48:04.055 INFO kablam! | Sep 18 03:48:04.055 INFO kablam! 188 | ReceivingStart(Should::new(socket.framed(::amqpr_codec::Codec))) Sep 18 03:48:04.055 INFO kablam! | ^^^^^^ Sep 18 03:48:04.055 INFO kablam! Sep 18 03:48:11.895 INFO kablam! warning: unused import: `AmqpSocket` Sep 18 03:48:11.895 INFO kablam! --> examples/publish.rs:17:80 Sep 18 03:48:11.895 INFO kablam! | Sep 18 03:48:11.895 INFO kablam! 17 | use amqpr_api::{start_handshake, declare_exchange_wait, open_channel, publish, AmqpSocket}; Sep 18 03:48:11.895 INFO kablam! | ^^^^^^^^^^ Sep 18 03:48:11.895 INFO kablam! | Sep 18 03:48:11.895 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:48:11.895 INFO kablam! Sep 18 03:48:12.307 INFO kablam! warning: unused `futures::sink::SinkMapErr` which must be used Sep 18 03:48:12.307 INFO kablam! --> examples/publish.rs:67:5 Sep 18 03:48:12.307 INFO kablam! | Sep 18 03:48:12.307 INFO kablam! 67 | core.run(future).unwrap(); Sep 18 03:48:12.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:48:12.307 INFO kablam! | Sep 18 03:48:12.307 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:48:12.308 INFO kablam! = note: sinks do nothing unless polled Sep 18 03:48:12.308 INFO kablam! Sep 18 03:48:12.308 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_queue` Sep 18 03:48:12.308 INFO kablam! --> tests/declare_queue.rs:12:48 Sep 18 03:48:12.308 INFO kablam! | Sep 18 03:48:12.308 INFO kablam! 12 | use amqpr_api::{start_handshake, open_channel, declare_queue}; Sep 18 03:48:12.308 INFO kablam! | ^^^^^^^^^^^^^ no `declare_queue` in the root Sep 18 03:48:12.308 INFO kablam! Sep 18 03:48:12.583 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 18 03:48:12.583 INFO kablam! --> tests/declare_queue.rs:34:28 Sep 18 03:48:12.583 INFO kablam! | Sep 18 03:48:12.583 INFO kablam! 34 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 18 03:48:12.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 18 03:48:12.583 INFO kablam! Sep 18 03:48:12.695 INFO kablam! error: aborting due to 2 previous errors Sep 18 03:48:12.715 INFO kablam! Sep 18 03:48:12.715 INFO kablam! Some errors occurred: E0061, E0432. Sep 18 03:48:12.715 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 18 03:48:12.767 INFO kablam! error: Could not compile `amqpr-api`. Sep 18 03:48:12.767 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:48:12.923 INFO kablam! error[E0432]: unresolved imports `amqpr_api::declare_exchange`, `amqpr_api::declare_queue`, `amqpr_api::bind_queue` Sep 18 03:48:12.923 INFO kablam! --> tests/bind_queue.rs:12:48 Sep 18 03:48:12.923 INFO kablam! | Sep 18 03:48:12.923 INFO kablam! 12 | use amqpr_api::{start_handshake, open_channel, declare_exchange, declare_queue, bind_queue}; Sep 18 03:48:12.923 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^ no `bind_queue` in the root Sep 18 03:48:12.923 INFO kablam! | | | Sep 18 03:48:12.923 INFO kablam! | | no `declare_queue` in the root Sep 18 03:48:12.923 INFO kablam! | no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 18 03:48:12.923 INFO kablam! Sep 18 03:48:13.039 INFO kablam! error[E0432]: unresolved imports `amqpr_api::declare_exchange`, `amqpr_api::bind_queue`, `amqpr_api::declare_queue`, `amqpr_api::start_consume` Sep 18 03:48:13.039 INFO kablam! --> tests/consume.rs:14:34 Sep 18 03:48:13.039 INFO kablam! | Sep 18 03:48:13.039 INFO kablam! 14 | use amqpr_api::{start_handshake, declare_exchange, open_channel, publish, bind_queue, Sep 18 03:48:13.039 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ no `bind_queue` in the root Sep 18 03:48:13.039 INFO kablam! | | Sep 18 03:48:13.039 INFO kablam! | no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 18 03:48:13.039 INFO kablam! 15 | declare_queue, start_consume, receive_delivered}; Sep 18 03:48:13.039 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ no `start_consume` in the root Sep 18 03:48:13.039 INFO kablam! | | Sep 18 03:48:13.039 INFO kablam! | no `declare_queue` in the root Sep 18 03:48:13.039 INFO kablam! Sep 18 03:48:13.111 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 18 03:48:13.111 INFO kablam! --> tests/bind_queue.rs:37:28 Sep 18 03:48:13.111 INFO kablam! | Sep 18 03:48:13.111 INFO kablam! 37 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 18 03:48:13.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 18 03:48:13.111 INFO kablam! Sep 18 03:48:13.153 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 18 03:48:13.153 INFO kablam! --> tests/consume.rs:40:28 Sep 18 03:48:13.153 INFO kablam! | Sep 18 03:48:13.153 INFO kablam! 40 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 18 03:48:13.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 18 03:48:13.153 INFO kablam! Sep 18 03:48:13.231 INFO kablam! error: aborting due to 2 previous errors Sep 18 03:48:13.231 INFO kablam! Sep 18 03:48:13.231 INFO kablam! Some errors occurred: E0061, E0432. Sep 18 03:48:13.231 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 18 03:48:13.243 INFO kablam! error: Could not compile `amqpr-api`. Sep 18 03:48:13.243 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:48:13.375 INFO kablam! error: aborting due to 2 previous errors Sep 18 03:48:13.375 INFO kablam! Sep 18 03:48:13.375 INFO kablam! Some errors occurred: E0061, E0432. Sep 18 03:48:13.375 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 18 03:48:13.435 INFO kablam! error: Could not compile `amqpr-api`. Sep 18 03:48:13.435 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:48:13.591 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_exchange` Sep 18 03:48:13.591 INFO kablam! --> tests/declare_exchange.rs:12:34 Sep 18 03:48:13.591 INFO kablam! | Sep 18 03:48:13.591 INFO kablam! 12 | use amqpr_api::{start_handshake, declare_exchange, open_channel}; Sep 18 03:48:13.591 INFO kablam! | ^^^^^^^^^^^^^^^^ no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 18 03:48:13.591 INFO kablam! Sep 18 03:48:13.651 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 18 03:48:13.655 INFO kablam! --> tests/declare_exchange.rs:35:28 Sep 18 03:48:13.655 INFO kablam! | Sep 18 03:48:13.655 INFO kablam! 35 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 18 03:48:13.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 18 03:48:13.655 INFO kablam! Sep 18 03:48:13.667 INFO kablam! error: aborting due to 2 previous errors Sep 18 03:48:13.667 INFO kablam! Sep 18 03:48:13.667 INFO kablam! Some errors occurred: E0061, E0432. Sep 18 03:48:13.667 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 18 03:48:13.687 INFO kablam! error: Could not compile `amqpr-api`. Sep 18 03:48:13.687 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:48:13.887 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_exchange` Sep 18 03:48:13.887 INFO kablam! --> tests/publish.rs:14:34 Sep 18 03:48:13.887 INFO kablam! | Sep 18 03:48:13.887 INFO kablam! 14 | use amqpr_api::{start_handshake, declare_exchange, open_channel, publish}; Sep 18 03:48:13.887 INFO kablam! | ^^^^^^^^^^^^^^^^ no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 18 03:48:13.887 INFO kablam! Sep 18 03:48:13.976 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 18 03:48:13.976 INFO kablam! --> tests/publish.rs:38:28 Sep 18 03:48:13.976 INFO kablam! | Sep 18 03:48:13.976 INFO kablam! 38 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 18 03:48:13.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 18 03:48:13.976 INFO kablam! Sep 18 03:48:14.182 INFO kablam! error: aborting due to 2 previous errors Sep 18 03:48:14.183 INFO kablam! Sep 18 03:48:14.183 INFO kablam! Some errors occurred: E0061, E0432. Sep 18 03:48:14.183 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 18 03:48:14.191 INFO kablam! error: Could not compile `amqpr-api`. Sep 18 03:48:14.191 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:48:14.979 INFO kablam! error: build failed Sep 18 03:48:14.987 INFO kablam! su: No module specific data is present Sep 18 03:48:16.105 INFO running `"docker" "rm" "-f" "0193effde18d95532e5b1625d14a9a5efa8497cb2365a3eecaf83613b896c2e5"` Sep 18 03:48:16.363 INFO blam! 0193effde18d95532e5b1625d14a9a5efa8497cb2365a3eecaf83613b896c2e5