Sep 18 03:58:48.056 INFO checking aes-0.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:58:48.056 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:58:48.056 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:58:48.189 INFO blam! 3218016a138383f1a739e1510be8fdf35e76e4b7fa36df89d5afd31f7ee02f15 Sep 18 03:58:48.191 INFO running `"docker" "start" "-a" "3218016a138383f1a739e1510be8fdf35e76e4b7fa36df89d5afd31f7ee02f15"` Sep 18 03:58:48.907 INFO kablam! usermod: no changes Sep 18 03:58:48.936 INFO kablam! Checking aes-soft v0.2.0 Sep 18 03:58:49.341 INFO kablam! Checking aes v0.2.0 (/source) Sep 18 03:58:50.167 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 18 03:58:50.167 INFO kablam! --> benches/aes192.rs:6:19 Sep 18 03:58:50.167 INFO kablam! | Sep 18 03:58:50.167 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 18 03:58:50.167 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 18 03:58:50.167 INFO kablam! Sep 18 03:58:50.167 INFO kablam! warning: unused import: `BlockCipher` Sep 18 03:58:50.167 INFO kablam! --> benches/aes192.rs:6:19 Sep 18 03:58:50.167 INFO kablam! | Sep 18 03:58:50.167 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 18 03:58:50.167 INFO kablam! | ^^^^^^^^^^^ Sep 18 03:58:50.167 INFO kablam! | Sep 18 03:58:50.167 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:58:50.167 INFO kablam! Sep 18 03:58:50.271 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 18 03:58:50.271 INFO kablam! --> benches/aes192.rs:10:18 Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 18 03:58:50.271 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! Sep 18 03:58:50.271 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 18 03:58:50.271 INFO kablam! --> benches/aes192.rs:22:18 Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 18 03:58:50.271 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! Sep 18 03:58:50.271 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 18 03:58:50.271 INFO kablam! --> benches/aes192.rs:34:18 Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 18 03:58:50.271 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! Sep 18 03:58:50.271 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 18 03:58:50.271 INFO kablam! --> benches/aes192.rs:46:18 Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 18 03:58:50.271 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.271 INFO kablam! | Sep 18 03:58:50.272 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.272 INFO kablam! | Sep 18 03:58:50.272 INFO kablam! Sep 18 03:58:50.275 INFO kablam! error: aborting due to 5 previous errors Sep 18 03:58:50.280 INFO kablam! Sep 18 03:58:50.280 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 03:58:50.280 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 03:58:50.291 INFO kablam! error: Could not compile `aes`. Sep 18 03:58:50.291 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:58:50.337 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 18 03:58:50.337 INFO kablam! --> benches/aes256.rs:6:19 Sep 18 03:58:50.337 INFO kablam! | Sep 18 03:58:50.337 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 18 03:58:50.337 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 18 03:58:50.337 INFO kablam! Sep 18 03:58:50.339 INFO kablam! warning: unused import: `BlockCipher` Sep 18 03:58:50.339 INFO kablam! --> benches/aes256.rs:6:19 Sep 18 03:58:50.339 INFO kablam! | Sep 18 03:58:50.339 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 18 03:58:50.339 INFO kablam! | ^^^^^^^^^^^ Sep 18 03:58:50.339 INFO kablam! | Sep 18 03:58:50.339 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:58:50.339 INFO kablam! Sep 18 03:58:50.415 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 18 03:58:50.415 INFO kablam! --> benches/aes256.rs:10:18 Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 18 03:58:50.415 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! Sep 18 03:58:50.415 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 18 03:58:50.415 INFO kablam! --> benches/aes256.rs:22:18 Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 18 03:58:50.415 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! Sep 18 03:58:50.415 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 18 03:58:50.415 INFO kablam! --> benches/aes256.rs:34:18 Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 18 03:58:50.415 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.415 INFO kablam! | Sep 18 03:58:50.415 INFO kablam! Sep 18 03:58:50.416 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 18 03:58:50.416 INFO kablam! --> benches/aes256.rs:46:18 Sep 18 03:58:50.416 INFO kablam! | Sep 18 03:58:50.416 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 18 03:58:50.416 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 18 03:58:50.416 INFO kablam! | Sep 18 03:58:50.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.416 INFO kablam! | Sep 18 03:58:50.416 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.416 INFO kablam! | Sep 18 03:58:50.416 INFO kablam! Sep 18 03:58:50.430 INFO kablam! error: aborting due to 5 previous errors Sep 18 03:58:50.431 INFO kablam! Sep 18 03:58:50.431 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 03:58:50.431 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 03:58:50.431 INFO kablam! error: Could not compile `aes`. Sep 18 03:58:50.431 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:58:50.490 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 18 03:58:50.491 INFO kablam! --> benches/aes128.rs:6:19 Sep 18 03:58:50.491 INFO kablam! | Sep 18 03:58:50.491 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 18 03:58:50.491 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 18 03:58:50.491 INFO kablam! Sep 18 03:58:50.491 INFO kablam! warning: unused import: `BlockCipher` Sep 18 03:58:50.491 INFO kablam! --> benches/aes128.rs:6:19 Sep 18 03:58:50.491 INFO kablam! | Sep 18 03:58:50.491 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 18 03:58:50.491 INFO kablam! | ^^^^^^^^^^^ Sep 18 03:58:50.491 INFO kablam! | Sep 18 03:58:50.491 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:58:50.491 INFO kablam! Sep 18 03:58:50.559 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 18 03:58:50.559 INFO kablam! --> benches/aes128.rs:10:18 Sep 18 03:58:50.559 INFO kablam! | Sep 18 03:58:50.559 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 18 03:58:50.559 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 18 03:58:50.559 INFO kablam! | Sep 18 03:58:50.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.559 INFO kablam! | Sep 18 03:58:50.559 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.559 INFO kablam! | Sep 18 03:58:50.559 INFO kablam! Sep 18 03:58:50.559 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 18 03:58:50.559 INFO kablam! --> benches/aes128.rs:22:18 Sep 18 03:58:50.559 INFO kablam! | Sep 18 03:58:50.559 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 18 03:58:50.559 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 18 03:58:50.559 INFO kablam! | Sep 18 03:58:50.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.559 INFO kablam! | Sep 18 03:58:50.559 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.559 INFO kablam! | Sep 18 03:58:50.559 INFO kablam! Sep 18 03:58:50.563 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 18 03:58:50.563 INFO kablam! --> benches/aes128.rs:34:18 Sep 18 03:58:50.563 INFO kablam! | Sep 18 03:58:50.563 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 18 03:58:50.563 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 18 03:58:50.563 INFO kablam! | Sep 18 03:58:50.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.563 INFO kablam! | Sep 18 03:58:50.563 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.563 INFO kablam! | Sep 18 03:58:50.563 INFO kablam! Sep 18 03:58:50.563 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 18 03:58:50.563 INFO kablam! --> benches/aes128.rs:46:18 Sep 18 03:58:50.563 INFO kablam! | Sep 18 03:58:50.563 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 18 03:58:50.563 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 18 03:58:50.563 INFO kablam! | Sep 18 03:58:50.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 03:58:50.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 03:58:50.563 INFO kablam! | Sep 18 03:58:50.563 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 18 03:58:50.563 INFO kablam! | Sep 18 03:58:50.563 INFO kablam! Sep 18 03:58:50.567 INFO kablam! error: aborting due to 5 previous errors Sep 18 03:58:50.567 INFO kablam! Sep 18 03:58:50.567 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 03:58:50.567 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 03:58:50.574 INFO kablam! error: Could not compile `aes`. Sep 18 03:58:50.574 INFO kablam! Sep 18 03:58:50.574 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:58:50.575 INFO kablam! su: No module specific data is present Sep 18 03:58:51.331 INFO running `"docker" "rm" "-f" "3218016a138383f1a739e1510be8fdf35e76e4b7fa36df89d5afd31f7ee02f15"` Sep 18 03:58:51.526 INFO blam! 3218016a138383f1a739e1510be8fdf35e76e4b7fa36df89d5afd31f7ee02f15