Sep 05 00:39:06.708 INFO checking aes-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 05 00:39:06.708 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 05 00:39:06.708 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:39:06.866 INFO blam! 92f3c4c6b22bd75cf62dbc244c750c3444d2d41a9055f8ff899e04b9ce6ea5af Sep 05 00:39:06.870 INFO running `"docker" "start" "-a" "92f3c4c6b22bd75cf62dbc244c750c3444d2d41a9055f8ff899e04b9ce6ea5af"` Sep 05 00:39:07.509 INFO kablam! Checking aes-soft v0.2.0 Sep 05 00:39:08.514 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 05 00:39:11.617 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 05 00:39:11.617 INFO kablam! --> benches/aes256.rs:6:19 Sep 05 00:39:11.617 INFO kablam! | Sep 05 00:39:11.617 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 05 00:39:11.617 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:11.617 INFO kablam! Sep 05 00:39:11.618 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:11.618 INFO kablam! --> benches/aes256.rs:6:19 Sep 05 00:39:11.618 INFO kablam! | Sep 05 00:39:11.618 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 05 00:39:11.618 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:11.618 INFO kablam! | Sep 05 00:39:11.618 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:11.618 INFO kablam! Sep 05 00:39:11.661 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 05 00:39:11.661 INFO kablam! --> benches/aes128.rs:6:19 Sep 05 00:39:11.661 INFO kablam! | Sep 05 00:39:11.661 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 05 00:39:11.661 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:11.662 INFO kablam! Sep 05 00:39:11.664 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:11.664 INFO kablam! --> benches/aes128.rs:6:19 Sep 05 00:39:11.664 INFO kablam! | Sep 05 00:39:11.664 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 05 00:39:11.664 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:11.664 INFO kablam! | Sep 05 00:39:11.665 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:11.665 INFO kablam! Sep 05 00:39:11.736 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 00:39:11.736 INFO kablam! --> benches/aes256.rs:10:18 Sep 05 00:39:11.736 INFO kablam! | Sep 05 00:39:11.736 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:11.736 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 00:39:11.737 INFO kablam! | Sep 05 00:39:11.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.737 INFO kablam! | Sep 05 00:39:11.737 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.737 INFO kablam! | Sep 05 00:39:11.737 INFO kablam! Sep 05 00:39:11.741 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 00:39:11.741 INFO kablam! --> benches/aes256.rs:22:18 Sep 05 00:39:11.741 INFO kablam! | Sep 05 00:39:11.741 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:11.741 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 00:39:11.741 INFO kablam! | Sep 05 00:39:11.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.741 INFO kablam! | Sep 05 00:39:11.741 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.741 INFO kablam! | Sep 05 00:39:11.741 INFO kablam! Sep 05 00:39:11.743 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 00:39:11.743 INFO kablam! --> benches/aes256.rs:34:18 Sep 05 00:39:11.743 INFO kablam! | Sep 05 00:39:11.743 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:11.743 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 00:39:11.743 INFO kablam! | Sep 05 00:39:11.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.744 INFO kablam! | Sep 05 00:39:11.744 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.744 INFO kablam! | Sep 05 00:39:11.744 INFO kablam! Sep 05 00:39:11.745 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 00:39:11.746 INFO kablam! --> benches/aes256.rs:46:18 Sep 05 00:39:11.746 INFO kablam! | Sep 05 00:39:11.746 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:11.746 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 00:39:11.746 INFO kablam! | Sep 05 00:39:11.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.746 INFO kablam! | Sep 05 00:39:11.746 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.747 INFO kablam! | Sep 05 00:39:11.747 INFO kablam! Sep 05 00:39:11.750 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:11.750 INFO kablam! Sep 05 00:39:11.750 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:11.750 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:11.759 INFO kablam! error: Could not compile `aes`. Sep 05 00:39:11.759 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:11.782 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 05 00:39:11.783 INFO kablam! --> benches/aes192.rs:6:19 Sep 05 00:39:11.783 INFO kablam! | Sep 05 00:39:11.783 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 05 00:39:11.783 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:11.783 INFO kablam! Sep 05 00:39:11.784 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:11.784 INFO kablam! --> benches/aes192.rs:6:19 Sep 05 00:39:11.784 INFO kablam! | Sep 05 00:39:11.784 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 05 00:39:11.784 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:11.784 INFO kablam! | Sep 05 00:39:11.784 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:11.784 INFO kablam! Sep 05 00:39:11.829 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 00:39:11.829 INFO kablam! --> benches/aes128.rs:10:18 Sep 05 00:39:11.829 INFO kablam! | Sep 05 00:39:11.829 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:11.829 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 00:39:11.829 INFO kablam! | Sep 05 00:39:11.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.829 INFO kablam! | Sep 05 00:39:11.829 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.829 INFO kablam! | Sep 05 00:39:11.829 INFO kablam! Sep 05 00:39:11.833 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 00:39:11.833 INFO kablam! --> benches/aes128.rs:22:18 Sep 05 00:39:11.834 INFO kablam! | Sep 05 00:39:11.834 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:11.834 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 00:39:11.834 INFO kablam! | Sep 05 00:39:11.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.834 INFO kablam! | Sep 05 00:39:11.834 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.834 INFO kablam! | Sep 05 00:39:11.834 INFO kablam! Sep 05 00:39:11.836 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 00:39:11.836 INFO kablam! --> benches/aes128.rs:34:18 Sep 05 00:39:11.836 INFO kablam! | Sep 05 00:39:11.836 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:11.836 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 00:39:11.836 INFO kablam! | Sep 05 00:39:11.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.836 INFO kablam! | Sep 05 00:39:11.836 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.836 INFO kablam! | Sep 05 00:39:11.836 INFO kablam! Sep 05 00:39:11.839 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 00:39:11.839 INFO kablam! --> benches/aes128.rs:46:18 Sep 05 00:39:11.839 INFO kablam! | Sep 05 00:39:11.839 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:11.839 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 00:39:11.839 INFO kablam! | Sep 05 00:39:11.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.839 INFO kablam! | Sep 05 00:39:11.839 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.839 INFO kablam! | Sep 05 00:39:11.839 INFO kablam! Sep 05 00:39:11.843 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:11.843 INFO kablam! Sep 05 00:39:11.843 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:11.843 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:11.853 INFO kablam! error: Could not compile `aes`. Sep 05 00:39:11.853 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:11.893 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 00:39:11.893 INFO kablam! --> benches/aes192.rs:10:18 Sep 05 00:39:11.893 INFO kablam! | Sep 05 00:39:11.893 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:11.893 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 00:39:11.893 INFO kablam! | Sep 05 00:39:11.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.894 INFO kablam! | Sep 05 00:39:11.894 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.894 INFO kablam! | Sep 05 00:39:11.894 INFO kablam! Sep 05 00:39:11.897 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 00:39:11.897 INFO kablam! --> benches/aes192.rs:22:18 Sep 05 00:39:11.897 INFO kablam! | Sep 05 00:39:11.897 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:11.897 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 00:39:11.897 INFO kablam! | Sep 05 00:39:11.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.897 INFO kablam! | Sep 05 00:39:11.897 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.898 INFO kablam! | Sep 05 00:39:11.898 INFO kablam! Sep 05 00:39:11.899 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 00:39:11.899 INFO kablam! --> benches/aes192.rs:34:18 Sep 05 00:39:11.900 INFO kablam! | Sep 05 00:39:11.900 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:11.900 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 00:39:11.900 INFO kablam! | Sep 05 00:39:11.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.900 INFO kablam! | Sep 05 00:39:11.900 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.900 INFO kablam! | Sep 05 00:39:11.900 INFO kablam! Sep 05 00:39:11.902 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 00:39:11.902 INFO kablam! --> benches/aes192.rs:46:18 Sep 05 00:39:11.902 INFO kablam! | Sep 05 00:39:11.902 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:11.902 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 00:39:11.902 INFO kablam! | Sep 05 00:39:11.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:11.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:11.902 INFO kablam! | Sep 05 00:39:11.902 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:11.902 INFO kablam! | Sep 05 00:39:11.902 INFO kablam! Sep 05 00:39:11.906 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:11.906 INFO kablam! Sep 05 00:39:11.906 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:11.906 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:11.915 INFO kablam! error: Could not compile `aes`. Sep 05 00:39:11.915 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:12.022 INFO kablam! error: build failed Sep 05 00:39:12.022 INFO kablam! su: No module specific data is present Sep 05 00:39:12.533 INFO running `"docker" "rm" "-f" "92f3c4c6b22bd75cf62dbc244c750c3444d2d41a9055f8ff899e04b9ce6ea5af"` Sep 05 00:39:12.638 INFO blam! 92f3c4c6b22bd75cf62dbc244c750c3444d2d41a9055f8ff899e04b9ce6ea5af