Sep 02 03:45:00.070 INFO checking aes-soft-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 02 03:45:00.070 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 03:45:00.071 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/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:00.215 INFO blam! e63ff73b93ba65a95294aa800996ff7327774e872a57cf4ab54a88b840ca8bdf Sep 02 03:45:00.216 INFO running `"docker" "start" "-a" "e63ff73b93ba65a95294aa800996ff7327774e872a57cf4ab54a88b840ca8bdf"` Sep 02 03:45:00.920 INFO kablam! Checking block-cipher-trait v0.5.3 Sep 02 03:45:01.139 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 02 03:45:03.550 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 03:45:03.550 INFO kablam! --> benches/aes256.rs:6:24 Sep 02 03:45:03.550 INFO kablam! | Sep 02 03:45:03.550 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 02 03:45:03.550 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:03.550 INFO kablam! Sep 02 03:45:03.551 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:03.551 INFO kablam! --> benches/aes256.rs:6:24 Sep 02 03:45:03.551 INFO kablam! | Sep 02 03:45:03.551 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 02 03:45:03.551 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:03.551 INFO kablam! | Sep 02 03:45:03.551 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:03.551 INFO kablam! Sep 02 03:45:03.654 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 02 03:45:03.654 INFO kablam! --> benches/aes256.rs:10:18 Sep 02 03:45:03.654 INFO kablam! | Sep 02 03:45:03.654 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:03.654 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 03:45:03.654 INFO kablam! | Sep 02 03:45:03.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.655 INFO kablam! | Sep 02 03:45:03.655 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.655 INFO kablam! | Sep 02 03:45:03.655 INFO kablam! Sep 02 03:45:03.658 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 02 03:45:03.658 INFO kablam! --> benches/aes256.rs:22:18 Sep 02 03:45:03.658 INFO kablam! | Sep 02 03:45:03.658 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:03.658 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 03:45:03.658 INFO kablam! | Sep 02 03:45:03.658 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.658 INFO kablam! | Sep 02 03:45:03.658 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.658 INFO kablam! | Sep 02 03:45:03.658 INFO kablam! Sep 02 03:45:03.660 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 02 03:45:03.660 INFO kablam! --> benches/aes256.rs:34:18 Sep 02 03:45:03.660 INFO kablam! | Sep 02 03:45:03.660 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:03.660 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 03:45:03.660 INFO kablam! | Sep 02 03:45:03.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.660 INFO kablam! | Sep 02 03:45:03.660 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.660 INFO kablam! | Sep 02 03:45:03.660 INFO kablam! Sep 02 03:45:03.663 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 02 03:45:03.663 INFO kablam! --> benches/aes256.rs:46:18 Sep 02 03:45:03.663 INFO kablam! | Sep 02 03:45:03.663 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:03.663 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 03:45:03.663 INFO kablam! | Sep 02 03:45:03.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.663 INFO kablam! | Sep 02 03:45:03.663 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.663 INFO kablam! | Sep 02 03:45:03.663 INFO kablam! Sep 02 03:45:03.667 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:03.667 INFO kablam! Sep 02 03:45:03.667 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:03.667 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:03.674 INFO kablam! error: Could not compile `aes-soft`. Sep 02 03:45:03.674 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:03.695 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 03:45:03.695 INFO kablam! --> benches/aes128.rs:6:24 Sep 02 03:45:03.695 INFO kablam! | Sep 02 03:45:03.695 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 02 03:45:03.695 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:03.695 INFO kablam! Sep 02 03:45:03.696 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:03.696 INFO kablam! --> benches/aes128.rs:6:24 Sep 02 03:45:03.696 INFO kablam! | Sep 02 03:45:03.696 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 02 03:45:03.696 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:03.696 INFO kablam! | Sep 02 03:45:03.696 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:03.696 INFO kablam! Sep 02 03:45:03.748 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 03:45:03.748 INFO kablam! --> benches/aes192.rs:6:24 Sep 02 03:45:03.748 INFO kablam! | Sep 02 03:45:03.748 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 02 03:45:03.748 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:03.748 INFO kablam! Sep 02 03:45:03.752 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:03.752 INFO kablam! --> benches/aes192.rs:6:24 Sep 02 03:45:03.752 INFO kablam! | Sep 02 03:45:03.752 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 02 03:45:03.752 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:03.752 INFO kablam! | Sep 02 03:45:03.752 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:03.752 INFO kablam! Sep 02 03:45:03.801 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 02 03:45:03.801 INFO kablam! --> benches/aes128.rs:10:18 Sep 02 03:45:03.801 INFO kablam! | Sep 02 03:45:03.801 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:03.801 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 03:45:03.801 INFO kablam! | Sep 02 03:45:03.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.801 INFO kablam! | Sep 02 03:45:03.801 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.801 INFO kablam! | Sep 02 03:45:03.801 INFO kablam! Sep 02 03:45:03.805 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 02 03:45:03.805 INFO kablam! --> benches/aes128.rs:22:18 Sep 02 03:45:03.805 INFO kablam! | Sep 02 03:45:03.805 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:03.805 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 03:45:03.805 INFO kablam! | Sep 02 03:45:03.805 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.805 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.805 INFO kablam! | Sep 02 03:45:03.805 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.805 INFO kablam! | Sep 02 03:45:03.805 INFO kablam! Sep 02 03:45:03.807 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 02 03:45:03.807 INFO kablam! --> benches/aes128.rs:34:18 Sep 02 03:45:03.807 INFO kablam! | Sep 02 03:45:03.807 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:03.807 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 03:45:03.807 INFO kablam! | Sep 02 03:45:03.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.807 INFO kablam! | Sep 02 03:45:03.807 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.807 INFO kablam! | Sep 02 03:45:03.807 INFO kablam! Sep 02 03:45:03.809 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 02 03:45:03.810 INFO kablam! --> benches/aes128.rs:46:18 Sep 02 03:45:03.810 INFO kablam! | Sep 02 03:45:03.810 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:03.810 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 03:45:03.810 INFO kablam! | Sep 02 03:45:03.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.810 INFO kablam! | Sep 02 03:45:03.810 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.810 INFO kablam! | Sep 02 03:45:03.810 INFO kablam! Sep 02 03:45:03.814 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:03.814 INFO kablam! Sep 02 03:45:03.814 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:03.814 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:03.825 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 02 03:45:03.825 INFO kablam! --> benches/aes192.rs:10:18 Sep 02 03:45:03.825 INFO kablam! | Sep 02 03:45:03.825 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:03.825 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 03:45:03.825 INFO kablam! | Sep 02 03:45:03.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.825 INFO kablam! | Sep 02 03:45:03.825 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.825 INFO kablam! | Sep 02 03:45:03.825 INFO kablam! Sep 02 03:45:03.826 INFO kablam! error: Could not compile `aes-soft`. Sep 02 03:45:03.826 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:03.826 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 02 03:45:03.826 INFO kablam! --> benches/aes192.rs:22:18 Sep 02 03:45:03.826 INFO kablam! | Sep 02 03:45:03.826 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:03.826 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 03:45:03.826 INFO kablam! | Sep 02 03:45:03.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.826 INFO kablam! | Sep 02 03:45:03.826 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.826 INFO kablam! | Sep 02 03:45:03.827 INFO kablam! Sep 02 03:45:03.828 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 02 03:45:03.828 INFO kablam! --> benches/aes192.rs:34:18 Sep 02 03:45:03.828 INFO kablam! | Sep 02 03:45:03.828 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:03.828 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 03:45:03.828 INFO kablam! | Sep 02 03:45:03.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.828 INFO kablam! | Sep 02 03:45:03.828 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.828 INFO kablam! | Sep 02 03:45:03.828 INFO kablam! Sep 02 03:45:03.829 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 02 03:45:03.830 INFO kablam! --> benches/aes192.rs:46:18 Sep 02 03:45:03.830 INFO kablam! | Sep 02 03:45:03.830 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:03.830 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 03:45:03.830 INFO kablam! | Sep 02 03:45:03.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.830 INFO kablam! | Sep 02 03:45:03.830 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.830 INFO kablam! | Sep 02 03:45:03.830 INFO kablam! Sep 02 03:45:03.833 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:03.833 INFO kablam! Sep 02 03:45:03.833 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:03.833 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:03.840 INFO kablam! error: Could not compile `aes-soft`. Sep 02 03:45:03.840 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:04.149 INFO kablam! error: build failed Sep 02 03:45:04.150 INFO kablam! su: No module specific data is present Sep 02 03:45:04.711 INFO running `"docker" "rm" "-f" "e63ff73b93ba65a95294aa800996ff7327774e872a57cf4ab54a88b840ca8bdf"` Sep 02 03:45:04.799 INFO blam! e63ff73b93ba65a95294aa800996ff7327774e872a57cf4ab54a88b840ca8bdf