Sep 02 21:17:14.930 INFO checking aes-soft-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 21:17:14.930 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 21:17:14.930 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 21:17:15.116 INFO blam! 52f7c0e00d699fa1808953bd9d4dc16c46fdf5ac19a12a6773b05f6e030730d2 Sep 02 21:17:15.116 INFO running `"docker" "start" "-a" "52f7c0e00d699fa1808953bd9d4dc16c46fdf5ac19a12a6773b05f6e030730d2"` Sep 02 21:17:15.711 INFO kablam! Checking block-cipher-trait v0.5.3 Sep 02 21:17:15.997 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 02 21:17:18.682 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 21:17:18.682 INFO kablam! --> benches/aes192.rs:6:24 Sep 02 21:17:18.682 INFO kablam! | Sep 02 21:17:18.682 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 02 21:17:18.682 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:18.686 INFO kablam! Sep 02 21:17:18.688 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:18.688 INFO kablam! --> benches/aes192.rs:6:24 Sep 02 21:17:18.688 INFO kablam! | Sep 02 21:17:18.688 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 02 21:17:18.688 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:18.688 INFO kablam! | Sep 02 21:17:18.688 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:18.688 INFO kablam! Sep 02 21:17:18.811 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 21:17:18.812 INFO kablam! --> benches/aes256.rs:6:24 Sep 02 21:17:18.812 INFO kablam! | Sep 02 21:17:18.812 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 02 21:17:18.812 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:18.812 INFO kablam! Sep 02 21:17:18.814 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:18.814 INFO kablam! --> benches/aes256.rs:6:24 Sep 02 21:17:18.814 INFO kablam! | Sep 02 21:17:18.814 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 02 21:17:18.814 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:18.814 INFO kablam! | Sep 02 21:17:18.815 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:18.815 INFO kablam! Sep 02 21:17:18.964 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 02 21:17:18.964 INFO kablam! --> benches/aes192.rs:10:18 Sep 02 21:17:18.964 INFO kablam! | Sep 02 21:17:18.964 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:18.964 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 21:17:18.964 INFO kablam! | Sep 02 21:17:18.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:18.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:18.964 INFO kablam! | Sep 02 21:17:18.964 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:18.964 INFO kablam! | Sep 02 21:17:18.964 INFO kablam! Sep 02 21:17:18.985 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 02 21:17:18.986 INFO kablam! --> benches/aes192.rs:22:18 Sep 02 21:17:18.986 INFO kablam! | Sep 02 21:17:18.986 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:18.986 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 21:17:18.986 INFO kablam! | Sep 02 21:17:18.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:18.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:18.986 INFO kablam! | Sep 02 21:17:18.986 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:18.986 INFO kablam! | Sep 02 21:17:18.986 INFO kablam! Sep 02 21:17:18.993 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 02 21:17:18.994 INFO kablam! --> benches/aes192.rs:34:18 Sep 02 21:17:18.994 INFO kablam! | Sep 02 21:17:18.994 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:18.994 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 21:17:18.994 INFO kablam! | Sep 02 21:17:18.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:18.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:18.994 INFO kablam! | Sep 02 21:17:18.995 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:18.995 INFO kablam! | Sep 02 21:17:18.995 INFO kablam! Sep 02 21:17:18.996 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 02 21:17:18.996 INFO kablam! --> benches/aes192.rs:46:18 Sep 02 21:17:18.996 INFO kablam! | Sep 02 21:17:18.996 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:18.996 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 21:17:18.997 INFO kablam! | Sep 02 21:17:18.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:18.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:18.997 INFO kablam! | Sep 02 21:17:18.997 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:18.997 INFO kablam! | Sep 02 21:17:18.997 INFO kablam! Sep 02 21:17:19.001 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:19.006 INFO kablam! Sep 02 21:17:19.006 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 21:17:19.007 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:19.023 INFO kablam! error: Could not compile `aes-soft`. Sep 02 21:17:19.023 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:19.052 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 02 21:17:19.052 INFO kablam! --> benches/aes256.rs:10:18 Sep 02 21:17:19.052 INFO kablam! | Sep 02 21:17:19.052 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:19.052 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 21:17:19.052 INFO kablam! | Sep 02 21:17:19.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:19.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:19.054 INFO kablam! | Sep 02 21:17:19.054 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:19.054 INFO kablam! | Sep 02 21:17:19.054 INFO kablam! Sep 02 21:17:19.066 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 02 21:17:19.066 INFO kablam! --> benches/aes256.rs:22:18 Sep 02 21:17:19.066 INFO kablam! | Sep 02 21:17:19.066 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:19.066 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 21:17:19.066 INFO kablam! | Sep 02 21:17:19.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:19.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:19.066 INFO kablam! | Sep 02 21:17:19.067 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:19.067 INFO kablam! | Sep 02 21:17:19.067 INFO kablam! Sep 02 21:17:19.070 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 02 21:17:19.070 INFO kablam! --> benches/aes256.rs:34:18 Sep 02 21:17:19.070 INFO kablam! | Sep 02 21:17:19.070 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:19.070 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 21:17:19.070 INFO kablam! | Sep 02 21:17:19.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:19.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:19.070 INFO kablam! | Sep 02 21:17:19.070 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:19.070 INFO kablam! | Sep 02 21:17:19.070 INFO kablam! Sep 02 21:17:19.074 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 02 21:17:19.074 INFO kablam! --> benches/aes256.rs:46:18 Sep 02 21:17:19.074 INFO kablam! | Sep 02 21:17:19.074 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:19.074 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 21:17:19.074 INFO kablam! | Sep 02 21:17:19.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:19.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:19.074 INFO kablam! | Sep 02 21:17:19.074 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:19.074 INFO kablam! | Sep 02 21:17:19.074 INFO kablam! Sep 02 21:17:19.079 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:19.079 INFO kablam! Sep 02 21:17:19.086 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 21:17:19.086 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:19.095 INFO kablam! error: Could not compile `aes-soft`. Sep 02 21:17:19.095 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:19.187 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 21:17:19.187 INFO kablam! --> benches/aes128.rs:6:24 Sep 02 21:17:19.187 INFO kablam! | Sep 02 21:17:19.187 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 02 21:17:19.187 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:19.187 INFO kablam! Sep 02 21:17:19.188 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:19.188 INFO kablam! --> benches/aes128.rs:6:24 Sep 02 21:17:19.188 INFO kablam! | Sep 02 21:17:19.188 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 02 21:17:19.188 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:19.188 INFO kablam! | Sep 02 21:17:19.188 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:19.188 INFO kablam! Sep 02 21:17:19.297 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 02 21:17:19.297 INFO kablam! --> benches/aes128.rs:10:18 Sep 02 21:17:19.297 INFO kablam! | Sep 02 21:17:19.297 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:19.297 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 21:17:19.297 INFO kablam! | Sep 02 21:17:19.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:19.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:19.297 INFO kablam! | Sep 02 21:17:19.297 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:19.298 INFO kablam! | Sep 02 21:17:19.298 INFO kablam! Sep 02 21:17:19.301 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 02 21:17:19.301 INFO kablam! --> benches/aes128.rs:22:18 Sep 02 21:17:19.301 INFO kablam! | Sep 02 21:17:19.301 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:19.301 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 21:17:19.301 INFO kablam! | Sep 02 21:17:19.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:19.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:19.301 INFO kablam! | Sep 02 21:17:19.301 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:19.302 INFO kablam! | Sep 02 21:17:19.302 INFO kablam! Sep 02 21:17:19.307 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 02 21:17:19.307 INFO kablam! --> benches/aes128.rs:34:18 Sep 02 21:17:19.307 INFO kablam! | Sep 02 21:17:19.307 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:19.307 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 21:17:19.308 INFO kablam! | Sep 02 21:17:19.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:19.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:19.308 INFO kablam! | Sep 02 21:17:19.308 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:19.308 INFO kablam! | Sep 02 21:17:19.308 INFO kablam! Sep 02 21:17:19.310 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 02 21:17:19.310 INFO kablam! --> benches/aes128.rs:46:18 Sep 02 21:17:19.310 INFO kablam! | Sep 02 21:17:19.310 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:19.310 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 21:17:19.310 INFO kablam! | Sep 02 21:17:19.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:19.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:19.310 INFO kablam! | Sep 02 21:17:19.310 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:19.311 INFO kablam! | Sep 02 21:17:19.311 INFO kablam! Sep 02 21:17:19.315 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:19.316 INFO kablam! Sep 02 21:17:19.316 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 21:17:19.316 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:19.331 INFO kablam! error: Could not compile `aes-soft`. Sep 02 21:17:19.331 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:19.448 INFO kablam! error: build failed Sep 02 21:17:19.449 INFO kablam! su: No module specific data is present Sep 02 21:17:19.960 INFO running `"docker" "rm" "-f" "52f7c0e00d699fa1808953bd9d4dc16c46fdf5ac19a12a6773b05f6e030730d2"` Sep 02 21:17:20.115 INFO blam! 52f7c0e00d699fa1808953bd9d4dc16c46fdf5ac19a12a6773b05f6e030730d2