Sep 17 18:44:00.111 INFO checking rotor-capnp-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:44:00.112 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:44:00.112 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 17 18:44:00.460 INFO blam! 067d76327f6dc803317a8da07e12cbc431a46f15e76533d9944eaec2d8bb2ecc Sep 17 18:44:00.471 INFO running `"docker" "start" "-a" "067d76327f6dc803317a8da07e12cbc431a46f15e76533d9944eaec2d8bb2ecc"` Sep 17 18:44:01.448 INFO kablam! usermod: no changes Sep 17 18:44:01.537 INFO kablam! Checking quick-error v0.2.2 Sep 17 18:44:01.538 INFO kablam! Checking netbuf v0.3.8 Sep 17 18:44:01.539 INFO kablam! Checking capnp v0.6.2 Sep 17 18:44:01.541 INFO kablam! Checking mio v0.5.1 Sep 17 18:44:02.899 INFO kablam! Checking rotor v0.6.3 Sep 17 18:44:03.611 INFO kablam! Checking rotor-tools v0.3.2 Sep 17 18:44:04.235 INFO kablam! Checking rotor-stream v0.5.1 Sep 17 18:44:05.011 INFO kablam! Checking rotor-capnp v0.1.0 (/source) Sep 17 18:44:05.505 INFO kablam! error: the trait bound `A: capnp::message::Allocator` is not satisfied Sep 17 18:44:05.505 INFO kablam! --> src/serialization.rs:17:30 Sep 17 18:44:05.505 INFO kablam! | Sep 17 18:44:05.505 INFO kablam! 17 | pub type MessageBuilder = Builder; Sep 17 18:44:05.505 INFO kablam! | ^^^^^^^^^^ the trait `capnp::message::Allocator` is not implemented for `A` Sep 17 18:44:05.505 INFO kablam! | Sep 17 18:44:05.505 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:44:05.505 INFO kablam! = help: consider adding a `where A: capnp::message::Allocator` bound Sep 17 18:44:05.505 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:44:05.505 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:44:05.505 INFO kablam! Sep 17 18:44:05.505 INFO kablam! error: the trait bound `E: protocol::Endpoint` is not satisfied Sep 17 18:44:05.505 INFO kablam! --> src/lib.rs:23:27 Sep 17 18:44:05.505 INFO kablam! | Sep 17 18:44:05.505 INFO kablam! 23 | pub type CapnpStream = Stream>; Sep 17 18:44:05.505 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `protocol::Endpoint` is not implemented for `E` Sep 17 18:44:05.505 INFO kablam! | Sep 17 18:44:05.505 INFO kablam! = help: consider adding a `where E: protocol::Endpoint` bound Sep 17 18:44:05.505 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:44:05.505 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:44:05.505 INFO kablam! Sep 17 18:44:05.530 INFO kablam! error: aborting due to 2 previous errors Sep 17 18:44:05.531 INFO kablam! Sep 17 18:44:05.531 INFO kablam! error: Could not compile `rotor-capnp`. Sep 17 18:44:05.531 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:44:05.579 INFO kablam! error: the trait bound `A: capnp::message::Allocator` is not satisfied Sep 17 18:44:05.579 INFO kablam! --> src/serialization.rs:17:30 Sep 17 18:44:05.579 INFO kablam! | Sep 17 18:44:05.579 INFO kablam! 17 | pub type MessageBuilder = Builder; Sep 17 18:44:05.579 INFO kablam! | ^^^^^^^^^^ the trait `capnp::message::Allocator` is not implemented for `A` Sep 17 18:44:05.579 INFO kablam! | Sep 17 18:44:05.579 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:44:05.579 INFO kablam! = help: consider adding a `where A: capnp::message::Allocator` bound Sep 17 18:44:05.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:44:05.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:44:05.580 INFO kablam! Sep 17 18:44:05.592 INFO kablam! error: the trait bound `E: protocol::Endpoint` is not satisfied Sep 17 18:44:05.592 INFO kablam! --> src/lib.rs:23:27 Sep 17 18:44:05.592 INFO kablam! | Sep 17 18:44:05.592 INFO kablam! 23 | pub type CapnpStream = Stream>; Sep 17 18:44:05.592 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `protocol::Endpoint` is not implemented for `E` Sep 17 18:44:05.592 INFO kablam! | Sep 17 18:44:05.592 INFO kablam! = help: consider adding a `where E: protocol::Endpoint` bound Sep 17 18:44:05.592 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:44:05.592 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:44:05.592 INFO kablam! Sep 17 18:44:05.602 INFO kablam! error: aborting due to 2 previous errors Sep 17 18:44:05.603 INFO kablam! Sep 17 18:44:05.610 INFO kablam! error: Could not compile `rotor-capnp`. Sep 17 18:44:05.611 INFO kablam! Sep 17 18:44:05.611 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:44:05.611 INFO kablam! su: No module specific data is present Sep 17 18:44:06.198 INFO running `"docker" "rm" "-f" "067d76327f6dc803317a8da07e12cbc431a46f15e76533d9944eaec2d8bb2ecc"` Sep 17 18:44:06.348 INFO blam! 067d76327f6dc803317a8da07e12cbc431a46f15e76533d9944eaec2d8bb2ecc