Sep 01 11:09:34.231 INFO checking aes-soft-0.2.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 11:09:34.231 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 11:09:34.231 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:09:34.398 INFO blam! 9738e3c73da5a40f648bf44ce92bbd07a6e0e400bfd66c536d98d01948f1cb4e Sep 01 11:09:34.399 INFO running `"docker" "start" "-a" "9738e3c73da5a40f648bf44ce92bbd07a6e0e400bfd66c536d98d01948f1cb4e"` Sep 01 11:09:35.077 INFO kablam! Checking block-cipher-trait v0.5.3 Sep 01 11:09:35.326 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 01 11:09:38.702 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 01 11:09:38.702 INFO kablam! --> benches/aes192.rs:6:24 Sep 01 11:09:38.702 INFO kablam! | Sep 01 11:09:38.702 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 01 11:09:38.702 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 01 11:09:38.714 INFO kablam! Sep 01 11:09:38.716 INFO kablam! warning: unused import: `BlockCipher` Sep 01 11:09:38.716 INFO kablam! --> benches/aes192.rs:6:24 Sep 01 11:09:38.716 INFO kablam! | Sep 01 11:09:38.716 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 01 11:09:38.716 INFO kablam! | ^^^^^^^^^^^ Sep 01 11:09:38.716 INFO kablam! | Sep 01 11:09:38.716 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:09:38.716 INFO kablam! Sep 01 11:09:38.736 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 01 11:09:38.736 INFO kablam! --> benches/aes256.rs:6:24 Sep 01 11:09:38.736 INFO kablam! | Sep 01 11:09:38.736 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 01 11:09:38.736 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 01 11:09:38.736 INFO kablam! Sep 01 11:09:38.737 INFO kablam! warning: unused import: `BlockCipher` Sep 01 11:09:38.737 INFO kablam! --> benches/aes256.rs:6:24 Sep 01 11:09:38.737 INFO kablam! | Sep 01 11:09:38.737 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 01 11:09:38.737 INFO kablam! | ^^^^^^^^^^^ Sep 01 11:09:38.737 INFO kablam! | Sep 01 11:09:38.737 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:09:38.737 INFO kablam! Sep 01 11:09:38.775 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 01 11:09:38.775 INFO kablam! --> benches/aes128.rs:6:24 Sep 01 11:09:38.775 INFO kablam! | Sep 01 11:09:38.775 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 01 11:09:38.775 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 01 11:09:38.775 INFO kablam! Sep 01 11:09:38.776 INFO kablam! warning: unused import: `BlockCipher` Sep 01 11:09:38.776 INFO kablam! --> benches/aes128.rs:6:24 Sep 01 11:09:38.776 INFO kablam! | Sep 01 11:09:38.776 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 01 11:09:38.776 INFO kablam! | ^^^^^^^^^^^ Sep 01 11:09:38.776 INFO kablam! | Sep 01 11:09:38.776 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:09:38.776 INFO kablam! Sep 01 11:09:38.954 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 01 11:09:38.954 INFO kablam! --> benches/aes256.rs:10:18 Sep 01 11:09:38.954 INFO kablam! | Sep 01 11:09:38.954 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:38.954 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 01 11:09:38.954 INFO kablam! | Sep 01 11:09:38.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:38.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:38.954 INFO kablam! | Sep 01 11:09:38.954 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:38.954 INFO kablam! | Sep 01 11:09:38.954 INFO kablam! Sep 01 11:09:38.958 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 01 11:09:38.958 INFO kablam! --> benches/aes256.rs:22:18 Sep 01 11:09:38.958 INFO kablam! | Sep 01 11:09:38.958 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:38.958 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 01 11:09:38.958 INFO kablam! | Sep 01 11:09:38.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:38.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:38.958 INFO kablam! | Sep 01 11:09:38.958 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:38.958 INFO kablam! | Sep 01 11:09:38.958 INFO kablam! Sep 01 11:09:38.963 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 01 11:09:38.963 INFO kablam! --> benches/aes128.rs:10:18 Sep 01 11:09:38.963 INFO kablam! | Sep 01 11:09:38.963 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:38.963 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 01 11:09:38.963 INFO kablam! | Sep 01 11:09:38.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:38.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:38.963 INFO kablam! | Sep 01 11:09:38.963 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:38.963 INFO kablam! | Sep 01 11:09:38.964 INFO kablam! Sep 01 11:09:38.967 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 01 11:09:38.967 INFO kablam! --> benches/aes128.rs:22:18 Sep 01 11:09:38.967 INFO kablam! | Sep 01 11:09:38.967 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:38.967 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 01 11:09:38.967 INFO kablam! | Sep 01 11:09:38.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:38.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:38.967 INFO kablam! | Sep 01 11:09:38.967 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:38.967 INFO kablam! | Sep 01 11:09:38.968 INFO kablam! Sep 01 11:09:38.969 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 01 11:09:38.969 INFO kablam! --> benches/aes128.rs:34:18 Sep 01 11:09:38.969 INFO kablam! | Sep 01 11:09:38.969 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:38.969 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 01 11:09:38.970 INFO kablam! | Sep 01 11:09:38.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:38.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:38.971 INFO kablam! | Sep 01 11:09:38.971 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:38.971 INFO kablam! | Sep 01 11:09:38.971 INFO kablam! Sep 01 11:09:38.972 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 01 11:09:38.972 INFO kablam! --> benches/aes256.rs:34:18 Sep 01 11:09:38.972 INFO kablam! | Sep 01 11:09:38.972 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:38.972 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 01 11:09:38.972 INFO kablam! | Sep 01 11:09:38.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:38.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:38.972 INFO kablam! | Sep 01 11:09:38.972 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:38.972 INFO kablam! | Sep 01 11:09:38.973 INFO kablam! Sep 01 11:09:38.975 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 01 11:09:38.975 INFO kablam! --> benches/aes256.rs:46:18 Sep 01 11:09:38.975 INFO kablam! | Sep 01 11:09:38.975 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 01 11:09:38.975 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 01 11:09:38.975 INFO kablam! | Sep 01 11:09:38.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:38.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:38.975 INFO kablam! | Sep 01 11:09:38.975 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:38.975 INFO kablam! | Sep 01 11:09:38.975 INFO kablam! Sep 01 11:09:38.976 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 01 11:09:38.976 INFO kablam! --> benches/aes128.rs:46:18 Sep 01 11:09:38.976 INFO kablam! | Sep 01 11:09:38.976 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 01 11:09:38.976 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 01 11:09:38.976 INFO kablam! | Sep 01 11:09:38.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:38.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:38.977 INFO kablam! | Sep 01 11:09:38.977 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:38.977 INFO kablam! | Sep 01 11:09:38.977 INFO kablam! Sep 01 11:09:38.979 INFO kablam! error: aborting due to 5 previous errors Sep 01 11:09:38.979 INFO kablam! Sep 01 11:09:38.979 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 11:09:38.980 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:09:38.988 INFO kablam! error: Could not compile `aes-soft`. Sep 01 11:09:38.988 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:09:38.991 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 01 11:09:38.991 INFO kablam! --> benches/aes192.rs:10:18 Sep 01 11:09:38.991 INFO kablam! | Sep 01 11:09:38.991 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:38.991 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 01 11:09:38.991 INFO kablam! | Sep 01 11:09:38.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:38.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:38.991 INFO kablam! | Sep 01 11:09:38.991 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:38.991 INFO kablam! | Sep 01 11:09:38.991 INFO kablam! Sep 01 11:09:38.996 INFO kablam! error: aborting due to 5 previous errors Sep 01 11:09:38.996 INFO kablam! Sep 01 11:09:38.996 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 11:09:38.996 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:09:39.004 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 01 11:09:39.004 INFO kablam! --> benches/aes192.rs:22:18 Sep 01 11:09:39.004 INFO kablam! | Sep 01 11:09:39.004 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:39.004 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 01 11:09:39.004 INFO kablam! | Sep 01 11:09:39.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:39.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:39.004 INFO kablam! | Sep 01 11:09:39.004 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:39.004 INFO kablam! | Sep 01 11:09:39.004 INFO kablam! Sep 01 11:09:39.006 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 01 11:09:39.006 INFO kablam! --> benches/aes192.rs:34:18 Sep 01 11:09:39.006 INFO kablam! | Sep 01 11:09:39.006 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:39.006 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 01 11:09:39.006 INFO kablam! | Sep 01 11:09:39.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:39.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:39.006 INFO kablam! | Sep 01 11:09:39.006 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:39.006 INFO kablam! | Sep 01 11:09:39.006 INFO kablam! Sep 01 11:09:39.009 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 01 11:09:39.009 INFO kablam! --> benches/aes192.rs:46:18 Sep 01 11:09:39.009 INFO kablam! | Sep 01 11:09:39.009 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 01 11:09:39.009 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 01 11:09:39.009 INFO kablam! | Sep 01 11:09:39.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 11:09:39.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 11:09:39.009 INFO kablam! | Sep 01 11:09:39.009 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 01 11:09:39.009 INFO kablam! | Sep 01 11:09:39.009 INFO kablam! Sep 01 11:09:39.010 INFO kablam! error: Could not compile `aes-soft`. Sep 01 11:09:39.010 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:09:39.022 INFO kablam! error: aborting due to 5 previous errors Sep 01 11:09:39.022 INFO kablam! Sep 01 11:09:39.022 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 11:09:39.022 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:09:39.042 INFO kablam! error: Could not compile `aes-soft`. Sep 01 11:09:39.042 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:09:39.459 INFO kablam! error: build failed Sep 01 11:09:39.461 INFO kablam! su: No module specific data is present Sep 01 11:09:39.955 INFO running `"docker" "rm" "-f" "9738e3c73da5a40f648bf44ce92bbd07a6e0e400bfd66c536d98d01948f1cb4e"` Sep 01 11:09:40.096 INFO blam! 9738e3c73da5a40f648bf44ce92bbd07a6e0e400bfd66c536d98d01948f1cb4e