Sep 20 05:12:16.005 INFO checking aes-0.2.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 05:12:16.005 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 05:12:16.005 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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.250 INFO blam! aff01f2a9b5d6005fc5d8d391e073febe519b6d5bc6f8554bc1fd169862a6c85 Sep 20 05:12:16.250 INFO running `"docker" "start" "-a" "aff01f2a9b5d6005fc5d8d391e073febe519b6d5bc6f8554bc1fd169862a6c85"` Sep 20 05:12:17.565 INFO kablam! usermod: no changes Sep 20 05:12:17.619 INFO kablam! Checking aes-soft v0.2.0 Sep 20 05:12:18.110 INFO kablam! Checking aes v0.2.0 (/source) Sep 20 05:12:19.070 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 05:12:19.070 INFO kablam! --> benches/aes192.rs:6:19 Sep 20 05:12:19.070 INFO kablam! | Sep 20 05:12:19.070 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 20 05:12:19.070 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 05:12:19.070 INFO kablam! Sep 20 05:12:19.070 INFO kablam! warning: unused import: `BlockCipher` Sep 20 05:12:19.070 INFO kablam! --> benches/aes192.rs:6:19 Sep 20 05:12:19.070 INFO kablam! | Sep 20 05:12:19.070 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 20 05:12:19.070 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:12:19.070 INFO kablam! | Sep 20 05:12:19.070 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:12:19.070 INFO kablam! Sep 20 05:12:19.147 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 05:12:19.147 INFO kablam! --> benches/aes192.rs:10:18 Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:19.147 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! Sep 20 05:12:19.147 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 05:12:19.147 INFO kablam! --> benches/aes192.rs:22:18 Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:19.147 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! Sep 20 05:12:19.147 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 05:12:19.147 INFO kablam! --> benches/aes192.rs:34:18 Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:19.147 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! Sep 20 05:12:19.147 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 05:12:19.147 INFO kablam! --> benches/aes192.rs:46:18 Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:19.147 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.147 INFO kablam! | Sep 20 05:12:19.147 INFO kablam! Sep 20 05:12:19.155 INFO kablam! error: aborting due to 5 previous errors Sep 20 05:12:19.155 INFO kablam! Sep 20 05:12:19.155 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:12:19.155 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:12:19.187 INFO kablam! error: Could not compile `aes`. Sep 20 05:12:19.190 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:12:19.337 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 05:12:19.337 INFO kablam! --> benches/aes128.rs:6:19 Sep 20 05:12:19.337 INFO kablam! | Sep 20 05:12:19.338 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 20 05:12:19.338 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 05:12:19.338 INFO kablam! Sep 20 05:12:19.341 INFO kablam! warning: unused import: `BlockCipher` Sep 20 05:12:19.341 INFO kablam! --> benches/aes128.rs:6:19 Sep 20 05:12:19.341 INFO kablam! | Sep 20 05:12:19.341 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 20 05:12:19.342 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:12:19.342 INFO kablam! | Sep 20 05:12:19.342 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:12:19.342 INFO kablam! Sep 20 05:12:19.426 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.427 INFO kablam! --> benches/aes128.rs:10:18 Sep 20 05:12:19.427 INFO kablam! | Sep 20 05:12:19.427 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:19.427 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 05:12:19.427 INFO kablam! | Sep 20 05:12:19.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.427 INFO kablam! | Sep 20 05:12:19.427 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.427 INFO kablam! | Sep 20 05:12:19.427 INFO kablam! Sep 20 05:12:19.427 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.427 INFO kablam! --> benches/aes128.rs:22:18 Sep 20 05:12:19.427 INFO kablam! | Sep 20 05:12:19.427 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:19.427 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 05:12:19.427 INFO kablam! | Sep 20 05:12:19.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.427 INFO kablam! | Sep 20 05:12:19.427 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.427 INFO kablam! | Sep 20 05:12:19.427 INFO kablam! Sep 20 05:12:19.427 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.427 INFO kablam! --> benches/aes128.rs:34:18 Sep 20 05:12:19.427 INFO kablam! | Sep 20 05:12:19.427 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:19.427 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 05:12:19.428 INFO kablam! | Sep 20 05:12:19.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.428 INFO kablam! | Sep 20 05:12:19.428 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.428 INFO kablam! | Sep 20 05:12:19.428 INFO kablam! Sep 20 05:12:19.433 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.433 INFO kablam! --> benches/aes128.rs:46:18 Sep 20 05:12:19.433 INFO kablam! | Sep 20 05:12:19.433 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:19.433 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 05:12:19.433 INFO kablam! | Sep 20 05:12:19.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.433 INFO kablam! | Sep 20 05:12:19.433 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.433 INFO kablam! | Sep 20 05:12:19.433 INFO kablam! Sep 20 05:12:19.433 INFO kablam! error: aborting due to 5 previous errors Sep 20 05:12:19.433 INFO kablam! Sep 20 05:12:19.433 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:12:19.434 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:12:19.442 INFO kablam! error: Could not compile `aes`. Sep 20 05:12:19.442 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:12:19.850 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 05:12:19.851 INFO kablam! --> benches/aes256.rs:6:19 Sep 20 05:12:19.851 INFO kablam! | Sep 20 05:12:19.851 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 20 05:12:19.851 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 05:12:19.851 INFO kablam! Sep 20 05:12:19.851 INFO kablam! warning: unused import: `BlockCipher` Sep 20 05:12:19.851 INFO kablam! --> benches/aes256.rs:6:19 Sep 20 05:12:19.851 INFO kablam! | Sep 20 05:12:19.851 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 20 05:12:19.851 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:12:19.851 INFO kablam! | Sep 20 05:12:19.851 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:12:19.851 INFO kablam! Sep 20 05:12:19.914 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.915 INFO kablam! --> benches/aes256.rs:10:18 Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:19.915 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! Sep 20 05:12:19.915 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.915 INFO kablam! --> benches/aes256.rs:22:18 Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:19.915 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! Sep 20 05:12:19.915 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.915 INFO kablam! --> benches/aes256.rs:34:18 Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:19.915 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! Sep 20 05:12:19.915 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.915 INFO kablam! --> benches/aes256.rs:46:18 Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:19.915 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:19.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 05:12:19.915 INFO kablam! | Sep 20 05:12:19.915 INFO kablam! Sep 20 05:12:19.915 INFO kablam! error: aborting due to 5 previous errors Sep 20 05:12:19.915 INFO kablam! Sep 20 05:12:19.915 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:12:19.915 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:12:19.919 INFO kablam! error: Could not compile `aes`. Sep 20 05:12:19.919 INFO kablam! Sep 20 05:12:19.919 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:12:19.923 INFO kablam! su: No module specific data is present Sep 20 05:12:20.685 INFO running `"docker" "rm" "-f" "aff01f2a9b5d6005fc5d8d391e073febe519b6d5bc6f8554bc1fd169862a6c85"` Sep 20 05:12:20.817 INFO blam! aff01f2a9b5d6005fc5d8d391e073febe519b6d5bc6f8554bc1fd169862a6c85