Sep 18 01:32:36.141 INFO checking dot-0.1.4 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:32:36.141 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:32:36.141 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/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 01:32:36.309 INFO blam! 689a92f630db8c5e6864b013cc240b6cba8c0a7230d825d5b991281a99013593 Sep 18 01:32:36.311 INFO running `"docker" "start" "-a" "689a92f630db8c5e6864b013cc240b6cba8c0a7230d825d5b991281a99013593"` Sep 18 01:32:37.375 INFO kablam! usermod: no changes Sep 18 01:32:37.419 INFO kablam! Checking dot v0.1.4 (/source) Sep 18 01:32:38.015 INFO kablam! error: the trait bound `[N]: std::borrow::ToOwned` is not satisfied Sep 18 01:32:38.015 INFO kablam! --> src/lib.rs:838:24 Sep 18 01:32:38.015 INFO kablam! | Sep 18 01:32:38.015 INFO kablam! 838 | pub type Nodes<'a,N> = Cow<'a,[N]>; Sep 18 01:32:38.015 INFO kablam! | ^^^^^^^^^^^ the trait `std::borrow::ToOwned` is not implemented for `[N]` Sep 18 01:32:38.015 INFO kablam! | Sep 18 01:32:38.015 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:32:38.015 INFO kablam! = help: consider adding a `where [N]: std::borrow::ToOwned` bound Sep 18 01:32:38.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:32:38.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:32:38.015 INFO kablam! Sep 18 01:32:38.015 INFO kablam! error: the trait bound `[E]: std::borrow::ToOwned` is not satisfied Sep 18 01:32:38.015 INFO kablam! --> src/lib.rs:839:24 Sep 18 01:32:38.015 INFO kablam! | Sep 18 01:32:38.015 INFO kablam! 839 | pub type Edges<'a,E> = Cow<'a,[E]>; Sep 18 01:32:38.015 INFO kablam! | ^^^^^^^^^^^ the trait `std::borrow::ToOwned` is not implemented for `[E]` Sep 18 01:32:38.015 INFO kablam! | Sep 18 01:32:38.015 INFO kablam! = help: consider adding a `where [E]: std::borrow::ToOwned` bound Sep 18 01:32:38.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:32:38.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:32:38.015 INFO kablam! Sep 18 01:32:38.023 INFO kablam! error: aborting due to 2 previous errors Sep 18 01:32:38.023 INFO kablam! Sep 18 01:32:38.026 INFO kablam! error: Could not compile `dot`. Sep 18 01:32:38.027 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:32:38.071 INFO kablam! error: the trait bound `[N]: std::borrow::ToOwned` is not satisfied Sep 18 01:32:38.071 INFO kablam! --> src/lib.rs:838:24 Sep 18 01:32:38.071 INFO kablam! | Sep 18 01:32:38.071 INFO kablam! 838 | pub type Nodes<'a,N> = Cow<'a,[N]>; Sep 18 01:32:38.071 INFO kablam! | ^^^^^^^^^^^ the trait `std::borrow::ToOwned` is not implemented for `[N]` Sep 18 01:32:38.071 INFO kablam! | Sep 18 01:32:38.071 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:32:38.071 INFO kablam! = help: consider adding a `where [N]: std::borrow::ToOwned` bound Sep 18 01:32:38.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:32:38.071 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:32:38.071 INFO kablam! Sep 18 01:32:38.071 INFO kablam! error: the trait bound `[E]: std::borrow::ToOwned` is not satisfied Sep 18 01:32:38.071 INFO kablam! --> src/lib.rs:839:24 Sep 18 01:32:38.071 INFO kablam! | Sep 18 01:32:38.071 INFO kablam! 839 | pub type Edges<'a,E> = Cow<'a,[E]>; Sep 18 01:32:38.071 INFO kablam! | ^^^^^^^^^^^ the trait `std::borrow::ToOwned` is not implemented for `[E]` Sep 18 01:32:38.071 INFO kablam! | Sep 18 01:32:38.071 INFO kablam! = help: consider adding a `where [E]: std::borrow::ToOwned` bound Sep 18 01:32:38.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:32:38.071 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:32:38.071 INFO kablam! Sep 18 01:32:38.095 INFO kablam! error: aborting due to 2 previous errors Sep 18 01:32:38.095 INFO kablam! Sep 18 01:32:38.107 INFO kablam! error: Could not compile `dot`. Sep 18 01:32:38.107 INFO kablam! Sep 18 01:32:38.107 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:32:38.107 INFO kablam! su: No module specific data is present Sep 18 01:32:38.688 INFO running `"docker" "rm" "-f" "689a92f630db8c5e6864b013cc240b6cba8c0a7230d825d5b991281a99013593"` Sep 18 01:32:38.816 INFO blam! 689a92f630db8c5e6864b013cc240b6cba8c0a7230d825d5b991281a99013593