Sep 06 10:13:35.994 INFO checking aes-0.2.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 10:13:35.994 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 10:13:35.994 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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=1000" "-e" "CMD=cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 10:13:36.184 INFO blam! 4bb4b3346c45e48ded38152db851adc1613ae81edf2f76a4905bec3aebdbdea5 Sep 06 10:13:36.186 INFO running `"docker" "start" "-a" "4bb4b3346c45e48ded38152db851adc1613ae81edf2f76a4905bec3aebdbdea5"` Sep 06 10:13:37.553 INFO kablam! usermod: no changes Sep 06 10:13:37.607 INFO kablam! Checking aes-soft v0.2.0 Sep 06 10:13:38.149 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 06 10:13:39.182 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 06 10:13:39.182 INFO kablam! --> benches/aes192.rs:6:19 Sep 06 10:13:39.182 INFO kablam! | Sep 06 10:13:39.182 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 06 10:13:39.182 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 06 10:13:39.182 INFO kablam! Sep 06 10:13:39.214 INFO kablam! warning: unused import: `BlockCipher` Sep 06 10:13:39.214 INFO kablam! --> benches/aes192.rs:6:19 Sep 06 10:13:39.214 INFO kablam! | Sep 06 10:13:39.214 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 06 10:13:39.214 INFO kablam! | ^^^^^^^^^^^ Sep 06 10:13:39.214 INFO kablam! | Sep 06 10:13:39.214 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 10:13:39.214 INFO kablam! Sep 06 10:13:39.570 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 06 10:13:39.570 INFO kablam! --> benches/aes192.rs:10:18 Sep 06 10:13:39.570 INFO kablam! | Sep 06 10:13:39.570 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:39.570 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 06 10:13:39.570 INFO kablam! | Sep 06 10:13:39.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:39.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:39.570 INFO kablam! | Sep 06 10:13:39.570 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:39.570 INFO kablam! | Sep 06 10:13:39.570 INFO kablam! Sep 06 10:13:39.572 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 06 10:13:39.572 INFO kablam! --> benches/aes192.rs:22:18 Sep 06 10:13:39.572 INFO kablam! | Sep 06 10:13:39.572 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:39.572 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 06 10:13:39.572 INFO kablam! | Sep 06 10:13:39.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:39.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:39.572 INFO kablam! | Sep 06 10:13:39.572 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:39.573 INFO kablam! | Sep 06 10:13:39.573 INFO kablam! Sep 06 10:13:39.573 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 06 10:13:39.573 INFO kablam! --> benches/aes192.rs:34:18 Sep 06 10:13:39.573 INFO kablam! | Sep 06 10:13:39.573 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:39.573 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 06 10:13:39.573 INFO kablam! | Sep 06 10:13:39.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:39.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:39.573 INFO kablam! | Sep 06 10:13:39.573 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:39.573 INFO kablam! | Sep 06 10:13:39.573 INFO kablam! Sep 06 10:13:39.574 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 06 10:13:39.575 INFO kablam! --> benches/aes192.rs:46:18 Sep 06 10:13:39.575 INFO kablam! | Sep 06 10:13:39.575 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:39.575 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 06 10:13:39.575 INFO kablam! | Sep 06 10:13:39.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:39.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:39.575 INFO kablam! | Sep 06 10:13:39.575 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:39.575 INFO kablam! | Sep 06 10:13:39.575 INFO kablam! Sep 06 10:13:39.578 INFO kablam! error: aborting due to 5 previous errors Sep 06 10:13:39.578 INFO kablam! Sep 06 10:13:39.578 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 10:13:39.578 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 10:13:39.610 INFO kablam! error: Could not compile `aes`. Sep 06 10:13:39.610 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 10:13:39.954 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 06 10:13:39.954 INFO kablam! --> benches/aes128.rs:6:19 Sep 06 10:13:39.954 INFO kablam! | Sep 06 10:13:39.954 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 06 10:13:39.954 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 06 10:13:39.954 INFO kablam! Sep 06 10:13:39.954 INFO kablam! warning: unused import: `BlockCipher` Sep 06 10:13:39.954 INFO kablam! --> benches/aes128.rs:6:19 Sep 06 10:13:39.954 INFO kablam! | Sep 06 10:13:39.954 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 06 10:13:39.954 INFO kablam! | ^^^^^^^^^^^ Sep 06 10:13:39.954 INFO kablam! | Sep 06 10:13:39.954 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 10:13:39.954 INFO kablam! Sep 06 10:13:40.042 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 06 10:13:40.042 INFO kablam! --> benches/aes128.rs:10:18 Sep 06 10:13:40.042 INFO kablam! | Sep 06 10:13:40.042 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:40.042 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 06 10:13:40.042 INFO kablam! | Sep 06 10:13:40.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:40.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:40.042 INFO kablam! | Sep 06 10:13:40.042 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:40.042 INFO kablam! | Sep 06 10:13:40.042 INFO kablam! Sep 06 10:13:40.050 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 06 10:13:40.050 INFO kablam! --> benches/aes128.rs:22:18 Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:40.050 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:40.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! Sep 06 10:13:40.050 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 06 10:13:40.050 INFO kablam! --> benches/aes128.rs:34:18 Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:40.050 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:40.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! Sep 06 10:13:40.050 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 06 10:13:40.050 INFO kablam! --> benches/aes128.rs:46:18 Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:40.050 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:40.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:40.050 INFO kablam! | Sep 06 10:13:40.050 INFO kablam! Sep 06 10:13:40.058 INFO kablam! error: aborting due to 5 previous errors Sep 06 10:13:40.058 INFO kablam! Sep 06 10:13:40.058 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 10:13:40.058 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 10:13:40.074 INFO kablam! error: Could not compile `aes`. Sep 06 10:13:40.074 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 10:13:40.108 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 06 10:13:40.108 INFO kablam! --> benches/aes256.rs:6:19 Sep 06 10:13:40.108 INFO kablam! | Sep 06 10:13:40.108 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 06 10:13:40.108 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 06 10:13:40.108 INFO kablam! Sep 06 10:13:40.108 INFO kablam! warning: unused import: `BlockCipher` Sep 06 10:13:40.108 INFO kablam! --> benches/aes256.rs:6:19 Sep 06 10:13:40.108 INFO kablam! | Sep 06 10:13:40.108 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 06 10:13:40.108 INFO kablam! | ^^^^^^^^^^^ Sep 06 10:13:40.108 INFO kablam! | Sep 06 10:13:40.108 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 10:13:40.108 INFO kablam! Sep 06 10:13:40.174 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 06 10:13:40.174 INFO kablam! --> benches/aes256.rs:10:18 Sep 06 10:13:40.174 INFO kablam! | Sep 06 10:13:40.174 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:40.174 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 06 10:13:40.174 INFO kablam! | Sep 06 10:13:40.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:40.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:40.174 INFO kablam! | Sep 06 10:13:40.174 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:40.174 INFO kablam! | Sep 06 10:13:40.174 INFO kablam! Sep 06 10:13:40.178 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 06 10:13:40.178 INFO kablam! --> benches/aes256.rs:22:18 Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:40.178 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:40.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! Sep 06 10:13:40.178 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 06 10:13:40.178 INFO kablam! --> benches/aes256.rs:34:18 Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:40.178 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:40.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! Sep 06 10:13:40.178 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 06 10:13:40.178 INFO kablam! --> benches/aes256.rs:46:18 Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:40.178 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:40.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.178 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 06 10:13:40.178 INFO kablam! | Sep 06 10:13:40.179 INFO kablam! Sep 06 10:13:40.181 INFO kablam! error: aborting due to 5 previous errors Sep 06 10:13:40.188 INFO kablam! Sep 06 10:13:40.188 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 10:13:40.188 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 10:13:40.191 INFO kablam! error: Could not compile `aes`. Sep 06 10:13:40.191 INFO kablam! Sep 06 10:13:40.191 INFO kablam! To learn more, run the command again with --verbose. Sep 06 10:13:40.191 INFO kablam! su: No module specific data is present Sep 06 10:13:41.164 INFO running `"docker" "rm" "-f" "4bb4b3346c45e48ded38152db851adc1613ae81edf2f76a4905bec3aebdbdea5"` Sep 06 10:13:41.285 INFO blam! 4bb4b3346c45e48ded38152db851adc1613ae81edf2f76a4905bec3aebdbdea5