Sep 20 06:37:48.711 INFO checking amqpr-api-0.3.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 06:37:48.711 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 06:37:48.711 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/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:37:48.887 INFO blam! 4144b279de782b9cc15035de982a0ff72b33fced31f7adf0b32ab0101fac7fa5 Sep 20 06:37:48.889 INFO running `"docker" "start" "-a" "4144b279de782b9cc15035de982a0ff72b33fced31f7adf0b32ab0101fac7fa5"` Sep 20 06:37:49.675 INFO kablam! usermod: no changes Sep 20 06:37:49.882 INFO kablam! Checking amqpr-codec v0.2.4 Sep 20 06:37:49.882 INFO kablam! Checking log4rs v0.7.0 Sep 20 06:37:51.722 INFO kablam! Checking amqpr-api v0.3.1 (/source) Sep 20 06:37:55.011 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 20 06:37:55.011 INFO kablam! --> src/lib.rs:60:23 Sep 20 06:37:55.011 INFO kablam! | Sep 20 06:37:55.011 INFO kablam! 60 | pub type AmqpSocket = tokio_io::codec::Framed; Sep 20 06:37:55.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:37:55.026 INFO kablam! | Sep 20 06:37:55.026 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 06:37:55.026 INFO kablam! Sep 20 06:37:55.394 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 20 06:37:55.394 INFO kablam! --> src/handshake.rs:188:51 Sep 20 06:37:55.395 INFO kablam! | Sep 20 06:37:55.395 INFO kablam! 188 | ReceivingStart(Should::new(socket.framed(::amqpr_codec::Codec))) Sep 20 06:37:55.395 INFO kablam! | ^^^^^^ Sep 20 06:37:55.396 INFO kablam! Sep 20 06:38:03.534 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 20 06:38:03.534 INFO kablam! --> src/lib.rs:60:23 Sep 20 06:38:03.534 INFO kablam! | Sep 20 06:38:03.534 INFO kablam! 60 | pub type AmqpSocket = tokio_io::codec::Framed; Sep 20 06:38:03.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:03.535 INFO kablam! | Sep 20 06:38:03.535 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 06:38:03.535 INFO kablam! Sep 20 06:38:04.918 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 20 06:38:04.918 INFO kablam! --> src/handshake.rs:188:51 Sep 20 06:38:04.919 INFO kablam! | Sep 20 06:38:04.919 INFO kablam! 188 | ReceivingStart(Should::new(socket.framed(::amqpr_codec::Codec))) Sep 20 06:38:04.920 INFO kablam! | ^^^^^^ Sep 20 06:38:04.920 INFO kablam! Sep 20 06:38:15.382 INFO kablam! warning: unused import: `AmqpSocket` Sep 20 06:38:15.382 INFO kablam! --> examples/publish.rs:17:80 Sep 20 06:38:15.382 INFO kablam! | Sep 20 06:38:15.382 INFO kablam! 17 | use amqpr_api::{start_handshake, declare_exchange_wait, open_channel, publish, AmqpSocket}; Sep 20 06:38:15.382 INFO kablam! | ^^^^^^^^^^ Sep 20 06:38:15.382 INFO kablam! | Sep 20 06:38:15.382 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:38:15.382 INFO kablam! Sep 20 06:38:15.718 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_queue` Sep 20 06:38:15.718 INFO kablam! --> tests/declare_queue.rs:12:48 Sep 20 06:38:15.718 INFO kablam! | Sep 20 06:38:15.718 INFO kablam! 12 | use amqpr_api::{start_handshake, open_channel, declare_queue}; Sep 20 06:38:15.718 INFO kablam! | ^^^^^^^^^^^^^ no `declare_queue` in the root Sep 20 06:38:15.753 INFO kablam! Sep 20 06:38:15.778 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_exchange` Sep 20 06:38:15.778 INFO kablam! --> tests/publish.rs:14:34 Sep 20 06:38:15.778 INFO kablam! | Sep 20 06:38:15.778 INFO kablam! 14 | use amqpr_api::{start_handshake, declare_exchange, open_channel, publish}; Sep 20 06:38:15.778 INFO kablam! | ^^^^^^^^^^^^^^^^ no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 20 06:38:15.790 INFO kablam! Sep 20 06:38:16.110 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 06:38:16.110 INFO kablam! --> tests/publish.rs:38:28 Sep 20 06:38:16.110 INFO kablam! | Sep 20 06:38:16.110 INFO kablam! 38 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 20 06:38:16.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 06:38:16.115 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_exchange` Sep 20 06:38:16.115 INFO kablam! --> tests/declare_exchange.rs:12:34 Sep 20 06:38:16.116 INFO kablam! | Sep 20 06:38:16.116 INFO kablam! 12 | use amqpr_api::{start_handshake, declare_exchange, open_channel}; Sep 20 06:38:16.116 INFO kablam! | ^^^^^^^^^^^^^^^^ no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 20 06:38:16.117 INFO kablam! Sep 20 06:38:16.117 INFO kablam! Sep 20 06:38:16.254 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 06:38:16.254 INFO kablam! --> tests/declare_queue.rs:34:28 Sep 20 06:38:16.254 INFO kablam! | Sep 20 06:38:16.255 INFO kablam! 34 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 20 06:38:16.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 06:38:16.255 INFO kablam! Sep 20 06:38:16.310 INFO kablam! error[E0432]: unresolved imports `amqpr_api::declare_exchange`, `amqpr_api::declare_queue`, `amqpr_api::bind_queue` Sep 20 06:38:16.310 INFO kablam! --> tests/bind_queue.rs:12:48 Sep 20 06:38:16.310 INFO kablam! | Sep 20 06:38:16.310 INFO kablam! 12 | use amqpr_api::{start_handshake, open_channel, declare_exchange, declare_queue, bind_queue}; Sep 20 06:38:16.310 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^ no `bind_queue` in the root Sep 20 06:38:16.310 INFO kablam! | | | Sep 20 06:38:16.310 INFO kablam! | | no `declare_queue` in the root Sep 20 06:38:16.310 INFO kablam! | no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 20 06:38:16.322 INFO kablam! Sep 20 06:38:16.361 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:38:16.361 INFO kablam! Sep 20 06:38:16.361 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 06:38:16.361 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:38:16.382 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:38:16.382 INFO kablam! Sep 20 06:38:16.383 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 06:38:16.383 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:38:16.393 INFO kablam! error: Could not compile `amqpr-api`. Sep 20 06:38:16.394 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:38:16.446 INFO kablam! error[E0432]: unresolved imports `amqpr_api::declare_exchange`, `amqpr_api::bind_queue`, `amqpr_api::declare_queue`, `amqpr_api::start_consume` Sep 20 06:38:16.446 INFO kablam! --> tests/consume.rs:14:34 Sep 20 06:38:16.447 INFO kablam! | Sep 20 06:38:16.447 INFO kablam! 14 | use amqpr_api::{start_handshake, declare_exchange, open_channel, publish, bind_queue, Sep 20 06:38:16.447 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ no `bind_queue` in the root Sep 20 06:38:16.448 INFO kablam! | | Sep 20 06:38:16.448 INFO kablam! | no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 20 06:38:16.448 INFO kablam! 15 | declare_queue, start_consume, receive_delivered}; Sep 20 06:38:16.449 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ no `start_consume` in the root Sep 20 06:38:16.449 INFO kablam! | | Sep 20 06:38:16.449 INFO kablam! | no `declare_queue` in the root Sep 20 06:38:16.450 INFO kablam! Sep 20 06:38:16.470 INFO kablam! error: Could not compile `amqpr-api`. Sep 20 06:38:16.470 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:38:16.554 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 06:38:16.554 INFO kablam! --> tests/declare_exchange.rs:35:28 Sep 20 06:38:16.554 INFO kablam! | Sep 20 06:38:16.554 INFO kablam! 35 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 20 06:38:16.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 06:38:16.554 INFO kablam! Sep 20 06:38:16.590 INFO kablam! warning: unused `futures::sink::SinkMapErr` which must be used Sep 20 06:38:16.590 INFO kablam! --> examples/publish.rs:67:5 Sep 20 06:38:16.590 INFO kablam! | Sep 20 06:38:16.590 INFO kablam! 67 | core.run(future).unwrap(); Sep 20 06:38:16.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:16.590 INFO kablam! | Sep 20 06:38:16.590 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 06:38:16.590 INFO kablam! = note: sinks do nothing unless polled Sep 20 06:38:16.590 INFO kablam! Sep 20 06:38:16.626 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:38:16.626 INFO kablam! Sep 20 06:38:16.626 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 06:38:16.626 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:38:16.671 INFO kablam! error: Could not compile `amqpr-api`. Sep 20 06:38:16.671 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:38:16.690 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 06:38:16.690 INFO kablam! --> tests/bind_queue.rs:37:28 Sep 20 06:38:16.690 INFO kablam! | Sep 20 06:38:16.690 INFO kablam! 37 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 20 06:38:16.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 06:38:16.690 INFO kablam! Sep 20 06:38:16.745 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 06:38:16.745 INFO kablam! --> tests/consume.rs:40:28 Sep 20 06:38:16.745 INFO kablam! | Sep 20 06:38:16.745 INFO kablam! 40 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 20 06:38:16.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 06:38:16.745 INFO kablam! Sep 20 06:38:16.854 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:38:16.854 INFO kablam! Sep 20 06:38:16.854 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 06:38:16.854 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:38:16.874 INFO kablam! error: Could not compile `amqpr-api`. Sep 20 06:38:16.874 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:38:16.956 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:38:16.956 INFO kablam! Sep 20 06:38:16.956 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 06:38:16.956 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:38:16.982 INFO kablam! error: Could not compile `amqpr-api`. Sep 20 06:38:16.982 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:38:18.281 INFO kablam! error: build failed Sep 20 06:38:18.282 INFO kablam! su: No module specific data is present Sep 20 06:38:19.437 INFO running `"docker" "rm" "-f" "4144b279de782b9cc15035de982a0ff72b33fced31f7adf0b32ab0101fac7fa5"` Sep 20 06:38:19.570 INFO blam! 4144b279de782b9cc15035de982a0ff72b33fced31f7adf0b32ab0101fac7fa5