Sep 02 03:44:59.684 INFO checking aes-soft-0.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 03:44:59.684 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 03:44:59.684 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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:44:59.838 INFO blam! 339fcb216aae1c1511cfcc36d94a766887ca28480ee65935ddaa566d0c8b4e17 Sep 02 03:44:59.840 INFO running `"docker" "start" "-a" "339fcb216aae1c1511cfcc36d94a766887ca28480ee65935ddaa566d0c8b4e17"` Sep 02 03:45:00.609 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 02 03:45:03.070 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 03:45:03.070 INFO kablam! --> benches/aes128.rs:6:24 Sep 02 03:45:03.070 INFO kablam! | Sep 02 03:45:03.070 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 02 03:45:03.070 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:03.071 INFO kablam! Sep 02 03:45:03.071 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:03.071 INFO kablam! --> benches/aes128.rs:6:24 Sep 02 03:45:03.071 INFO kablam! | Sep 02 03:45:03.072 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 02 03:45:03.072 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:03.072 INFO kablam! | Sep 02 03:45:03.072 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:03.072 INFO kablam! Sep 02 03:45:03.113 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 03:45:03.113 INFO kablam! --> benches/aes256.rs:6:24 Sep 02 03:45:03.113 INFO kablam! | Sep 02 03:45:03.113 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 02 03:45:03.113 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:03.113 INFO kablam! Sep 02 03:45:03.114 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 02 03:45:03.114 INFO kablam! --> benches/aes192.rs:6:24 Sep 02 03:45:03.114 INFO kablam! | Sep 02 03:45:03.114 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 02 03:45:03.114 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 03:45:03.114 INFO kablam! Sep 02 03:45:03.115 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:03.115 INFO kablam! --> benches/aes256.rs:6:24 Sep 02 03:45:03.115 INFO kablam! | Sep 02 03:45:03.115 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 02 03:45:03.115 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:03.115 INFO kablam! | Sep 02 03:45:03.115 INFO kablam! warning: unused import: `BlockCipher` Sep 02 03:45:03.115 INFO kablam! --> benches/aes192.rs:6:24 Sep 02 03:45:03.115 INFO kablam! | Sep 02 03:45:03.115 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 02 03:45:03.115 INFO kablam! | ^^^^^^^^^^^ Sep 02 03:45:03.115 INFO kablam! | Sep 02 03:45:03.115 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:03.115 INFO kablam! Sep 02 03:45:03.115 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:45:03.115 INFO kablam! Sep 02 03:45:03.217 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.217 INFO kablam! --> benches/aes128.rs:10:18 Sep 02 03:45:03.217 INFO kablam! | Sep 02 03:45:03.217 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:03.217 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 03:45:03.217 INFO kablam! | Sep 02 03:45:03.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.217 INFO kablam! | Sep 02 03:45:03.217 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.217 INFO kablam! | Sep 02 03:45:03.217 INFO kablam! Sep 02 03:45:03.221 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.221 INFO kablam! --> benches/aes192.rs:10:18 Sep 02 03:45:03.221 INFO kablam! | Sep 02 03:45:03.221 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:03.221 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 03:45:03.221 INFO kablam! | Sep 02 03:45:03.221 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.221 INFO kablam! --> benches/aes256.rs:10:18 Sep 02 03:45:03.221 INFO kablam! | Sep 02 03:45:03.221 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:03.221 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 03:45:03.221 INFO kablam! | Sep 02 03:45:03.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.221 INFO kablam! | Sep 02 03:45:03.221 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.221 INFO kablam! | Sep 02 03:45:03.221 INFO kablam! Sep 02 03:45:03.221 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.222 INFO kablam! --> benches/aes128.rs:22:18 Sep 02 03:45:03.222 INFO kablam! | Sep 02 03:45:03.222 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:03.222 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 03:45:03.222 INFO kablam! | Sep 02 03:45:03.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.222 INFO kablam! | Sep 02 03:45:03.222 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.222 INFO kablam! | Sep 02 03:45:03.222 INFO kablam! Sep 02 03:45:03.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.222 INFO kablam! | Sep 02 03:45:03.222 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.222 INFO kablam! | Sep 02 03:45:03.222 INFO kablam! Sep 02 03:45:03.224 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.224 INFO kablam! --> benches/aes128.rs:34:18 Sep 02 03:45:03.224 INFO kablam! | Sep 02 03:45:03.224 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:03.224 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 03:45:03.224 INFO kablam! | Sep 02 03:45:03.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.224 INFO kablam! | Sep 02 03:45:03.224 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.224 INFO kablam! | Sep 02 03:45:03.225 INFO kablam! Sep 02 03:45:03.227 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.227 INFO kablam! --> benches/aes128.rs:46:18 Sep 02 03:45:03.227 INFO kablam! | Sep 02 03:45:03.227 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 02 03:45:03.227 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 02 03:45:03.227 INFO kablam! | Sep 02 03:45:03.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.227 INFO kablam! | Sep 02 03:45:03.227 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.227 INFO kablam! | Sep 02 03:45:03.227 INFO kablam! Sep 02 03:45:03.228 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.228 INFO kablam! --> benches/aes256.rs:22:18 Sep 02 03:45:03.228 INFO kablam! | Sep 02 03:45:03.228 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:03.228 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 03:45:03.228 INFO kablam! | Sep 02 03:45:03.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.228 INFO kablam! | Sep 02 03:45:03.228 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.228 INFO kablam! | Sep 02 03:45:03.228 INFO kablam! Sep 02 03:45:03.229 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.229 INFO kablam! --> benches/aes192.rs:22:18 Sep 02 03:45:03.229 INFO kablam! | Sep 02 03:45:03.229 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:03.229 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 03:45:03.229 INFO kablam! | Sep 02 03:45:03.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.229 INFO kablam! | Sep 02 03:45:03.229 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.229 INFO kablam! | Sep 02 03:45:03.229 INFO kablam! Sep 02 03:45:03.231 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:03.231 INFO kablam! Sep 02 03:45:03.231 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:03.231 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:03.232 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.232 INFO kablam! --> benches/aes192.rs:34:18 Sep 02 03:45:03.232 INFO kablam! | Sep 02 03:45:03.232 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:03.232 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 03:45:03.232 INFO kablam! | Sep 02 03:45:03.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.233 INFO kablam! | Sep 02 03:45:03.233 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.233 INFO kablam! | Sep 02 03:45:03.233 INFO kablam! Sep 02 03:45:03.235 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.235 INFO kablam! --> benches/aes192.rs:46:18 Sep 02 03:45:03.235 INFO kablam! | Sep 02 03:45:03.235 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 02 03:45:03.235 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 02 03:45:03.236 INFO kablam! | Sep 02 03:45:03.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.236 INFO kablam! | Sep 02 03:45:03.236 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.236 INFO kablam! | Sep 02 03:45:03.236 INFO kablam! Sep 02 03:45:03.240 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:03.241 INFO kablam! Sep 02 03:45:03.241 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:03.241 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:03.243 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.243 INFO kablam! --> benches/aes256.rs:34:18 Sep 02 03:45:03.243 INFO kablam! | Sep 02 03:45:03.243 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:03.243 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 03:45:03.243 INFO kablam! | Sep 02 03:45:03.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.243 INFO kablam! | Sep 02 03:45:03.243 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.243 INFO kablam! | Sep 02 03:45:03.243 INFO kablam! Sep 02 03:45:03.244 INFO kablam! error: Could not compile `aes-soft`. Sep 02 03:45:03.244 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:03.250 INFO kablam! error: Could not compile `aes-soft`. Sep 02 03:45:03.250 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:03.251 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.251 INFO kablam! --> benches/aes256.rs:46:18 Sep 02 03:45:03.251 INFO kablam! | Sep 02 03:45:03.251 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 02 03:45:03.251 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 02 03:45:03.251 INFO kablam! | Sep 02 03:45:03.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 03:45:03.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 03:45:03.251 INFO kablam! | Sep 02 03:45:03.251 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 02 03:45:03.251 INFO kablam! | Sep 02 03:45:03.251 INFO kablam! Sep 02 03:45:03.256 INFO kablam! error: aborting due to 5 previous errors Sep 02 03:45:03.256 INFO kablam! Sep 02 03:45:03.256 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 03:45:03.256 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 03:45:03.264 INFO kablam! error: Could not compile `aes-soft`. Sep 02 03:45:03.264 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:45:03.381 INFO kablam! error: build failed Sep 02 03:45:03.382 INFO kablam! su: No module specific data is present Sep 02 03:45:03.930 INFO running `"docker" "rm" "-f" "339fcb216aae1c1511cfcc36d94a766887ca28480ee65935ddaa566d0c8b4e17"` Sep 02 03:45:04.038 INFO blam! 339fcb216aae1c1511cfcc36d94a766887ca28480ee65935ddaa566d0c8b4e17