Sep 01 11:09:40.823 INFO checking aes-0.2.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 11:09:40.823 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 11:09:40.823 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:09:40.985 INFO blam! ff795e008a69055e31eb05bc92d089ccf56af4112377f46496f00ab6d4da7e71 Sep 01 11:09:40.987 INFO running `"docker" "start" "-a" "ff795e008a69055e31eb05bc92d089ccf56af4112377f46496f00ab6d4da7e71"` Sep 01 11:09:41.660 INFO kablam! Checking aes-soft v0.2.0 Sep 01 11:09:42.838 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 01 11:09:45.950 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 01 11:09:45.950 INFO kablam! --> benches/aes256.rs:6:19 Sep 01 11:09:45.950 INFO kablam! | Sep 01 11:09:45.950 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 01 11:09:45.950 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 01 11:09:45.950 INFO kablam! Sep 01 11:09:45.952 INFO kablam! warning: unused import: `BlockCipher` Sep 01 11:09:45.952 INFO kablam! --> benches/aes256.rs:6:19 Sep 01 11:09:45.952 INFO kablam! | Sep 01 11:09:45.952 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 01 11:09:45.952 INFO kablam! | ^^^^^^^^^^^ Sep 01 11:09:45.952 INFO kablam! | Sep 01 11:09:45.953 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:09:45.953 INFO kablam! Sep 01 11:09:45.994 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 01 11:09:45.994 INFO kablam! --> benches/aes192.rs:6:19 Sep 01 11:09:45.994 INFO kablam! | Sep 01 11:09:45.994 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 01 11:09:45.994 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 01 11:09:45.994 INFO kablam! Sep 01 11:09:45.995 INFO kablam! warning: unused import: `BlockCipher` Sep 01 11:09:45.995 INFO kablam! --> benches/aes192.rs:6:19 Sep 01 11:09:45.995 INFO kablam! | Sep 01 11:09:45.995 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 01 11:09:45.995 INFO kablam! | ^^^^^^^^^^^ Sep 01 11:09:45.995 INFO kablam! | Sep 01 11:09:45.995 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:09:45.995 INFO kablam! Sep 01 11:09:46.086 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 01 11:09:46.086 INFO kablam! --> benches/aes256.rs:10:18 Sep 01 11:09:46.086 INFO kablam! | Sep 01 11:09:46.086 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:46.087 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 01 11:09:46.087 INFO kablam! | Sep 01 11:09:46.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.087 INFO kablam! | Sep 01 11:09:46.087 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.087 INFO kablam! | Sep 01 11:09:46.087 INFO kablam! Sep 01 11:09:46.090 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 01 11:09:46.090 INFO kablam! --> benches/aes256.rs:22:18 Sep 01 11:09:46.090 INFO kablam! | Sep 01 11:09:46.090 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:46.090 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 01 11:09:46.090 INFO kablam! | Sep 01 11:09:46.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.091 INFO kablam! | Sep 01 11:09:46.091 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.091 INFO kablam! | Sep 01 11:09:46.091 INFO kablam! Sep 01 11:09:46.092 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 01 11:09:46.092 INFO kablam! --> benches/aes256.rs:34:18 Sep 01 11:09:46.092 INFO kablam! | Sep 01 11:09:46.092 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:46.092 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 01 11:09:46.092 INFO kablam! | Sep 01 11:09:46.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.093 INFO kablam! | Sep 01 11:09:46.093 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.093 INFO kablam! | Sep 01 11:09:46.093 INFO kablam! Sep 01 11:09:46.095 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 01 11:09:46.095 INFO kablam! --> benches/aes256.rs:46:18 Sep 01 11:09:46.095 INFO kablam! | Sep 01 11:09:46.095 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:46.095 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 01 11:09:46.095 INFO kablam! | Sep 01 11:09:46.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.096 INFO kablam! | Sep 01 11:09:46.096 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.096 INFO kablam! | Sep 01 11:09:46.096 INFO kablam! Sep 01 11:09:46.099 INFO kablam! error: aborting due to 5 previous errors Sep 01 11:09:46.099 INFO kablam! Sep 01 11:09:46.099 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 11:09:46.099 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:09:46.108 INFO kablam! error: Could not compile `aes`. Sep 01 11:09:46.108 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:09:46.111 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 01 11:09:46.112 INFO kablam! --> benches/aes192.rs:10:18 Sep 01 11:09:46.112 INFO kablam! | Sep 01 11:09:46.112 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:46.112 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 01 11:09:46.112 INFO kablam! | Sep 01 11:09:46.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.113 INFO kablam! | Sep 01 11:09:46.113 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.113 INFO kablam! | Sep 01 11:09:46.113 INFO kablam! Sep 01 11:09:46.116 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 01 11:09:46.116 INFO kablam! --> benches/aes192.rs:22:18 Sep 01 11:09:46.116 INFO kablam! | Sep 01 11:09:46.116 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:46.116 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 01 11:09:46.116 INFO kablam! | Sep 01 11:09:46.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.116 INFO kablam! | Sep 01 11:09:46.116 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.116 INFO kablam! | Sep 01 11:09:46.116 INFO kablam! Sep 01 11:09:46.118 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 01 11:09:46.118 INFO kablam! --> benches/aes192.rs:34:18 Sep 01 11:09:46.118 INFO kablam! | Sep 01 11:09:46.118 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:46.118 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 01 11:09:46.118 INFO kablam! | Sep 01 11:09:46.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.118 INFO kablam! | Sep 01 11:09:46.118 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.118 INFO kablam! | Sep 01 11:09:46.118 INFO kablam! Sep 01 11:09:46.121 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 01 11:09:46.121 INFO kablam! --> benches/aes192.rs:46:18 Sep 01 11:09:46.121 INFO kablam! | Sep 01 11:09:46.121 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:46.121 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 01 11:09:46.121 INFO kablam! | Sep 01 11:09:46.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.121 INFO kablam! | Sep 01 11:09:46.121 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.121 INFO kablam! | Sep 01 11:09:46.121 INFO kablam! Sep 01 11:09:46.125 INFO kablam! error: aborting due to 5 previous errors Sep 01 11:09:46.125 INFO kablam! Sep 01 11:09:46.125 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 11:09:46.125 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:09:46.134 INFO kablam! error: Could not compile `aes`. Sep 01 11:09:46.134 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:09:46.151 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 01 11:09:46.151 INFO kablam! --> benches/aes128.rs:6:19 Sep 01 11:09:46.151 INFO kablam! | Sep 01 11:09:46.151 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 01 11:09:46.151 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 01 11:09:46.151 INFO kablam! Sep 01 11:09:46.152 INFO kablam! warning: unused import: `BlockCipher` Sep 01 11:09:46.152 INFO kablam! --> benches/aes128.rs:6:19 Sep 01 11:09:46.152 INFO kablam! | Sep 01 11:09:46.152 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 01 11:09:46.152 INFO kablam! | ^^^^^^^^^^^ Sep 01 11:09:46.153 INFO kablam! | Sep 01 11:09:46.153 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:09:46.153 INFO kablam! Sep 01 11:09:46.262 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 01 11:09:46.262 INFO kablam! --> benches/aes128.rs:10:18 Sep 01 11:09:46.262 INFO kablam! | Sep 01 11:09:46.262 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:46.262 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 01 11:09:46.263 INFO kablam! | Sep 01 11:09:46.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.263 INFO kablam! | Sep 01 11:09:46.263 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.263 INFO kablam! | Sep 01 11:09:46.263 INFO kablam! Sep 01 11:09:46.267 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 01 11:09:46.267 INFO kablam! --> benches/aes128.rs:22:18 Sep 01 11:09:46.267 INFO kablam! | Sep 01 11:09:46.267 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:46.267 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 01 11:09:46.267 INFO kablam! | Sep 01 11:09:46.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.267 INFO kablam! | Sep 01 11:09:46.267 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.267 INFO kablam! | Sep 01 11:09:46.267 INFO kablam! Sep 01 11:09:46.269 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 01 11:09:46.269 INFO kablam! --> benches/aes128.rs:34:18 Sep 01 11:09:46.269 INFO kablam! | Sep 01 11:09:46.269 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:46.269 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 01 11:09:46.269 INFO kablam! | Sep 01 11:09:46.269 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.269 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.269 INFO kablam! | Sep 01 11:09:46.269 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.269 INFO kablam! | Sep 01 11:09:46.269 INFO kablam! Sep 01 11:09:46.272 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 01 11:09:46.272 INFO kablam! --> benches/aes128.rs:46:18 Sep 01 11:09:46.272 INFO kablam! | Sep 01 11:09:46.272 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:46.272 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 01 11:09:46.272 INFO kablam! | Sep 01 11:09:46.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:46.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:46.273 INFO kablam! | Sep 01 11:09:46.273 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 01 11:09:46.273 INFO kablam! | Sep 01 11:09:46.273 INFO kablam! Sep 01 11:09:46.277 INFO kablam! error: aborting due to 5 previous errors Sep 01 11:09:46.277 INFO kablam! Sep 01 11:09:46.277 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 11:09:46.277 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:09:46.285 INFO kablam! error: Could not compile `aes`. Sep 01 11:09:46.285 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:09:46.367 INFO kablam! error: build failed Sep 01 11:09:46.369 INFO kablam! su: No module specific data is present Sep 01 11:09:46.706 INFO running `"docker" "rm" "-f" "ff795e008a69055e31eb05bc92d089ccf56af4112377f46496f00ab6d4da7e71"` Sep 01 11:09:46.814 INFO blam! ff795e008a69055e31eb05bc92d089ccf56af4112377f46496f00ab6d4da7e71