Sep 14 19:45:24.447 INFO checking amqpr-api-0.3.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:45:24.447 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:45:24.447 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:45:24.627 INFO blam! 3539ef617ea9747344794e9aff807e4ab3df46bdd0f5e73ab459b297785db3f6 Sep 14 19:45:24.631 INFO running `"docker" "start" "-a" "3539ef617ea9747344794e9aff807e4ab3df46bdd0f5e73ab459b297785db3f6"` Sep 14 19:45:25.603 INFO kablam! usermod: no changes Sep 14 19:45:25.862 INFO kablam! Checking amqpr-codec v0.2.4 Sep 14 19:45:25.863 INFO kablam! Checking log4rs v0.7.0 Sep 14 19:45:27.546 INFO kablam! Checking amqpr-api v0.3.1 (file:///source) Sep 14 19:45:30.011 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 14 19:45:30.011 INFO kablam! --> src/lib.rs:60:23 Sep 14 19:45:30.011 INFO kablam! | Sep 14 19:45:30.011 INFO kablam! 60 | pub type AmqpSocket = tokio_io::codec::Framed; Sep 14 19:45:30.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:45:30.027 INFO kablam! | Sep 14 19:45:30.027 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 19:45:30.027 INFO kablam! Sep 14 19:45:30.339 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 14 19:45:30.339 INFO kablam! --> src/handshake.rs:188:51 Sep 14 19:45:30.339 INFO kablam! | Sep 14 19:45:30.339 INFO kablam! 188 | ReceivingStart(Should::new(socket.framed(::amqpr_codec::Codec))) Sep 14 19:45:30.339 INFO kablam! | ^^^^^^ Sep 14 19:45:30.339 INFO kablam! Sep 14 19:45:37.419 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 14 19:45:37.419 INFO kablam! --> src/lib.rs:60:23 Sep 14 19:45:37.419 INFO kablam! | Sep 14 19:45:37.419 INFO kablam! 60 | pub type AmqpSocket = tokio_io::codec::Framed; Sep 14 19:45:37.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:45:37.419 INFO kablam! | Sep 14 19:45:37.419 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 19:45:37.419 INFO kablam! Sep 14 19:45:38.922 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 14 19:45:38.922 INFO kablam! --> src/handshake.rs:188:51 Sep 14 19:45:38.922 INFO kablam! | Sep 14 19:45:38.922 INFO kablam! 188 | ReceivingStart(Should::new(socket.framed(::amqpr_codec::Codec))) Sep 14 19:45:38.922 INFO kablam! | ^^^^^^ Sep 14 19:45:38.922 INFO kablam! Sep 14 19:45:46.614 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_exchange` Sep 14 19:45:46.615 INFO kablam! --> tests/declare_exchange.rs:12:34 Sep 14 19:45:46.615 INFO kablam! | Sep 14 19:45:46.615 INFO kablam! 12 | use amqpr_api::{start_handshake, declare_exchange, open_channel}; Sep 14 19:45:46.615 INFO kablam! | ^^^^^^^^^^^^^^^^ no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 14 19:45:46.615 INFO kablam! Sep 14 19:45:46.922 INFO kablam! error[E0432]: unresolved imports `amqpr_api::declare_exchange`, `amqpr_api::bind_queue`, `amqpr_api::declare_queue`, `amqpr_api::start_consume` Sep 14 19:45:46.923 INFO kablam! --> tests/consume.rs:14:34 Sep 14 19:45:46.923 INFO kablam! | Sep 14 19:45:46.923 INFO kablam! 14 | use amqpr_api::{start_handshake, declare_exchange, open_channel, publish, bind_queue, Sep 14 19:45:46.923 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ no `bind_queue` in the root Sep 14 19:45:46.923 INFO kablam! | | Sep 14 19:45:46.923 INFO kablam! | no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 14 19:45:46.923 INFO kablam! 15 | declare_queue, start_consume, receive_delivered}; Sep 14 19:45:46.923 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ no `start_consume` in the root Sep 14 19:45:46.923 INFO kablam! | | Sep 14 19:45:46.923 INFO kablam! | no `declare_queue` in the root Sep 14 19:45:46.923 INFO kablam! Sep 14 19:45:47.001 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 14 19:45:47.001 INFO kablam! --> tests/declare_exchange.rs:35:28 Sep 14 19:45:47.002 INFO kablam! | Sep 14 19:45:47.002 INFO kablam! 35 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 14 19:45:47.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 14 19:45:47.026 INFO kablam! Sep 14 19:45:47.131 INFO kablam! warning: unused import: `AmqpSocket` Sep 14 19:45:47.131 INFO kablam! --> examples/publish.rs:17:80 Sep 14 19:45:47.131 INFO kablam! | Sep 14 19:45:47.131 INFO kablam! 17 | use amqpr_api::{start_handshake, declare_exchange_wait, open_channel, publish, AmqpSocket}; Sep 14 19:45:47.131 INFO kablam! | ^^^^^^^^^^ Sep 14 19:45:47.131 INFO kablam! | Sep 14 19:45:47.131 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:45:47.131 INFO kablam! Sep 14 19:45:47.131 INFO kablam! error: aborting due to 2 previous errors Sep 14 19:45:47.131 INFO kablam! Sep 14 19:45:47.131 INFO kablam! Some errors occurred: E0061, E0432. Sep 14 19:45:47.131 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 19:45:47.195 INFO kablam! error: Could not compile `amqpr-api`. Sep 14 19:45:47.195 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:45:47.303 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 14 19:45:47.303 INFO kablam! --> tests/consume.rs:40:28 Sep 14 19:45:47.303 INFO kablam! | Sep 14 19:45:47.303 INFO kablam! 40 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 14 19:45:47.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 14 19:45:47.303 INFO kablam! Sep 14 19:45:47.527 INFO kablam! error: aborting due to 2 previous errors Sep 14 19:45:47.527 INFO kablam! Sep 14 19:45:47.527 INFO kablam! Some errors occurred: E0061, E0432. Sep 14 19:45:47.527 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 19:45:47.559 INFO kablam! error: Could not compile `amqpr-api`. Sep 14 19:45:47.559 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:45:47.639 INFO kablam! warning: unused `futures::sink::SinkMapErr` which must be used Sep 14 19:45:47.639 INFO kablam! --> examples/publish.rs:67:5 Sep 14 19:45:47.639 INFO kablam! | Sep 14 19:45:47.639 INFO kablam! 67 | core.run(future).unwrap(); Sep 14 19:45:47.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:45:47.639 INFO kablam! | Sep 14 19:45:47.639 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:45:47.639 INFO kablam! = note: sinks do nothing unless polled Sep 14 19:45:47.639 INFO kablam! Sep 14 19:45:47.816 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_queue` Sep 14 19:45:47.816 INFO kablam! --> tests/declare_queue.rs:12:48 Sep 14 19:45:47.816 INFO kablam! | Sep 14 19:45:47.816 INFO kablam! 12 | use amqpr_api::{start_handshake, open_channel, declare_queue}; Sep 14 19:45:47.816 INFO kablam! | ^^^^^^^^^^^^^ no `declare_queue` in the root Sep 14 19:45:47.816 INFO kablam! Sep 14 19:45:47.839 INFO kablam! error[E0432]: unresolved imports `amqpr_api::declare_exchange`, `amqpr_api::declare_queue`, `amqpr_api::bind_queue` Sep 14 19:45:47.839 INFO kablam! --> tests/bind_queue.rs:12:48 Sep 14 19:45:47.839 INFO kablam! | Sep 14 19:45:47.839 INFO kablam! 12 | use amqpr_api::{start_handshake, open_channel, declare_exchange, declare_queue, bind_queue}; Sep 14 19:45:47.839 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^ no `bind_queue` in the root Sep 14 19:45:47.839 INFO kablam! | | | Sep 14 19:45:47.839 INFO kablam! | | no `declare_queue` in the root Sep 14 19:45:47.839 INFO kablam! | no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 14 19:45:47.839 INFO kablam! Sep 14 19:45:47.920 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 14 19:45:47.920 INFO kablam! --> tests/declare_queue.rs:34:28 Sep 14 19:45:47.920 INFO kablam! | Sep 14 19:45:47.920 INFO kablam! 34 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 14 19:45:47.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 14 19:45:47.920 INFO kablam! Sep 14 19:45:47.967 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 14 19:45:47.967 INFO kablam! --> tests/bind_queue.rs:37:28 Sep 14 19:45:47.967 INFO kablam! | Sep 14 19:45:47.967 INFO kablam! 37 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 14 19:45:47.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 14 19:45:47.967 INFO kablam! Sep 14 19:45:47.975 INFO kablam! error: aborting due to 2 previous errors Sep 14 19:45:47.975 INFO kablam! Sep 14 19:45:47.975 INFO kablam! Some errors occurred: E0061, E0432. Sep 14 19:45:47.975 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 19:45:47.995 INFO kablam! error: Could not compile `amqpr-api`. Sep 14 19:45:47.995 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:45:48.113 INFO kablam! error: aborting due to 2 previous errors Sep 14 19:45:48.113 INFO kablam! Sep 14 19:45:48.113 INFO kablam! Some errors occurred: E0061, E0432. Sep 14 19:45:48.113 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 19:45:48.131 INFO kablam! error: Could not compile `amqpr-api`. Sep 14 19:45:48.131 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:45:48.251 INFO kablam! error[E0432]: unresolved import `amqpr_api::declare_exchange` Sep 14 19:45:48.251 INFO kablam! --> tests/publish.rs:14:34 Sep 14 19:45:48.251 INFO kablam! | Sep 14 19:45:48.251 INFO kablam! 14 | use amqpr_api::{start_handshake, declare_exchange, open_channel, publish}; Sep 14 19:45:48.251 INFO kablam! | ^^^^^^^^^^^^^^^^ no `declare_exchange` in the root. Did you mean to use `declare_exchange_wait`? Sep 14 19:45:48.251 INFO kablam! Sep 14 19:45:48.399 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 14 19:45:48.399 INFO kablam! --> tests/publish.rs:38:28 Sep 14 19:45:48.399 INFO kablam! | Sep 14 19:45:48.399 INFO kablam! 38 | .and_then(|socket| open_channel(socket, LOCAL_CHANNEL_ID)) Sep 14 19:45:48.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 14 19:45:48.399 INFO kablam! Sep 14 19:45:48.511 INFO kablam! error: aborting due to 2 previous errors Sep 14 19:45:48.511 INFO kablam! Sep 14 19:45:48.511 INFO kablam! Some errors occurred: E0061, E0432. Sep 14 19:45:48.511 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 19:45:48.523 INFO kablam! error: Could not compile `amqpr-api`. Sep 14 19:45:48.523 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:45:50.319 INFO kablam! error: build failed Sep 14 19:45:50.319 INFO kablam! su: No module specific data is present Sep 14 19:45:51.265 INFO running `"docker" "rm" "-f" "3539ef617ea9747344794e9aff807e4ab3df46bdd0f5e73ab459b297785db3f6"` Sep 14 19:45:51.571 INFO blam! 3539ef617ea9747344794e9aff807e4ab3df46bdd0f5e73ab459b297785db3f6