Sep 10 23:03:31.543 INFO checking aes-0.2.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 23:03:31.544 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 23:03:31.544 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-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.765 INFO blam! 65e99e389a8a5c94d981d67d083dbd749cdfd5ebfd74ee5d23edaff44a7240d1 Sep 10 23:03:31.767 INFO running `"docker" "start" "-a" "65e99e389a8a5c94d981d67d083dbd749cdfd5ebfd74ee5d23edaff44a7240d1"` Sep 10 23:03:32.877 INFO kablam! usermod: no changes Sep 10 23:03:32.933 INFO kablam! Checking aes-soft v0.2.0 Sep 10 23:03:33.550 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 10 23:03:35.430 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 10 23:03:35.430 INFO kablam! --> benches/aes128.rs:6:19 Sep 10 23:03:35.430 INFO kablam! | Sep 10 23:03:35.430 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 10 23:03:35.430 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:35.430 INFO kablam! Sep 10 23:03:35.430 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:35.430 INFO kablam! --> benches/aes128.rs:6:19 Sep 10 23:03:35.430 INFO kablam! | Sep 10 23:03:35.430 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 10 23:03:35.430 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:35.430 INFO kablam! | Sep 10 23:03:35.430 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:35.430 INFO kablam! Sep 10 23:03:35.489 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 10 23:03:35.489 INFO kablam! --> benches/aes192.rs:6:19 Sep 10 23:03:35.489 INFO kablam! | Sep 10 23:03:35.489 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 10 23:03:35.489 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:35.489 INFO kablam! Sep 10 23:03:35.489 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:35.489 INFO kablam! --> benches/aes192.rs:6:19 Sep 10 23:03:35.489 INFO kablam! | Sep 10 23:03:35.489 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 10 23:03:35.489 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:35.489 INFO kablam! | Sep 10 23:03:35.489 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:35.489 INFO kablam! Sep 10 23:03:35.522 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.522 INFO kablam! --> benches/aes128.rs:10:18 Sep 10 23:03:35.522 INFO kablam! | Sep 10 23:03:35.522 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:35.522 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 10 23:03:35.522 INFO kablam! | Sep 10 23:03:35.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.522 INFO kablam! | Sep 10 23:03:35.522 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.522 INFO kablam! | Sep 10 23:03:35.522 INFO kablam! Sep 10 23:03:35.526 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.526 INFO kablam! --> benches/aes128.rs:22:18 Sep 10 23:03:35.526 INFO kablam! | Sep 10 23:03:35.526 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:35.526 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 10 23:03:35.526 INFO kablam! | Sep 10 23:03:35.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.526 INFO kablam! | Sep 10 23:03:35.526 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.526 INFO kablam! | Sep 10 23:03:35.526 INFO kablam! Sep 10 23:03:35.526 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.526 INFO kablam! --> benches/aes128.rs:34:18 Sep 10 23:03:35.527 INFO kablam! | Sep 10 23:03:35.527 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:35.527 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 10 23:03:35.527 INFO kablam! | Sep 10 23:03:35.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.527 INFO kablam! | Sep 10 23:03:35.527 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.527 INFO kablam! | Sep 10 23:03:35.527 INFO kablam! Sep 10 23:03:35.530 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.530 INFO kablam! --> benches/aes128.rs:46:18 Sep 10 23:03:35.530 INFO kablam! | Sep 10 23:03:35.530 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:35.530 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 10 23:03:35.530 INFO kablam! | Sep 10 23:03:35.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.530 INFO kablam! | Sep 10 23:03:35.530 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.530 INFO kablam! | Sep 10 23:03:35.530 INFO kablam! Sep 10 23:03:35.533 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:35.533 INFO kablam! Sep 10 23:03:35.533 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:35.533 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:35.542 INFO kablam! error: Could not compile `aes`. Sep 10 23:03:35.542 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:03:35.550 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 10 23:03:35.550 INFO kablam! --> benches/aes256.rs:6:19 Sep 10 23:03:35.550 INFO kablam! | Sep 10 23:03:35.550 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 10 23:03:35.550 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:35.550 INFO kablam! Sep 10 23:03:35.550 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:35.550 INFO kablam! --> benches/aes256.rs:6:19 Sep 10 23:03:35.550 INFO kablam! | Sep 10 23:03:35.550 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 10 23:03:35.550 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:35.550 INFO kablam! | Sep 10 23:03:35.550 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:35.550 INFO kablam! Sep 10 23:03:35.558 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.558 INFO kablam! --> benches/aes192.rs:10:18 Sep 10 23:03:35.558 INFO kablam! | Sep 10 23:03:35.558 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:35.558 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 10 23:03:35.558 INFO kablam! | Sep 10 23:03:35.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.558 INFO kablam! | Sep 10 23:03:35.558 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.558 INFO kablam! | Sep 10 23:03:35.558 INFO kablam! Sep 10 23:03:35.565 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.565 INFO kablam! --> benches/aes192.rs:22:18 Sep 10 23:03:35.565 INFO kablam! | Sep 10 23:03:35.565 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:35.565 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 10 23:03:35.565 INFO kablam! | Sep 10 23:03:35.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.565 INFO kablam! | Sep 10 23:03:35.565 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.565 INFO kablam! | Sep 10 23:03:35.565 INFO kablam! Sep 10 23:03:35.565 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.565 INFO kablam! --> benches/aes192.rs:34:18 Sep 10 23:03:35.565 INFO kablam! | Sep 10 23:03:35.565 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:35.565 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 10 23:03:35.565 INFO kablam! | Sep 10 23:03:35.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.566 INFO kablam! | Sep 10 23:03:35.566 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.566 INFO kablam! | Sep 10 23:03:35.566 INFO kablam! Sep 10 23:03:35.578 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.578 INFO kablam! --> benches/aes192.rs:46:18 Sep 10 23:03:35.578 INFO kablam! | Sep 10 23:03:35.578 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:35.578 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 10 23:03:35.578 INFO kablam! | Sep 10 23:03:35.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.578 INFO kablam! | Sep 10 23:03:35.578 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.578 INFO kablam! | Sep 10 23:03:35.578 INFO kablam! Sep 10 23:03:35.578 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:35.578 INFO kablam! Sep 10 23:03:35.578 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:35.578 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:35.582 INFO kablam! error: Could not compile `aes`. Sep 10 23:03:35.582 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:03:35.622 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.622 INFO kablam! --> benches/aes256.rs:10:18 Sep 10 23:03:35.622 INFO kablam! | Sep 10 23:03:35.623 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:35.623 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 10 23:03:35.623 INFO kablam! | Sep 10 23:03:35.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.623 INFO kablam! | Sep 10 23:03:35.623 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.623 INFO kablam! | Sep 10 23:03:35.623 INFO kablam! Sep 10 23:03:35.625 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.625 INFO kablam! --> benches/aes256.rs:22:18 Sep 10 23:03:35.625 INFO kablam! | Sep 10 23:03:35.625 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:35.625 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 10 23:03:35.625 INFO kablam! | Sep 10 23:03:35.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.625 INFO kablam! | Sep 10 23:03:35.625 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.625 INFO kablam! | Sep 10 23:03:35.625 INFO kablam! Sep 10 23:03:35.626 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.626 INFO kablam! --> benches/aes256.rs:34:18 Sep 10 23:03:35.626 INFO kablam! | Sep 10 23:03:35.626 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:35.626 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 10 23:03:35.626 INFO kablam! | Sep 10 23:03:35.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.626 INFO kablam! | Sep 10 23:03:35.626 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.626 INFO kablam! | Sep 10 23:03:35.626 INFO kablam! Sep 10 23:03:35.627 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.627 INFO kablam! --> benches/aes256.rs:46:18 Sep 10 23:03:35.627 INFO kablam! | Sep 10 23:03:35.627 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:35.627 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 10 23:03:35.627 INFO kablam! | Sep 10 23:03:35.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:35.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:35.627 INFO kablam! | Sep 10 23:03:35.627 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 10 23:03:35.627 INFO kablam! | Sep 10 23:03:35.627 INFO kablam! Sep 10 23:03:35.631 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:35.631 INFO kablam! Sep 10 23:03:35.631 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:35.631 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:35.640 INFO kablam! error: Could not compile `aes`. Sep 10 23:03:35.640 INFO kablam! Sep 10 23:03:35.640 INFO kablam! To learn more, run the command again with --verbose. Sep 10 23:03:35.642 INFO kablam! su: No module specific data is present Sep 10 23:03:36.401 INFO running `"docker" "rm" "-f" "65e99e389a8a5c94d981d67d083dbd749cdfd5ebfd74ee5d23edaff44a7240d1"` Sep 10 23:03:36.492 INFO blam! 65e99e389a8a5c94d981d67d083dbd749cdfd5ebfd74ee5d23edaff44a7240d1