Sep 06 10:13:32.691 INFO checking aes-soft-0.2.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 10:13:32.691 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 10:13:32.691 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 10:13:32.816 INFO blam! b50b6896b5c5e9503ec7c94847b1a8ebbf5454a1730190c41e454a62b0cd2f72 Sep 06 10:13:32.817 INFO running `"docker" "start" "-a" "b50b6896b5c5e9503ec7c94847b1a8ebbf5454a1730190c41e454a62b0cd2f72"` Sep 06 10:13:33.761 INFO kablam! usermod: no changes Sep 06 10:13:33.791 INFO kablam! Checking block-cipher-trait v0.5.3 Sep 06 10:13:33.912 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 06 10:13:34.810 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 06 10:13:34.810 INFO kablam! --> benches/aes256.rs:6:24 Sep 06 10:13:34.810 INFO kablam! | Sep 06 10:13:34.810 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 06 10:13:34.810 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 06 10:13:34.810 INFO kablam! Sep 06 10:13:34.810 INFO kablam! warning: unused import: `BlockCipher` Sep 06 10:13:34.810 INFO kablam! --> benches/aes256.rs:6:24 Sep 06 10:13:34.810 INFO kablam! | Sep 06 10:13:34.810 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 06 10:13:34.810 INFO kablam! | ^^^^^^^^^^^ Sep 06 10:13:34.810 INFO kablam! | Sep 06 10:13:34.810 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 10:13:34.810 INFO kablam! Sep 06 10:13:34.834 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 06 10:13:34.834 INFO kablam! --> benches/aes128.rs:6:24 Sep 06 10:13:34.834 INFO kablam! | Sep 06 10:13:34.834 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 06 10:13:34.834 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 06 10:13:34.834 INFO kablam! Sep 06 10:13:34.834 INFO kablam! warning: unused import: `BlockCipher` Sep 06 10:13:34.834 INFO kablam! --> benches/aes128.rs:6:24 Sep 06 10:13:34.834 INFO kablam! | Sep 06 10:13:34.834 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 06 10:13:34.834 INFO kablam! | ^^^^^^^^^^^ Sep 06 10:13:34.834 INFO kablam! | Sep 06 10:13:34.834 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 10:13:34.834 INFO kablam! Sep 06 10:13:34.886 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 06 10:13:34.886 INFO kablam! --> benches/aes192.rs:6:24 Sep 06 10:13:34.886 INFO kablam! | Sep 06 10:13:34.886 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 06 10:13:34.886 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 06 10:13:34.894 INFO kablam! Sep 06 10:13:34.894 INFO kablam! warning: unused import: `BlockCipher` Sep 06 10:13:34.894 INFO kablam! --> benches/aes192.rs:6:24 Sep 06 10:13:34.894 INFO kablam! | Sep 06 10:13:34.894 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 06 10:13:34.894 INFO kablam! | ^^^^^^^^^^^ Sep 06 10:13:34.894 INFO kablam! | Sep 06 10:13:34.894 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 10:13:34.894 INFO kablam! Sep 06 10:13:34.897 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 06 10:13:34.897 INFO kablam! --> benches/aes128.rs:10:18 Sep 06 10:13:34.897 INFO kablam! | Sep 06 10:13:34.897 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:34.897 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! Sep 06 10:13:34.902 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 06 10:13:34.902 INFO kablam! --> benches/aes256.rs:10:18 Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:34.902 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! Sep 06 10:13:34.902 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 06 10:13:34.902 INFO kablam! --> benches/aes128.rs:22:18 Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:34.902 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.902 INFO kablam! | Sep 06 10:13:34.902 INFO kablam! Sep 06 10:13:34.902 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 06 10:13:34.903 INFO kablam! --> benches/aes128.rs:34:18 Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:34.903 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! Sep 06 10:13:34.903 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 06 10:13:34.903 INFO kablam! --> benches/aes256.rs:22:18 Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:34.903 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! Sep 06 10:13:34.903 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 06 10:13:34.903 INFO kablam! --> benches/aes128.rs:46:18 Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:34.903 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.903 INFO kablam! | Sep 06 10:13:34.903 INFO kablam! Sep 06 10:13:34.905 INFO kablam! error: aborting due to 5 previous errors Sep 06 10:13:34.910 INFO kablam! Sep 06 10:13:34.910 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 10:13:34.910 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 10:13:34.910 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 06 10:13:34.910 INFO kablam! --> benches/aes256.rs:34:18 Sep 06 10:13:34.910 INFO kablam! | Sep 06 10:13:34.910 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:34.910 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 06 10:13:34.910 INFO kablam! | Sep 06 10:13:34.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.910 INFO kablam! | Sep 06 10:13:34.910 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.910 INFO kablam! | Sep 06 10:13:34.910 INFO kablam! Sep 06 10:13:34.910 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 06 10:13:34.910 INFO kablam! --> benches/aes256.rs:46:18 Sep 06 10:13:34.910 INFO kablam! | Sep 06 10:13:34.910 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:34.910 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 06 10:13:34.910 INFO kablam! | Sep 06 10:13:34.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.911 INFO kablam! | Sep 06 10:13:34.911 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.911 INFO kablam! | Sep 06 10:13:34.911 INFO kablam! Sep 06 10:13:34.915 INFO kablam! error: aborting due to 5 previous errors Sep 06 10:13:34.915 INFO kablam! Sep 06 10:13:34.915 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 10:13:34.915 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 10:13:34.917 INFO kablam! error: Could not compile `aes-soft`. Sep 06 10:13:34.918 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 10:13:34.934 INFO kablam! error: Could not compile `aes-soft`. Sep 06 10:13:34.934 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 10:13:34.970 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 06 10:13:34.970 INFO kablam! --> benches/aes192.rs:10:18 Sep 06 10:13:34.970 INFO kablam! | Sep 06 10:13:34.970 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:34.970 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 06 10:13:34.970 INFO kablam! | Sep 06 10:13:34.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.970 INFO kablam! | Sep 06 10:13:34.970 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.970 INFO kablam! | Sep 06 10:13:34.970 INFO kablam! Sep 06 10:13:34.970 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 06 10:13:34.970 INFO kablam! --> benches/aes192.rs:22:18 Sep 06 10:13:34.970 INFO kablam! | Sep 06 10:13:34.970 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:34.970 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 06 10:13:34.970 INFO kablam! | Sep 06 10:13:34.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.970 INFO kablam! | Sep 06 10:13:34.970 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.970 INFO kablam! | Sep 06 10:13:34.970 INFO kablam! Sep 06 10:13:34.975 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 06 10:13:34.975 INFO kablam! --> benches/aes192.rs:34:18 Sep 06 10:13:34.975 INFO kablam! | Sep 06 10:13:34.975 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:34.975 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 06 10:13:34.975 INFO kablam! | Sep 06 10:13:34.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.975 INFO kablam! | Sep 06 10:13:34.975 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.975 INFO kablam! | Sep 06 10:13:34.975 INFO kablam! Sep 06 10:13:34.975 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 06 10:13:34.975 INFO kablam! --> benches/aes192.rs:46:18 Sep 06 10:13:34.975 INFO kablam! | Sep 06 10:13:34.975 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:34.975 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 06 10:13:34.975 INFO kablam! | Sep 06 10:13:34.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:34.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:34.975 INFO kablam! | Sep 06 10:13:34.975 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:34.975 INFO kablam! | Sep 06 10:13:34.975 INFO kablam! Sep 06 10:13:34.978 INFO kablam! error: aborting due to 5 previous errors Sep 06 10:13:34.978 INFO kablam! Sep 06 10:13:34.978 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 10:13:34.978 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 10:13:34.983 INFO kablam! error: Could not compile `aes-soft`. Sep 06 10:13:34.983 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 10:13:35.194 INFO kablam! error: build failed Sep 06 10:13:35.194 INFO kablam! su: No module specific data is present Sep 06 10:13:35.835 INFO running `"docker" "rm" "-f" "b50b6896b5c5e9503ec7c94847b1a8ebbf5454a1730190c41e454a62b0cd2f72"` Sep 06 10:13:35.949 INFO blam! b50b6896b5c5e9503ec7c94847b1a8ebbf5454a1730190c41e454a62b0cd2f72