Sep 14 19:56:22.042 INFO checking aes-soft-0.2.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:56:22.042 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:56:22.042 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:56:22.245 INFO blam! 0b00c06622e20a0de597363501428d80c3f92b520fa4d5dc33e9caa7bb6c5bd6 Sep 14 19:56:22.246 INFO running `"docker" "start" "-a" "0b00c06622e20a0de597363501428d80c3f92b520fa4d5dc33e9caa7bb6c5bd6"` Sep 14 19:56:23.045 INFO kablam! usermod: no changes Sep 14 19:56:23.091 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 14 19:56:24.659 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 14 19:56:24.659 INFO kablam! --> benches/aes192.rs:6:24 Sep 14 19:56:24.659 INFO kablam! | Sep 14 19:56:24.659 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 14 19:56:24.659 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 14 19:56:24.659 INFO kablam! Sep 14 19:56:24.659 INFO kablam! warning: unused import: `BlockCipher` Sep 14 19:56:24.659 INFO kablam! --> benches/aes192.rs:6:24 Sep 14 19:56:24.659 INFO kablam! | Sep 14 19:56:24.659 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 14 19:56:24.659 INFO kablam! | ^^^^^^^^^^^ Sep 14 19:56:24.659 INFO kablam! | Sep 14 19:56:24.659 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:56:24.659 INFO kablam! Sep 14 19:56:24.659 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 14 19:56:24.659 INFO kablam! --> benches/aes256.rs:6:24 Sep 14 19:56:24.659 INFO kablam! | Sep 14 19:56:24.659 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 14 19:56:24.659 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 14 19:56:24.659 INFO kablam! Sep 14 19:56:24.659 INFO kablam! warning: unused import: `BlockCipher` Sep 14 19:56:24.659 INFO kablam! --> benches/aes256.rs:6:24 Sep 14 19:56:24.659 INFO kablam! | Sep 14 19:56:24.659 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 14 19:56:24.659 INFO kablam! | ^^^^^^^^^^^ Sep 14 19:56:24.659 INFO kablam! | Sep 14 19:56:24.660 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:56:24.660 INFO kablam! Sep 14 19:56:24.736 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 14 19:56:24.736 INFO kablam! --> benches/aes192.rs:10:18 Sep 14 19:56:24.736 INFO kablam! | Sep 14 19:56:24.736 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 14 19:56:24.736 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 14 19:56:24.736 INFO kablam! | Sep 14 19:56:24.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.736 INFO kablam! | Sep 14 19:56:24.736 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.736 INFO kablam! | Sep 14 19:56:24.736 INFO kablam! Sep 14 19:56:24.736 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 14 19:56:24.736 INFO kablam! --> benches/aes192.rs:22:18 Sep 14 19:56:24.736 INFO kablam! | Sep 14 19:56:24.736 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 14 19:56:24.736 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! Sep 14 19:56:24.737 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 14 19:56:24.737 INFO kablam! --> benches/aes192.rs:34:18 Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 14 19:56:24.737 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! Sep 14 19:56:24.737 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 14 19:56:24.737 INFO kablam! --> benches/aes192.rs:46:18 Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 14 19:56:24.737 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.737 INFO kablam! | Sep 14 19:56:24.737 INFO kablam! Sep 14 19:56:24.737 INFO kablam! error: aborting due to 5 previous errors Sep 14 19:56:24.744 INFO kablam! Sep 14 19:56:24.744 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 19:56:24.744 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 19:56:24.745 INFO kablam! error: Could not compile `aes-soft`. Sep 14 19:56:24.745 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:56:24.786 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 14 19:56:24.786 INFO kablam! --> benches/aes256.rs:10:18 Sep 14 19:56:24.786 INFO kablam! | Sep 14 19:56:24.786 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 14 19:56:24.786 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 14 19:56:24.786 INFO kablam! | Sep 14 19:56:24.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.787 INFO kablam! | Sep 14 19:56:24.787 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.787 INFO kablam! | Sep 14 19:56:24.787 INFO kablam! Sep 14 19:56:24.787 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 14 19:56:24.787 INFO kablam! --> benches/aes256.rs:22:18 Sep 14 19:56:24.787 INFO kablam! | Sep 14 19:56:24.787 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 14 19:56:24.787 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! Sep 14 19:56:24.794 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 14 19:56:24.794 INFO kablam! --> benches/aes256.rs:34:18 Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 14 19:56:24.794 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! Sep 14 19:56:24.794 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 14 19:56:24.794 INFO kablam! --> benches/aes256.rs:46:18 Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 14 19:56:24.794 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.794 INFO kablam! | Sep 14 19:56:24.794 INFO kablam! Sep 14 19:56:24.794 INFO kablam! error: aborting due to 5 previous errors Sep 14 19:56:24.799 INFO kablam! Sep 14 19:56:24.799 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 19:56:24.799 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 19:56:24.802 INFO kablam! error: Could not compile `aes-soft`. Sep 14 19:56:24.802 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:56:24.807 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 14 19:56:24.807 INFO kablam! --> benches/aes128.rs:6:24 Sep 14 19:56:24.807 INFO kablam! | Sep 14 19:56:24.807 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 14 19:56:24.807 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 14 19:56:24.807 INFO kablam! Sep 14 19:56:24.807 INFO kablam! warning: unused import: `BlockCipher` Sep 14 19:56:24.807 INFO kablam! --> benches/aes128.rs:6:24 Sep 14 19:56:24.807 INFO kablam! | Sep 14 19:56:24.807 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 14 19:56:24.807 INFO kablam! | ^^^^^^^^^^^ Sep 14 19:56:24.807 INFO kablam! | Sep 14 19:56:24.807 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:56:24.807 INFO kablam! Sep 14 19:56:24.898 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 14 19:56:24.898 INFO kablam! --> benches/aes128.rs:10:18 Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 14 19:56:24.898 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! Sep 14 19:56:24.898 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 14 19:56:24.898 INFO kablam! --> benches/aes128.rs:22:18 Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 14 19:56:24.898 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! Sep 14 19:56:24.898 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 14 19:56:24.898 INFO kablam! --> benches/aes128.rs:34:18 Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 14 19:56:24.898 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! Sep 14 19:56:24.898 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 14 19:56:24.898 INFO kablam! --> benches/aes128.rs:46:18 Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 14 19:56:24.898 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:24.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 14 19:56:24.898 INFO kablam! | Sep 14 19:56:24.898 INFO kablam! Sep 14 19:56:24.898 INFO kablam! error: aborting due to 5 previous errors Sep 14 19:56:24.898 INFO kablam! Sep 14 19:56:24.898 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 19:56:24.898 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 19:56:24.923 INFO kablam! error: Could not compile `aes-soft`. Sep 14 19:56:24.923 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:56:24.923 INFO kablam! error: build failed Sep 14 19:56:24.923 INFO kablam! su: No module specific data is present Sep 14 19:56:25.620 INFO running `"docker" "rm" "-f" "0b00c06622e20a0de597363501428d80c3f92b520fa4d5dc33e9caa7bb6c5bd6"` Sep 14 19:56:25.715 INFO blam! 0b00c06622e20a0de597363501428d80c3f92b520fa4d5dc33e9caa7bb6c5bd6