Sep 20 05:12:15.803 INFO checking aes-0.2.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 05:12:15.803 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 05:12:15.803 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:12:16.125 INFO blam! 1767a7153e7bc00ce3a04535bc98d3b3f27bce537ecc58d0a3d01759c021e711 Sep 20 05:12:16.131 INFO running `"docker" "start" "-a" "1767a7153e7bc00ce3a04535bc98d3b3f27bce537ecc58d0a3d01759c021e711"` Sep 20 05:12:17.303 INFO kablam! usermod: no changes Sep 20 05:12:17.348 INFO kablam! Checking block-cipher-trait v0.5.3 Sep 20 05:12:17.546 INFO kablam! Checking aes-soft v0.2.0 Sep 20 05:12:18.002 INFO kablam! Checking aes v0.2.0 (/source) Sep 20 05:12:18.879 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 05:12:18.879 INFO kablam! --> benches/aes192.rs:6:19 Sep 20 05:12:18.879 INFO kablam! | Sep 20 05:12:18.879 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 20 05:12:18.879 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 05:12:18.879 INFO kablam! Sep 20 05:12:18.887 INFO kablam! warning: unused import: `BlockCipher` Sep 20 05:12:18.887 INFO kablam! --> benches/aes192.rs:6:19 Sep 20 05:12:18.887 INFO kablam! | Sep 20 05:12:18.887 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 20 05:12:18.887 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:12:18.887 INFO kablam! | Sep 20 05:12:18.887 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:12:18.887 INFO kablam! Sep 20 05:12:18.966 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 05:12:18.966 INFO kablam! --> benches/aes192.rs:10:18 Sep 20 05:12:18.966 INFO kablam! | Sep 20 05:12:18.966 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:18.966 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 05:12:18.966 INFO kablam! | Sep 20 05:12:18.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:18.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:18.966 INFO kablam! | Sep 20 05:12:18.966 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:18.966 INFO kablam! | Sep 20 05:12:18.966 INFO kablam! Sep 20 05:12:18.968 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 05:12:18.968 INFO kablam! --> benches/aes192.rs:22:18 Sep 20 05:12:18.968 INFO kablam! | Sep 20 05:12:18.968 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:18.968 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 05:12:18.968 INFO kablam! | Sep 20 05:12:18.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:18.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:18.968 INFO kablam! | Sep 20 05:12:18.968 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:18.968 INFO kablam! | Sep 20 05:12:18.968 INFO kablam! Sep 20 05:12:18.975 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 05:12:18.975 INFO kablam! --> benches/aes192.rs:34:18 Sep 20 05:12:18.975 INFO kablam! | Sep 20 05:12:18.975 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:18.975 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 05:12:18.975 INFO kablam! | Sep 20 05:12:18.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:18.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:18.975 INFO kablam! | Sep 20 05:12:18.975 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:18.975 INFO kablam! | Sep 20 05:12:18.975 INFO kablam! Sep 20 05:12:18.980 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 05:12:18.980 INFO kablam! --> benches/aes192.rs:46:18 Sep 20 05:12:18.980 INFO kablam! | Sep 20 05:12:18.980 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:18.980 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 05:12:18.980 INFO kablam! | Sep 20 05:12:18.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:18.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:18.980 INFO kablam! | Sep 20 05:12:18.980 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:18.980 INFO kablam! | Sep 20 05:12:18.980 INFO kablam! Sep 20 05:12:18.983 INFO kablam! error: aborting due to 5 previous errors Sep 20 05:12:18.983 INFO kablam! Sep 20 05:12:18.983 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:12:18.983 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:12:18.990 INFO kablam! error: Could not compile `aes`. Sep 20 05:12:18.990 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:12:19.187 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 05:12:19.187 INFO kablam! --> benches/aes128.rs:6:19 Sep 20 05:12:19.187 INFO kablam! | Sep 20 05:12:19.187 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 20 05:12:19.187 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 05:12:19.187 INFO kablam! Sep 20 05:12:19.191 INFO kablam! warning: unused import: `BlockCipher` Sep 20 05:12:19.191 INFO kablam! --> benches/aes128.rs:6:19 Sep 20 05:12:19.191 INFO kablam! | Sep 20 05:12:19.191 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 20 05:12:19.191 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:12:19.191 INFO kablam! | Sep 20 05:12:19.191 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:12:19.191 INFO kablam! Sep 20 05:12:19.251 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 05:12:19.251 INFO kablam! --> benches/aes256.rs:6:19 Sep 20 05:12:19.251 INFO kablam! | Sep 20 05:12:19.251 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 20 05:12:19.251 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 05:12:19.251 INFO kablam! Sep 20 05:12:19.251 INFO kablam! warning: unused import: `BlockCipher` Sep 20 05:12:19.251 INFO kablam! --> benches/aes256.rs:6:19 Sep 20 05:12:19.251 INFO kablam! | Sep 20 05:12:19.251 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 20 05:12:19.251 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:12:19.251 INFO kablam! | Sep 20 05:12:19.251 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:12:19.251 INFO kablam! Sep 20 05:12:19.258 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 05:12:19.258 INFO kablam! --> benches/aes128.rs:10:18 Sep 20 05:12:19.258 INFO kablam! | Sep 20 05:12:19.258 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:19.258 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 05:12:19.258 INFO kablam! | Sep 20 05:12:19.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.258 INFO kablam! | Sep 20 05:12:19.258 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.258 INFO kablam! | Sep 20 05:12:19.258 INFO kablam! Sep 20 05:12:19.262 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 05:12:19.263 INFO kablam! --> benches/aes128.rs:22:18 Sep 20 05:12:19.263 INFO kablam! | Sep 20 05:12:19.263 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:19.263 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 05:12:19.263 INFO kablam! | Sep 20 05:12:19.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.263 INFO kablam! | Sep 20 05:12:19.263 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.263 INFO kablam! | Sep 20 05:12:19.263 INFO kablam! Sep 20 05:12:19.263 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 05:12:19.263 INFO kablam! --> benches/aes128.rs:34:18 Sep 20 05:12:19.263 INFO kablam! | Sep 20 05:12:19.263 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:19.263 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 05:12:19.263 INFO kablam! | Sep 20 05:12:19.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.263 INFO kablam! | Sep 20 05:12:19.263 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.263 INFO kablam! | Sep 20 05:12:19.263 INFO kablam! Sep 20 05:12:19.266 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 05:12:19.267 INFO kablam! --> benches/aes128.rs:46:18 Sep 20 05:12:19.267 INFO kablam! | Sep 20 05:12:19.267 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:19.267 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 05:12:19.267 INFO kablam! | Sep 20 05:12:19.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.267 INFO kablam! | Sep 20 05:12:19.267 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.267 INFO kablam! | Sep 20 05:12:19.267 INFO kablam! Sep 20 05:12:19.271 INFO kablam! error: aborting due to 5 previous errors Sep 20 05:12:19.271 INFO kablam! Sep 20 05:12:19.271 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:12:19.271 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:12:19.276 INFO kablam! error: Could not compile `aes`. Sep 20 05:12:19.276 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:12:19.316 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 05:12:19.316 INFO kablam! --> benches/aes256.rs:10:18 Sep 20 05:12:19.316 INFO kablam! | Sep 20 05:12:19.316 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:19.316 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 05:12:19.317 INFO kablam! | Sep 20 05:12:19.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.317 INFO kablam! | Sep 20 05:12:19.317 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.317 INFO kablam! | Sep 20 05:12:19.317 INFO kablam! Sep 20 05:12:19.321 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 05:12:19.321 INFO kablam! --> benches/aes256.rs:22:18 Sep 20 05:12:19.321 INFO kablam! | Sep 20 05:12:19.321 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:19.321 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 05:12:19.321 INFO kablam! | Sep 20 05:12:19.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.321 INFO kablam! | Sep 20 05:12:19.321 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.321 INFO kablam! | Sep 20 05:12:19.322 INFO kablam! Sep 20 05:12:19.323 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 05:12:19.323 INFO kablam! --> benches/aes256.rs:34:18 Sep 20 05:12:19.323 INFO kablam! | Sep 20 05:12:19.323 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:19.323 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 05:12:19.323 INFO kablam! | Sep 20 05:12:19.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.324 INFO kablam! | Sep 20 05:12:19.324 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.324 INFO kablam! | Sep 20 05:12:19.324 INFO kablam! Sep 20 05:12:19.325 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 05:12:19.325 INFO kablam! --> benches/aes256.rs:46:18 Sep 20 05:12:19.325 INFO kablam! | Sep 20 05:12:19.325 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:19.325 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 05:12:19.326 INFO kablam! | Sep 20 05:12:19.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.326 INFO kablam! | Sep 20 05:12:19.326 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.326 INFO kablam! | Sep 20 05:12:19.326 INFO kablam! Sep 20 05:12:19.330 INFO kablam! error: aborting due to 5 previous errors Sep 20 05:12:19.330 INFO kablam! Sep 20 05:12:19.330 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:12:19.330 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:12:19.371 INFO kablam! error: Could not compile `aes`. Sep 20 05:12:19.371 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:12:19.867 INFO kablam! error: build failed Sep 20 05:12:19.867 INFO kablam! su: No module specific data is present Sep 20 05:12:20.802 INFO running `"docker" "rm" "-f" "1767a7153e7bc00ce3a04535bc98d3b3f27bce537ecc58d0a3d01759c021e711"` Sep 20 05:12:20.950 INFO blam! 1767a7153e7bc00ce3a04535bc98d3b3f27bce537ecc58d0a3d01759c021e711