Sep 21 13:41:07.205 INFO checking aes-soft-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 13:41:07.205 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 13:41:07.205 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/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:07.373 INFO blam! 3510ffb0eca9b3e52e5496bf28eb45374b8286edd8fdfad78354d360bcb64f8a Sep 21 13:41:07.375 INFO running `"docker" "start" "-a" "3510ffb0eca9b3e52e5496bf28eb45374b8286edd8fdfad78354d360bcb64f8a"` Sep 21 13:41:08.340 INFO kablam! usermod: no changes Sep 21 13:41:08.445 INFO kablam! Checking aes-soft v0.2.0 (/source) Sep 21 13:41:09.662 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 21 13:41:09.662 INFO kablam! --> benches/aes256.rs:6:24 Sep 21 13:41:09.662 INFO kablam! | Sep 21 13:41:09.662 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 21 13:41:09.662 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 21 13:41:09.662 INFO kablam! Sep 21 13:41:09.666 INFO kablam! warning: unused import: `BlockCipher` Sep 21 13:41:09.666 INFO kablam! --> benches/aes256.rs:6:24 Sep 21 13:41:09.666 INFO kablam! | Sep 21 13:41:09.666 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 21 13:41:09.666 INFO kablam! | ^^^^^^^^^^^ Sep 21 13:41:09.666 INFO kablam! | Sep 21 13:41:09.666 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:41:09.666 INFO kablam! Sep 21 13:41:09.790 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 21 13:41:09.790 INFO kablam! --> benches/aes192.rs:6:24 Sep 21 13:41:09.790 INFO kablam! | Sep 21 13:41:09.790 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 21 13:41:09.790 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 21 13:41:09.790 INFO kablam! Sep 21 13:41:09.795 INFO kablam! warning: unused import: `BlockCipher` Sep 21 13:41:09.795 INFO kablam! --> benches/aes192.rs:6:24 Sep 21 13:41:09.795 INFO kablam! | Sep 21 13:41:09.795 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 21 13:41:09.795 INFO kablam! | ^^^^^^^^^^^ Sep 21 13:41:09.795 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 21 13:41:09.795 INFO kablam! --> benches/aes256.rs:10:18 Sep 21 13:41:09.795 INFO kablam! | Sep 21 13:41:09.795 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:09.795 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 21 13:41:09.795 INFO kablam! | Sep 21 13:41:09.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.795 INFO kablam! | Sep 21 13:41:09.795 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.795 INFO kablam! | Sep 21 13:41:09.795 INFO kablam! Sep 21 13:41:09.802 INFO kablam! | Sep 21 13:41:09.802 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:41:09.802 INFO kablam! Sep 21 13:41:09.806 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 21 13:41:09.806 INFO kablam! --> benches/aes256.rs:22:18 Sep 21 13:41:09.806 INFO kablam! | Sep 21 13:41:09.806 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:09.806 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 21 13:41:09.806 INFO kablam! | Sep 21 13:41:09.806 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.806 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.806 INFO kablam! | Sep 21 13:41:09.806 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.806 INFO kablam! | Sep 21 13:41:09.806 INFO kablam! Sep 21 13:41:09.810 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 21 13:41:09.810 INFO kablam! --> benches/aes256.rs:34:18 Sep 21 13:41:09.810 INFO kablam! | Sep 21 13:41:09.810 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:09.810 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 21 13:41:09.810 INFO kablam! | Sep 21 13:41:09.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.810 INFO kablam! | Sep 21 13:41:09.810 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.810 INFO kablam! | Sep 21 13:41:09.810 INFO kablam! Sep 21 13:41:09.810 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 21 13:41:09.810 INFO kablam! --> benches/aes256.rs:46:18 Sep 21 13:41:09.810 INFO kablam! | Sep 21 13:41:09.810 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:09.810 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 21 13:41:09.810 INFO kablam! | Sep 21 13:41:09.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.811 INFO kablam! | Sep 21 13:41:09.811 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.811 INFO kablam! | Sep 21 13:41:09.811 INFO kablam! Sep 21 13:41:09.825 INFO kablam! error: aborting due to 5 previous errors Sep 21 13:41:09.825 INFO kablam! Sep 21 13:41:09.825 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 13:41:09.825 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 13:41:09.837 INFO kablam! error: Could not compile `aes-soft`. Sep 21 13:41:09.837 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:41:09.852 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 21 13:41:09.852 INFO kablam! --> benches/aes128.rs:6:24 Sep 21 13:41:09.852 INFO kablam! | Sep 21 13:41:09.852 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 21 13:41:09.852 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 21 13:41:09.852 INFO kablam! Sep 21 13:41:09.855 INFO kablam! warning: unused import: `BlockCipher` Sep 21 13:41:09.855 INFO kablam! --> benches/aes128.rs:6:24 Sep 21 13:41:09.855 INFO kablam! | Sep 21 13:41:09.855 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 21 13:41:09.855 INFO kablam! | ^^^^^^^^^^^ Sep 21 13:41:09.855 INFO kablam! | Sep 21 13:41:09.855 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:41:09.855 INFO kablam! Sep 21 13:41:09.882 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 21 13:41:09.882 INFO kablam! --> benches/aes192.rs:10:18 Sep 21 13:41:09.882 INFO kablam! | Sep 21 13:41:09.882 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:09.882 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 21 13:41:09.882 INFO kablam! | Sep 21 13:41:09.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.882 INFO kablam! | Sep 21 13:41:09.882 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.882 INFO kablam! | Sep 21 13:41:09.882 INFO kablam! Sep 21 13:41:09.884 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 21 13:41:09.884 INFO kablam! --> benches/aes192.rs:22:18 Sep 21 13:41:09.884 INFO kablam! | Sep 21 13:41:09.884 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:09.884 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 21 13:41:09.886 INFO kablam! | Sep 21 13:41:09.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.886 INFO kablam! | Sep 21 13:41:09.886 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.886 INFO kablam! | Sep 21 13:41:09.886 INFO kablam! Sep 21 13:41:09.886 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 21 13:41:09.886 INFO kablam! --> benches/aes192.rs:34:18 Sep 21 13:41:09.886 INFO kablam! | Sep 21 13:41:09.886 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:09.886 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 21 13:41:09.886 INFO kablam! | Sep 21 13:41:09.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.886 INFO kablam! | Sep 21 13:41:09.887 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.887 INFO kablam! | Sep 21 13:41:09.887 INFO kablam! Sep 21 13:41:09.887 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 21 13:41:09.887 INFO kablam! --> benches/aes192.rs:46:18 Sep 21 13:41:09.887 INFO kablam! | Sep 21 13:41:09.887 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:09.887 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 21 13:41:09.887 INFO kablam! | Sep 21 13:41:09.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.888 INFO kablam! | Sep 21 13:41:09.888 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.888 INFO kablam! | Sep 21 13:41:09.888 INFO kablam! Sep 21 13:41:09.894 INFO kablam! error: aborting due to 5 previous errors Sep 21 13:41:09.894 INFO kablam! Sep 21 13:41:09.894 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 13:41:09.894 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 13:41:09.900 INFO kablam! error: Could not compile `aes-soft`. Sep 21 13:41:09.900 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:41:09.931 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 21 13:41:09.931 INFO kablam! --> benches/aes128.rs:10:18 Sep 21 13:41:09.931 INFO kablam! | Sep 21 13:41:09.931 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:09.931 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 21 13:41:09.931 INFO kablam! | Sep 21 13:41:09.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.931 INFO kablam! | Sep 21 13:41:09.931 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.931 INFO kablam! | Sep 21 13:41:09.931 INFO kablam! Sep 21 13:41:09.939 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 21 13:41:09.939 INFO kablam! --> benches/aes128.rs:22:18 Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:09.940 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! Sep 21 13:41:09.940 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 21 13:41:09.940 INFO kablam! --> benches/aes128.rs:34:18 Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:09.940 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! Sep 21 13:41:09.940 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 21 13:41:09.940 INFO kablam! --> benches/aes128.rs:46:18 Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:09.940 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.940 INFO kablam! | Sep 21 13:41:09.940 INFO kablam! Sep 21 13:41:09.946 INFO kablam! error: aborting due to 5 previous errors Sep 21 13:41:09.946 INFO kablam! Sep 21 13:41:09.946 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 13:41:09.946 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 13:41:09.951 INFO kablam! error: Could not compile `aes-soft`. Sep 21 13:41:09.951 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:41:10.142 INFO kablam! error: build failed Sep 21 13:41:10.142 INFO kablam! su: No module specific data is present Sep 21 13:41:11.072 INFO running `"docker" "rm" "-f" "3510ffb0eca9b3e52e5496bf28eb45374b8286edd8fdfad78354d360bcb64f8a"` Sep 21 13:41:11.177 INFO blam! 3510ffb0eca9b3e52e5496bf28eb45374b8286edd8fdfad78354d360bcb64f8a