Sep 05 03:29:06.069 INFO checking aes-soft-0.2.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 05 03:29:06.069 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 05 03:29:06.069 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 03:29:06.218 INFO blam! f2945c6a679b87986874740404713fad9686c82ec3d85b06dfbb92840f17e9a5 Sep 05 03:29:06.219 INFO running `"docker" "start" "-a" "f2945c6a679b87986874740404713fad9686c82ec3d85b06dfbb92840f17e9a5"` Sep 05 03:29:07.048 INFO kablam! Checking block-cipher-trait v0.5.3 Sep 05 03:29:07.279 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 05 03:29:09.606 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 03:29:09.606 INFO kablam! --> benches/aes192.rs:6:24 Sep 05 03:29:09.606 INFO kablam! | Sep 05 03:29:09.606 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 05 03:29:09.606 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 03:29:09.606 INFO kablam! Sep 05 03:29:09.608 INFO kablam! warning: unused import: `BlockCipher` Sep 05 03:29:09.608 INFO kablam! --> benches/aes192.rs:6:24 Sep 05 03:29:09.608 INFO kablam! | Sep 05 03:29:09.608 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 05 03:29:09.608 INFO kablam! | ^^^^^^^^^^^ Sep 05 03:29:09.608 INFO kablam! | Sep 05 03:29:09.608 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 03:29:09.608 INFO kablam! Sep 05 03:29:09.728 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 03:29:09.728 INFO kablam! --> benches/aes192.rs:10:18 Sep 05 03:29:09.728 INFO kablam! | Sep 05 03:29:09.728 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:09.728 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 03:29:09.729 INFO kablam! | Sep 05 03:29:09.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:09.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:09.729 INFO kablam! | Sep 05 03:29:09.729 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:09.729 INFO kablam! | Sep 05 03:29:09.729 INFO kablam! Sep 05 03:29:09.741 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 03:29:09.741 INFO kablam! --> benches/aes192.rs:22:18 Sep 05 03:29:09.741 INFO kablam! | Sep 05 03:29:09.741 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:09.741 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 03:29:09.741 INFO kablam! | Sep 05 03:29:09.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:09.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:09.741 INFO kablam! | Sep 05 03:29:09.741 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:09.741 INFO kablam! | Sep 05 03:29:09.741 INFO kablam! Sep 05 03:29:09.741 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 03:29:09.741 INFO kablam! --> benches/aes192.rs:34:18 Sep 05 03:29:09.741 INFO kablam! | Sep 05 03:29:09.741 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:09.741 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 03:29:09.741 INFO kablam! | Sep 05 03:29:09.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:09.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:09.741 INFO kablam! | Sep 05 03:29:09.741 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:09.741 INFO kablam! | Sep 05 03:29:09.741 INFO kablam! Sep 05 03:29:09.741 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 03:29:09.741 INFO kablam! --> benches/aes192.rs:46:18 Sep 05 03:29:09.741 INFO kablam! | Sep 05 03:29:09.741 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:09.741 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 03:29:09.741 INFO kablam! | Sep 05 03:29:09.742 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:09.742 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:09.742 INFO kablam! | Sep 05 03:29:09.742 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:09.742 INFO kablam! | Sep 05 03:29:09.742 INFO kablam! Sep 05 03:29:09.747 INFO kablam! error: aborting due to 5 previous errors Sep 05 03:29:09.747 INFO kablam! Sep 05 03:29:09.747 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 03:29:09.748 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 03:29:09.760 INFO kablam! error: Could not compile `aes-soft`. Sep 05 03:29:09.760 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 03:29:09.939 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 03:29:09.939 INFO kablam! --> benches/aes256.rs:6:24 Sep 05 03:29:09.939 INFO kablam! | Sep 05 03:29:09.939 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 05 03:29:09.939 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 03:29:09.940 INFO kablam! Sep 05 03:29:09.940 INFO kablam! warning: unused import: `BlockCipher` Sep 05 03:29:09.940 INFO kablam! --> benches/aes256.rs:6:24 Sep 05 03:29:09.941 INFO kablam! | Sep 05 03:29:09.941 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 05 03:29:09.941 INFO kablam! | ^^^^^^^^^^^ Sep 05 03:29:09.941 INFO kablam! | Sep 05 03:29:09.941 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 03:29:09.941 INFO kablam! Sep 05 03:29:10.016 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 03:29:10.016 INFO kablam! --> benches/aes256.rs:10:18 Sep 05 03:29:10.016 INFO kablam! | Sep 05 03:29:10.016 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:10.016 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 03:29:10.016 INFO kablam! | Sep 05 03:29:10.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.016 INFO kablam! | Sep 05 03:29:10.016 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.016 INFO kablam! | Sep 05 03:29:10.016 INFO kablam! Sep 05 03:29:10.020 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 03:29:10.020 INFO kablam! --> benches/aes256.rs:22:18 Sep 05 03:29:10.020 INFO kablam! | Sep 05 03:29:10.020 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:10.020 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 03:29:10.020 INFO kablam! | Sep 05 03:29:10.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.020 INFO kablam! | Sep 05 03:29:10.020 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.020 INFO kablam! | Sep 05 03:29:10.020 INFO kablam! Sep 05 03:29:10.022 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 03:29:10.022 INFO kablam! --> benches/aes256.rs:34:18 Sep 05 03:29:10.022 INFO kablam! | Sep 05 03:29:10.022 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:10.022 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 03:29:10.022 INFO kablam! | Sep 05 03:29:10.022 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.022 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.022 INFO kablam! | Sep 05 03:29:10.022 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.022 INFO kablam! | Sep 05 03:29:10.022 INFO kablam! Sep 05 03:29:10.024 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 03:29:10.024 INFO kablam! --> benches/aes256.rs:46:18 Sep 05 03:29:10.024 INFO kablam! | Sep 05 03:29:10.024 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:10.024 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 03:29:10.024 INFO kablam! | Sep 05 03:29:10.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.025 INFO kablam! | Sep 05 03:29:10.025 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.025 INFO kablam! | Sep 05 03:29:10.025 INFO kablam! Sep 05 03:29:10.028 INFO kablam! error: aborting due to 5 previous errors Sep 05 03:29:10.028 INFO kablam! Sep 05 03:29:10.028 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 03:29:10.028 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 03:29:10.036 INFO kablam! error: Could not compile `aes-soft`. Sep 05 03:29:10.036 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 03:29:10.066 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 03:29:10.066 INFO kablam! --> benches/aes128.rs:6:24 Sep 05 03:29:10.066 INFO kablam! | Sep 05 03:29:10.066 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 05 03:29:10.066 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 03:29:10.066 INFO kablam! Sep 05 03:29:10.067 INFO kablam! warning: unused import: `BlockCipher` Sep 05 03:29:10.067 INFO kablam! --> benches/aes128.rs:6:24 Sep 05 03:29:10.067 INFO kablam! | Sep 05 03:29:10.067 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 05 03:29:10.067 INFO kablam! | ^^^^^^^^^^^ Sep 05 03:29:10.068 INFO kablam! | Sep 05 03:29:10.068 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 03:29:10.068 INFO kablam! Sep 05 03:29:10.172 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 03:29:10.173 INFO kablam! --> benches/aes128.rs:10:18 Sep 05 03:29:10.173 INFO kablam! | Sep 05 03:29:10.173 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:10.173 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 03:29:10.173 INFO kablam! | Sep 05 03:29:10.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.173 INFO kablam! | Sep 05 03:29:10.173 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.173 INFO kablam! | Sep 05 03:29:10.173 INFO kablam! Sep 05 03:29:10.176 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 03:29:10.176 INFO kablam! --> benches/aes128.rs:22:18 Sep 05 03:29:10.176 INFO kablam! | Sep 05 03:29:10.176 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:10.176 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 03:29:10.176 INFO kablam! | Sep 05 03:29:10.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.176 INFO kablam! | Sep 05 03:29:10.176 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.176 INFO kablam! | Sep 05 03:29:10.177 INFO kablam! Sep 05 03:29:10.178 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 03:29:10.178 INFO kablam! --> benches/aes128.rs:34:18 Sep 05 03:29:10.179 INFO kablam! | Sep 05 03:29:10.179 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:10.179 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 03:29:10.179 INFO kablam! | Sep 05 03:29:10.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.179 INFO kablam! | Sep 05 03:29:10.179 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.179 INFO kablam! | Sep 05 03:29:10.179 INFO kablam! Sep 05 03:29:10.181 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 03:29:10.181 INFO kablam! --> benches/aes128.rs:46:18 Sep 05 03:29:10.181 INFO kablam! | Sep 05 03:29:10.181 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:10.181 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 03:29:10.181 INFO kablam! | Sep 05 03:29:10.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.181 INFO kablam! | Sep 05 03:29:10.181 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.182 INFO kablam! | Sep 05 03:29:10.183 INFO kablam! Sep 05 03:29:10.185 INFO kablam! error: aborting due to 5 previous errors Sep 05 03:29:10.185 INFO kablam! Sep 05 03:29:10.185 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 03:29:10.185 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 03:29:10.193 INFO kablam! error: Could not compile `aes-soft`. Sep 05 03:29:10.193 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 03:29:10.465 INFO kablam! error: build failed Sep 05 03:29:10.466 INFO kablam! su: No module specific data is present Sep 05 03:29:11.179 INFO running `"docker" "rm" "-f" "f2945c6a679b87986874740404713fad9686c82ec3d85b06dfbb92840f17e9a5"` Sep 05 03:29:11.309 INFO blam! f2945c6a679b87986874740404713fad9686c82ec3d85b06dfbb92840f17e9a5