Sep 01 11:09:41.023 INFO checking aes-0.2.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 11:09:41.023 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 11:09:41.023 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:09:41.214 INFO blam! 344d4eeeee50373a4c7767692c700355984217a334cb69a7e210d078a1bff60a Sep 01 11:09:41.216 INFO running `"docker" "start" "-a" "344d4eeeee50373a4c7767692c700355984217a334cb69a7e210d078a1bff60a"` Sep 01 11:09:41.929 INFO kablam! Checking aes-soft v0.2.0 Sep 01 11:09:43.071 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 01 11:09:46.312 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 01 11:09:46.312 INFO kablam! --> benches/aes256.rs:6:19 Sep 01 11:09:46.312 INFO kablam! | Sep 01 11:09:46.312 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 01 11:09:46.312 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 01 11:09:46.312 INFO kablam! Sep 01 11:09:46.313 INFO kablam! warning: unused import: `BlockCipher` Sep 01 11:09:46.313 INFO kablam! --> benches/aes256.rs:6:19 Sep 01 11:09:46.313 INFO kablam! | Sep 01 11:09:46.313 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 01 11:09:46.313 INFO kablam! | ^^^^^^^^^^^ Sep 01 11:09:46.313 INFO kablam! | Sep 01 11:09:46.313 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:09:46.313 INFO kablam! Sep 01 11:09:46.352 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 01 11:09:46.352 INFO kablam! --> benches/aes128.rs:6:19 Sep 01 11:09:46.352 INFO kablam! | Sep 01 11:09:46.352 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 01 11:09:46.352 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 01 11:09:46.352 INFO kablam! Sep 01 11:09:46.353 INFO kablam! warning: unused import: `BlockCipher` Sep 01 11:09:46.353 INFO kablam! --> benches/aes128.rs:6:19 Sep 01 11:09:46.353 INFO kablam! | Sep 01 11:09:46.353 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 01 11:09:46.353 INFO kablam! | ^^^^^^^^^^^ Sep 01 11:09:46.353 INFO kablam! | Sep 01 11:09:46.353 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:09:46.353 INFO kablam! Sep 01 11:09:46.391 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 01 11:09:46.391 INFO kablam! --> benches/aes256.rs:10:18 Sep 01 11:09:46.391 INFO kablam! | Sep 01 11:09:46.391 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:46.391 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 01 11:09:46.391 INFO kablam! | Sep 01 11:09:46.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.391 INFO kablam! | Sep 01 11:09:46.391 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.391 INFO kablam! | Sep 01 11:09:46.391 INFO kablam! Sep 01 11:09:46.395 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 01 11:09:46.395 INFO kablam! --> benches/aes256.rs:22:18 Sep 01 11:09:46.395 INFO kablam! | Sep 01 11:09:46.395 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:46.395 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 01 11:09:46.395 INFO kablam! | Sep 01 11:09:46.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.395 INFO kablam! | Sep 01 11:09:46.395 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.395 INFO kablam! | Sep 01 11:09:46.395 INFO kablam! Sep 01 11:09:46.397 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 01 11:09:46.397 INFO kablam! --> benches/aes256.rs:34:18 Sep 01 11:09:46.397 INFO kablam! | Sep 01 11:09:46.397 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:46.397 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 01 11:09:46.397 INFO kablam! | Sep 01 11:09:46.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.397 INFO kablam! | Sep 01 11:09:46.397 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.397 INFO kablam! | Sep 01 11:09:46.398 INFO kablam! Sep 01 11:09:46.399 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 01 11:09:46.399 INFO kablam! --> benches/aes256.rs:46:18 Sep 01 11:09:46.399 INFO kablam! | Sep 01 11:09:46.399 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:46.399 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 01 11:09:46.399 INFO kablam! | Sep 01 11:09:46.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.399 INFO kablam! | Sep 01 11:09:46.400 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.400 INFO kablam! | Sep 01 11:09:46.400 INFO kablam! Sep 01 11:09:46.402 INFO kablam! error: aborting due to 5 previous errors Sep 01 11:09:46.402 INFO kablam! Sep 01 11:09:46.402 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 11:09:46.402 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:09:46.410 INFO kablam! error: Could not compile `aes`. Sep 01 11:09:46.410 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:09:46.435 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 01 11:09:46.437 INFO kablam! --> benches/aes128.rs:10:18 Sep 01 11:09:46.437 INFO kablam! | Sep 01 11:09:46.437 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:46.437 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 01 11:09:46.437 INFO kablam! | Sep 01 11:09:46.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.437 INFO kablam! | Sep 01 11:09:46.437 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.437 INFO kablam! | Sep 01 11:09:46.437 INFO kablam! Sep 01 11:09:46.439 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 01 11:09:46.439 INFO kablam! --> benches/aes128.rs:22:18 Sep 01 11:09:46.439 INFO kablam! | Sep 01 11:09:46.439 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:46.439 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 01 11:09:46.439 INFO kablam! | Sep 01 11:09:46.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.440 INFO kablam! | Sep 01 11:09:46.440 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.440 INFO kablam! | Sep 01 11:09:46.440 INFO kablam! Sep 01 11:09:46.441 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 01 11:09:46.441 INFO kablam! --> benches/aes128.rs:34:18 Sep 01 11:09:46.441 INFO kablam! | Sep 01 11:09:46.441 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:46.441 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 01 11:09:46.441 INFO kablam! | Sep 01 11:09:46.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.441 INFO kablam! | Sep 01 11:09:46.441 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.441 INFO kablam! | Sep 01 11:09:46.442 INFO kablam! Sep 01 11:09:46.443 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 01 11:09:46.443 INFO kablam! --> benches/aes128.rs:46:18 Sep 01 11:09:46.443 INFO kablam! | Sep 01 11:09:46.443 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:46.443 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 01 11:09:46.443 INFO kablam! | Sep 01 11:09:46.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.444 INFO kablam! | Sep 01 11:09:46.444 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.444 INFO kablam! | Sep 01 11:09:46.444 INFO kablam! Sep 01 11:09:46.447 INFO kablam! error: aborting due to 5 previous errors Sep 01 11:09:46.447 INFO kablam! Sep 01 11:09:46.447 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 11:09:46.447 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:09:46.456 INFO kablam! error: Could not compile `aes`. Sep 01 11:09:46.456 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:09:46.468 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 01 11:09:46.469 INFO kablam! --> benches/aes192.rs:6:19 Sep 01 11:09:46.469 INFO kablam! | Sep 01 11:09:46.469 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 01 11:09:46.469 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 01 11:09:46.469 INFO kablam! Sep 01 11:09:46.470 INFO kablam! warning: unused import: `BlockCipher` Sep 01 11:09:46.470 INFO kablam! --> benches/aes192.rs:6:19 Sep 01 11:09:46.470 INFO kablam! | Sep 01 11:09:46.470 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 01 11:09:46.470 INFO kablam! | ^^^^^^^^^^^ Sep 01 11:09:46.470 INFO kablam! | Sep 01 11:09:46.470 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:09:46.470 INFO kablam! Sep 01 11:09:46.542 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 01 11:09:46.542 INFO kablam! --> benches/aes192.rs:10:18 Sep 01 11:09:46.542 INFO kablam! | Sep 01 11:09:46.542 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:46.542 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 01 11:09:46.542 INFO kablam! | Sep 01 11:09:46.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.542 INFO kablam! | Sep 01 11:09:46.542 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.542 INFO kablam! | Sep 01 11:09:46.542 INFO kablam! Sep 01 11:09:46.546 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 01 11:09:46.546 INFO kablam! --> benches/aes192.rs:22:18 Sep 01 11:09:46.546 INFO kablam! | Sep 01 11:09:46.546 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:46.546 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 01 11:09:46.546 INFO kablam! | Sep 01 11:09:46.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.546 INFO kablam! | Sep 01 11:09:46.546 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.546 INFO kablam! | Sep 01 11:09:46.546 INFO kablam! Sep 01 11:09:46.547 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 01 11:09:46.547 INFO kablam! --> benches/aes192.rs:34:18 Sep 01 11:09:46.548 INFO kablam! | Sep 01 11:09:46.548 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:46.548 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 01 11:09:46.548 INFO kablam! | Sep 01 11:09:46.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.548 INFO kablam! | Sep 01 11:09:46.548 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.548 INFO kablam! | Sep 01 11:09:46.548 INFO kablam! Sep 01 11:09:46.550 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 01 11:09:46.550 INFO kablam! --> benches/aes192.rs:46:18 Sep 01 11:09:46.550 INFO kablam! | Sep 01 11:09:46.550 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:46.550 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 01 11:09:46.550 INFO kablam! | Sep 01 11:09:46.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.550 INFO kablam! | Sep 01 11:09:46.550 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.550 INFO kablam! | Sep 01 11:09:46.550 INFO kablam! Sep 01 11:09:46.553 INFO kablam! error: aborting due to 5 previous errors Sep 01 11:09:46.553 INFO kablam! Sep 01 11:09:46.553 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 11:09:46.553 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:09:46.562 INFO kablam! error: Could not compile `aes`. Sep 01 11:09:46.562 INFO kablam! Sep 01 11:09:46.563 INFO kablam! To learn more, run the command again with --verbose. Sep 01 11:09:46.563 INFO kablam! su: No module specific data is present Sep 01 11:09:46.950 INFO running `"docker" "rm" "-f" "344d4eeeee50373a4c7767692c700355984217a334cb69a7e210d078a1bff60a"` Sep 01 11:09:47.054 INFO blam! 344d4eeeee50373a4c7767692c700355984217a334cb69a7e210d078a1bff60a