Sep 05 00:39:00.587 INFO checking aes-soft-0.2.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 05 00:39:00.587 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 05 00:39:00.587 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:39:00.782 INFO blam! 0514ba21d3cf738475583b6fe0790c0de6eede00189998ccea3aad6863a2fc91 Sep 05 00:39:00.783 INFO running `"docker" "start" "-a" "0514ba21d3cf738475583b6fe0790c0de6eede00189998ccea3aad6863a2fc91"` Sep 05 00:39:01.426 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 05 00:39:05.068 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 00:39:05.068 INFO kablam! --> benches/aes128.rs:6:24 Sep 05 00:39:05.068 INFO kablam! | Sep 05 00:39:05.068 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 05 00:39:05.068 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:05.068 INFO kablam! Sep 05 00:39:05.071 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:05.072 INFO kablam! --> benches/aes128.rs:6:24 Sep 05 00:39:05.072 INFO kablam! | Sep 05 00:39:05.072 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 05 00:39:05.072 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:05.072 INFO kablam! | Sep 05 00:39:05.072 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:05.072 INFO kablam! Sep 05 00:39:05.188 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 00:39:05.188 INFO kablam! --> benches/aes128.rs:10:18 Sep 05 00:39:05.188 INFO kablam! | Sep 05 00:39:05.188 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:05.189 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 00:39:05.189 INFO kablam! | Sep 05 00:39:05.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.189 INFO kablam! | Sep 05 00:39:05.189 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.189 INFO kablam! | Sep 05 00:39:05.189 INFO kablam! Sep 05 00:39:05.193 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 00:39:05.193 INFO kablam! --> benches/aes128.rs:22:18 Sep 05 00:39:05.193 INFO kablam! | Sep 05 00:39:05.193 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:05.193 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 00:39:05.193 INFO kablam! | Sep 05 00:39:05.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.194 INFO kablam! | Sep 05 00:39:05.194 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.194 INFO kablam! | Sep 05 00:39:05.194 INFO kablam! Sep 05 00:39:05.195 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 00:39:05.195 INFO kablam! --> benches/aes128.rs:34:18 Sep 05 00:39:05.195 INFO kablam! | Sep 05 00:39:05.195 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:05.195 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 00:39:05.195 INFO kablam! | Sep 05 00:39:05.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.196 INFO kablam! | Sep 05 00:39:05.196 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.196 INFO kablam! | Sep 05 00:39:05.196 INFO kablam! Sep 05 00:39:05.198 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 05 00:39:05.198 INFO kablam! --> benches/aes128.rs:46:18 Sep 05 00:39:05.198 INFO kablam! | Sep 05 00:39:05.198 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 05 00:39:05.198 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 00:39:05.198 INFO kablam! | Sep 05 00:39:05.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.199 INFO kablam! | Sep 05 00:39:05.199 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.199 INFO kablam! | Sep 05 00:39:05.199 INFO kablam! Sep 05 00:39:05.202 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:05.202 INFO kablam! Sep 05 00:39:05.202 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:05.202 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:05.215 INFO kablam! error: Could not compile `aes-soft`. Sep 05 00:39:05.215 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:05.444 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 00:39:05.444 INFO kablam! --> benches/aes192.rs:6:24 Sep 05 00:39:05.444 INFO kablam! | Sep 05 00:39:05.444 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 05 00:39:05.444 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:05.444 INFO kablam! Sep 05 00:39:05.445 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:05.445 INFO kablam! --> benches/aes192.rs:6:24 Sep 05 00:39:05.445 INFO kablam! | Sep 05 00:39:05.445 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 05 00:39:05.445 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:05.445 INFO kablam! | Sep 05 00:39:05.445 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:05.445 INFO kablam! Sep 05 00:39:05.497 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 00:39:05.497 INFO kablam! --> benches/aes256.rs:6:24 Sep 05 00:39:05.497 INFO kablam! | Sep 05 00:39:05.497 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 05 00:39:05.498 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 00:39:05.498 INFO kablam! Sep 05 00:39:05.505 INFO kablam! warning: unused import: `BlockCipher` Sep 05 00:39:05.505 INFO kablam! --> benches/aes256.rs:6:24 Sep 05 00:39:05.505 INFO kablam! | Sep 05 00:39:05.505 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 05 00:39:05.506 INFO kablam! | ^^^^^^^^^^^ Sep 05 00:39:05.506 INFO kablam! | Sep 05 00:39:05.506 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:39:05.506 INFO kablam! Sep 05 00:39:05.658 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 00:39:05.658 INFO kablam! --> benches/aes256.rs:10:18 Sep 05 00:39:05.658 INFO kablam! | Sep 05 00:39:05.658 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:05.658 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 00:39:05.659 INFO kablam! | Sep 05 00:39:05.659 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.659 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.660 INFO kablam! | Sep 05 00:39:05.660 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.660 INFO kablam! | Sep 05 00:39:05.660 INFO kablam! Sep 05 00:39:05.667 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 00:39:05.667 INFO kablam! --> benches/aes256.rs:22:18 Sep 05 00:39:05.668 INFO kablam! | Sep 05 00:39:05.668 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:05.668 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 00:39:05.668 INFO kablam! | Sep 05 00:39:05.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.669 INFO kablam! | Sep 05 00:39:05.669 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.669 INFO kablam! | Sep 05 00:39:05.669 INFO kablam! Sep 05 00:39:05.672 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 00:39:05.672 INFO kablam! --> benches/aes256.rs:34:18 Sep 05 00:39:05.672 INFO kablam! | Sep 05 00:39:05.673 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:05.673 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 00:39:05.673 INFO kablam! | Sep 05 00:39:05.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.673 INFO kablam! | Sep 05 00:39:05.673 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.673 INFO kablam! | Sep 05 00:39:05.673 INFO kablam! Sep 05 00:39:05.677 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 05 00:39:05.677 INFO kablam! --> benches/aes256.rs:46:18 Sep 05 00:39:05.677 INFO kablam! | Sep 05 00:39:05.677 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 05 00:39:05.677 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 00:39:05.677 INFO kablam! | Sep 05 00:39:05.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.677 INFO kablam! | Sep 05 00:39:05.677 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.677 INFO kablam! | Sep 05 00:39:05.677 INFO kablam! Sep 05 00:39:05.682 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:05.683 INFO kablam! Sep 05 00:39:05.683 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:05.683 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:05.693 INFO kablam! error: Could not compile `aes-soft`. Sep 05 00:39:05.694 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:05.699 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 00:39:05.699 INFO kablam! --> benches/aes192.rs:10:18 Sep 05 00:39:05.699 INFO kablam! | Sep 05 00:39:05.699 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:05.699 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 00:39:05.699 INFO kablam! | Sep 05 00:39:05.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.700 INFO kablam! | Sep 05 00:39:05.700 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.700 INFO kablam! | Sep 05 00:39:05.700 INFO kablam! Sep 05 00:39:05.716 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 00:39:05.716 INFO kablam! --> benches/aes192.rs:22:18 Sep 05 00:39:05.716 INFO kablam! | Sep 05 00:39:05.716 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:05.716 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 00:39:05.717 INFO kablam! | Sep 05 00:39:05.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.717 INFO kablam! | Sep 05 00:39:05.717 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.717 INFO kablam! | Sep 05 00:39:05.717 INFO kablam! Sep 05 00:39:05.719 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 00:39:05.719 INFO kablam! --> benches/aes192.rs:34:18 Sep 05 00:39:05.719 INFO kablam! | Sep 05 00:39:05.719 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:05.719 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 00:39:05.719 INFO kablam! | Sep 05 00:39:05.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.719 INFO kablam! | Sep 05 00:39:05.719 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.719 INFO kablam! | Sep 05 00:39:05.719 INFO kablam! Sep 05 00:39:05.722 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 05 00:39:05.722 INFO kablam! --> benches/aes192.rs:46:18 Sep 05 00:39:05.722 INFO kablam! | Sep 05 00:39:05.722 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 05 00:39:05.722 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 00:39:05.722 INFO kablam! | Sep 05 00:39:05.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 00:39:05.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 00:39:05.722 INFO kablam! | Sep 05 00:39:05.722 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 00:39:05.722 INFO kablam! | Sep 05 00:39:05.722 INFO kablam! Sep 05 00:39:05.726 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:39:05.726 INFO kablam! Sep 05 00:39:05.726 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:39:05.726 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:39:05.734 INFO kablam! error: Could not compile `aes-soft`. Sep 05 00:39:05.735 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:39:06.001 INFO kablam! error: build failed Sep 05 00:39:06.003 INFO kablam! su: No module specific data is present Sep 05 00:39:06.451 INFO running `"docker" "rm" "-f" "0514ba21d3cf738475583b6fe0790c0de6eede00189998ccea3aad6863a2fc91"` Sep 05 00:39:06.538 INFO blam! 0514ba21d3cf738475583b6fe0790c0de6eede00189998ccea3aad6863a2fc91