Sep 21 13:41:14.573 INFO checking aes-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 13:41:14.573 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 13:41:14.573 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 13:41:14.741 INFO blam! 3515d5857a4de113139d338f97702671944972882d6fff90e50c7c476e598547 Sep 21 13:41:14.743 INFO running `"docker" "start" "-a" "3515d5857a4de113139d338f97702671944972882d6fff90e50c7c476e598547"` Sep 21 13:41:15.790 INFO kablam! usermod: no changes Sep 21 13:41:15.862 INFO kablam! Checking aes-soft v0.2.0 Sep 21 13:41:16.397 INFO kablam! Checking aes v0.2.0 (/source) Sep 21 13:41:17.214 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 21 13:41:17.214 INFO kablam! --> benches/aes192.rs:6:19 Sep 21 13:41:17.214 INFO kablam! | Sep 21 13:41:17.214 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 21 13:41:17.214 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 21 13:41:17.214 INFO kablam! Sep 21 13:41:17.218 INFO kablam! warning: unused import: `BlockCipher` Sep 21 13:41:17.218 INFO kablam! --> benches/aes192.rs:6:19 Sep 21 13:41:17.218 INFO kablam! | Sep 21 13:41:17.218 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 21 13:41:17.218 INFO kablam! | ^^^^^^^^^^^ Sep 21 13:41:17.218 INFO kablam! | Sep 21 13:41:17.218 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:41:17.218 INFO kablam! Sep 21 13:41:17.282 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 21 13:41:17.282 INFO kablam! --> benches/aes192.rs:10:18 Sep 21 13:41:17.282 INFO kablam! | Sep 21 13:41:17.282 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:17.282 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 21 13:41:17.282 INFO kablam! | Sep 21 13:41:17.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.282 INFO kablam! | Sep 21 13:41:17.282 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.282 INFO kablam! | Sep 21 13:41:17.282 INFO kablam! Sep 21 13:41:17.284 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 21 13:41:17.284 INFO kablam! --> benches/aes192.rs:22:18 Sep 21 13:41:17.284 INFO kablam! | Sep 21 13:41:17.284 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:17.284 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 21 13:41:17.285 INFO kablam! | Sep 21 13:41:17.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.285 INFO kablam! | Sep 21 13:41:17.285 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.285 INFO kablam! | Sep 21 13:41:17.285 INFO kablam! Sep 21 13:41:17.287 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 21 13:41:17.287 INFO kablam! --> benches/aes192.rs:34:18 Sep 21 13:41:17.287 INFO kablam! | Sep 21 13:41:17.287 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:17.287 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 21 13:41:17.287 INFO kablam! | Sep 21 13:41:17.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.287 INFO kablam! | Sep 21 13:41:17.287 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.287 INFO kablam! | Sep 21 13:41:17.287 INFO kablam! Sep 21 13:41:17.287 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 21 13:41:17.287 INFO kablam! --> benches/aes192.rs:46:18 Sep 21 13:41:17.287 INFO kablam! | Sep 21 13:41:17.287 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:17.287 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 21 13:41:17.287 INFO kablam! | Sep 21 13:41:17.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.290 INFO kablam! | Sep 21 13:41:17.290 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.290 INFO kablam! | Sep 21 13:41:17.290 INFO kablam! Sep 21 13:41:17.298 INFO kablam! error: aborting due to 5 previous errors Sep 21 13:41:17.298 INFO kablam! Sep 21 13:41:17.298 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 13:41:17.298 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 13:41:17.300 INFO kablam! error: Could not compile `aes`. Sep 21 13:41:17.300 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:41:17.405 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 21 13:41:17.406 INFO kablam! --> benches/aes128.rs:6:19 Sep 21 13:41:17.406 INFO kablam! | Sep 21 13:41:17.406 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 21 13:41:17.406 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 21 13:41:17.406 INFO kablam! Sep 21 13:41:17.406 INFO kablam! warning: unused import: `BlockCipher` Sep 21 13:41:17.406 INFO kablam! --> benches/aes128.rs:6:19 Sep 21 13:41:17.406 INFO kablam! | Sep 21 13:41:17.407 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 21 13:41:17.407 INFO kablam! | ^^^^^^^^^^^ Sep 21 13:41:17.407 INFO kablam! | Sep 21 13:41:17.407 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:41:17.407 INFO kablam! Sep 21 13:41:17.411 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 21 13:41:17.411 INFO kablam! --> benches/aes256.rs:6:19 Sep 21 13:41:17.411 INFO kablam! | Sep 21 13:41:17.411 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 21 13:41:17.411 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 21 13:41:17.411 INFO kablam! Sep 21 13:41:17.411 INFO kablam! warning: unused import: `BlockCipher` Sep 21 13:41:17.412 INFO kablam! --> benches/aes256.rs:6:19 Sep 21 13:41:17.412 INFO kablam! | Sep 21 13:41:17.412 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 21 13:41:17.412 INFO kablam! | ^^^^^^^^^^^ Sep 21 13:41:17.412 INFO kablam! | Sep 21 13:41:17.412 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:41:17.412 INFO kablam! Sep 21 13:41:17.481 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 21 13:41:17.481 INFO kablam! --> benches/aes128.rs:10:18 Sep 21 13:41:17.481 INFO kablam! | Sep 21 13:41:17.481 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:17.481 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 21 13:41:17.481 INFO kablam! | Sep 21 13:41:17.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.481 INFO kablam! | Sep 21 13:41:17.481 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.481 INFO kablam! | Sep 21 13:41:17.481 INFO kablam! Sep 21 13:41:17.482 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 21 13:41:17.482 INFO kablam! --> benches/aes128.rs:22:18 Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:17.482 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! Sep 21 13:41:17.482 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 21 13:41:17.482 INFO kablam! --> benches/aes128.rs:34:18 Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:17.482 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! Sep 21 13:41:17.482 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 21 13:41:17.482 INFO kablam! --> benches/aes256.rs:10:18 Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:17.482 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.482 INFO kablam! Sep 21 13:41:17.482 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 21 13:41:17.482 INFO kablam! --> benches/aes128.rs:46:18 Sep 21 13:41:17.482 INFO kablam! | Sep 21 13:41:17.483 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:17.483 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 21 13:41:17.483 INFO kablam! | Sep 21 13:41:17.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.483 INFO kablam! | Sep 21 13:41:17.483 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.483 INFO kablam! | Sep 21 13:41:17.483 INFO kablam! Sep 21 13:41:17.486 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 21 13:41:17.486 INFO kablam! --> benches/aes256.rs:22:18 Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:17.486 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! Sep 21 13:41:17.486 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 21 13:41:17.486 INFO kablam! --> benches/aes256.rs:34:18 Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:17.486 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! Sep 21 13:41:17.486 INFO kablam! error: aborting due to 5 previous errors Sep 21 13:41:17.486 INFO kablam! Sep 21 13:41:17.486 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 13:41:17.486 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 13:41:17.486 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 21 13:41:17.486 INFO kablam! --> benches/aes256.rs:46:18 Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:17.486 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:17.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 21 13:41:17.486 INFO kablam! | Sep 21 13:41:17.486 INFO kablam! Sep 21 13:41:17.494 INFO kablam! error: aborting due to 5 previous errors Sep 21 13:41:17.494 INFO kablam! Sep 21 13:41:17.494 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 13:41:17.494 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 13:41:17.494 INFO kablam! error: Could not compile `aes`. Sep 21 13:41:17.494 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:41:17.496 INFO kablam! error: Could not compile `aes`. Sep 21 13:41:17.496 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:41:17.611 INFO kablam! error: build failed Sep 21 13:41:17.613 INFO kablam! su: No module specific data is present Sep 21 13:41:18.144 INFO running `"docker" "rm" "-f" "3515d5857a4de113139d338f97702671944972882d6fff90e50c7c476e598547"` Sep 21 13:41:18.231 INFO blam! 3515d5857a4de113139d338f97702671944972882d6fff90e50c7c476e598547