Sep 02 03:45:12.983 INFO checking aes-0.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 03:45:12.983 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 03:45:12.983 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:45:13.180 INFO blam! 810c6b54f545f081eb77be99e978000c1e7e6b6aacca5ec32f64412d187eeb68 Sep 02 03:45:13.182 INFO running `"docker" "start" "-a" "810c6b54f545f081eb77be99e978000c1e7e6b6aacca5ec32f64412d187eeb68"` Sep 02 03:45:13.843 INFO kablam! Checking aes-soft v0.2.0 Sep 02 03:45:14.477 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 02 03:45:16.594 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 03:45:16.594 INFO kablam! --> benches/aes128.rs:6:19 Sep 02 03:45:16.594 INFO kablam! | Sep 02 03:45:16.594 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 02 03:45:16.594 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:16.594 INFO kablam! Sep 02 03:45:16.596 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:16.596 INFO kablam! --> benches/aes128.rs:6:19 Sep 02 03:45:16.596 INFO kablam! | Sep 02 03:45:16.596 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 02 03:45:16.596 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:16.596 INFO kablam! | Sep 02 03:45:16.596 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:16.596 INFO kablam! Sep 02 03:45:16.697 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 03:45:16.697 INFO kablam! --> benches/aes192.rs:6:19 Sep 02 03:45:16.697 INFO kablam! | Sep 02 03:45:16.697 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 02 03:45:16.697 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:16.697 INFO kablam! Sep 02 03:45:16.698 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:16.698 INFO kablam! --> benches/aes192.rs:6:19 Sep 02 03:45:16.698 INFO kablam! | Sep 02 03:45:16.698 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 02 03:45:16.698 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:16.698 INFO kablam! | Sep 02 03:45:16.698 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:16.698 INFO kablam! Sep 02 03:45:16.708 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 03:45:16.708 INFO kablam! --> benches/aes128.rs:10:18 Sep 02 03:45:16.708 INFO kablam! | Sep 02 03:45:16.708 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:16.708 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 03:45:16.708 INFO kablam! | Sep 02 03:45:16.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.709 INFO kablam! | Sep 02 03:45:16.709 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.709 INFO kablam! | Sep 02 03:45:16.709 INFO kablam! Sep 02 03:45:16.713 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 03:45:16.713 INFO kablam! --> benches/aes128.rs:22:18 Sep 02 03:45:16.713 INFO kablam! | Sep 02 03:45:16.713 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:16.713 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 03:45:16.713 INFO kablam! | Sep 02 03:45:16.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.714 INFO kablam! | Sep 02 03:45:16.714 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.714 INFO kablam! | Sep 02 03:45:16.714 INFO kablam! Sep 02 03:45:16.716 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 03:45:16.716 INFO kablam! --> benches/aes128.rs:34:18 Sep 02 03:45:16.716 INFO kablam! | Sep 02 03:45:16.716 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:16.716 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 03:45:16.716 INFO kablam! | Sep 02 03:45:16.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.717 INFO kablam! | Sep 02 03:45:16.717 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.717 INFO kablam! | Sep 02 03:45:16.717 INFO kablam! Sep 02 03:45:16.720 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 03:45:16.720 INFO kablam! --> benches/aes128.rs:46:18 Sep 02 03:45:16.720 INFO kablam! | Sep 02 03:45:16.720 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:16.720 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 03:45:16.720 INFO kablam! | Sep 02 03:45:16.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.720 INFO kablam! | Sep 02 03:45:16.720 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.720 INFO kablam! | Sep 02 03:45:16.720 INFO kablam! Sep 02 03:45:16.725 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:16.725 INFO kablam! Sep 02 03:45:16.725 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:16.726 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:16.734 INFO kablam! error: Could not compile `aes`. Sep 02 03:45:16.735 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:16.824 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 03:45:16.824 INFO kablam! --> benches/aes256.rs:6:19 Sep 02 03:45:16.825 INFO kablam! | Sep 02 03:45:16.825 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 02 03:45:16.825 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:16.825 INFO kablam! Sep 02 03:45:16.825 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:16.826 INFO kablam! --> benches/aes256.rs:6:19 Sep 02 03:45:16.826 INFO kablam! | Sep 02 03:45:16.826 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 02 03:45:16.826 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:16.826 INFO kablam! | Sep 02 03:45:16.826 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:16.826 INFO kablam! Sep 02 03:45:16.850 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 03:45:16.850 INFO kablam! --> benches/aes192.rs:10:18 Sep 02 03:45:16.850 INFO kablam! | Sep 02 03:45:16.850 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:16.850 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 03:45:16.850 INFO kablam! | Sep 02 03:45:16.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.850 INFO kablam! | Sep 02 03:45:16.850 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.850 INFO kablam! | Sep 02 03:45:16.850 INFO kablam! Sep 02 03:45:16.854 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 03:45:16.854 INFO kablam! --> benches/aes192.rs:22:18 Sep 02 03:45:16.854 INFO kablam! | Sep 02 03:45:16.854 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:16.854 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 03:45:16.854 INFO kablam! | Sep 02 03:45:16.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.854 INFO kablam! | Sep 02 03:45:16.854 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.854 INFO kablam! | Sep 02 03:45:16.854 INFO kablam! Sep 02 03:45:16.856 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 03:45:16.856 INFO kablam! --> benches/aes192.rs:34:18 Sep 02 03:45:16.856 INFO kablam! | Sep 02 03:45:16.856 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:16.856 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 03:45:16.856 INFO kablam! | Sep 02 03:45:16.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.856 INFO kablam! | Sep 02 03:45:16.856 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.856 INFO kablam! | Sep 02 03:45:16.856 INFO kablam! Sep 02 03:45:16.858 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 03:45:16.858 INFO kablam! --> benches/aes192.rs:46:18 Sep 02 03:45:16.858 INFO kablam! | Sep 02 03:45:16.859 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:16.859 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 03:45:16.859 INFO kablam! | Sep 02 03:45:16.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.859 INFO kablam! | Sep 02 03:45:16.859 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.859 INFO kablam! | Sep 02 03:45:16.859 INFO kablam! Sep 02 03:45:16.863 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:16.863 INFO kablam! Sep 02 03:45:16.863 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:16.863 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:16.885 INFO kablam! error: Could not compile `aes`. Sep 02 03:45:16.885 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:16.935 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 03:45:16.935 INFO kablam! --> benches/aes256.rs:10:18 Sep 02 03:45:16.935 INFO kablam! | Sep 02 03:45:16.935 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:16.935 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 03:45:16.935 INFO kablam! | Sep 02 03:45:16.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.936 INFO kablam! | Sep 02 03:45:16.936 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.936 INFO kablam! | Sep 02 03:45:16.936 INFO kablam! Sep 02 03:45:16.940 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 03:45:16.940 INFO kablam! --> benches/aes256.rs:22:18 Sep 02 03:45:16.940 INFO kablam! | Sep 02 03:45:16.940 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:16.940 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 03:45:16.940 INFO kablam! | Sep 02 03:45:16.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.940 INFO kablam! | Sep 02 03:45:16.941 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.941 INFO kablam! | Sep 02 03:45:16.941 INFO kablam! Sep 02 03:45:16.943 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 03:45:16.943 INFO kablam! --> benches/aes256.rs:34:18 Sep 02 03:45:16.943 INFO kablam! | Sep 02 03:45:16.943 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:16.943 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 03:45:16.943 INFO kablam! | Sep 02 03:45:16.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.943 INFO kablam! | Sep 02 03:45:16.943 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.943 INFO kablam! | Sep 02 03:45:16.943 INFO kablam! Sep 02 03:45:16.946 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 03:45:16.946 INFO kablam! --> benches/aes256.rs:46:18 Sep 02 03:45:16.946 INFO kablam! | Sep 02 03:45:16.946 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:16.946 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 03:45:16.946 INFO kablam! | Sep 02 03:45:16.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:16.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:16.946 INFO kablam! | Sep 02 03:45:16.946 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:16.946 INFO kablam! | Sep 02 03:45:16.946 INFO kablam! Sep 02 03:45:16.951 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:16.951 INFO kablam! Sep 02 03:45:16.951 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:16.951 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:16.969 INFO kablam! error: Could not compile `aes`. Sep 02 03:45:16.969 INFO kablam! Sep 02 03:45:16.969 INFO kablam! To learn more, run the command again with --verbose. Sep 02 03:45:16.971 INFO kablam! su: No module specific data is present Sep 02 03:45:17.615 INFO running `"docker" "rm" "-f" "810c6b54f545f081eb77be99e978000c1e7e6b6aacca5ec32f64412d187eeb68"` Sep 02 03:45:17.771 INFO blam! 810c6b54f545f081eb77be99e978000c1e7e6b6aacca5ec32f64412d187eeb68