Sep 20 06:37:48.995 INFO checking amqpr-api-0.3.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:37:48.995 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:37:48.995 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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:49.164 INFO blam! 5d9c3581eda5f11b68c29bfa139291ce34fe11f539a19964148355df2611cdf3 Sep 20 06:37:49.166 INFO running `"docker" "start" "-a" "5d9c3581eda5f11b68c29bfa139291ce34fe11f539a19964148355df2611cdf3"` Sep 20 06:37:49.866 INFO kablam! usermod: no changes Sep 20 06:37:50.110 INFO kablam! Checking amqpr-codec v0.2.4 Sep 20 06:37:50.134 INFO kablam! Checking log4rs v0.7.0 Sep 20 06:37:51.870 INFO kablam! Checking amqpr-api v0.3.1 (/source) Sep 20 06:37:55.280 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 20 06:37:55.281 INFO kablam! --> src/lib.rs:60:23 Sep 20 06:37:55.281 INFO kablam! | Sep 20 06:37:55.281 INFO kablam! 60 | pub type AmqpSocket = tokio_io::codec::Framed; Sep 20 06:37:55.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:37:55.282 INFO kablam! | Sep 20 06:37:55.283 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 06:37:55.283 INFO kablam! Sep 20 06:37:55.642 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 20 06:37:55.643 INFO kablam! --> src/handshake.rs:188:51 Sep 20 06:37:55.643 INFO kablam! | Sep 20 06:37:55.644 INFO kablam! 188 | ReceivingStart(Should::new(socket.framed(::amqpr_codec::Codec))) Sep 20 06:37:55.644 INFO kablam! | ^^^^^^ Sep 20 06:37:55.644 INFO kablam! Sep 20 06:38:04.534 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 20 06:38:04.534 INFO kablam! --> src/lib.rs:60:23 Sep 20 06:38:04.534 INFO kablam! | Sep 20 06:38:04.534 INFO kablam! 60 | pub type AmqpSocket = tokio_io::codec::Framed; Sep 20 06:38:04.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:04.534 INFO kablam! | Sep 20 06:38:04.535 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 06:38:04.535 INFO kablam! Sep 20 06:38:05.921 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 20 06:38:05.922 INFO kablam! --> src/handshake.rs:188:51 Sep 20 06:38:05.922 INFO kablam! | Sep 20 06:38:05.922 INFO kablam! 188 | ReceivingStart(Should::new(socket.framed(::amqpr_codec::Codec))) Sep 20 06:38:05.923 INFO kablam! | ^^^^^^ Sep 20 06:38:05.934 INFO kablam! Sep 20 06:38:12.242 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_exchange` Sep 20 06:38:12.242 INFO kablam! --> tests/declare_exchange.rs:12:34 Sep 20 06:38:12.242 INFO kablam! | Sep 20 06:38:12.242 INFO kablam! 12 | use amqpr_api::{start_handshake, declare_exchange, open_channel}; Sep 20 06:38:12.242 INFO kablam! | ^^^^^^^^^^^^^^^^ no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 20 06:38:12.242 INFO kablam! Sep 20 06:38:12.626 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 06:38:12.626 INFO kablam! --> tests/declare_exchange.rs:35:28 Sep 20 06:38:12.626 INFO kablam! | Sep 20 06:38:12.626 INFO kablam! 35 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 20 06:38:12.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 06:38:12.626 INFO kablam! Sep 20 06:38:12.738 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:38:12.738 INFO kablam! Sep 20 06:38:12.738 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 06:38:12.738 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:38:12.842 INFO kablam! error: Could not compile `amqpr-api`. Sep 20 06:38:12.842 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:38:14.734 INFO kablam! error[E0432]: unresolved imports `amqpr_api::declare_exchange`, `amqpr_api::declare_queue`, `amqpr_api::bind_queue` Sep 20 06:38:14.734 INFO kablam! --> tests/bind_queue.rs:12:48 Sep 20 06:38:14.734 INFO kablam! | Sep 20 06:38:14.734 INFO kablam! 12 | use amqpr_api::{start_handshake, open_channel, declare_exchange, declare_queue, bind_queue}; Sep 20 06:38:14.734 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^ no `bind_queue` in the root Sep 20 06:38:14.734 INFO kablam! | | | Sep 20 06:38:14.734 INFO kablam! | | no `declare_queue` in the root Sep 20 06:38:14.734 INFO kablam! | no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 20 06:38:14.734 INFO kablam! Sep 20 06:38:14.958 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 06:38:14.958 INFO kablam! --> tests/bind_queue.rs:37:28 Sep 20 06:38:14.958 INFO kablam! | Sep 20 06:38:14.958 INFO kablam! 37 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 20 06:38:14.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 06:38:14.958 INFO kablam! Sep 20 06:38:15.332 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_exchange` Sep 20 06:38:15.332 INFO kablam! --> tests/publish.rs:14:34 Sep 20 06:38:15.332 INFO kablam! | Sep 20 06:38:15.332 INFO kablam! 14 | use amqpr_api::{start_handshake, declare_exchange, open_channel, publish}; Sep 20 06:38:15.332 INFO kablam! | ^^^^^^^^^^^^^^^^ no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 20 06:38:15.332 INFO kablam! Sep 20 06:38:15.374 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:38:15.374 INFO kablam! Sep 20 06:38:15.375 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 06:38:15.375 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:38:15.450 INFO kablam! error: Could not compile `amqpr-api`. Sep 20 06:38:15.450 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:38:15.567 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 06:38:15.567 INFO kablam! --> tests/publish.rs:38:28 Sep 20 06:38:15.567 INFO kablam! | Sep 20 06:38:15.567 INFO kablam! 38 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 20 06:38:15.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 06:38:15.567 INFO kablam! Sep 20 06:38:15.737 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_queue` Sep 20 06:38:15.737 INFO kablam! --> tests/declare_queue.rs:12:48 Sep 20 06:38:15.737 INFO kablam! | Sep 20 06:38:15.738 INFO kablam! 12 | use amqpr_api::{start_handshake, open_channel, declare_queue}; Sep 20 06:38:15.738 INFO kablam! | ^^^^^^^^^^^^^ no `declare_queue` in the root Sep 20 06:38:15.738 INFO kablam! Sep 20 06:38:15.884 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:38:15.884 INFO kablam! Sep 20 06:38:15.884 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 06:38:15.884 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:38:15.894 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 06:38:15.894 INFO kablam! --> tests/declare_queue.rs:34:28 Sep 20 06:38:15.894 INFO kablam! | Sep 20 06:38:15.894 INFO kablam! 34 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 20 06:38:15.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 06:38:15.894 INFO kablam! Sep 20 06:38:15.938 INFO kablam! error: Could not compile `amqpr-api`. Sep 20 06:38:15.938 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:38:15.998 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:38:15.998 INFO kablam! Sep 20 06:38:15.998 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 06:38:15.998 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:38:16.022 INFO kablam! error: Could not compile `amqpr-api`. Sep 20 06:38:16.022 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:38:16.135 INFO kablam! warning: unused import: `AmqpSocket` Sep 20 06:38:16.135 INFO kablam! --> examples/publish.rs:17:80 Sep 20 06:38:16.135 INFO kablam! | Sep 20 06:38:16.135 INFO kablam! 17 | use amqpr_api::{start_handshake, declare_exchange_wait, open_channel, publish, AmqpSocket}; Sep 20 06:38:16.135 INFO kablam! | ^^^^^^^^^^ Sep 20 06:38:16.135 INFO kablam! | Sep 20 06:38:16.135 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:38:16.135 INFO kablam! Sep 20 06:38:16.546 INFO kablam! warning: unused `futures::sink::SinkMapErr` which must be used Sep 20 06:38:16.546 INFO kablam! --> examples/publish.rs:67:5 Sep 20 06:38:16.546 INFO kablam! | Sep 20 06:38:16.546 INFO kablam! 67 | core.run(future).unwrap(); Sep 20 06:38:16.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:38:16.546 INFO kablam! | Sep 20 06:38:16.546 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 06:38:16.546 INFO kablam! = note: sinks do nothing unless polled Sep 20 06:38:16.546 INFO kablam! Sep 20 06:38:17.830 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:17.830 INFO kablam! --> tests/consume.rs:14:34 Sep 20 06:38:17.830 INFO kablam! | Sep 20 06:38:17.830 INFO kablam! 14 | use amqpr_api::{start_handshake, declare_exchange, open_channel, publish, bind_queue, Sep 20 06:38:17.830 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ no `bind_queue` in the root Sep 20 06:38:17.830 INFO kablam! | | Sep 20 06:38:17.830 INFO kablam! | no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 20 06:38:17.830 INFO kablam! 15 | declare_queue, start_consume, receive_delivered}; Sep 20 06:38:17.830 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ no `start_consume` in the root Sep 20 06:38:17.830 INFO kablam! | | Sep 20 06:38:17.830 INFO kablam! | no `declare_queue` in the root Sep 20 06:38:17.830 INFO kablam! Sep 20 06:38:17.878 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 06:38:17.878 INFO kablam! --> tests/consume.rs:40:28 Sep 20 06:38:17.878 INFO kablam! | Sep 20 06:38:17.878 INFO kablam! 40 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 20 06:38:17.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 06:38:17.878 INFO kablam! Sep 20 06:38:17.958 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:38:17.958 INFO kablam! Sep 20 06:38:17.958 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 06:38:17.958 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:38:17.974 INFO kablam! error: Could not compile `amqpr-api`. Sep 20 06:38:17.974 INFO kablam! Sep 20 06:38:17.974 INFO kablam! To learn more, run the command again with --verbose. Sep 20 06:38:17.975 INFO kablam! su: No module specific data is present Sep 20 06:38:18.849 INFO running `"docker" "rm" "-f" "5d9c3581eda5f11b68c29bfa139291ce34fe11f539a19964148355df2611cdf3"` Sep 20 06:38:18.980 INFO blam! 5d9c3581eda5f11b68c29bfa139291ce34fe11f539a19964148355df2611cdf3