Sep 18 03:58:49.505 INFO checking aes-0.2.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 03:58:49.505 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 03:58:49.505 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:58:49.809 INFO blam! 33380c02bf8a6b64a213bef007beccb52eb9c84277e46964e61c4b56b980a4e3 Sep 18 03:58:49.809 INFO running `"docker" "start" "-a" "33380c02bf8a6b64a213bef007beccb52eb9c84277e46964e61c4b56b980a4e3"` Sep 18 03:58:50.986 INFO kablam! usermod: no changes Sep 18 03:58:51.026 INFO kablam! Checking aes-soft v0.2.0 Sep 18 03:58:51.490 INFO kablam! Checking aes v0.2.0 (/source) Sep 18 03:58:52.354 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 18 03:58:52.354 INFO kablam! --> benches/aes256.rs:6:19 Sep 18 03:58:52.354 INFO kablam! | Sep 18 03:58:52.354 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 18 03:58:52.354 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 18 03:58:52.354 INFO kablam! Sep 18 03:58:52.354 INFO kablam! warning: unused import: `BlockCipher` Sep 18 03:58:52.355 INFO kablam! --> benches/aes256.rs:6:19 Sep 18 03:58:52.355 INFO kablam! | Sep 18 03:58:52.355 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 18 03:58:52.355 INFO kablam! | ^^^^^^^^^^^ Sep 18 03:58:52.355 INFO kablam! | Sep 18 03:58:52.355 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:58:52.355 INFO kablam! Sep 18 03:58:52.415 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 18 03:58:52.415 INFO kablam! --> benches/aes192.rs:6:19 Sep 18 03:58:52.415 INFO kablam! | Sep 18 03:58:52.415 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 18 03:58:52.415 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 18 03:58:52.415 INFO kablam! Sep 18 03:58:52.415 INFO kablam! warning: unused import: `BlockCipher` Sep 18 03:58:52.415 INFO kablam! --> benches/aes192.rs:6:19 Sep 18 03:58:52.415 INFO kablam! | Sep 18 03:58:52.415 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 18 03:58:52.415 INFO kablam! | ^^^^^^^^^^^ Sep 18 03:58:52.415 INFO kablam! | Sep 18 03:58:52.415 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:58:52.415 INFO kablam! Sep 18 03:58:52.423 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 18 03:58:52.423 INFO kablam! --> benches/aes256.rs:10:18 Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 18 03:58:52.423 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! Sep 18 03:58:52.423 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 18 03:58:52.423 INFO kablam! --> benches/aes256.rs:22:18 Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 18 03:58:52.423 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! Sep 18 03:58:52.423 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 18 03:58:52.423 INFO kablam! --> benches/aes256.rs:34:18 Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 18 03:58:52.423 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.423 INFO kablam! Sep 18 03:58:52.423 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 18 03:58:52.423 INFO kablam! --> benches/aes256.rs:46:18 Sep 18 03:58:52.423 INFO kablam! | Sep 18 03:58:52.424 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 18 03:58:52.424 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 18 03:58:52.424 INFO kablam! | Sep 18 03:58:52.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.424 INFO kablam! | Sep 18 03:58:52.424 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.424 INFO kablam! | Sep 18 03:58:52.427 INFO kablam! Sep 18 03:58:52.435 INFO kablam! error: aborting due to 5 previous errors Sep 18 03:58:52.435 INFO kablam! Sep 18 03:58:52.435 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 03:58:52.435 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 03:58:52.435 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 18 03:58:52.435 INFO kablam! --> benches/aes128.rs:6:19 Sep 18 03:58:52.435 INFO kablam! | Sep 18 03:58:52.435 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 18 03:58:52.435 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 18 03:58:52.435 INFO kablam! Sep 18 03:58:52.435 INFO kablam! warning: unused import: `BlockCipher` Sep 18 03:58:52.435 INFO kablam! --> benches/aes128.rs:6:19 Sep 18 03:58:52.435 INFO kablam! | Sep 18 03:58:52.435 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 18 03:58:52.435 INFO kablam! | ^^^^^^^^^^^ Sep 18 03:58:52.435 INFO kablam! | Sep 18 03:58:52.435 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:58:52.435 INFO kablam! Sep 18 03:58:52.439 INFO kablam! error: Could not compile `aes`. Sep 18 03:58:52.439 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:58:52.491 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 18 03:58:52.491 INFO kablam! --> benches/aes128.rs:10:18 Sep 18 03:58:52.491 INFO kablam! | Sep 18 03:58:52.491 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 18 03:58:52.491 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 18 03:58:52.491 INFO kablam! | Sep 18 03:58:52.491 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.491 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.491 INFO kablam! | Sep 18 03:58:52.491 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.491 INFO kablam! | Sep 18 03:58:52.491 INFO kablam! Sep 18 03:58:52.496 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 18 03:58:52.496 INFO kablam! --> benches/aes128.rs:22:18 Sep 18 03:58:52.496 INFO kablam! | Sep 18 03:58:52.496 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 18 03:58:52.496 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 18 03:58:52.496 INFO kablam! | Sep 18 03:58:52.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.496 INFO kablam! | Sep 18 03:58:52.496 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.496 INFO kablam! | Sep 18 03:58:52.496 INFO kablam! Sep 18 03:58:52.497 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 18 03:58:52.497 INFO kablam! --> benches/aes128.rs:34:18 Sep 18 03:58:52.497 INFO kablam! | Sep 18 03:58:52.497 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 18 03:58:52.497 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 18 03:58:52.497 INFO kablam! | Sep 18 03:58:52.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.497 INFO kablam! | Sep 18 03:58:52.497 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.497 INFO kablam! | Sep 18 03:58:52.497 INFO kablam! Sep 18 03:58:52.498 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 18 03:58:52.498 INFO kablam! --> benches/aes128.rs:46:18 Sep 18 03:58:52.498 INFO kablam! | Sep 18 03:58:52.498 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 18 03:58:52.498 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 18 03:58:52.498 INFO kablam! | Sep 18 03:58:52.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.499 INFO kablam! | Sep 18 03:58:52.499 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.499 INFO kablam! | Sep 18 03:58:52.499 INFO kablam! Sep 18 03:58:52.507 INFO kablam! error: aborting due to 5 previous errors Sep 18 03:58:52.507 INFO kablam! Sep 18 03:58:52.507 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 03:58:52.507 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 03:58:52.507 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 18 03:58:52.507 INFO kablam! --> benches/aes192.rs:10:18 Sep 18 03:58:52.507 INFO kablam! | Sep 18 03:58:52.507 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 18 03:58:52.507 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 18 03:58:52.507 INFO kablam! | Sep 18 03:58:52.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.507 INFO kablam! | Sep 18 03:58:52.507 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.507 INFO kablam! | Sep 18 03:58:52.507 INFO kablam! Sep 18 03:58:52.509 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 18 03:58:52.509 INFO kablam! --> benches/aes192.rs:22:18 Sep 18 03:58:52.509 INFO kablam! | Sep 18 03:58:52.509 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 18 03:58:52.509 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 18 03:58:52.509 INFO kablam! | Sep 18 03:58:52.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.509 INFO kablam! | Sep 18 03:58:52.510 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.510 INFO kablam! | Sep 18 03:58:52.510 INFO kablam! Sep 18 03:58:52.510 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 18 03:58:52.510 INFO kablam! --> benches/aes192.rs:34:18 Sep 18 03:58:52.510 INFO kablam! | Sep 18 03:58:52.510 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 18 03:58:52.510 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 18 03:58:52.510 INFO kablam! | Sep 18 03:58:52.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.510 INFO kablam! | Sep 18 03:58:52.510 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.510 INFO kablam! | Sep 18 03:58:52.510 INFO kablam! Sep 18 03:58:52.513 INFO kablam! error: Could not compile `aes`. Sep 18 03:58:52.513 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:58:52.513 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 18 03:58:52.513 INFO kablam! --> benches/aes192.rs:46:18 Sep 18 03:58:52.513 INFO kablam! | Sep 18 03:58:52.513 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 18 03:58:52.513 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 18 03:58:52.519 INFO kablam! | Sep 18 03:58:52.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:52.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:52.519 INFO kablam! | Sep 18 03:58:52.519 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:52.519 INFO kablam! | Sep 18 03:58:52.519 INFO kablam! Sep 18 03:58:52.519 INFO kablam! error: aborting due to 5 previous errors Sep 18 03:58:52.519 INFO kablam! Sep 18 03:58:52.519 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 03:58:52.519 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 03:58:52.527 INFO kablam! error: Could not compile `aes`. Sep 18 03:58:52.527 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:58:52.747 INFO kablam! error: build failed Sep 18 03:58:52.759 INFO kablam! su: No module specific data is present Sep 18 03:58:53.475 INFO running `"docker" "rm" "-f" "33380c02bf8a6b64a213bef007beccb52eb9c84277e46964e61c4b56b980a4e3"` Sep 18 03:58:53.722 INFO blam! 33380c02bf8a6b64a213bef007beccb52eb9c84277e46964e61c4b56b980a4e3