Sep 18 03:10:39.828 INFO checking block-modes-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:10:39.829 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:10:39.829 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/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:10:40.294 INFO blam! e9bd1027086e03e77b32daff7a1b7bc9c9e83d6bfcf9ba4ea82f002c17f69927 Sep 18 03:10:40.307 INFO running `"docker" "start" "-a" "e9bd1027086e03e77b32daff7a1b7bc9c9e83d6bfcf9ba4ea82f002c17f69927"` Sep 18 03:10:41.462 INFO kablam! usermod: no changes Sep 18 03:10:41.502 INFO kablam! Checking block-modes v0.1.0 (/source) Sep 18 03:10:41.636 INFO kablam! error: the trait bound `P: block_cipher_trait::generic_array::ArrayLength>` is not satisfied Sep 18 03:10:41.636 INFO kablam! --> src/utils.rs:3:35 Sep 18 03:10:41.636 INFO kablam! | Sep 18 03:10:41.636 INFO kablam! 3 | pub(crate) type ParBlocks = GenericArray, P>; Sep 18 03:10:41.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength>` is not implemented for `P` Sep 18 03:10:41.636 INFO kablam! | Sep 18 03:10:41.636 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 03:10:41.636 INFO kablam! = help: consider adding a `where P: block_cipher_trait::generic_array::ArrayLength>` bound Sep 18 03:10:41.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:10:41.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:10:41.636 INFO kablam! Sep 18 03:10:41.636 INFO kablam! error: the trait bound `B: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 18 03:10:41.636 INFO kablam! --> src/utils.rs:3:35 Sep 18 03:10:41.636 INFO kablam! | Sep 18 03:10:41.636 INFO kablam! 3 | pub(crate) type ParBlocks = GenericArray, P>; Sep 18 03:10:41.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `B` Sep 18 03:10:41.636 INFO kablam! | Sep 18 03:10:41.636 INFO kablam! = help: consider adding a `where B: block_cipher_trait::generic_array::ArrayLength` bound Sep 18 03:10:41.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:10:41.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:10:41.636 INFO kablam! Sep 18 03:10:41.636 INFO kablam! error: the trait bound `N: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 18 03:10:41.636 INFO kablam! --> src/traits.rs:6:17 Sep 18 03:10:41.636 INFO kablam! | Sep 18 03:10:41.636 INFO kablam! 6 | type Array = GenericArray; Sep 18 03:10:41.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `N` Sep 18 03:10:41.636 INFO kablam! | Sep 18 03:10:41.636 INFO kablam! = help: consider adding a `where N: block_cipher_trait::generic_array::ArrayLength` bound Sep 18 03:10:41.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:10:41.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:10:41.636 INFO kablam! Sep 18 03:10:41.641 INFO kablam! error: the trait bound `P: block_cipher_trait::generic_array::ArrayLength>` is not satisfied Sep 18 03:10:41.641 INFO kablam! --> src/ecb.rs:8:24 Sep 18 03:10:41.642 INFO kablam! | Sep 18 03:10:41.642 INFO kablam! 8 | type ParBlocks = GenericArray, P>; Sep 18 03:10:41.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength>` is not implemented for `P` Sep 18 03:10:41.642 INFO kablam! | Sep 18 03:10:41.642 INFO kablam! = help: consider adding a `where P: block_cipher_trait::generic_array::ArrayLength>` bound Sep 18 03:10:41.642 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:10:41.642 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:10:41.642 INFO kablam! Sep 18 03:10:41.642 INFO kablam! error: the trait bound `B: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 18 03:10:41.642 INFO kablam! --> src/ecb.rs:8:24 Sep 18 03:10:41.642 INFO kablam! | Sep 18 03:10:41.642 INFO kablam! 8 | type ParBlocks = GenericArray, P>; Sep 18 03:10:41.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `B` Sep 18 03:10:41.642 INFO kablam! | Sep 18 03:10:41.642 INFO kablam! = help: consider adding a `where B: block_cipher_trait::generic_array::ArrayLength` bound Sep 18 03:10:41.642 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:10:41.642 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:10:41.642 INFO kablam! Sep 18 03:10:41.652 INFO kablam! error: aborting due to 5 previous errors Sep 18 03:10:41.652 INFO kablam! Sep 18 03:10:41.658 INFO kablam! error: Could not compile `block-modes`. Sep 18 03:10:41.658 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:10:41.859 INFO kablam! error: the trait bound `P: block_cipher_trait::generic_array::ArrayLength>` is not satisfied Sep 18 03:10:41.859 INFO kablam! --> src/utils.rs:3:35 Sep 18 03:10:41.859 INFO kablam! | Sep 18 03:10:41.859 INFO kablam! 3 | pub(crate) type ParBlocks = GenericArray, P>; Sep 18 03:10:41.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength>` is not implemented for `P` Sep 18 03:10:41.859 INFO kablam! | Sep 18 03:10:41.859 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 03:10:41.859 INFO kablam! = help: consider adding a `where P: block_cipher_trait::generic_array::ArrayLength>` bound Sep 18 03:10:41.859 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:10:41.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:10:41.859 INFO kablam! Sep 18 03:10:41.859 INFO kablam! error: the trait bound `B: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 18 03:10:41.859 INFO kablam! --> src/utils.rs:3:35 Sep 18 03:10:41.859 INFO kablam! | Sep 18 03:10:41.859 INFO kablam! 3 | pub(crate) type ParBlocks = GenericArray, P>; Sep 18 03:10:41.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `B` Sep 18 03:10:41.859 INFO kablam! | Sep 18 03:10:41.859 INFO kablam! = help: consider adding a `where B: block_cipher_trait::generic_array::ArrayLength` bound Sep 18 03:10:41.859 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:10:41.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:10:41.859 INFO kablam! Sep 18 03:10:41.859 INFO kablam! error: the trait bound `N: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 18 03:10:41.859 INFO kablam! --> src/traits.rs:6:17 Sep 18 03:10:41.859 INFO kablam! | Sep 18 03:10:41.859 INFO kablam! 6 | type Array = GenericArray; Sep 18 03:10:41.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `N` Sep 18 03:10:41.859 INFO kablam! | Sep 18 03:10:41.860 INFO kablam! = help: consider adding a `where N: block_cipher_trait::generic_array::ArrayLength` bound Sep 18 03:10:41.860 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:10:41.860 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:10:41.860 INFO kablam! Sep 18 03:10:41.868 INFO kablam! error: the trait bound `P: block_cipher_trait::generic_array::ArrayLength>` is not satisfied Sep 18 03:10:41.868 INFO kablam! --> src/ecb.rs:8:24 Sep 18 03:10:41.868 INFO kablam! | Sep 18 03:10:41.868 INFO kablam! 8 | type ParBlocks = GenericArray, P>; Sep 18 03:10:41.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength>` is not implemented for `P` Sep 18 03:10:41.868 INFO kablam! | Sep 18 03:10:41.868 INFO kablam! = help: consider adding a `where P: block_cipher_trait::generic_array::ArrayLength>` bound Sep 18 03:10:41.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:10:41.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:10:41.868 INFO kablam! Sep 18 03:10:41.868 INFO kablam! error: the trait bound `B: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 18 03:10:41.868 INFO kablam! --> src/ecb.rs:8:24 Sep 18 03:10:41.868 INFO kablam! | Sep 18 03:10:41.868 INFO kablam! 8 | type ParBlocks = GenericArray, P>; Sep 18 03:10:41.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `B` Sep 18 03:10:41.868 INFO kablam! | Sep 18 03:10:41.868 INFO kablam! = help: consider adding a `where B: block_cipher_trait::generic_array::ArrayLength` bound Sep 18 03:10:41.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:10:41.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:10:41.868 INFO kablam! Sep 18 03:10:41.885 INFO kablam! error: aborting due to 5 previous errors Sep 18 03:10:41.885 INFO kablam! Sep 18 03:10:41.898 INFO kablam! error: Could not compile `block-modes`. Sep 18 03:10:41.899 INFO kablam! Sep 18 03:10:41.899 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:10:41.899 INFO kablam! su: No module specific data is present Sep 18 03:10:42.451 INFO running `"docker" "rm" "-f" "e9bd1027086e03e77b32daff7a1b7bc9c9e83d6bfcf9ba4ea82f002c17f69927"` Sep 18 03:10:42.515 INFO blam! e9bd1027086e03e77b32daff7a1b7bc9c9e83d6bfcf9ba4ea82f002c17f69927