Sep 05 00:39:00.449 INFO checking aes-soft-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 05 00:39:00.449 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 05 00:39:00.449 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:39:00.618 INFO blam! 776032aefd0d97cde49b872eaffc67378ee384cd4f3ac8347698578290be20c6 Sep 05 00:39:00.620 INFO running `"docker" "start" "-a" "776032aefd0d97cde49b872eaffc67378ee384cd4f3ac8347698578290be20c6"` Sep 05 00:39:01.239 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 05 00:39:04.315 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 00:39:04.316 INFO kablam! --> benches/aes192.rs:6:24 Sep 05 00:39:04.316 INFO kablam! | Sep 05 00:39:04.316 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 05 00:39:04.316 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:04.318 INFO kablam! Sep 05 00:39:04.320 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:04.320 INFO kablam! --> benches/aes192.rs:6:24 Sep 05 00:39:04.320 INFO kablam! | Sep 05 00:39:04.320 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 05 00:39:04.320 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:04.320 INFO kablam! | Sep 05 00:39:04.320 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:04.320 INFO kablam! Sep 05 00:39:04.466 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 00:39:04.466 INFO kablam! --> benches/aes192.rs:10:18 Sep 05 00:39:04.466 INFO kablam! | Sep 05 00:39:04.466 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:04.466 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 00:39:04.466 INFO kablam! | Sep 05 00:39:04.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:04.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:04.466 INFO kablam! | Sep 05 00:39:04.466 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:04.466 INFO kablam! | Sep 05 00:39:04.466 INFO kablam! Sep 05 00:39:04.470 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 00:39:04.470 INFO kablam! --> benches/aes192.rs:22:18 Sep 05 00:39:04.470 INFO kablam! | Sep 05 00:39:04.470 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:04.470 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 00:39:04.470 INFO kablam! | Sep 05 00:39:04.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:04.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:04.470 INFO kablam! | Sep 05 00:39:04.470 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:04.470 INFO kablam! | Sep 05 00:39:04.470 INFO kablam! Sep 05 00:39:04.472 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 00:39:04.472 INFO kablam! --> benches/aes192.rs:34:18 Sep 05 00:39:04.472 INFO kablam! | Sep 05 00:39:04.472 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:04.472 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 00:39:04.473 INFO kablam! | Sep 05 00:39:04.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:04.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:04.473 INFO kablam! | Sep 05 00:39:04.473 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:04.473 INFO kablam! | Sep 05 00:39:04.473 INFO kablam! Sep 05 00:39:04.475 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 00:39:04.475 INFO kablam! --> benches/aes192.rs:46:18 Sep 05 00:39:04.475 INFO kablam! | Sep 05 00:39:04.475 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:04.476 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 00:39:04.476 INFO kablam! | Sep 05 00:39:04.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:04.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:04.476 INFO kablam! | Sep 05 00:39:04.476 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:04.476 INFO kablam! | Sep 05 00:39:04.476 INFO kablam! Sep 05 00:39:04.480 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:04.480 INFO kablam! Sep 05 00:39:04.480 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:04.481 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:04.490 INFO kablam! error: Could not compile `aes-soft`. Sep 05 00:39:04.490 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:04.777 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 00:39:04.777 INFO kablam! --> benches/aes256.rs:6:24 Sep 05 00:39:04.777 INFO kablam! | Sep 05 00:39:04.777 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 05 00:39:04.777 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:04.777 INFO kablam! Sep 05 00:39:04.778 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:04.778 INFO kablam! --> benches/aes256.rs:6:24 Sep 05 00:39:04.778 INFO kablam! | Sep 05 00:39:04.778 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 05 00:39:04.778 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:04.778 INFO kablam! | Sep 05 00:39:04.778 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:04.778 INFO kablam! Sep 05 00:39:04.914 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 00:39:04.914 INFO kablam! --> benches/aes128.rs:6:24 Sep 05 00:39:04.914 INFO kablam! | Sep 05 00:39:04.914 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 05 00:39:04.914 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:04.914 INFO kablam! Sep 05 00:39:04.923 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:04.923 INFO kablam! --> benches/aes128.rs:6:24 Sep 05 00:39:04.924 INFO kablam! | Sep 05 00:39:04.924 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 05 00:39:04.924 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:04.924 INFO kablam! | Sep 05 00:39:04.924 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:04.924 INFO kablam! Sep 05 00:39:04.945 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 00:39:04.945 INFO kablam! --> benches/aes256.rs:10:18 Sep 05 00:39:04.945 INFO kablam! | Sep 05 00:39:04.945 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:04.945 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 00:39:04.945 INFO kablam! | Sep 05 00:39:04.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:04.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:04.945 INFO kablam! | Sep 05 00:39:04.945 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:04.945 INFO kablam! | Sep 05 00:39:04.945 INFO kablam! Sep 05 00:39:04.950 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 00:39:04.950 INFO kablam! --> benches/aes256.rs:22:18 Sep 05 00:39:04.950 INFO kablam! | Sep 05 00:39:04.950 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:04.950 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 00:39:04.950 INFO kablam! | Sep 05 00:39:04.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:04.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:04.950 INFO kablam! | Sep 05 00:39:04.950 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:04.951 INFO kablam! | Sep 05 00:39:04.951 INFO kablam! Sep 05 00:39:04.952 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 00:39:04.952 INFO kablam! --> benches/aes256.rs:34:18 Sep 05 00:39:04.952 INFO kablam! | Sep 05 00:39:04.952 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:04.952 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 00:39:04.952 INFO kablam! | Sep 05 00:39:04.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:04.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:04.953 INFO kablam! | Sep 05 00:39:04.953 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:04.953 INFO kablam! | Sep 05 00:39:04.953 INFO kablam! Sep 05 00:39:04.963 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 00:39:04.963 INFO kablam! --> benches/aes256.rs:46:18 Sep 05 00:39:04.963 INFO kablam! | Sep 05 00:39:04.963 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:04.963 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 00:39:04.964 INFO kablam! | Sep 05 00:39:04.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:04.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:04.964 INFO kablam! | Sep 05 00:39:04.964 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:04.964 INFO kablam! | Sep 05 00:39:04.964 INFO kablam! Sep 05 00:39:04.968 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:04.968 INFO kablam! Sep 05 00:39:04.968 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:04.968 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:04.977 INFO kablam! error: Could not compile `aes-soft`. Sep 05 00:39:04.977 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:05.055 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 00:39:05.055 INFO kablam! --> benches/aes128.rs:10:18 Sep 05 00:39:05.055 INFO kablam! | Sep 05 00:39:05.055 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:05.055 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 00:39:05.056 INFO kablam! | Sep 05 00:39:05.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.056 INFO kablam! | Sep 05 00:39:05.056 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.056 INFO kablam! | Sep 05 00:39:05.056 INFO kablam! Sep 05 00:39:05.059 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 00:39:05.059 INFO kablam! --> benches/aes128.rs:22:18 Sep 05 00:39:05.059 INFO kablam! | Sep 05 00:39:05.059 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:05.059 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 00:39:05.059 INFO kablam! | Sep 05 00:39:05.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.060 INFO kablam! | Sep 05 00:39:05.060 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.060 INFO kablam! | Sep 05 00:39:05.060 INFO kablam! Sep 05 00:39:05.061 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 00:39:05.061 INFO kablam! --> benches/aes128.rs:34:18 Sep 05 00:39:05.061 INFO kablam! | Sep 05 00:39:05.061 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:05.061 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 00:39:05.061 INFO kablam! | Sep 05 00:39:05.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.062 INFO kablam! | Sep 05 00:39:05.062 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.062 INFO kablam! | Sep 05 00:39:05.062 INFO kablam! Sep 05 00:39:05.064 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 00:39:05.064 INFO kablam! --> benches/aes128.rs:46:18 Sep 05 00:39:05.064 INFO kablam! | Sep 05 00:39:05.064 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:05.064 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 00:39:05.064 INFO kablam! | Sep 05 00:39:05.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.065 INFO kablam! | Sep 05 00:39:05.065 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.065 INFO kablam! | Sep 05 00:39:05.065 INFO kablam! Sep 05 00:39:05.068 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:05.068 INFO kablam! Sep 05 00:39:05.068 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:05.068 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:05.083 INFO kablam! error: Could not compile `aes-soft`. Sep 05 00:39:05.083 INFO kablam! Sep 05 00:39:05.083 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:39:05.085 INFO kablam! su: No module specific data is present Sep 05 00:39:05.589 INFO running `"docker" "rm" "-f" "776032aefd0d97cde49b872eaffc67378ee384cd4f3ac8347698578290be20c6"` Sep 05 00:39:05.744 INFO blam! 776032aefd0d97cde49b872eaffc67378ee384cd4f3ac8347698578290be20c6