Sep 05 00:39:07.209 INFO checking aes-0.2.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 05 00:39:07.209 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 05 00:39:07.210 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:07.390 INFO blam! 567aa90d2ece0a114aa5dc6288ea6319c26fbd1564f4ee7014936f9dac52c1f0 Sep 05 00:39:07.392 INFO running `"docker" "start" "-a" "567aa90d2ece0a114aa5dc6288ea6319c26fbd1564f4ee7014936f9dac52c1f0"` Sep 05 00:39:08.113 INFO kablam! Checking aes-soft v0.2.0 Sep 05 00:39:09.181 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 05 00:39:12.132 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 05 00:39:12.132 INFO kablam! --> benches/aes128.rs:6:19 Sep 05 00:39:12.132 INFO kablam! | Sep 05 00:39:12.132 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 05 00:39:12.132 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:12.132 INFO kablam! Sep 05 00:39:12.132 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 05 00:39:12.132 INFO kablam! --> benches/aes192.rs:6:19 Sep 05 00:39:12.132 INFO kablam! | Sep 05 00:39:12.132 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 05 00:39:12.132 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:12.132 INFO kablam! Sep 05 00:39:12.133 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:12.133 INFO kablam! --> benches/aes128.rs:6:19 Sep 05 00:39:12.133 INFO kablam! | Sep 05 00:39:12.134 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 05 00:39:12.134 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:12.134 INFO kablam! | Sep 05 00:39:12.134 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:12.134 INFO kablam! Sep 05 00:39:12.134 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:12.134 INFO kablam! --> benches/aes192.rs:6:19 Sep 05 00:39:12.134 INFO kablam! | Sep 05 00:39:12.134 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 05 00:39:12.134 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:12.134 INFO kablam! | Sep 05 00:39:12.134 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:12.134 INFO kablam! Sep 05 00:39:12.213 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 00:39:12.214 INFO kablam! --> benches/aes192.rs:10:18 Sep 05 00:39:12.214 INFO kablam! | Sep 05 00:39:12.214 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:12.214 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 00:39:12.214 INFO kablam! | Sep 05 00:39:12.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.214 INFO kablam! | Sep 05 00:39:12.214 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.214 INFO kablam! | Sep 05 00:39:12.214 INFO kablam! Sep 05 00:39:12.218 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 00:39:12.218 INFO kablam! --> benches/aes192.rs:22:18 Sep 05 00:39:12.218 INFO kablam! | Sep 05 00:39:12.218 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:12.218 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 00:39:12.218 INFO kablam! | Sep 05 00:39:12.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.218 INFO kablam! | Sep 05 00:39:12.218 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.218 INFO kablam! | Sep 05 00:39:12.218 INFO kablam! Sep 05 00:39:12.220 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 00:39:12.220 INFO kablam! --> benches/aes192.rs:34:18 Sep 05 00:39:12.220 INFO kablam! | Sep 05 00:39:12.220 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:12.220 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 00:39:12.220 INFO kablam! | Sep 05 00:39:12.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.221 INFO kablam! | Sep 05 00:39:12.221 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.221 INFO kablam! | Sep 05 00:39:12.221 INFO kablam! Sep 05 00:39:12.223 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 05 00:39:12.223 INFO kablam! --> benches/aes192.rs:46:18 Sep 05 00:39:12.223 INFO kablam! | Sep 05 00:39:12.223 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:12.223 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 05 00:39:12.223 INFO kablam! | Sep 05 00:39:12.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.223 INFO kablam! | Sep 05 00:39:12.223 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.224 INFO kablam! | Sep 05 00:39:12.224 INFO kablam! Sep 05 00:39:12.227 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:12.227 INFO kablam! Sep 05 00:39:12.227 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:12.227 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:12.236 INFO kablam! error: Could not compile `aes`. Sep 05 00:39:12.236 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:12.245 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 00:39:12.245 INFO kablam! --> benches/aes128.rs:10:18 Sep 05 00:39:12.245 INFO kablam! | Sep 05 00:39:12.245 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:12.246 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 00:39:12.246 INFO kablam! | Sep 05 00:39:12.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.246 INFO kablam! | Sep 05 00:39:12.246 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.246 INFO kablam! | Sep 05 00:39:12.246 INFO kablam! Sep 05 00:39:12.246 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 00:39:12.246 INFO kablam! --> benches/aes128.rs:22:18 Sep 05 00:39:12.246 INFO kablam! | Sep 05 00:39:12.246 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:12.246 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 00:39:12.246 INFO kablam! | Sep 05 00:39:12.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.246 INFO kablam! | Sep 05 00:39:12.246 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.246 INFO kablam! | Sep 05 00:39:12.246 INFO kablam! Sep 05 00:39:12.247 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 00:39:12.247 INFO kablam! --> benches/aes128.rs:34:18 Sep 05 00:39:12.247 INFO kablam! | Sep 05 00:39:12.247 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:12.247 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 00:39:12.247 INFO kablam! | Sep 05 00:39:12.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.247 INFO kablam! | Sep 05 00:39:12.247 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.247 INFO kablam! | Sep 05 00:39:12.247 INFO kablam! Sep 05 00:39:12.249 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 05 00:39:12.249 INFO kablam! --> benches/aes128.rs:46:18 Sep 05 00:39:12.249 INFO kablam! | Sep 05 00:39:12.249 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:12.249 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 05 00:39:12.249 INFO kablam! | Sep 05 00:39:12.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.249 INFO kablam! | Sep 05 00:39:12.249 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.249 INFO kablam! | Sep 05 00:39:12.250 INFO kablam! Sep 05 00:39:12.253 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:12.253 INFO kablam! Sep 05 00:39:12.253 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:12.254 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:12.262 INFO kablam! error: Could not compile `aes`. Sep 05 00:39:12.262 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:12.374 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 05 00:39:12.374 INFO kablam! --> benches/aes256.rs:6:19 Sep 05 00:39:12.374 INFO kablam! | Sep 05 00:39:12.374 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 05 00:39:12.374 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:12.374 INFO kablam! Sep 05 00:39:12.375 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:12.375 INFO kablam! --> benches/aes256.rs:6:19 Sep 05 00:39:12.375 INFO kablam! | Sep 05 00:39:12.375 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 05 00:39:12.375 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:12.375 INFO kablam! | Sep 05 00:39:12.375 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:12.375 INFO kablam! Sep 05 00:39:12.444 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 00:39:12.444 INFO kablam! --> benches/aes256.rs:10:18 Sep 05 00:39:12.444 INFO kablam! | Sep 05 00:39:12.444 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:12.444 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 00:39:12.444 INFO kablam! | Sep 05 00:39:12.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.444 INFO kablam! | Sep 05 00:39:12.444 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.444 INFO kablam! | Sep 05 00:39:12.444 INFO kablam! Sep 05 00:39:12.447 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 00:39:12.447 INFO kablam! --> benches/aes256.rs:22:18 Sep 05 00:39:12.447 INFO kablam! | Sep 05 00:39:12.447 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:12.447 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 00:39:12.447 INFO kablam! | Sep 05 00:39:12.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.447 INFO kablam! | Sep 05 00:39:12.447 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.447 INFO kablam! | Sep 05 00:39:12.447 INFO kablam! Sep 05 00:39:12.448 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 00:39:12.448 INFO kablam! --> benches/aes256.rs:34:18 Sep 05 00:39:12.448 INFO kablam! | Sep 05 00:39:12.448 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:12.448 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 00:39:12.448 INFO kablam! | Sep 05 00:39:12.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.448 INFO kablam! | Sep 05 00:39:12.448 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.448 INFO kablam! | Sep 05 00:39:12.448 INFO kablam! Sep 05 00:39:12.450 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 05 00:39:12.450 INFO kablam! --> benches/aes256.rs:46:18 Sep 05 00:39:12.450 INFO kablam! | Sep 05 00:39:12.450 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:12.450 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 05 00:39:12.450 INFO kablam! | Sep 05 00:39:12.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:12.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:12.450 INFO kablam! | Sep 05 00:39:12.450 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 05 00:39:12.450 INFO kablam! | Sep 05 00:39:12.450 INFO kablam! Sep 05 00:39:12.453 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:12.453 INFO kablam! Sep 05 00:39:12.453 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:12.453 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:12.460 INFO kablam! error: Could not compile `aes`. Sep 05 00:39:12.460 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:12.675 INFO kablam! error: build failed Sep 05 00:39:12.677 INFO kablam! su: No module specific data is present Sep 05 00:39:13.099 INFO running `"docker" "rm" "-f" "567aa90d2ece0a114aa5dc6288ea6319c26fbd1564f4ee7014936f9dac52c1f0"` Sep 05 00:39:13.206 INFO blam! 567aa90d2ece0a114aa5dc6288ea6319c26fbd1564f4ee7014936f9dac52c1f0