Sep 02 03:45:13.063 INFO checking aes-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 02 03:45:13.063 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 03:45:13.063 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:45:13.220 INFO blam! a27b0cd722a7e133c3ca3ac02401a88a5dac5d9d56ab2aa288292c233c7233a7 Sep 02 03:45:13.222 INFO running `"docker" "start" "-a" "a27b0cd722a7e133c3ca3ac02401a88a5dac5d9d56ab2aa288292c233c7233a7"` Sep 02 03:45:14.212 INFO kablam! Checking aes-soft v0.2.0 Sep 02 03:45:15.020 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 02 03:45:17.733 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 03:45:17.733 INFO kablam! --> benches/aes128.rs:6:19 Sep 02 03:45:17.733 INFO kablam! | Sep 02 03:45:17.733 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 02 03:45:17.733 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:17.733 INFO kablam! Sep 02 03:45:17.735 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:17.735 INFO kablam! --> benches/aes128.rs:6:19 Sep 02 03:45:17.735 INFO kablam! | Sep 02 03:45:17.735 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 02 03:45:17.735 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:17.735 INFO kablam! | Sep 02 03:45:17.735 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:17.735 INFO kablam! Sep 02 03:45:17.747 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 03:45:17.747 INFO kablam! --> benches/aes256.rs:6:19 Sep 02 03:45:17.747 INFO kablam! | Sep 02 03:45:17.747 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 02 03:45:17.747 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:17.747 INFO kablam! Sep 02 03:45:17.749 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:17.749 INFO kablam! --> benches/aes256.rs:6:19 Sep 02 03:45:17.749 INFO kablam! | Sep 02 03:45:17.749 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 02 03:45:17.749 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:17.749 INFO kablam! | Sep 02 03:45:17.749 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:17.749 INFO kablam! Sep 02 03:45:17.848 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 03:45:17.848 INFO kablam! --> benches/aes128.rs:10:18 Sep 02 03:45:17.848 INFO kablam! | Sep 02 03:45:17.848 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:17.848 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 03:45:17.848 INFO kablam! | Sep 02 03:45:17.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:17.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:17.848 INFO kablam! | Sep 02 03:45:17.848 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:17.848 INFO kablam! | Sep 02 03:45:17.848 INFO kablam! Sep 02 03:45:17.853 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 03:45:17.853 INFO kablam! --> benches/aes128.rs:22:18 Sep 02 03:45:17.853 INFO kablam! | Sep 02 03:45:17.853 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:17.853 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 03:45:17.853 INFO kablam! | Sep 02 03:45:17.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:17.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:17.853 INFO kablam! | Sep 02 03:45:17.853 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:17.853 INFO kablam! | Sep 02 03:45:17.853 INFO kablam! Sep 02 03:45:17.855 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 03:45:17.855 INFO kablam! --> benches/aes128.rs:34:18 Sep 02 03:45:17.855 INFO kablam! | Sep 02 03:45:17.855 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:17.855 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 03:45:17.855 INFO kablam! | Sep 02 03:45:17.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:17.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:17.856 INFO kablam! | Sep 02 03:45:17.856 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:17.856 INFO kablam! | Sep 02 03:45:17.856 INFO kablam! Sep 02 03:45:17.859 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 03:45:17.859 INFO kablam! --> benches/aes128.rs:46:18 Sep 02 03:45:17.859 INFO kablam! | Sep 02 03:45:17.859 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:17.859 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 03:45:17.860 INFO kablam! | Sep 02 03:45:17.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:17.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:17.860 INFO kablam! | Sep 02 03:45:17.860 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:17.860 INFO kablam! | Sep 02 03:45:17.861 INFO kablam! Sep 02 03:45:17.865 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:17.865 INFO kablam! Sep 02 03:45:17.866 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:17.866 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:17.889 INFO kablam! error: Could not compile `aes`. Sep 02 03:45:17.889 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:17.926 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 03:45:17.926 INFO kablam! --> benches/aes256.rs:10:18 Sep 02 03:45:17.926 INFO kablam! | Sep 02 03:45:17.926 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:17.927 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 03:45:17.932 INFO kablam! | Sep 02 03:45:17.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:17.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:17.933 INFO kablam! | Sep 02 03:45:17.933 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:17.933 INFO kablam! | Sep 02 03:45:17.933 INFO kablam! Sep 02 03:45:17.938 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 03:45:17.938 INFO kablam! --> benches/aes256.rs:22:18 Sep 02 03:45:17.938 INFO kablam! | Sep 02 03:45:17.938 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:17.938 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 03:45:17.938 INFO kablam! | Sep 02 03:45:17.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:17.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:17.939 INFO kablam! | Sep 02 03:45:17.939 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:17.939 INFO kablam! | Sep 02 03:45:17.939 INFO kablam! Sep 02 03:45:17.941 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 03:45:17.941 INFO kablam! --> benches/aes256.rs:34:18 Sep 02 03:45:17.941 INFO kablam! | Sep 02 03:45:17.941 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:17.942 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 03:45:17.948 INFO kablam! | Sep 02 03:45:17.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:17.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:17.949 INFO kablam! | Sep 02 03:45:17.949 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:17.949 INFO kablam! | Sep 02 03:45:17.949 INFO kablam! Sep 02 03:45:17.953 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 03:45:17.953 INFO kablam! --> benches/aes256.rs:46:18 Sep 02 03:45:17.953 INFO kablam! | Sep 02 03:45:17.953 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:17.953 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 03:45:17.953 INFO kablam! | Sep 02 03:45:17.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:17.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:17.953 INFO kablam! | Sep 02 03:45:17.954 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:17.954 INFO kablam! | Sep 02 03:45:17.954 INFO kablam! Sep 02 03:45:17.958 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:17.958 INFO kablam! Sep 02 03:45:17.959 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:17.959 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:17.974 INFO kablam! error: Could not compile `aes`. Sep 02 03:45:17.975 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:17.981 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 03:45:17.981 INFO kablam! --> benches/aes192.rs:6:19 Sep 02 03:45:17.981 INFO kablam! | Sep 02 03:45:17.981 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 02 03:45:17.981 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:17.984 INFO kablam! Sep 02 03:45:17.986 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:17.986 INFO kablam! --> benches/aes192.rs:6:19 Sep 02 03:45:17.986 INFO kablam! | Sep 02 03:45:17.986 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 02 03:45:17.986 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:17.986 INFO kablam! | Sep 02 03:45:17.986 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:17.986 INFO kablam! Sep 02 03:45:18.161 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 03:45:18.161 INFO kablam! --> benches/aes192.rs:10:18 Sep 02 03:45:18.161 INFO kablam! | Sep 02 03:45:18.161 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:18.161 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 03:45:18.162 INFO kablam! | Sep 02 03:45:18.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:18.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:18.162 INFO kablam! | Sep 02 03:45:18.162 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:18.162 INFO kablam! | Sep 02 03:45:18.162 INFO kablam! Sep 02 03:45:18.165 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 03:45:18.165 INFO kablam! --> benches/aes192.rs:22:18 Sep 02 03:45:18.165 INFO kablam! | Sep 02 03:45:18.165 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:18.166 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 03:45:18.166 INFO kablam! | Sep 02 03:45:18.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:18.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:18.166 INFO kablam! | Sep 02 03:45:18.166 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:18.166 INFO kablam! | Sep 02 03:45:18.166 INFO kablam! Sep 02 03:45:18.167 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 03:45:18.167 INFO kablam! --> benches/aes192.rs:34:18 Sep 02 03:45:18.168 INFO kablam! | Sep 02 03:45:18.168 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:18.168 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 03:45:18.168 INFO kablam! | Sep 02 03:45:18.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:18.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:18.168 INFO kablam! | Sep 02 03:45:18.168 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:18.168 INFO kablam! | Sep 02 03:45:18.168 INFO kablam! Sep 02 03:45:18.170 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 03:45:18.170 INFO kablam! --> benches/aes192.rs:46:18 Sep 02 03:45:18.170 INFO kablam! | Sep 02 03:45:18.170 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:18.170 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 03:45:18.170 INFO kablam! | Sep 02 03:45:18.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:18.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:18.171 INFO kablam! | Sep 02 03:45:18.171 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 03:45:18.171 INFO kablam! | Sep 02 03:45:18.171 INFO kablam! Sep 02 03:45:18.174 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:18.174 INFO kablam! Sep 02 03:45:18.174 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:18.174 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:18.183 INFO kablam! error: Could not compile `aes`. Sep 02 03:45:18.183 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:18.657 INFO kablam! error: build failed Sep 02 03:45:18.658 INFO kablam! su: No module specific data is present Sep 02 03:45:19.338 INFO running `"docker" "rm" "-f" "a27b0cd722a7e133c3ca3ac02401a88a5dac5d9d56ab2aa288292c233c7233a7"` Sep 02 03:45:19.450 INFO blam! a27b0cd722a7e133c3ca3ac02401a88a5dac5d9d56ab2aa288292c233c7233a7