Sep 20 05:12:08.895 INFO checking aes-soft-0.2.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 05:12:08.895 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 05:12:08.895 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:12:09.069 INFO blam! 2ae900b6ce33ed6efcf70ba007f5e38cbc2ba416d2de598d83f7b0beb5d0ebc2 Sep 20 05:12:09.076 INFO running `"docker" "start" "-a" "2ae900b6ce33ed6efcf70ba007f5e38cbc2ba416d2de598d83f7b0beb5d0ebc2"` Sep 20 05:12:10.548 INFO kablam! usermod: no changes Sep 20 05:12:10.586 INFO kablam! Checking aes-soft v0.2.0 (/source) Sep 20 05:12:11.341 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 20 05:12:11.341 INFO kablam! --> benches/aes128.rs:6:24 Sep 20 05:12:11.341 INFO kablam! | Sep 20 05:12:11.341 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 20 05:12:11.341 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 05:12:11.341 INFO kablam! Sep 20 05:12:11.342 INFO kablam! warning: unused import: `BlockCipher` Sep 20 05:12:11.342 INFO kablam! --> benches/aes128.rs:6:24 Sep 20 05:12:11.342 INFO kablam! | Sep 20 05:12:11.342 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 20 05:12:11.342 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:12:11.342 INFO kablam! | Sep 20 05:12:11.342 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:12:11.342 INFO kablam! Sep 20 05:12:11.369 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 20 05:12:11.369 INFO kablam! --> benches/aes192.rs:6:24 Sep 20 05:12:11.369 INFO kablam! | Sep 20 05:12:11.369 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 20 05:12:11.369 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 05:12:11.370 INFO kablam! Sep 20 05:12:11.370 INFO kablam! warning: unused import: `BlockCipher` Sep 20 05:12:11.370 INFO kablam! --> benches/aes192.rs:6:24 Sep 20 05:12:11.370 INFO kablam! | Sep 20 05:12:11.370 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 20 05:12:11.370 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:12:11.370 INFO kablam! | Sep 20 05:12:11.370 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:12:11.370 INFO kablam! Sep 20 05:12:11.391 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 20 05:12:11.391 INFO kablam! --> benches/aes128.rs:10:18 Sep 20 05:12:11.391 INFO kablam! | Sep 20 05:12:11.391 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:11.391 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 20 05:12:11.391 INFO kablam! | Sep 20 05:12:11.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.391 INFO kablam! | Sep 20 05:12:11.391 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.391 INFO kablam! | Sep 20 05:12:11.391 INFO kablam! Sep 20 05:12:11.393 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 20 05:12:11.393 INFO kablam! --> benches/aes128.rs:22:18 Sep 20 05:12:11.393 INFO kablam! | Sep 20 05:12:11.393 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:11.393 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 20 05:12:11.393 INFO kablam! | Sep 20 05:12:11.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.393 INFO kablam! | Sep 20 05:12:11.393 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.393 INFO kablam! | Sep 20 05:12:11.393 INFO kablam! Sep 20 05:12:11.394 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 20 05:12:11.394 INFO kablam! --> benches/aes128.rs:34:18 Sep 20 05:12:11.394 INFO kablam! | Sep 20 05:12:11.394 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:11.394 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 20 05:12:11.394 INFO kablam! | Sep 20 05:12:11.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.394 INFO kablam! | Sep 20 05:12:11.394 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.394 INFO kablam! | Sep 20 05:12:11.394 INFO kablam! Sep 20 05:12:11.396 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 20 05:12:11.396 INFO kablam! --> benches/aes128.rs:46:18 Sep 20 05:12:11.396 INFO kablam! | Sep 20 05:12:11.396 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 20 05:12:11.396 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 20 05:12:11.396 INFO kablam! | Sep 20 05:12:11.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.396 INFO kablam! | Sep 20 05:12:11.396 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.396 INFO kablam! | Sep 20 05:12:11.396 INFO kablam! Sep 20 05:12:11.399 INFO kablam! error: aborting due to 5 previous errors Sep 20 05:12:11.399 INFO kablam! Sep 20 05:12:11.399 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:12:11.399 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:12:11.407 INFO kablam! error: Could not compile `aes-soft`. Sep 20 05:12:11.407 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:12:11.431 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 20 05:12:11.432 INFO kablam! --> benches/aes192.rs:10:18 Sep 20 05:12:11.432 INFO kablam! | Sep 20 05:12:11.432 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:11.432 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 20 05:12:11.432 INFO kablam! | Sep 20 05:12:11.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.432 INFO kablam! | Sep 20 05:12:11.432 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.432 INFO kablam! | Sep 20 05:12:11.432 INFO kablam! Sep 20 05:12:11.433 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 20 05:12:11.434 INFO kablam! --> benches/aes192.rs:22:18 Sep 20 05:12:11.434 INFO kablam! | Sep 20 05:12:11.434 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:11.434 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 20 05:12:11.434 INFO kablam! | Sep 20 05:12:11.434 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.434 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.434 INFO kablam! | Sep 20 05:12:11.434 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.434 INFO kablam! | Sep 20 05:12:11.434 INFO kablam! Sep 20 05:12:11.435 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 20 05:12:11.435 INFO kablam! --> benches/aes192.rs:34:18 Sep 20 05:12:11.435 INFO kablam! | Sep 20 05:12:11.435 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:11.435 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 20 05:12:11.435 INFO kablam! | Sep 20 05:12:11.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.435 INFO kablam! | Sep 20 05:12:11.435 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.435 INFO kablam! | Sep 20 05:12:11.435 INFO kablam! Sep 20 05:12:11.436 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 20 05:12:11.436 INFO kablam! --> benches/aes192.rs:46:18 Sep 20 05:12:11.436 INFO kablam! | Sep 20 05:12:11.436 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 20 05:12:11.436 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 20 05:12:11.436 INFO kablam! | Sep 20 05:12:11.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.436 INFO kablam! | Sep 20 05:12:11.436 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.436 INFO kablam! | Sep 20 05:12:11.436 INFO kablam! Sep 20 05:12:11.439 INFO kablam! error: aborting due to 5 previous errors Sep 20 05:12:11.439 INFO kablam! Sep 20 05:12:11.439 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:12:11.439 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:12:11.445 INFO kablam! error: Could not compile `aes-soft`. Sep 20 05:12:11.445 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:12:11.469 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 20 05:12:11.469 INFO kablam! --> benches/aes256.rs:6:24 Sep 20 05:12:11.469 INFO kablam! | Sep 20 05:12:11.469 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 20 05:12:11.469 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 05:12:11.469 INFO kablam! Sep 20 05:12:11.470 INFO kablam! warning: unused import: `BlockCipher` Sep 20 05:12:11.470 INFO kablam! --> benches/aes256.rs:6:24 Sep 20 05:12:11.470 INFO kablam! | Sep 20 05:12:11.470 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 20 05:12:11.470 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:12:11.470 INFO kablam! | Sep 20 05:12:11.470 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:12:11.470 INFO kablam! Sep 20 05:12:11.511 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 20 05:12:11.511 INFO kablam! --> benches/aes256.rs:10:18 Sep 20 05:12:11.511 INFO kablam! | Sep 20 05:12:11.512 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:11.512 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 20 05:12:11.512 INFO kablam! | Sep 20 05:12:11.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.512 INFO kablam! | Sep 20 05:12:11.512 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.512 INFO kablam! | Sep 20 05:12:11.512 INFO kablam! Sep 20 05:12:11.513 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 20 05:12:11.513 INFO kablam! --> benches/aes256.rs:22:18 Sep 20 05:12:11.513 INFO kablam! | Sep 20 05:12:11.513 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:11.513 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 20 05:12:11.513 INFO kablam! | Sep 20 05:12:11.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.513 INFO kablam! | Sep 20 05:12:11.513 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.513 INFO kablam! | Sep 20 05:12:11.513 INFO kablam! Sep 20 05:12:11.514 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 20 05:12:11.514 INFO kablam! --> benches/aes256.rs:34:18 Sep 20 05:12:11.514 INFO kablam! | Sep 20 05:12:11.514 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:11.514 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 20 05:12:11.514 INFO kablam! | Sep 20 05:12:11.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.514 INFO kablam! | Sep 20 05:12:11.514 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.514 INFO kablam! | Sep 20 05:12:11.514 INFO kablam! Sep 20 05:12:11.515 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 20 05:12:11.515 INFO kablam! --> benches/aes256.rs:46:18 Sep 20 05:12:11.515 INFO kablam! | Sep 20 05:12:11.515 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 20 05:12:11.515 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 20 05:12:11.515 INFO kablam! | Sep 20 05:12:11.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 05:12:11.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 05:12:11.515 INFO kablam! | Sep 20 05:12:11.515 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 20 05:12:11.515 INFO kablam! | Sep 20 05:12:11.515 INFO kablam! Sep 20 05:12:11.518 INFO kablam! error: aborting due to 5 previous errors Sep 20 05:12:11.518 INFO kablam! Sep 20 05:12:11.518 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:12:11.518 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:12:11.525 INFO kablam! error: Could not compile `aes-soft`. Sep 20 05:12:11.525 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:12:11.671 INFO kablam! error: build failed Sep 20 05:12:11.672 INFO kablam! su: No module specific data is present Sep 20 05:12:12.143 INFO running `"docker" "rm" "-f" "2ae900b6ce33ed6efcf70ba007f5e38cbc2ba416d2de598d83f7b0beb5d0ebc2"` Sep 20 05:12:12.195 INFO blam! 2ae900b6ce33ed6efcf70ba007f5e38cbc2ba416d2de598d83f7b0beb5d0ebc2