Sep 10 23:03:31.398 INFO checking aes-0.2.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 23:03:31.398 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 23:03:31.398 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 23:03:31.582 INFO blam! 75d8bf95c9d14b50979b20181e920fddefdf3e7147f0eef9990f26d958603c11 Sep 10 23:03:31.584 INFO running `"docker" "start" "-a" "75d8bf95c9d14b50979b20181e920fddefdf3e7147f0eef9990f26d958603c11"` Sep 10 23:03:32.478 INFO kablam! usermod: no changes Sep 10 23:03:32.530 INFO kablam! Checking aes-soft v0.2.0 Sep 10 23:03:33.126 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 10 23:03:34.846 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 10 23:03:34.846 INFO kablam! --> benches/aes256.rs:6:19 Sep 10 23:03:34.846 INFO kablam! | Sep 10 23:03:34.846 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 10 23:03:34.846 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:34.846 INFO kablam! Sep 10 23:03:34.846 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:34.846 INFO kablam! --> benches/aes256.rs:6:19 Sep 10 23:03:34.846 INFO kablam! | Sep 10 23:03:34.846 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 10 23:03:34.846 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:34.846 INFO kablam! | Sep 10 23:03:34.846 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:34.846 INFO kablam! Sep 10 23:03:34.910 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 10 23:03:34.910 INFO kablam! --> benches/aes192.rs:6:19 Sep 10 23:03:34.910 INFO kablam! | Sep 10 23:03:34.910 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 10 23:03:34.910 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:34.910 INFO kablam! Sep 10 23:03:34.910 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:34.910 INFO kablam! --> benches/aes192.rs:6:19 Sep 10 23:03:34.910 INFO kablam! | Sep 10 23:03:34.910 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 10 23:03:34.910 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:34.910 INFO kablam! | Sep 10 23:03:34.910 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:34.910 INFO kablam! Sep 10 23:03:35.058 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 10 23:03:35.058 INFO kablam! --> benches/aes192.rs:10:18 Sep 10 23:03:35.058 INFO kablam! | Sep 10 23:03:35.058 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:35.058 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 10 23:03:35.058 INFO kablam! | Sep 10 23:03:35.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.058 INFO kablam! | Sep 10 23:03:35.058 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.058 INFO kablam! | Sep 10 23:03:35.058 INFO kablam! Sep 10 23:03:35.058 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 10 23:03:35.058 INFO kablam! --> benches/aes192.rs:22:18 Sep 10 23:03:35.058 INFO kablam! | Sep 10 23:03:35.058 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:35.058 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 10 23:03:35.058 INFO kablam! | Sep 10 23:03:35.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.058 INFO kablam! | Sep 10 23:03:35.058 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.058 INFO kablam! | Sep 10 23:03:35.058 INFO kablam! Sep 10 23:03:35.066 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 10 23:03:35.067 INFO kablam! --> benches/aes192.rs:34:18 Sep 10 23:03:35.067 INFO kablam! | Sep 10 23:03:35.067 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:35.067 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 10 23:03:35.067 INFO kablam! | Sep 10 23:03:35.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.067 INFO kablam! | Sep 10 23:03:35.067 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.067 INFO kablam! | Sep 10 23:03:35.067 INFO kablam! Sep 10 23:03:35.067 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 10 23:03:35.067 INFO kablam! --> benches/aes192.rs:46:18 Sep 10 23:03:35.067 INFO kablam! | Sep 10 23:03:35.067 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:35.067 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 10 23:03:35.067 INFO kablam! | Sep 10 23:03:35.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.067 INFO kablam! | Sep 10 23:03:35.067 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.067 INFO kablam! | Sep 10 23:03:35.067 INFO kablam! Sep 10 23:03:35.074 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:35.074 INFO kablam! Sep 10 23:03:35.074 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:35.074 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:35.078 INFO kablam! error: Could not compile `aes`. Sep 10 23:03:35.078 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:03:35.094 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 10 23:03:35.094 INFO kablam! --> benches/aes256.rs:10:18 Sep 10 23:03:35.094 INFO kablam! | Sep 10 23:03:35.094 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:35.094 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 10 23:03:35.094 INFO kablam! | Sep 10 23:03:35.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.094 INFO kablam! | Sep 10 23:03:35.094 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.094 INFO kablam! | Sep 10 23:03:35.094 INFO kablam! Sep 10 23:03:35.094 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 10 23:03:35.094 INFO kablam! --> benches/aes256.rs:22:18 Sep 10 23:03:35.094 INFO kablam! | Sep 10 23:03:35.094 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:35.094 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 10 23:03:35.094 INFO kablam! | Sep 10 23:03:35.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.094 INFO kablam! | Sep 10 23:03:35.094 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.094 INFO kablam! | Sep 10 23:03:35.094 INFO kablam! Sep 10 23:03:35.095 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 10 23:03:35.095 INFO kablam! --> benches/aes256.rs:34:18 Sep 10 23:03:35.095 INFO kablam! | Sep 10 23:03:35.095 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:35.095 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 10 23:03:35.098 INFO kablam! | Sep 10 23:03:35.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.098 INFO kablam! | Sep 10 23:03:35.098 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.098 INFO kablam! | Sep 10 23:03:35.098 INFO kablam! Sep 10 23:03:35.099 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 10 23:03:35.099 INFO kablam! --> benches/aes256.rs:46:18 Sep 10 23:03:35.099 INFO kablam! | Sep 10 23:03:35.099 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:35.099 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 10 23:03:35.099 INFO kablam! | Sep 10 23:03:35.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.100 INFO kablam! | Sep 10 23:03:35.100 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.100 INFO kablam! | Sep 10 23:03:35.107 INFO kablam! Sep 10 23:03:35.107 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:35.107 INFO kablam! Sep 10 23:03:35.107 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:35.107 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:35.114 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 10 23:03:35.114 INFO kablam! --> benches/aes128.rs:6:19 Sep 10 23:03:35.114 INFO kablam! | Sep 10 23:03:35.114 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 10 23:03:35.114 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:35.114 INFO kablam! Sep 10 23:03:35.114 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:35.114 INFO kablam! --> benches/aes128.rs:6:19 Sep 10 23:03:35.114 INFO kablam! | Sep 10 23:03:35.114 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 10 23:03:35.114 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:35.114 INFO kablam! | Sep 10 23:03:35.114 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:35.114 INFO kablam! Sep 10 23:03:35.119 INFO kablam! error: Could not compile `aes`. Sep 10 23:03:35.119 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:03:35.186 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 10 23:03:35.186 INFO kablam! --> benches/aes128.rs:10:18 Sep 10 23:03:35.186 INFO kablam! | Sep 10 23:03:35.186 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:35.186 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 10 23:03:35.186 INFO kablam! | Sep 10 23:03:35.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.186 INFO kablam! | Sep 10 23:03:35.186 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.186 INFO kablam! | Sep 10 23:03:35.186 INFO kablam! Sep 10 23:03:35.186 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 10 23:03:35.186 INFO kablam! --> benches/aes128.rs:22:18 Sep 10 23:03:35.186 INFO kablam! | Sep 10 23:03:35.186 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:35.186 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 10 23:03:35.186 INFO kablam! | Sep 10 23:03:35.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.186 INFO kablam! | Sep 10 23:03:35.186 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.186 INFO kablam! | Sep 10 23:03:35.186 INFO kablam! Sep 10 23:03:35.186 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 10 23:03:35.186 INFO kablam! --> benches/aes128.rs:34:18 Sep 10 23:03:35.186 INFO kablam! | Sep 10 23:03:35.186 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:35.186 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 10 23:03:35.187 INFO kablam! | Sep 10 23:03:35.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.187 INFO kablam! | Sep 10 23:03:35.187 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.187 INFO kablam! | Sep 10 23:03:35.187 INFO kablam! Sep 10 23:03:35.187 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 10 23:03:35.187 INFO kablam! --> benches/aes128.rs:46:18 Sep 10 23:03:35.187 INFO kablam! | Sep 10 23:03:35.187 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:35.187 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 10 23:03:35.187 INFO kablam! | Sep 10 23:03:35.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.187 INFO kablam! | Sep 10 23:03:35.187 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.187 INFO kablam! | Sep 10 23:03:35.187 INFO kablam! Sep 10 23:03:35.194 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:35.194 INFO kablam! Sep 10 23:03:35.194 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:35.194 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:35.197 INFO kablam! error: Could not compile `aes`. Sep 10 23:03:35.197 INFO kablam! Sep 10 23:03:35.197 INFO kablam! To learn more, run the command again with --verbose. Sep 10 23:03:35.197 INFO kablam! su: No module specific data is present Sep 10 23:03:36.132 INFO running `"docker" "rm" "-f" "75d8bf95c9d14b50979b20181e920fddefdf3e7147f0eef9990f26d958603c11"` Sep 10 23:03:36.196 INFO blam! 75d8bf95c9d14b50979b20181e920fddefdf3e7147f0eef9990f26d958603c11