Sep 21 12:51:48.911 INFO checking block-modes-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:51:48.912 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:51:48.912 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/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 12:51:49.073 INFO blam! e6c30b73e3364a8e2388d92587e4e27bc7953b848ffdf917004abfbe05c40779 Sep 21 12:51:49.075 INFO running `"docker" "start" "-a" "e6c30b73e3364a8e2388d92587e4e27bc7953b848ffdf917004abfbe05c40779"` Sep 21 12:51:50.097 INFO kablam! usermod: no changes Sep 21 12:51:50.139 INFO kablam! Checking block-modes v0.1.0 (/source) Sep 21 12:51:50.146 INFO kablam! Checking aes-soft v0.1.0 Sep 21 12:51:50.300 INFO kablam! warning: the trait bound `P: block_cipher_trait::generic_array::ArrayLength>` is not satisfied Sep 21 12:51:50.300 INFO kablam! --> src/utils.rs:3:35 Sep 21 12:51:50.300 INFO kablam! | Sep 21 12:51:50.300 INFO kablam! 3 | pub(crate) type ParBlocks = GenericArray, P>; Sep 21 12:51:50.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength>` is not implemented for `P` Sep 21 12:51:50.300 INFO kablam! | Sep 21 12:51:50.300 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 12:51:50.300 INFO kablam! = help: consider adding a `where P: block_cipher_trait::generic_array::ArrayLength>` bound Sep 21 12:51:50.300 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:51:50.300 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:51:50.300 INFO kablam! Sep 21 12:51:50.300 INFO kablam! warning: the trait bound `B: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 21 12:51:50.300 INFO kablam! --> src/utils.rs:3:35 Sep 21 12:51:50.300 INFO kablam! | Sep 21 12:51:50.300 INFO kablam! 3 | pub(crate) type ParBlocks = GenericArray, P>; Sep 21 12:51:50.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `B` Sep 21 12:51:50.300 INFO kablam! | Sep 21 12:51:50.300 INFO kablam! = help: consider adding a `where B: block_cipher_trait::generic_array::ArrayLength` bound Sep 21 12:51:50.301 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:51:50.301 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:51:50.301 INFO kablam! Sep 21 12:51:50.301 INFO kablam! warning: the trait bound `N: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 21 12:51:50.301 INFO kablam! --> src/traits.rs:6:17 Sep 21 12:51:50.301 INFO kablam! | Sep 21 12:51:50.301 INFO kablam! 6 | type Array = GenericArray; Sep 21 12:51:50.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `N` Sep 21 12:51:50.301 INFO kablam! | Sep 21 12:51:50.301 INFO kablam! = help: consider adding a `where N: block_cipher_trait::generic_array::ArrayLength` bound Sep 21 12:51:50.301 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:51:50.301 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:51:50.301 INFO kablam! Sep 21 12:51:50.308 INFO kablam! warning: the trait bound `P: block_cipher_trait::generic_array::ArrayLength>` is not satisfied Sep 21 12:51:50.308 INFO kablam! --> src/ecb.rs:8:24 Sep 21 12:51:50.308 INFO kablam! | Sep 21 12:51:50.308 INFO kablam! 8 | type ParBlocks = GenericArray, P>; Sep 21 12:51:50.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength>` is not implemented for `P` Sep 21 12:51:50.308 INFO kablam! | Sep 21 12:51:50.308 INFO kablam! = help: consider adding a `where P: block_cipher_trait::generic_array::ArrayLength>` bound Sep 21 12:51:50.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:51:50.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:51:50.308 INFO kablam! Sep 21 12:51:50.308 INFO kablam! warning: the trait bound `B: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 21 12:51:50.308 INFO kablam! --> src/ecb.rs:8:24 Sep 21 12:51:50.308 INFO kablam! | Sep 21 12:51:50.308 INFO kablam! 8 | type ParBlocks = GenericArray, P>; Sep 21 12:51:50.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `B` Sep 21 12:51:50.308 INFO kablam! | Sep 21 12:51:50.308 INFO kablam! = help: consider adding a `where B: block_cipher_trait::generic_array::ArrayLength` bound Sep 21 12:51:50.310 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:51:50.310 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:51:50.310 INFO kablam! Sep 21 12:51:51.111 INFO kablam! warning: the trait bound `P: block_cipher_trait::generic_array::ArrayLength>` is not satisfied Sep 21 12:51:51.111 INFO kablam! --> src/utils.rs:3:35 Sep 21 12:51:51.111 INFO kablam! | Sep 21 12:51:51.111 INFO kablam! 3 | pub(crate) type ParBlocks = GenericArray, P>; Sep 21 12:51:51.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength>` is not implemented for `P` Sep 21 12:51:51.111 INFO kablam! | Sep 21 12:51:51.111 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 12:51:51.111 INFO kablam! = help: consider adding a `where P: block_cipher_trait::generic_array::ArrayLength>` bound Sep 21 12:51:51.111 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:51:51.111 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:51:51.111 INFO kablam! Sep 21 12:51:51.111 INFO kablam! warning: the trait bound `B: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 21 12:51:51.111 INFO kablam! --> src/utils.rs:3:35 Sep 21 12:51:51.111 INFO kablam! | Sep 21 12:51:51.112 INFO kablam! 3 | pub(crate) type ParBlocks = GenericArray, P>; Sep 21 12:51:51.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `B` Sep 21 12:51:51.112 INFO kablam! | Sep 21 12:51:51.112 INFO kablam! = help: consider adding a `where B: block_cipher_trait::generic_array::ArrayLength` bound Sep 21 12:51:51.112 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:51:51.112 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:51:51.112 INFO kablam! Sep 21 12:51:51.112 INFO kablam! warning: the trait bound `N: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 21 12:51:51.112 INFO kablam! --> src/traits.rs:6:17 Sep 21 12:51:51.112 INFO kablam! | Sep 21 12:51:51.112 INFO kablam! 6 | type Array = GenericArray; Sep 21 12:51:51.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `N` Sep 21 12:51:51.112 INFO kablam! | Sep 21 12:51:51.112 INFO kablam! = help: consider adding a `where N: block_cipher_trait::generic_array::ArrayLength` bound Sep 21 12:51:51.112 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:51:51.112 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:51:51.112 INFO kablam! Sep 21 12:51:51.122 INFO kablam! warning: the trait bound `P: block_cipher_trait::generic_array::ArrayLength>` is not satisfied Sep 21 12:51:51.122 INFO kablam! --> src/ecb.rs:8:24 Sep 21 12:51:51.122 INFO kablam! | Sep 21 12:51:51.122 INFO kablam! 8 | type ParBlocks = GenericArray, P>; Sep 21 12:51:51.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength>` is not implemented for `P` Sep 21 12:51:51.122 INFO kablam! | Sep 21 12:51:51.122 INFO kablam! = help: consider adding a `where P: block_cipher_trait::generic_array::ArrayLength>` bound Sep 21 12:51:51.122 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:51:51.122 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:51:51.122 INFO kablam! Sep 21 12:51:51.122 INFO kablam! warning: the trait bound `B: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 21 12:51:51.122 INFO kablam! --> src/ecb.rs:8:24 Sep 21 12:51:51.122 INFO kablam! | Sep 21 12:51:51.122 INFO kablam! 8 | type ParBlocks = GenericArray, P>; Sep 21 12:51:51.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `B` Sep 21 12:51:51.122 INFO kablam! | Sep 21 12:51:51.122 INFO kablam! = help: consider adding a `where B: block_cipher_trait::generic_array::ArrayLength` bound Sep 21 12:51:51.122 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:51:51.122 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:51:51.122 INFO kablam! Sep 21 12:51:51.338 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Sep 21 12:51:51.346 INFO kablam! su: No module specific data is present Sep 21 12:51:51.922 INFO running `"docker" "rm" "-f" "e6c30b73e3364a8e2388d92587e4e27bc7953b848ffdf917004abfbe05c40779"` Sep 21 12:51:52.068 INFO blam! e6c30b73e3364a8e2388d92587e4e27bc7953b848ffdf917004abfbe05c40779