Aug 31 00:41:39.393 INFO checking aes-soft-0.2.0 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 31 00:41:39.393 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 31 00:41:39.393 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-2/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 00:41:39.557 INFO blam! 837cc394fdd9de3470f187454e25a7e676675bc3275206671208d3ee91468d66 Aug 31 00:41:39.560 INFO running `"docker" "start" "-a" "837cc394fdd9de3470f187454e25a7e676675bc3275206671208d3ee91468d66"` Aug 31 00:41:40.308 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Aug 31 00:41:43.859 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Aug 31 00:41:43.859 INFO kablam! --> benches/aes256.rs:6:24 Aug 31 00:41:43.859 INFO kablam! | Aug 31 00:41:43.859 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Aug 31 00:41:43.859 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Aug 31 00:41:43.860 INFO kablam! Aug 31 00:41:43.860 INFO kablam! warning: unused import: `BlockCipher` Aug 31 00:41:43.861 INFO kablam! --> benches/aes256.rs:6:24 Aug 31 00:41:43.861 INFO kablam! | Aug 31 00:41:43.861 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Aug 31 00:41:43.861 INFO kablam! | ^^^^^^^^^^^ Aug 31 00:41:43.861 INFO kablam! | Aug 31 00:41:43.861 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 00:41:43.861 INFO kablam! Aug 31 00:41:44.012 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Aug 31 00:41:44.012 INFO kablam! --> benches/aes128.rs:6:24 Aug 31 00:41:44.012 INFO kablam! | Aug 31 00:41:44.012 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Aug 31 00:41:44.012 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Aug 31 00:41:44.018 INFO kablam! Aug 31 00:41:44.020 INFO kablam! warning: unused import: `BlockCipher` Aug 31 00:41:44.020 INFO kablam! --> benches/aes128.rs:6:24 Aug 31 00:41:44.020 INFO kablam! | Aug 31 00:41:44.020 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Aug 31 00:41:44.020 INFO kablam! | ^^^^^^^^^^^ Aug 31 00:41:44.020 INFO kablam! | Aug 31 00:41:44.020 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 00:41:44.020 INFO kablam! Aug 31 00:41:44.116 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Aug 31 00:41:44.117 INFO kablam! --> benches/aes256.rs:10:18 Aug 31 00:41:44.117 INFO kablam! | Aug 31 00:41:44.117 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Aug 31 00:41:44.117 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Aug 31 00:41:44.117 INFO kablam! | Aug 31 00:41:44.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.118 INFO kablam! | Aug 31 00:41:44.118 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.118 INFO kablam! | Aug 31 00:41:44.118 INFO kablam! Aug 31 00:41:44.123 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Aug 31 00:41:44.123 INFO kablam! --> benches/aes256.rs:22:18 Aug 31 00:41:44.123 INFO kablam! | Aug 31 00:41:44.123 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Aug 31 00:41:44.123 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Aug 31 00:41:44.123 INFO kablam! | Aug 31 00:41:44.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.123 INFO kablam! | Aug 31 00:41:44.123 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.123 INFO kablam! | Aug 31 00:41:44.130 INFO kablam! Aug 31 00:41:44.133 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Aug 31 00:41:44.133 INFO kablam! --> benches/aes256.rs:34:18 Aug 31 00:41:44.133 INFO kablam! | Aug 31 00:41:44.133 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Aug 31 00:41:44.133 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Aug 31 00:41:44.133 INFO kablam! | Aug 31 00:41:44.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.133 INFO kablam! | Aug 31 00:41:44.133 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.133 INFO kablam! | Aug 31 00:41:44.133 INFO kablam! Aug 31 00:41:44.137 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Aug 31 00:41:44.137 INFO kablam! --> benches/aes256.rs:46:18 Aug 31 00:41:44.137 INFO kablam! | Aug 31 00:41:44.137 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Aug 31 00:41:44.137 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Aug 31 00:41:44.146 INFO kablam! | Aug 31 00:41:44.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.147 INFO kablam! | Aug 31 00:41:44.147 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.147 INFO kablam! | Aug 31 00:41:44.147 INFO kablam! Aug 31 00:41:44.152 INFO kablam! error: aborting due to 5 previous errors Aug 31 00:41:44.152 INFO kablam! Aug 31 00:41:44.152 INFO kablam! Some errors occurred: E0432, E0599. Aug 31 00:41:44.152 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 31 00:41:44.182 INFO kablam! error: Could not compile `aes-soft`. Aug 31 00:41:44.183 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 00:41:44.224 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Aug 31 00:41:44.224 INFO kablam! --> benches/aes192.rs:6:24 Aug 31 00:41:44.224 INFO kablam! | Aug 31 00:41:44.224 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Aug 31 00:41:44.224 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Aug 31 00:41:44.225 INFO kablam! Aug 31 00:41:44.225 INFO kablam! warning: unused import: `BlockCipher` Aug 31 00:41:44.225 INFO kablam! --> benches/aes192.rs:6:24 Aug 31 00:41:44.226 INFO kablam! | Aug 31 00:41:44.226 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Aug 31 00:41:44.226 INFO kablam! | ^^^^^^^^^^^ Aug 31 00:41:44.226 INFO kablam! | Aug 31 00:41:44.226 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 00:41:44.226 INFO kablam! Aug 31 00:41:44.243 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Aug 31 00:41:44.243 INFO kablam! --> benches/aes128.rs:10:18 Aug 31 00:41:44.243 INFO kablam! | Aug 31 00:41:44.243 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Aug 31 00:41:44.243 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Aug 31 00:41:44.243 INFO kablam! | Aug 31 00:41:44.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.243 INFO kablam! | Aug 31 00:41:44.244 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.244 INFO kablam! | Aug 31 00:41:44.244 INFO kablam! Aug 31 00:41:44.247 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Aug 31 00:41:44.247 INFO kablam! --> benches/aes128.rs:22:18 Aug 31 00:41:44.247 INFO kablam! | Aug 31 00:41:44.247 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Aug 31 00:41:44.247 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Aug 31 00:41:44.247 INFO kablam! | Aug 31 00:41:44.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.248 INFO kablam! | Aug 31 00:41:44.248 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.248 INFO kablam! | Aug 31 00:41:44.248 INFO kablam! Aug 31 00:41:44.249 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Aug 31 00:41:44.249 INFO kablam! --> benches/aes128.rs:34:18 Aug 31 00:41:44.249 INFO kablam! | Aug 31 00:41:44.249 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Aug 31 00:41:44.249 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Aug 31 00:41:44.249 INFO kablam! | Aug 31 00:41:44.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.249 INFO kablam! | Aug 31 00:41:44.249 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.249 INFO kablam! | Aug 31 00:41:44.250 INFO kablam! Aug 31 00:41:44.260 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Aug 31 00:41:44.260 INFO kablam! --> benches/aes128.rs:46:18 Aug 31 00:41:44.260 INFO kablam! | Aug 31 00:41:44.260 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Aug 31 00:41:44.260 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Aug 31 00:41:44.260 INFO kablam! | Aug 31 00:41:44.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.260 INFO kablam! | Aug 31 00:41:44.260 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.260 INFO kablam! | Aug 31 00:41:44.260 INFO kablam! Aug 31 00:41:44.264 INFO kablam! error: aborting due to 5 previous errors Aug 31 00:41:44.264 INFO kablam! Aug 31 00:41:44.264 INFO kablam! Some errors occurred: E0432, E0599. Aug 31 00:41:44.264 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 31 00:41:44.287 INFO kablam! error: Could not compile `aes-soft`. Aug 31 00:41:44.287 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 00:41:44.414 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Aug 31 00:41:44.414 INFO kablam! --> benches/aes192.rs:10:18 Aug 31 00:41:44.414 INFO kablam! | Aug 31 00:41:44.414 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Aug 31 00:41:44.414 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Aug 31 00:41:44.414 INFO kablam! | Aug 31 00:41:44.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.414 INFO kablam! | Aug 31 00:41:44.414 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.414 INFO kablam! | Aug 31 00:41:44.414 INFO kablam! Aug 31 00:41:44.426 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Aug 31 00:41:44.426 INFO kablam! --> benches/aes192.rs:22:18 Aug 31 00:41:44.426 INFO kablam! | Aug 31 00:41:44.426 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Aug 31 00:41:44.426 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Aug 31 00:41:44.426 INFO kablam! | Aug 31 00:41:44.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.426 INFO kablam! | Aug 31 00:41:44.426 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.426 INFO kablam! | Aug 31 00:41:44.426 INFO kablam! Aug 31 00:41:44.428 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Aug 31 00:41:44.428 INFO kablam! --> benches/aes192.rs:34:18 Aug 31 00:41:44.428 INFO kablam! | Aug 31 00:41:44.428 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Aug 31 00:41:44.428 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Aug 31 00:41:44.428 INFO kablam! | Aug 31 00:41:44.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.429 INFO kablam! | Aug 31 00:41:44.429 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.429 INFO kablam! | Aug 31 00:41:44.429 INFO kablam! Aug 31 00:41:44.431 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Aug 31 00:41:44.431 INFO kablam! --> benches/aes192.rs:46:18 Aug 31 00:41:44.431 INFO kablam! | Aug 31 00:41:44.432 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Aug 31 00:41:44.432 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Aug 31 00:41:44.432 INFO kablam! | Aug 31 00:41:44.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 31 00:41:44.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 31 00:41:44.432 INFO kablam! | Aug 31 00:41:44.432 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Aug 31 00:41:44.432 INFO kablam! | Aug 31 00:41:44.432 INFO kablam! Aug 31 00:41:44.436 INFO kablam! error: aborting due to 5 previous errors Aug 31 00:41:44.436 INFO kablam! Aug 31 00:41:44.436 INFO kablam! Some errors occurred: E0432, E0599. Aug 31 00:41:44.436 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 31 00:41:44.459 INFO kablam! error: Could not compile `aes-soft`. Aug 31 00:41:44.459 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 00:41:44.832 INFO kablam! error: build failed Aug 31 00:41:44.835 INFO kablam! su: No module specific data is present Aug 31 00:41:45.261 INFO running `"docker" "rm" "-f" "837cc394fdd9de3470f187454e25a7e676675bc3275206671208d3ee91468d66"` Aug 31 00:41:45.345 INFO blam! 837cc394fdd9de3470f187454e25a7e676675bc3275206671208d3ee91468d66