Sep 05 03:29:18.306 INFO checking aes-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 03:29:18.306 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 03:29:18.307 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 03:29:18.523 INFO blam! 2a6b5e310003d4c9bba2ed1cfa47dca561a8ab5108e6a7b7e2addc2b3d89cb3d Sep 05 03:29:18.525 INFO running `"docker" "start" "-a" "2a6b5e310003d4c9bba2ed1cfa47dca561a8ab5108e6a7b7e2addc2b3d89cb3d"` Sep 05 03:29:19.394 INFO kablam! Checking aes-soft v0.2.0 Sep 05 03:29:20.258 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 05 03:29:22.748 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 05 03:29:22.749 INFO kablam! --> benches/aes256.rs:6:19 Sep 05 03:29:22.749 INFO kablam! | Sep 05 03:29:22.749 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 05 03:29:22.749 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 03:29:22.749 INFO kablam! Sep 05 03:29:22.750 INFO kablam! warning: unused import: `BlockCipher` Sep 05 03:29:22.750 INFO kablam! --> benches/aes256.rs:6:19 Sep 05 03:29:22.750 INFO kablam! | Sep 05 03:29:22.750 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 05 03:29:22.750 INFO kablam! | ^^^^^^^^^^^ Sep 05 03:29:22.750 INFO kablam! | Sep 05 03:29:22.750 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 03:29:22.750 INFO kablam! Sep 05 03:29:22.861 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 03:29:22.861 INFO kablam! --> benches/aes256.rs:10:18 Sep 05 03:29:22.861 INFO kablam! | Sep 05 03:29:22.861 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:22.861 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 03:29:22.861 INFO kablam! | Sep 05 03:29:22.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:22.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:22.862 INFO kablam! | Sep 05 03:29:22.862 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:22.862 INFO kablam! | Sep 05 03:29:22.862 INFO kablam! Sep 05 03:29:22.867 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 03:29:22.867 INFO kablam! --> benches/aes256.rs:22:18 Sep 05 03:29:22.867 INFO kablam! | Sep 05 03:29:22.867 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:22.867 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 03:29:22.867 INFO kablam! | Sep 05 03:29:22.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:22.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:22.868 INFO kablam! | Sep 05 03:29:22.868 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:22.868 INFO kablam! | Sep 05 03:29:22.868 INFO kablam! Sep 05 03:29:22.870 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 03:29:22.870 INFO kablam! --> benches/aes256.rs:34:18 Sep 05 03:29:22.870 INFO kablam! | Sep 05 03:29:22.870 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:22.870 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 03:29:22.870 INFO kablam! | Sep 05 03:29:22.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:22.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:22.870 INFO kablam! | Sep 05 03:29:22.870 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:22.870 INFO kablam! | Sep 05 03:29:22.871 INFO kablam! Sep 05 03:29:22.873 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 03:29:22.873 INFO kablam! --> benches/aes256.rs:46:18 Sep 05 03:29:22.873 INFO kablam! | Sep 05 03:29:22.873 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:22.873 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 03:29:22.873 INFO kablam! | Sep 05 03:29:22.874 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:22.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:22.874 INFO kablam! | Sep 05 03:29:22.874 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:22.874 INFO kablam! | Sep 05 03:29:22.874 INFO kablam! Sep 05 03:29:22.878 INFO kablam! error: aborting due to 5 previous errors Sep 05 03:29:22.878 INFO kablam! Sep 05 03:29:22.878 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 03:29:22.879 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 03:29:22.889 INFO kablam! error: Could not compile `aes`. Sep 05 03:29:22.889 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 03:29:23.025 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 05 03:29:23.025 INFO kablam! --> benches/aes192.rs:6:19 Sep 05 03:29:23.025 INFO kablam! | Sep 05 03:29:23.025 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 05 03:29:23.025 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 03:29:23.025 INFO kablam! Sep 05 03:29:23.026 INFO kablam! warning: unused import: `BlockCipher` Sep 05 03:29:23.026 INFO kablam! --> benches/aes192.rs:6:19 Sep 05 03:29:23.026 INFO kablam! | Sep 05 03:29:23.026 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 05 03:29:23.026 INFO kablam! | ^^^^^^^^^^^ Sep 05 03:29:23.026 INFO kablam! | Sep 05 03:29:23.026 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 03:29:23.026 INFO kablam! Sep 05 03:29:23.133 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 03:29:23.133 INFO kablam! --> benches/aes192.rs:10:18 Sep 05 03:29:23.133 INFO kablam! | Sep 05 03:29:23.133 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:23.133 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 03:29:23.133 INFO kablam! | Sep 05 03:29:23.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:23.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:23.133 INFO kablam! | Sep 05 03:29:23.133 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:23.133 INFO kablam! | Sep 05 03:29:23.133 INFO kablam! Sep 05 03:29:23.137 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 03:29:23.137 INFO kablam! --> benches/aes192.rs:22:18 Sep 05 03:29:23.137 INFO kablam! | Sep 05 03:29:23.137 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:23.137 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 03:29:23.137 INFO kablam! | Sep 05 03:29:23.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:23.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:23.137 INFO kablam! | Sep 05 03:29:23.137 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:23.137 INFO kablam! | Sep 05 03:29:23.137 INFO kablam! Sep 05 03:29:23.139 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 03:29:23.139 INFO kablam! --> benches/aes192.rs:34:18 Sep 05 03:29:23.139 INFO kablam! | Sep 05 03:29:23.139 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:23.139 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 03:29:23.139 INFO kablam! | Sep 05 03:29:23.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:23.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:23.139 INFO kablam! | Sep 05 03:29:23.139 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:23.139 INFO kablam! | Sep 05 03:29:23.139 INFO kablam! Sep 05 03:29:23.141 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 03:29:23.141 INFO kablam! --> benches/aes192.rs:46:18 Sep 05 03:29:23.141 INFO kablam! | Sep 05 03:29:23.141 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:23.141 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 03:29:23.141 INFO kablam! | Sep 05 03:29:23.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:23.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:23.142 INFO kablam! | Sep 05 03:29:23.142 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:23.142 INFO kablam! | Sep 05 03:29:23.142 INFO kablam! Sep 05 03:29:23.145 INFO kablam! error: aborting due to 5 previous errors Sep 05 03:29:23.145 INFO kablam! Sep 05 03:29:23.145 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 03:29:23.145 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 03:29:23.154 INFO kablam! error: Could not compile `aes`. Sep 05 03:29:23.154 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 03:29:23.210 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 05 03:29:23.210 INFO kablam! --> benches/aes128.rs:6:19 Sep 05 03:29:23.210 INFO kablam! | Sep 05 03:29:23.210 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 05 03:29:23.210 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 03:29:23.210 INFO kablam! Sep 05 03:29:23.210 INFO kablam! warning: unused import: `BlockCipher` Sep 05 03:29:23.210 INFO kablam! --> benches/aes128.rs:6:19 Sep 05 03:29:23.210 INFO kablam! | Sep 05 03:29:23.210 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 05 03:29:23.210 INFO kablam! | ^^^^^^^^^^^ Sep 05 03:29:23.210 INFO kablam! | Sep 05 03:29:23.210 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 03:29:23.210 INFO kablam! Sep 05 03:29:23.321 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 03:29:23.321 INFO kablam! --> benches/aes128.rs:10:18 Sep 05 03:29:23.321 INFO kablam! | Sep 05 03:29:23.321 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:23.321 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 03:29:23.322 INFO kablam! | Sep 05 03:29:23.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:23.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:23.322 INFO kablam! | Sep 05 03:29:23.322 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:23.322 INFO kablam! | Sep 05 03:29:23.322 INFO kablam! Sep 05 03:29:23.325 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 03:29:23.325 INFO kablam! --> benches/aes128.rs:22:18 Sep 05 03:29:23.325 INFO kablam! | Sep 05 03:29:23.325 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:23.325 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 03:29:23.325 INFO kablam! | Sep 05 03:29:23.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:23.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:23.325 INFO kablam! | Sep 05 03:29:23.325 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:23.325 INFO kablam! | Sep 05 03:29:23.326 INFO kablam! Sep 05 03:29:23.328 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 03:29:23.328 INFO kablam! --> benches/aes128.rs:34:18 Sep 05 03:29:23.328 INFO kablam! | Sep 05 03:29:23.328 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:23.328 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 03:29:23.328 INFO kablam! | Sep 05 03:29:23.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:23.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:23.328 INFO kablam! | Sep 05 03:29:23.328 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:23.328 INFO kablam! | Sep 05 03:29:23.328 INFO kablam! Sep 05 03:29:23.331 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 03:29:23.331 INFO kablam! --> benches/aes128.rs:46:18 Sep 05 03:29:23.331 INFO kablam! | Sep 05 03:29:23.331 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:23.331 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 03:29:23.331 INFO kablam! | Sep 05 03:29:23.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:23.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:23.331 INFO kablam! | Sep 05 03:29:23.331 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 03:29:23.331 INFO kablam! | Sep 05 03:29:23.331 INFO kablam! Sep 05 03:29:23.336 INFO kablam! error: aborting due to 5 previous errors Sep 05 03:29:23.336 INFO kablam! Sep 05 03:29:23.336 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 03:29:23.336 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 03:29:23.348 INFO kablam! error: Could not compile `aes`. Sep 05 03:29:23.348 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 03:29:23.556 INFO kablam! error: build failed Sep 05 03:29:23.557 INFO kablam! su: No module specific data is present Sep 05 03:29:24.154 INFO running `"docker" "rm" "-f" "2a6b5e310003d4c9bba2ed1cfa47dca561a8ab5108e6a7b7e2addc2b3d89cb3d"` Sep 05 03:29:24.306 INFO blam! 2a6b5e310003d4c9bba2ed1cfa47dca561a8ab5108e6a7b7e2addc2b3d89cb3d