Sep 02 21:17:21.662 INFO checking aes-0.2.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 21:17:21.662 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 21:17:21.662 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 21:17:21.942 INFO blam! abc79ab623ea8bc35d35bf428f6e3b632636ecde981109ced71a6897e53f0c4b Sep 02 21:17:21.945 INFO running `"docker" "start" "-a" "abc79ab623ea8bc35d35bf428f6e3b632636ecde981109ced71a6897e53f0c4b"` Sep 02 21:17:22.719 INFO kablam! Checking aes-soft v0.2.0 Sep 02 21:17:23.743 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 02 21:17:25.807 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 21:17:25.807 INFO kablam! --> benches/aes256.rs:6:19 Sep 02 21:17:25.807 INFO kablam! | Sep 02 21:17:25.807 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 02 21:17:25.807 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:25.809 INFO kablam! Sep 02 21:17:25.811 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:25.811 INFO kablam! --> benches/aes256.rs:6:19 Sep 02 21:17:25.811 INFO kablam! | Sep 02 21:17:25.811 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 02 21:17:25.811 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:25.811 INFO kablam! | Sep 02 21:17:25.811 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:25.811 INFO kablam! Sep 02 21:17:25.937 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 21:17:25.937 INFO kablam! --> benches/aes256.rs:10:18 Sep 02 21:17:25.937 INFO kablam! | Sep 02 21:17:25.937 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:25.937 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 21:17:25.937 INFO kablam! | Sep 02 21:17:25.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:25.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:25.938 INFO kablam! | Sep 02 21:17:25.938 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:25.938 INFO kablam! | Sep 02 21:17:25.938 INFO kablam! Sep 02 21:17:25.943 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 21:17:25.943 INFO kablam! --> benches/aes256.rs:22:18 Sep 02 21:17:25.943 INFO kablam! | Sep 02 21:17:25.943 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:25.943 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 21:17:25.943 INFO kablam! | Sep 02 21:17:25.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:25.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:25.943 INFO kablam! | Sep 02 21:17:25.943 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:25.943 INFO kablam! | Sep 02 21:17:25.943 INFO kablam! Sep 02 21:17:25.946 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 21:17:25.946 INFO kablam! --> benches/aes256.rs:34:18 Sep 02 21:17:25.946 INFO kablam! | Sep 02 21:17:25.946 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:25.946 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 21:17:25.946 INFO kablam! | Sep 02 21:17:25.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:25.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:25.946 INFO kablam! | Sep 02 21:17:25.946 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:25.946 INFO kablam! | Sep 02 21:17:25.946 INFO kablam! Sep 02 21:17:25.950 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 21:17:25.950 INFO kablam! --> benches/aes256.rs:46:18 Sep 02 21:17:25.950 INFO kablam! | Sep 02 21:17:25.950 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:25.950 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 21:17:25.950 INFO kablam! | Sep 02 21:17:25.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:25.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:25.951 INFO kablam! | Sep 02 21:17:25.951 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:25.951 INFO kablam! | Sep 02 21:17:25.951 INFO kablam! Sep 02 21:17:25.956 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:25.956 INFO kablam! Sep 02 21:17:25.957 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 21:17:25.957 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:25.967 INFO kablam! error: Could not compile `aes`. Sep 02 21:17:25.968 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:26.078 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 21:17:26.078 INFO kablam! --> benches/aes128.rs:6:19 Sep 02 21:17:26.078 INFO kablam! | Sep 02 21:17:26.078 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 02 21:17:26.078 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:26.079 INFO kablam! Sep 02 21:17:26.081 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:26.081 INFO kablam! --> benches/aes128.rs:6:19 Sep 02 21:17:26.081 INFO kablam! | Sep 02 21:17:26.081 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 02 21:17:26.081 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:26.081 INFO kablam! | Sep 02 21:17:26.081 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:26.081 INFO kablam! Sep 02 21:17:26.142 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 21:17:26.142 INFO kablam! --> benches/aes192.rs:6:19 Sep 02 21:17:26.142 INFO kablam! | Sep 02 21:17:26.142 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 02 21:17:26.142 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:26.142 INFO kablam! Sep 02 21:17:26.144 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:26.144 INFO kablam! --> benches/aes192.rs:6:19 Sep 02 21:17:26.144 INFO kablam! | Sep 02 21:17:26.144 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 02 21:17:26.144 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:26.144 INFO kablam! | Sep 02 21:17:26.144 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:26.144 INFO kablam! Sep 02 21:17:26.272 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 21:17:26.272 INFO kablam! --> benches/aes192.rs:10:18 Sep 02 21:17:26.272 INFO kablam! | Sep 02 21:17:26.272 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:26.272 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 21:17:26.272 INFO kablam! | Sep 02 21:17:26.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.273 INFO kablam! | Sep 02 21:17:26.273 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.273 INFO kablam! | Sep 02 21:17:26.273 INFO kablam! Sep 02 21:17:26.277 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 21:17:26.277 INFO kablam! --> benches/aes192.rs:22:18 Sep 02 21:17:26.277 INFO kablam! | Sep 02 21:17:26.277 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:26.277 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 21:17:26.278 INFO kablam! | Sep 02 21:17:26.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.278 INFO kablam! | Sep 02 21:17:26.278 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.278 INFO kablam! | Sep 02 21:17:26.278 INFO kablam! Sep 02 21:17:26.280 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 21:17:26.280 INFO kablam! --> benches/aes192.rs:34:18 Sep 02 21:17:26.280 INFO kablam! | Sep 02 21:17:26.280 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:26.280 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 21:17:26.280 INFO kablam! | Sep 02 21:17:26.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.280 INFO kablam! | Sep 02 21:17:26.281 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.281 INFO kablam! | Sep 02 21:17:26.281 INFO kablam! Sep 02 21:17:26.283 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 21:17:26.283 INFO kablam! --> benches/aes192.rs:46:18 Sep 02 21:17:26.283 INFO kablam! | Sep 02 21:17:26.283 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:26.283 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 21:17:26.283 INFO kablam! | Sep 02 21:17:26.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.283 INFO kablam! | Sep 02 21:17:26.283 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.283 INFO kablam! | Sep 02 21:17:26.283 INFO kablam! Sep 02 21:17:26.287 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:26.287 INFO kablam! Sep 02 21:17:26.287 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 21:17:26.287 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:26.297 INFO kablam! error: Could not compile `aes`. Sep 02 21:17:26.297 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:26.308 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 21:17:26.308 INFO kablam! --> benches/aes128.rs:10:18 Sep 02 21:17:26.308 INFO kablam! | Sep 02 21:17:26.308 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:26.308 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 21:17:26.308 INFO kablam! | Sep 02 21:17:26.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.308 INFO kablam! | Sep 02 21:17:26.308 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.309 INFO kablam! | Sep 02 21:17:26.309 INFO kablam! Sep 02 21:17:26.312 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 21:17:26.312 INFO kablam! --> benches/aes128.rs:22:18 Sep 02 21:17:26.313 INFO kablam! | Sep 02 21:17:26.313 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:26.313 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 21:17:26.313 INFO kablam! | Sep 02 21:17:26.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.313 INFO kablam! | Sep 02 21:17:26.313 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.313 INFO kablam! | Sep 02 21:17:26.313 INFO kablam! Sep 02 21:17:26.314 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 21:17:26.315 INFO kablam! --> benches/aes128.rs:34:18 Sep 02 21:17:26.315 INFO kablam! | Sep 02 21:17:26.315 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:26.315 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 21:17:26.315 INFO kablam! | Sep 02 21:17:26.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.315 INFO kablam! | Sep 02 21:17:26.315 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.315 INFO kablam! | Sep 02 21:17:26.315 INFO kablam! Sep 02 21:17:26.317 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 21:17:26.317 INFO kablam! --> benches/aes128.rs:46:18 Sep 02 21:17:26.317 INFO kablam! | Sep 02 21:17:26.317 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:26.317 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 21:17:26.317 INFO kablam! | Sep 02 21:17:26.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.317 INFO kablam! | Sep 02 21:17:26.317 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.317 INFO kablam! | Sep 02 21:17:26.318 INFO kablam! Sep 02 21:17:26.321 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:26.321 INFO kablam! Sep 02 21:17:26.321 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 21:17:26.321 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:26.330 INFO kablam! error: Could not compile `aes`. Sep 02 21:17:26.330 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:26.791 INFO kablam! error: build failed Sep 02 21:17:26.792 INFO kablam! su: No module specific data is present Sep 02 21:17:27.298 INFO running `"docker" "rm" "-f" "abc79ab623ea8bc35d35bf428f6e3b632636ecde981109ced71a6897e53f0c4b"` Sep 02 21:17:27.401 INFO blam! abc79ab623ea8bc35d35bf428f6e3b632636ecde981109ced71a6897e53f0c4b