Sep 18 03:47:48.684 INFO checking amqpr-api-0.4.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:47:48.684 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:47:48.684 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-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:48.980 INFO blam! 124d8d0a9656fafd4c23d4f7c85f3ec0747b0f4cd4c2fe6b6ea32355acfada78 Sep 18 03:47:48.982 INFO running `"docker" "start" "-a" "124d8d0a9656fafd4c23d4f7c85f3ec0747b0f4cd4c2fe6b6ea32355acfada78"` Sep 18 03:47:50.631 INFO kablam! usermod: no changes Sep 18 03:47:50.887 INFO kablam! Checking amqpr-codec v0.3.2 Sep 18 03:47:50.891 INFO kablam! Checking log4rs v0.7.0 Sep 18 03:47:51.988 INFO kablam! Checking amqpr-api v0.4.1 (/source) Sep 18 03:47:53.979 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 18 03:47:53.979 INFO kablam! --> src/lib.rs:57:18 Sep 18 03:47:53.979 INFO kablam! | Sep 18 03:47:53.979 INFO kablam! 57 | type RawSocket = tokio_io::codec::Framed; Sep 18 03:47:53.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:47:53.979 INFO kablam! | Sep 18 03:47:53.979 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 03:47:53.979 INFO kablam! Sep 18 03:47:54.042 INFO kablam! error: the trait bound `S: futures::Sink` is not satisfied Sep 18 03:47:54.042 INFO kablam! --> src/exchange/declare.rs:10:32 Sep 18 03:47:54.042 INFO kablam! | Sep 18 03:47:54.042 INFO kablam! 10 | pub type ExchangeDeclared = Send; Sep 18 03:47:54.043 INFO kablam! | ^^^^^^^ the trait `futures::Sink` is not implemented for `S` Sep 18 03:47:54.043 INFO kablam! | Sep 18 03:47:54.044 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 03:47:54.044 INFO kablam! = help: consider adding a `where S: futures::Sink` bound Sep 18 03:47:54.044 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:47:54.045 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:47:54.045 INFO kablam! Sep 18 03:47:54.046 INFO kablam! error: the trait bound `S: futures::Sink` is not satisfied Sep 18 03:47:54.047 INFO kablam! --> src/queue/bind.rs:10:26 Sep 18 03:47:54.047 INFO kablam! | Sep 18 03:47:54.047 INFO kablam! 10 | pub type QueueBound = Send; Sep 18 03:47:54.048 INFO kablam! | ^^^^^^^ the trait `futures::Sink` is not implemented for `S` Sep 18 03:47:54.048 INFO kablam! | Sep 18 03:47:54.048 INFO kablam! = help: consider adding a `where S: futures::Sink` bound Sep 18 03:47:54.049 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:47:54.049 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:47:54.049 INFO kablam! Sep 18 03:47:54.051 INFO kablam! error: the trait bound `S: futures::Sink` is not satisfied Sep 18 03:47:54.051 INFO kablam! --> src/basic/consume.rs:13:30 Sep 18 03:47:54.052 INFO kablam! | Sep 18 03:47:54.052 INFO kablam! 13 | pub type ConsumeStarted = Send; Sep 18 03:47:54.052 INFO kablam! | ^^^^^^^ the trait `futures::Sink` is not implemented for `S` Sep 18 03:47:54.052 INFO kablam! | Sep 18 03:47:54.053 INFO kablam! = help: consider adding a `where S: futures::Sink` bound Sep 18 03:47:54.053 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:47:54.053 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:47:54.054 INFO kablam! Sep 18 03:47:54.082 INFO kablam! error: aborting due to 3 previous errors Sep 18 03:47:54.083 INFO kablam! Sep 18 03:47:54.093 INFO kablam! error: Could not compile `amqpr-api`. Sep 18 03:47:54.094 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:47:55.287 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 18 03:47:55.287 INFO kablam! --> src/lib.rs:57:18 Sep 18 03:47:55.287 INFO kablam! | Sep 18 03:47:55.287 INFO kablam! 57 | type RawSocket = tokio_io::codec::Framed; Sep 18 03:47:55.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:47:55.287 INFO kablam! | Sep 18 03:47:55.287 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 03:47:55.288 INFO kablam! Sep 18 03:47:55.349 INFO kablam! error: the trait bound `S: futures::Sink` is not satisfied Sep 18 03:47:55.349 INFO kablam! --> src/exchange/declare.rs:10:32 Sep 18 03:47:55.349 INFO kablam! | Sep 18 03:47:55.349 INFO kablam! 10 | pub type ExchangeDeclared = Send; Sep 18 03:47:55.349 INFO kablam! | ^^^^^^^ the trait `futures::Sink` is not implemented for `S` Sep 18 03:47:55.349 INFO kablam! | Sep 18 03:47:55.349 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 03:47:55.349 INFO kablam! = help: consider adding a `where S: futures::Sink` bound Sep 18 03:47:55.350 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:47:55.350 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:47:55.350 INFO kablam! Sep 18 03:47:55.351 INFO kablam! error: the trait bound `S: futures::Sink` is not satisfied Sep 18 03:47:55.351 INFO kablam! --> src/queue/bind.rs:10:26 Sep 18 03:47:55.351 INFO kablam! | Sep 18 03:47:55.351 INFO kablam! 10 | pub type QueueBound = Send; Sep 18 03:47:55.351 INFO kablam! | ^^^^^^^ the trait `futures::Sink` is not implemented for `S` Sep 18 03:47:55.351 INFO kablam! | Sep 18 03:47:55.351 INFO kablam! = help: consider adding a `where S: futures::Sink` bound Sep 18 03:47:55.351 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:47:55.351 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:47:55.351 INFO kablam! Sep 18 03:47:55.353 INFO kablam! error: the trait bound `S: futures::Sink` is not satisfied Sep 18 03:47:55.353 INFO kablam! --> src/basic/consume.rs:13:30 Sep 18 03:47:55.353 INFO kablam! | Sep 18 03:47:55.353 INFO kablam! 13 | pub type ConsumeStarted = Send; Sep 18 03:47:55.353 INFO kablam! | ^^^^^^^ the trait `futures::Sink` is not implemented for `S` Sep 18 03:47:55.353 INFO kablam! | Sep 18 03:47:55.353 INFO kablam! = help: consider adding a `where S: futures::Sink` bound Sep 18 03:47:55.353 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:47:55.353 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:47:55.353 INFO kablam! Sep 18 03:47:55.382 INFO kablam! error: aborting due to 3 previous errors Sep 18 03:47:55.382 INFO kablam! Sep 18 03:47:55.400 INFO kablam! error: Could not compile `amqpr-api`. Sep 18 03:47:55.400 INFO kablam! Sep 18 03:47:55.400 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:47:55.403 INFO kablam! su: No module specific data is present Sep 18 03:47:56.792 INFO running `"docker" "rm" "-f" "124d8d0a9656fafd4c23d4f7c85f3ec0747b0f4cd4c2fe6b6ea32355acfada78"` Sep 18 03:47:57.179 INFO blam! 124d8d0a9656fafd4c23d4f7c85f3ec0747b0f4cd4c2fe6b6ea32355acfada78