Sep 10 23:03:28.586 INFO checking aes-soft-0.2.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 23:03:28.586 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 23:03:28.586 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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:28.732 INFO blam! 8faba48cac950440590001f08f9bade6cd96c69cf886a486f7c19dd3361298b7 Sep 10 23:03:28.733 INFO running `"docker" "start" "-a" "8faba48cac950440590001f08f9bade6cd96c69cf886a486f7c19dd3361298b7"` Sep 10 23:03:29.809 INFO kablam! usermod: no changes Sep 10 23:03:29.833 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 10 23:03:30.626 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 10 23:03:30.626 INFO kablam! --> benches/aes256.rs:6:24 Sep 10 23:03:30.626 INFO kablam! | Sep 10 23:03:30.626 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 10 23:03:30.626 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:30.626 INFO kablam! Sep 10 23:03:30.627 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:30.627 INFO kablam! --> benches/aes256.rs:6:24 Sep 10 23:03:30.627 INFO kablam! | Sep 10 23:03:30.627 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 10 23:03:30.627 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:30.627 INFO kablam! | Sep 10 23:03:30.627 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:30.627 INFO kablam! Sep 10 23:03:30.643 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 10 23:03:30.643 INFO kablam! --> benches/aes128.rs:6:24 Sep 10 23:03:30.643 INFO kablam! | Sep 10 23:03:30.643 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 10 23:03:30.643 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:30.643 INFO kablam! Sep 10 23:03:30.643 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:30.643 INFO kablam! --> benches/aes128.rs:6:24 Sep 10 23:03:30.643 INFO kablam! | Sep 10 23:03:30.643 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 10 23:03:30.643 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:30.643 INFO kablam! | Sep 10 23:03:30.643 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:30.643 INFO kablam! Sep 10 23:03:30.671 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 10 23:03:30.671 INFO kablam! --> benches/aes192.rs:6:24 Sep 10 23:03:30.671 INFO kablam! | Sep 10 23:03:30.671 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 10 23:03:30.671 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:30.671 INFO kablam! Sep 10 23:03:30.671 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:30.671 INFO kablam! --> benches/aes192.rs:6:24 Sep 10 23:03:30.671 INFO kablam! | Sep 10 23:03:30.671 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 10 23:03:30.671 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:30.671 INFO kablam! | Sep 10 23:03:30.671 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:30.671 INFO kablam! Sep 10 23:03:30.690 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 10 23:03:30.690 INFO kablam! --> benches/aes256.rs:10:18 Sep 10 23:03:30.690 INFO kablam! | Sep 10 23:03:30.690 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:30.690 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 10 23:03:30.690 INFO kablam! | Sep 10 23:03:30.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.690 INFO kablam! | Sep 10 23:03:30.690 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.690 INFO kablam! | Sep 10 23:03:30.690 INFO kablam! Sep 10 23:03:30.692 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 10 23:03:30.692 INFO kablam! --> benches/aes256.rs:22:18 Sep 10 23:03:30.692 INFO kablam! | Sep 10 23:03:30.692 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:30.692 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 10 23:03:30.692 INFO kablam! | Sep 10 23:03:30.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.692 INFO kablam! | Sep 10 23:03:30.692 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.692 INFO kablam! | Sep 10 23:03:30.692 INFO kablam! Sep 10 23:03:30.693 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 10 23:03:30.693 INFO kablam! --> benches/aes256.rs:34:18 Sep 10 23:03:30.693 INFO kablam! | Sep 10 23:03:30.693 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:30.693 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 10 23:03:30.693 INFO kablam! | Sep 10 23:03:30.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.693 INFO kablam! | Sep 10 23:03:30.693 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.693 INFO kablam! | Sep 10 23:03:30.694 INFO kablam! Sep 10 23:03:30.695 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 10 23:03:30.695 INFO kablam! --> benches/aes256.rs:46:18 Sep 10 23:03:30.695 INFO kablam! | Sep 10 23:03:30.695 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:30.695 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 10 23:03:30.695 INFO kablam! | Sep 10 23:03:30.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.695 INFO kablam! | Sep 10 23:03:30.695 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.695 INFO kablam! | Sep 10 23:03:30.695 INFO kablam! Sep 10 23:03:30.698 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:30.698 INFO kablam! Sep 10 23:03:30.698 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:30.698 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:30.705 INFO kablam! error: Could not compile `aes-soft`. Sep 10 23:03:30.705 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:03:30.705 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 10 23:03:30.705 INFO kablam! --> benches/aes128.rs:10:18 Sep 10 23:03:30.706 INFO kablam! | Sep 10 23:03:30.706 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:30.706 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 10 23:03:30.706 INFO kablam! | Sep 10 23:03:30.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.706 INFO kablam! | Sep 10 23:03:30.706 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.706 INFO kablam! | Sep 10 23:03:30.706 INFO kablam! Sep 10 23:03:30.708 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 10 23:03:30.708 INFO kablam! --> benches/aes128.rs:22:18 Sep 10 23:03:30.708 INFO kablam! | Sep 10 23:03:30.708 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:30.708 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 10 23:03:30.708 INFO kablam! | Sep 10 23:03:30.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.708 INFO kablam! | Sep 10 23:03:30.708 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.708 INFO kablam! | Sep 10 23:03:30.708 INFO kablam! Sep 10 23:03:30.709 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 10 23:03:30.709 INFO kablam! --> benches/aes128.rs:34:18 Sep 10 23:03:30.709 INFO kablam! | Sep 10 23:03:30.709 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:30.709 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 10 23:03:30.709 INFO kablam! | Sep 10 23:03:30.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.709 INFO kablam! | Sep 10 23:03:30.709 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.709 INFO kablam! | Sep 10 23:03:30.709 INFO kablam! Sep 10 23:03:30.710 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 10 23:03:30.710 INFO kablam! --> benches/aes128.rs:46:18 Sep 10 23:03:30.710 INFO kablam! | Sep 10 23:03:30.710 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:30.710 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 10 23:03:30.710 INFO kablam! | Sep 10 23:03:30.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.710 INFO kablam! | Sep 10 23:03:30.710 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.710 INFO kablam! | Sep 10 23:03:30.710 INFO kablam! Sep 10 23:03:30.713 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:30.713 INFO kablam! Sep 10 23:03:30.713 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:30.713 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:30.720 INFO kablam! error: Could not compile `aes-soft`. Sep 10 23:03:30.720 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:03:30.728 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 10 23:03:30.728 INFO kablam! --> benches/aes192.rs:10:18 Sep 10 23:03:30.728 INFO kablam! | Sep 10 23:03:30.728 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:30.728 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 10 23:03:30.728 INFO kablam! | Sep 10 23:03:30.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.728 INFO kablam! | Sep 10 23:03:30.728 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.728 INFO kablam! | Sep 10 23:03:30.728 INFO kablam! Sep 10 23:03:30.730 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 10 23:03:30.730 INFO kablam! --> benches/aes192.rs:22:18 Sep 10 23:03:30.730 INFO kablam! | Sep 10 23:03:30.730 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:30.730 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 10 23:03:30.730 INFO kablam! | Sep 10 23:03:30.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.730 INFO kablam! | Sep 10 23:03:30.730 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.730 INFO kablam! | Sep 10 23:03:30.730 INFO kablam! Sep 10 23:03:30.731 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 10 23:03:30.731 INFO kablam! --> benches/aes192.rs:34:18 Sep 10 23:03:30.731 INFO kablam! | Sep 10 23:03:30.731 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:30.731 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 10 23:03:30.731 INFO kablam! | Sep 10 23:03:30.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.731 INFO kablam! | Sep 10 23:03:30.731 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.731 INFO kablam! | Sep 10 23:03:30.731 INFO kablam! Sep 10 23:03:30.732 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 10 23:03:30.732 INFO kablam! --> benches/aes192.rs:46:18 Sep 10 23:03:30.732 INFO kablam! | Sep 10 23:03:30.732 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:30.732 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 10 23:03:30.732 INFO kablam! | Sep 10 23:03:30.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:30.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:30.732 INFO kablam! | Sep 10 23:03:30.732 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:30.732 INFO kablam! | Sep 10 23:03:30.732 INFO kablam! Sep 10 23:03:30.734 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:30.734 INFO kablam! Sep 10 23:03:30.734 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:30.734 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:30.739 INFO kablam! error: Could not compile `aes-soft`. Sep 10 23:03:30.739 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:03:30.796 INFO kablam! error: build failed Sep 10 23:03:30.797 INFO kablam! su: No module specific data is present Sep 10 23:03:31.487 INFO running `"docker" "rm" "-f" "8faba48cac950440590001f08f9bade6cd96c69cf886a486f7c19dd3361298b7"` Sep 10 23:03:31.567 INFO blam! 8faba48cac950440590001f08f9bade6cd96c69cf886a486f7c19dd3361298b7