Sep 02 21:17:13.790 INFO checking aes-soft-0.2.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 21:17:13.790 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 21:17:13.791 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:13.969 INFO blam! caf40103fbbe01fd6c86d402b59a2347c6e61ac5166c519e86f3f2ff62ba64ba Sep 02 21:17:13.974 INFO running `"docker" "start" "-a" "caf40103fbbe01fd6c86d402b59a2347c6e61ac5166c519e86f3f2ff62ba64ba"` Sep 02 21:17:14.656 INFO kablam! Checking block-cipher-trait v0.5.3 Sep 02 21:17:14.873 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 02 21:17:16.950 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 21:17:16.950 INFO kablam! --> benches/aes192.rs:6:24 Sep 02 21:17:16.950 INFO kablam! | Sep 02 21:17:16.950 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 02 21:17:16.950 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:16.950 INFO kablam! Sep 02 21:17:16.952 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:16.952 INFO kablam! --> benches/aes192.rs:6:24 Sep 02 21:17:16.952 INFO kablam! | Sep 02 21:17:16.952 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 02 21:17:16.952 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:16.952 INFO kablam! | Sep 02 21:17:16.952 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:16.952 INFO kablam! Sep 02 21:17:16.960 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 21:17:16.960 INFO kablam! --> benches/aes128.rs:6:24 Sep 02 21:17:16.960 INFO kablam! | Sep 02 21:17:16.960 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 02 21:17:16.960 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:16.960 INFO kablam! Sep 02 21:17:16.961 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:16.961 INFO kablam! --> benches/aes128.rs:6:24 Sep 02 21:17:16.961 INFO kablam! | Sep 02 21:17:16.961 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 02 21:17:16.961 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:16.961 INFO kablam! | Sep 02 21:17:16.962 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:16.962 INFO kablam! Sep 02 21:17:17.039 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 21:17:17.039 INFO kablam! --> benches/aes256.rs:6:24 Sep 02 21:17:17.039 INFO kablam! | Sep 02 21:17:17.039 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 02 21:17:17.039 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:17.039 INFO kablam! Sep 02 21:17:17.040 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:17.040 INFO kablam! --> benches/aes256.rs:6:24 Sep 02 21:17:17.040 INFO kablam! | Sep 02 21:17:17.040 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 02 21:17:17.040 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:17.040 INFO kablam! | Sep 02 21:17:17.040 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:17.040 INFO kablam! Sep 02 21:17:17.080 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:17.080 INFO kablam! --> benches/aes128.rs:10:18 Sep 02 21:17:17.080 INFO kablam! | Sep 02 21:17:17.080 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:17.080 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 21:17:17.080 INFO kablam! | Sep 02 21:17:17.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.080 INFO kablam! | Sep 02 21:17:17.080 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.080 INFO kablam! | Sep 02 21:17:17.080 INFO kablam! Sep 02 21:17:17.081 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:17.081 INFO kablam! --> benches/aes192.rs:10:18 Sep 02 21:17:17.081 INFO kablam! | Sep 02 21:17:17.081 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:17.081 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 21:17:17.081 INFO kablam! | Sep 02 21:17:17.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.081 INFO kablam! | Sep 02 21:17:17.082 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.082 INFO kablam! | Sep 02 21:17:17.082 INFO kablam! Sep 02 21:17:17.084 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:17.084 INFO kablam! --> benches/aes128.rs:22:18 Sep 02 21:17:17.084 INFO kablam! | Sep 02 21:17:17.084 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:17.084 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 21:17:17.084 INFO kablam! | Sep 02 21:17:17.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.085 INFO kablam! | Sep 02 21:17:17.085 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.085 INFO kablam! | Sep 02 21:17:17.085 INFO kablam! Sep 02 21:17:17.085 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:17.085 INFO kablam! --> benches/aes192.rs:22:18 Sep 02 21:17:17.085 INFO kablam! | Sep 02 21:17:17.085 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:17.085 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 21:17:17.085 INFO kablam! | Sep 02 21:17:17.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.086 INFO kablam! | Sep 02 21:17:17.086 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.086 INFO kablam! | Sep 02 21:17:17.086 INFO kablam! Sep 02 21:17:17.087 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:17.087 INFO kablam! --> benches/aes128.rs:34:18 Sep 02 21:17:17.087 INFO kablam! | Sep 02 21:17:17.087 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:17.087 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 21:17:17.087 INFO kablam! | Sep 02 21:17:17.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.087 INFO kablam! | Sep 02 21:17:17.087 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.087 INFO kablam! | Sep 02 21:17:17.087 INFO kablam! Sep 02 21:17:17.087 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:17.087 INFO kablam! --> benches/aes192.rs:34:18 Sep 02 21:17:17.087 INFO kablam! | Sep 02 21:17:17.087 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:17.087 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 21:17:17.087 INFO kablam! | Sep 02 21:17:17.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.088 INFO kablam! | Sep 02 21:17:17.088 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.088 INFO kablam! | Sep 02 21:17:17.088 INFO kablam! Sep 02 21:17:17.089 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:17.089 INFO kablam! --> benches/aes128.rs:46:18 Sep 02 21:17:17.089 INFO kablam! | Sep 02 21:17:17.089 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:17.089 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 21:17:17.089 INFO kablam! | Sep 02 21:17:17.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.090 INFO kablam! | Sep 02 21:17:17.090 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.090 INFO kablam! | Sep 02 21:17:17.090 INFO kablam! Sep 02 21:17:17.090 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:17.090 INFO kablam! --> benches/aes192.rs:46:18 Sep 02 21:17:17.090 INFO kablam! | Sep 02 21:17:17.090 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:17.090 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 21:17:17.091 INFO kablam! | Sep 02 21:17:17.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.091 INFO kablam! | Sep 02 21:17:17.091 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.091 INFO kablam! | Sep 02 21:17:17.091 INFO kablam! Sep 02 21:17:17.094 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:17.094 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:17.094 INFO kablam! Sep 02 21:17:17.094 INFO kablam! Sep 02 21:17:17.094 INFO kablam! Some errors occurred: E0432, E0599.Some errors occurred: E0432, E0599. Sep 02 21:17:17.094 INFO kablam! Sep 02 21:17:17.094 INFO kablam! For more information about an error, try `rustc --explain E0432`.For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:17.094 INFO kablam! Sep 02 21:17:17.104 INFO kablam! error: Could not compile `aes-soft`. Sep 02 21:17:17.104 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:17.114 INFO kablam! error: Could not compile `aes-soft`. Sep 02 21:17:17.114 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:17.163 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:17.164 INFO kablam! --> benches/aes256.rs:10:18 Sep 02 21:17:17.164 INFO kablam! | Sep 02 21:17:17.164 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:17.164 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 21:17:17.164 INFO kablam! | Sep 02 21:17:17.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.164 INFO kablam! | Sep 02 21:17:17.164 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.164 INFO kablam! | Sep 02 21:17:17.164 INFO kablam! Sep 02 21:17:17.169 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:17.169 INFO kablam! --> benches/aes256.rs:22:18 Sep 02 21:17:17.169 INFO kablam! | Sep 02 21:17:17.169 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:17.169 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 21:17:17.169 INFO kablam! | Sep 02 21:17:17.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.169 INFO kablam! | Sep 02 21:17:17.169 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.169 INFO kablam! | Sep 02 21:17:17.169 INFO kablam! Sep 02 21:17:17.170 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:17.170 INFO kablam! --> benches/aes256.rs:34:18 Sep 02 21:17:17.170 INFO kablam! | Sep 02 21:17:17.170 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:17.170 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 21:17:17.170 INFO kablam! | Sep 02 21:17:17.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.170 INFO kablam! | Sep 02 21:17:17.171 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.171 INFO kablam! | Sep 02 21:17:17.171 INFO kablam! Sep 02 21:17:17.173 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:17.173 INFO kablam! --> benches/aes256.rs:46:18 Sep 02 21:17:17.173 INFO kablam! | Sep 02 21:17:17.173 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:17.173 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 21:17:17.173 INFO kablam! | Sep 02 21:17:17.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:17.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:17.173 INFO kablam! | Sep 02 21:17:17.173 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 21:17:17.173 INFO kablam! | Sep 02 21:17:17.173 INFO kablam! Sep 02 21:17:17.177 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:17.177 INFO kablam! Sep 02 21:17:17.177 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 21:17:17.177 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:17.186 INFO kablam! error: Could not compile `aes-soft`. Sep 02 21:17:17.186 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:17.581 INFO kablam! error: build failed Sep 02 21:17:17.583 INFO kablam! su: No module specific data is present Sep 02 21:17:18.150 INFO running `"docker" "rm" "-f" "caf40103fbbe01fd6c86d402b59a2347c6e61ac5166c519e86f3f2ff62ba64ba"` Sep 02 21:17:18.309 INFO blam! caf40103fbbe01fd6c86d402b59a2347c6e61ac5166c519e86f3f2ff62ba64ba