Sep 17 19:56:06.615 INFO checking pmac-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 19:56:06.615 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 19:56:06.615 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/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 19:56:06.910 INFO blam! 9b944e0a76fcbed7c5f514693c21202bec70df8d8a0a3d195dddd66e1ad0a5bd Sep 17 19:56:06.914 INFO running `"docker" "start" "-a" "9b944e0a76fcbed7c5f514693c21202bec70df8d8a0a3d195dddd66e1ad0a5bd"` Sep 17 19:56:07.686 INFO kablam! usermod: no changes Sep 17 19:56:07.739 INFO kablam! Checking crypto-mac v0.6.2 Sep 17 19:56:07.881 INFO kablam! Checking pmac v0.1.0 (/source) Sep 17 19:56:08.040 INFO kablam! error: the trait bound `N: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 17 19:56:08.040 INFO kablam! --> src/lib.rs:62:17 Sep 17 19:56:08.040 INFO kablam! | Sep 17 19:56:08.041 INFO kablam! 62 | type Block = GenericArray; Sep 17 19:56:08.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `N` Sep 17 19:56:08.041 INFO kablam! | Sep 17 19:56:08.041 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 19:56:08.041 INFO kablam! = help: consider adding a `where N: block_cipher_trait::generic_array::ArrayLength` bound Sep 17 19:56:08.041 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:56:08.041 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:56:08.041 INFO kablam! Sep 17 19:56:08.041 INFO kablam! error: the trait bound `M: block_cipher_trait::generic_array::ArrayLength>` is not satisfied Sep 17 19:56:08.041 INFO kablam! --> src/lib.rs:63:24 Sep 17 19:56:08.041 INFO kablam! | Sep 17 19:56:08.041 INFO kablam! 63 | type ParBlocks = GenericArray, M>; Sep 17 19:56:08.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength>` is not implemented for `M` Sep 17 19:56:08.041 INFO kablam! | Sep 17 19:56:08.041 INFO kablam! = help: consider adding a `where M: block_cipher_trait::generic_array::ArrayLength>` bound Sep 17 19:56:08.041 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:56:08.041 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:56:08.041 INFO kablam! Sep 17 19:56:08.041 INFO kablam! error: the trait bound `N: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 17 19:56:08.041 INFO kablam! --> src/lib.rs:63:24 Sep 17 19:56:08.041 INFO kablam! | Sep 17 19:56:08.041 INFO kablam! 63 | type ParBlocks = GenericArray, M>; Sep 17 19:56:08.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `N` Sep 17 19:56:08.041 INFO kablam! | Sep 17 19:56:08.041 INFO kablam! = help: consider adding a `where N: block_cipher_trait::generic_array::ArrayLength` bound Sep 17 19:56:08.041 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:56:08.041 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:56:08.041 INFO kablam! Sep 17 19:56:08.057 INFO kablam! error: aborting due to 3 previous errors Sep 17 19:56:08.057 INFO kablam! Sep 17 19:56:08.058 INFO kablam! error: Could not compile `pmac`. Sep 17 19:56:08.058 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:56:08.184 INFO kablam! error: the trait bound `N: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 17 19:56:08.184 INFO kablam! --> src/lib.rs:62:17 Sep 17 19:56:08.184 INFO kablam! | Sep 17 19:56:08.184 INFO kablam! 62 | type Block = GenericArray; Sep 17 19:56:08.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `N` Sep 17 19:56:08.184 INFO kablam! | Sep 17 19:56:08.184 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 19:56:08.184 INFO kablam! = help: consider adding a `where N: block_cipher_trait::generic_array::ArrayLength` bound Sep 17 19:56:08.184 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:56:08.184 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:56:08.184 INFO kablam! Sep 17 19:56:08.185 INFO kablam! error: the trait bound `M: block_cipher_trait::generic_array::ArrayLength>` is not satisfied Sep 17 19:56:08.185 INFO kablam! --> src/lib.rs:63:24 Sep 17 19:56:08.185 INFO kablam! | Sep 17 19:56:08.185 INFO kablam! 63 | type ParBlocks = GenericArray, M>; Sep 17 19:56:08.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength>` is not implemented for `M` Sep 17 19:56:08.185 INFO kablam! | Sep 17 19:56:08.185 INFO kablam! = help: consider adding a `where M: block_cipher_trait::generic_array::ArrayLength>` bound Sep 17 19:56:08.185 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:56:08.185 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:56:08.185 INFO kablam! Sep 17 19:56:08.185 INFO kablam! error: the trait bound `N: block_cipher_trait::generic_array::ArrayLength` is not satisfied Sep 17 19:56:08.185 INFO kablam! --> src/lib.rs:63:24 Sep 17 19:56:08.185 INFO kablam! | Sep 17 19:56:08.185 INFO kablam! 63 | type ParBlocks = GenericArray, M>; Sep 17 19:56:08.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_cipher_trait::generic_array::ArrayLength` is not implemented for `N` Sep 17 19:56:08.185 INFO kablam! | Sep 17 19:56:08.185 INFO kablam! = help: consider adding a `where N: block_cipher_trait::generic_array::ArrayLength` bound Sep 17 19:56:08.185 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:56:08.185 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:56:08.185 INFO kablam! Sep 17 19:56:08.195 INFO kablam! error: aborting due to 3 previous errors Sep 17 19:56:08.195 INFO kablam! Sep 17 19:56:08.203 INFO kablam! error: Could not compile `pmac`. Sep 17 19:56:08.203 INFO kablam! Sep 17 19:56:08.203 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:56:08.204 INFO kablam! su: No module specific data is present Sep 17 19:56:08.738 INFO running `"docker" "rm" "-f" "9b944e0a76fcbed7c5f514693c21202bec70df8d8a0a3d195dddd66e1ad0a5bd"` Sep 17 19:56:08.900 INFO blam! 9b944e0a76fcbed7c5f514693c21202bec70df8d8a0a3d195dddd66e1ad0a5bd