Sep 05 03:29:06.410 INFO checking aes-soft-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 03:29:06.410 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 03:29:06.410 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-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.571 INFO blam! 4f02da88e912df6a103ba6e5dce054b1fabeb4ae2dfa04302cbd63b93e2f6633 Sep 05 03:29:06.572 INFO running `"docker" "start" "-a" "4f02da88e912df6a103ba6e5dce054b1fabeb4ae2dfa04302cbd63b93e2f6633"` Sep 05 03:29:07.284 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 05 03:29:10.181 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 03:29:10.181 INFO kablam! --> benches/aes256.rs:6:24 Sep 05 03:29:10.181 INFO kablam! | Sep 05 03:29:10.181 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 05 03:29:10.181 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 03:29:10.181 INFO kablam! Sep 05 03:29:10.181 INFO kablam! warning: unused import: `BlockCipher` Sep 05 03:29:10.181 INFO kablam! --> benches/aes256.rs:6:24 Sep 05 03:29:10.181 INFO kablam! | Sep 05 03:29:10.182 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 05 03:29:10.182 INFO kablam! | ^^^^^^^^^^^ Sep 05 03:29:10.182 INFO kablam! | Sep 05 03:29:10.182 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 03:29:10.182 INFO kablam! Sep 05 03:29:10.238 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 03:29:10.238 INFO kablam! --> benches/aes128.rs:6:24 Sep 05 03:29:10.238 INFO kablam! | Sep 05 03:29:10.238 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 05 03:29:10.238 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 03:29:10.238 INFO kablam! Sep 05 03:29:10.239 INFO kablam! warning: unused import: `BlockCipher` Sep 05 03:29:10.239 INFO kablam! --> benches/aes128.rs:6:24 Sep 05 03:29:10.239 INFO kablam! | Sep 05 03:29:10.239 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 05 03:29:10.239 INFO kablam! | ^^^^^^^^^^^ Sep 05 03:29:10.239 INFO kablam! | Sep 05 03:29:10.239 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 03:29:10.239 INFO kablam! Sep 05 03:29:10.306 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.306 INFO kablam! --> benches/aes256.rs:10:18 Sep 05 03:29:10.307 INFO kablam! | Sep 05 03:29:10.307 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:10.307 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 03:29:10.307 INFO kablam! | Sep 05 03:29:10.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.307 INFO kablam! | Sep 05 03:29:10.307 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.307 INFO kablam! | Sep 05 03:29:10.307 INFO kablam! Sep 05 03:29:10.310 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.310 INFO kablam! --> benches/aes128.rs:10:18 Sep 05 03:29:10.310 INFO kablam! | Sep 05 03:29:10.310 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:10.310 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 03:29:10.310 INFO kablam! | Sep 05 03:29:10.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.310 INFO kablam! | Sep 05 03:29:10.310 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.310 INFO kablam! | Sep 05 03:29:10.310 INFO kablam! Sep 05 03:29:10.311 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.311 INFO kablam! --> benches/aes256.rs:22:18 Sep 05 03:29:10.311 INFO kablam! | Sep 05 03:29:10.311 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:10.311 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 03:29:10.311 INFO kablam! | Sep 05 03:29:10.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.312 INFO kablam! | Sep 05 03:29:10.312 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.312 INFO kablam! | Sep 05 03:29:10.312 INFO kablam! Sep 05 03:29:10.313 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.313 INFO kablam! --> benches/aes128.rs:22:18 Sep 05 03:29:10.313 INFO kablam! | Sep 05 03:29:10.313 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:10.313 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 03:29:10.313 INFO kablam! | Sep 05 03:29:10.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.313 INFO kablam! | Sep 05 03:29:10.313 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.313 INFO kablam! | Sep 05 03:29:10.313 INFO kablam! Sep 05 03:29:10.315 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.315 INFO kablam! --> benches/aes128.rs:34:18 Sep 05 03:29:10.315 INFO kablam! | Sep 05 03:29:10.315 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:10.315 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 03:29:10.315 INFO kablam! | Sep 05 03:29:10.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.315 INFO kablam! | Sep 05 03:29:10.315 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.315 INFO kablam! | Sep 05 03:29:10.315 INFO kablam! Sep 05 03:29:10.317 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.317 INFO kablam! --> benches/aes128.rs:46:18 Sep 05 03:29:10.317 INFO kablam! | Sep 05 03:29:10.317 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 05 03:29:10.317 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 05 03:29:10.317 INFO kablam! | Sep 05 03:29:10.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.317 INFO kablam! | Sep 05 03:29:10.317 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.317 INFO kablam! | Sep 05 03:29:10.317 INFO kablam! Sep 05 03:29:10.318 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.318 INFO kablam! --> benches/aes256.rs:34:18 Sep 05 03:29:10.318 INFO kablam! | Sep 05 03:29:10.318 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:10.318 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 03:29:10.318 INFO kablam! | Sep 05 03:29:10.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.318 INFO kablam! | Sep 05 03:29:10.318 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.318 INFO kablam! | Sep 05 03:29:10.318 INFO kablam! Sep 05 03:29:10.321 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.321 INFO kablam! --> benches/aes256.rs:46:18 Sep 05 03:29:10.321 INFO kablam! | Sep 05 03:29:10.321 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 05 03:29:10.321 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 05 03:29:10.321 INFO kablam! error: aborting due to 5 previous errors Sep 05 03:29:10.321 INFO kablam! | Sep 05 03:29:10.321 INFO kablam! Sep 05 03:29:10.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.321 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 03:29:10.321 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 03:29:10.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.321 INFO kablam! | Sep 05 03:29:10.321 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.321 INFO kablam! | Sep 05 03:29:10.321 INFO kablam! Sep 05 03:29:10.327 INFO kablam! error: Could not compile `aes-soft`. Sep 05 03:29:10.328 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 03:29:10.329 INFO kablam! error: aborting due to 5 previous errors Sep 05 03:29:10.329 INFO kablam! Sep 05 03:29:10.329 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 03:29:10.329 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 03:29:10.335 INFO kablam! error: Could not compile `aes-soft`. Sep 05 03:29:10.335 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 03:29:10.375 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 05 03:29:10.375 INFO kablam! --> benches/aes192.rs:6:24 Sep 05 03:29:10.375 INFO kablam! | Sep 05 03:29:10.375 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 05 03:29:10.375 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 05 03:29:10.375 INFO kablam! Sep 05 03:29:10.376 INFO kablam! warning: unused import: `BlockCipher` Sep 05 03:29:10.376 INFO kablam! --> benches/aes192.rs:6:24 Sep 05 03:29:10.376 INFO kablam! | Sep 05 03:29:10.376 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 05 03:29:10.376 INFO kablam! | ^^^^^^^^^^^ Sep 05 03:29:10.376 INFO kablam! | Sep 05 03:29:10.376 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 03:29:10.376 INFO kablam! Sep 05 03:29:10.447 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:10.448 INFO kablam! --> benches/aes192.rs:10:18 Sep 05 03:29:10.448 INFO kablam! | Sep 05 03:29:10.448 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:10.448 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 03:29:10.448 INFO kablam! | Sep 05 03:29:10.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.448 INFO kablam! | Sep 05 03:29:10.448 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.448 INFO kablam! | Sep 05 03:29:10.448 INFO kablam! Sep 05 03:29:10.451 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:10.451 INFO kablam! --> benches/aes192.rs:22:18 Sep 05 03:29:10.451 INFO kablam! | Sep 05 03:29:10.451 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:10.451 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 03:29:10.451 INFO kablam! | Sep 05 03:29:10.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.451 INFO kablam! | Sep 05 03:29:10.451 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.451 INFO kablam! | Sep 05 03:29:10.451 INFO kablam! Sep 05 03:29:10.452 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:10.452 INFO kablam! --> benches/aes192.rs:34:18 Sep 05 03:29:10.452 INFO kablam! | Sep 05 03:29:10.452 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:10.452 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 03:29:10.452 INFO kablam! | Sep 05 03:29:10.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.452 INFO kablam! | Sep 05 03:29:10.452 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.452 INFO kablam! | Sep 05 03:29:10.453 INFO kablam! Sep 05 03:29:10.454 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:10.454 INFO kablam! --> benches/aes192.rs:46:18 Sep 05 03:29:10.454 INFO kablam! | Sep 05 03:29:10.454 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 05 03:29:10.454 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 05 03:29:10.454 INFO kablam! | Sep 05 03:29:10.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 03:29:10.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 03:29:10.454 INFO kablam! | Sep 05 03:29:10.454 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 05 03:29:10.454 INFO kablam! | Sep 05 03:29:10.454 INFO kablam! Sep 05 03:29:10.457 INFO kablam! error: aborting due to 5 previous errors Sep 05 03:29:10.457 INFO kablam! Sep 05 03:29:10.457 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 03:29:10.457 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 03:29:10.465 INFO kablam! error: Could not compile `aes-soft`. Sep 05 03:29:10.465 INFO kablam! Sep 05 03:29:10.465 INFO kablam! To learn more, run the command again with --verbose. Sep 05 03:29:10.466 INFO kablam! su: No module specific data is present Sep 05 03:29:11.027 INFO running `"docker" "rm" "-f" "4f02da88e912df6a103ba6e5dce054b1fabeb4ae2dfa04302cbd63b93e2f6633"` Sep 05 03:29:11.127 INFO blam! 4f02da88e912df6a103ba6e5dce054b1fabeb4ae2dfa04302cbd63b93e2f6633