Sep 21 10:03:48.449 INFO checking generic-array-0.9.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:03:48.449 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:03:48.449 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:03:48.584 INFO blam! cd689089b64619f913aeedd4fba9734cc46183950ca3205fc4a95aa9f6f6121a Sep 21 10:03:48.586 INFO running `"docker" "start" "-a" "cd689089b64619f913aeedd4fba9734cc46183950ca3205fc4a95aa9f6f6121a"` Sep 21 10:03:50.148 INFO kablam! usermod: no changes Sep 21 10:03:50.182 INFO kablam! Checking generic-array v0.9.0 (/source) Sep 21 10:03:50.367 INFO kablam! warning: the trait bound `U: ArrayLength` is not satisfied Sep 21 10:03:50.367 INFO kablam! --> src/arr.rs:23:22 Sep 21 10:03:50.367 INFO kablam! | Sep 21 10:03:50.367 INFO kablam! 23 | pub type Inc = >::Output; Sep 21 10:03:50.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `ArrayLength` is not implemented for `U` Sep 21 10:03:50.367 INFO kablam! | Sep 21 10:03:50.367 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:03:50.368 INFO kablam! = help: consider adding a `where U: ArrayLength` bound Sep 21 10:03:50.368 INFO kablam! = note: required because of the requirements on the impl of `arr::AddLength>` for `U` Sep 21 10:03:50.368 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:03:50.368 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:03:50.368 INFO kablam! Sep 21 10:03:50.368 INFO kablam! warning: cannot add `typenum::UInt` to `U` Sep 21 10:03:50.368 INFO kablam! --> src/arr.rs:23:22 Sep 21 10:03:50.368 INFO kablam! | Sep 21 10:03:50.368 INFO kablam! 23 | pub type Inc = >::Output; Sep 21 10:03:50.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `U + typenum::UInt` Sep 21 10:03:50.368 INFO kablam! | Sep 21 10:03:50.368 INFO kablam! = help: the trait `core::ops::Add>` is not implemented for `U` Sep 21 10:03:50.368 INFO kablam! = help: consider adding a `where U: core::ops::Add>` bound Sep 21 10:03:50.368 INFO kablam! = note: required because of the requirements on the impl of `arr::AddLength>` for `U` Sep 21 10:03:50.368 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:03:50.368 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:03:50.368 INFO kablam! Sep 21 10:03:50.582 INFO kablam! warning: the trait bound `U: ArrayLength` is not satisfied Sep 21 10:03:50.582 INFO kablam! --> src/arr.rs:23:22 Sep 21 10:03:50.582 INFO kablam! | Sep 21 10:03:50.582 INFO kablam! 23 | pub type Inc = >::Output; Sep 21 10:03:50.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `ArrayLength` is not implemented for `U` Sep 21 10:03:50.582 INFO kablam! | Sep 21 10:03:50.582 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:03:50.582 INFO kablam! = help: consider adding a `where U: ArrayLength` bound Sep 21 10:03:50.582 INFO kablam! = note: required because of the requirements on the impl of `arr::AddLength>` for `U` Sep 21 10:03:50.582 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:03:50.583 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:03:50.583 INFO kablam! Sep 21 10:03:50.583 INFO kablam! warning: cannot add `typenum::UInt` to `U` Sep 21 10:03:50.583 INFO kablam! --> src/arr.rs:23:22 Sep 21 10:03:50.583 INFO kablam! | Sep 21 10:03:50.583 INFO kablam! 23 | pub type Inc = >::Output; Sep 21 10:03:50.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `U + typenum::UInt` Sep 21 10:03:50.583 INFO kablam! | Sep 21 10:03:50.583 INFO kablam! = help: the trait `core::ops::Add>` is not implemented for `U` Sep 21 10:03:50.583 INFO kablam! = help: consider adding a `where U: core::ops::Add>` bound Sep 21 10:03:50.583 INFO kablam! = note: required because of the requirements on the impl of `arr::AddLength>` for `U` Sep 21 10:03:50.583 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:03:50.583 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:03:50.583 INFO kablam! Sep 21 10:03:51.246 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Sep 21 10:03:51.247 INFO kablam! su: No module specific data is present Sep 21 10:03:52.073 INFO running `"docker" "rm" "-f" "cd689089b64619f913aeedd4fba9734cc46183950ca3205fc4a95aa9f6f6121a"` Sep 21 10:03:52.207 INFO blam! cd689089b64619f913aeedd4fba9734cc46183950ca3205fc4a95aa9f6f6121a