Sep 06 10:13:32.489 INFO checking aes-soft-0.2.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 10:13:32.489 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 10:13:32.489 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 10:13:32.625 INFO blam! 8891ec8738b3753a3f748e4fb74ecd1ee6843c5c50c33b47dd9fc23e3557ec6a Sep 06 10:13:32.625 INFO running `"docker" "start" "-a" "8891ec8738b3753a3f748e4fb74ecd1ee6843c5c50c33b47dd9fc23e3557ec6a"` Sep 06 10:13:33.841 INFO kablam! usermod: no changes Sep 06 10:13:33.869 INFO kablam! Checking block-cipher-trait v0.5.3 Sep 06 10:13:33.993 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 06 10:13:35.058 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 06 10:13:35.058 INFO kablam! --> benches/aes256.rs:6:24 Sep 06 10:13:35.058 INFO kablam! | Sep 06 10:13:35.058 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 06 10:13:35.058 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 06 10:13:35.058 INFO kablam! Sep 06 10:13:35.058 INFO kablam! warning: unused import: `BlockCipher` Sep 06 10:13:35.058 INFO kablam! --> benches/aes256.rs:6:24 Sep 06 10:13:35.058 INFO kablam! | Sep 06 10:13:35.058 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 06 10:13:35.058 INFO kablam! | ^^^^^^^^^^^ Sep 06 10:13:35.058 INFO kablam! | Sep 06 10:13:35.058 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 10:13:35.058 INFO kablam! Sep 06 10:13:35.122 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 06 10:13:35.122 INFO kablam! --> benches/aes256.rs:10:18 Sep 06 10:13:35.122 INFO kablam! | Sep 06 10:13:35.122 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:35.122 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 06 10:13:35.122 INFO kablam! | Sep 06 10:13:35.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.122 INFO kablam! | Sep 06 10:13:35.122 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.122 INFO kablam! | Sep 06 10:13:35.122 INFO kablam! Sep 06 10:13:35.122 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 06 10:13:35.122 INFO kablam! --> benches/aes256.rs:22:18 Sep 06 10:13:35.122 INFO kablam! | Sep 06 10:13:35.122 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:35.122 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 06 10:13:35.122 INFO kablam! | Sep 06 10:13:35.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.122 INFO kablam! | Sep 06 10:13:35.122 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.122 INFO kablam! | Sep 06 10:13:35.122 INFO kablam! Sep 06 10:13:35.124 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 06 10:13:35.124 INFO kablam! --> benches/aes256.rs:34:18 Sep 06 10:13:35.124 INFO kablam! | Sep 06 10:13:35.124 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:35.124 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 06 10:13:35.124 INFO kablam! | Sep 06 10:13:35.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.124 INFO kablam! | Sep 06 10:13:35.124 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.124 INFO kablam! | Sep 06 10:13:35.124 INFO kablam! Sep 06 10:13:35.126 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 06 10:13:35.126 INFO kablam! --> benches/aes256.rs:46:18 Sep 06 10:13:35.126 INFO kablam! | Sep 06 10:13:35.126 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 06 10:13:35.126 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 06 10:13:35.126 INFO kablam! | Sep 06 10:13:35.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.127 INFO kablam! | Sep 06 10:13:35.127 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.127 INFO kablam! | Sep 06 10:13:35.127 INFO kablam! Sep 06 10:13:35.134 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 06 10:13:35.134 INFO kablam! --> benches/aes128.rs:6:24 Sep 06 10:13:35.134 INFO kablam! | Sep 06 10:13:35.134 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 06 10:13:35.134 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 06 10:13:35.134 INFO kablam! Sep 06 10:13:35.134 INFO kablam! error: aborting due to 5 previous errors Sep 06 10:13:35.134 INFO kablam! Sep 06 10:13:35.134 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 10:13:35.134 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 10:13:35.134 INFO kablam! warning: unused import: `BlockCipher` Sep 06 10:13:35.134 INFO kablam! --> benches/aes128.rs:6:24 Sep 06 10:13:35.134 INFO kablam! | Sep 06 10:13:35.134 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 06 10:13:35.134 INFO kablam! | ^^^^^^^^^^^ Sep 06 10:13:35.134 INFO kablam! | Sep 06 10:13:35.134 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 10:13:35.134 INFO kablam! Sep 06 10:13:35.143 INFO kablam! error: Could not compile `aes-soft`. Sep 06 10:13:35.143 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 10:13:35.186 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 06 10:13:35.186 INFO kablam! --> benches/aes192.rs:6:24 Sep 06 10:13:35.186 INFO kablam! | Sep 06 10:13:35.186 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 06 10:13:35.186 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 06 10:13:35.186 INFO kablam! Sep 06 10:13:35.186 INFO kablam! warning: unused import: `BlockCipher` Sep 06 10:13:35.186 INFO kablam! --> benches/aes192.rs:6:24 Sep 06 10:13:35.186 INFO kablam! | Sep 06 10:13:35.186 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 06 10:13:35.186 INFO kablam! | ^^^^^^^^^^^ Sep 06 10:13:35.186 INFO kablam! | Sep 06 10:13:35.186 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 10:13:35.186 INFO kablam! Sep 06 10:13:35.219 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 06 10:13:35.219 INFO kablam! --> benches/aes128.rs:10:18 Sep 06 10:13:35.219 INFO kablam! | Sep 06 10:13:35.219 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:35.219 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 06 10:13:35.219 INFO kablam! | Sep 06 10:13:35.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.219 INFO kablam! | Sep 06 10:13:35.219 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.219 INFO kablam! | Sep 06 10:13:35.219 INFO kablam! Sep 06 10:13:35.220 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 06 10:13:35.220 INFO kablam! --> benches/aes128.rs:22:18 Sep 06 10:13:35.221 INFO kablam! | Sep 06 10:13:35.221 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:35.221 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 06 10:13:35.221 INFO kablam! | Sep 06 10:13:35.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.221 INFO kablam! | Sep 06 10:13:35.221 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.221 INFO kablam! | Sep 06 10:13:35.221 INFO kablam! Sep 06 10:13:35.221 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 06 10:13:35.221 INFO kablam! --> benches/aes128.rs:34:18 Sep 06 10:13:35.221 INFO kablam! | Sep 06 10:13:35.221 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:35.221 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 06 10:13:35.221 INFO kablam! | Sep 06 10:13:35.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.222 INFO kablam! | Sep 06 10:13:35.222 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.222 INFO kablam! | Sep 06 10:13:35.222 INFO kablam! Sep 06 10:13:35.227 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 06 10:13:35.227 INFO kablam! --> benches/aes128.rs:46:18 Sep 06 10:13:35.227 INFO kablam! | Sep 06 10:13:35.227 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 06 10:13:35.227 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 06 10:13:35.227 INFO kablam! | Sep 06 10:13:35.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.227 INFO kablam! | Sep 06 10:13:35.227 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.227 INFO kablam! | Sep 06 10:13:35.227 INFO kablam! Sep 06 10:13:35.227 INFO kablam! error: aborting due to 5 previous errors Sep 06 10:13:35.227 INFO kablam! Sep 06 10:13:35.227 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 10:13:35.227 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 10:13:35.234 INFO kablam! error: Could not compile `aes-soft`. Sep 06 10:13:35.234 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 10:13:35.253 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 06 10:13:35.253 INFO kablam! --> benches/aes192.rs:10:18 Sep 06 10:13:35.253 INFO kablam! | Sep 06 10:13:35.253 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:35.253 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 06 10:13:35.253 INFO kablam! | Sep 06 10:13:35.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.253 INFO kablam! | Sep 06 10:13:35.253 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.253 INFO kablam! | Sep 06 10:13:35.253 INFO kablam! Sep 06 10:13:35.255 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 06 10:13:35.255 INFO kablam! --> benches/aes192.rs:22:18 Sep 06 10:13:35.255 INFO kablam! | Sep 06 10:13:35.255 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:35.255 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 06 10:13:35.255 INFO kablam! | Sep 06 10:13:35.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.255 INFO kablam! | Sep 06 10:13:35.255 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.255 INFO kablam! | Sep 06 10:13:35.255 INFO kablam! Sep 06 10:13:35.258 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 06 10:13:35.258 INFO kablam! --> benches/aes192.rs:34:18 Sep 06 10:13:35.258 INFO kablam! | Sep 06 10:13:35.258 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:35.258 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 06 10:13:35.258 INFO kablam! | Sep 06 10:13:35.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.258 INFO kablam! | Sep 06 10:13:35.258 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.258 INFO kablam! | Sep 06 10:13:35.258 INFO kablam! Sep 06 10:13:35.258 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 06 10:13:35.258 INFO kablam! --> benches/aes192.rs:46:18 Sep 06 10:13:35.258 INFO kablam! | Sep 06 10:13:35.258 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 06 10:13:35.258 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 06 10:13:35.258 INFO kablam! | Sep 06 10:13:35.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 10:13:35.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 10:13:35.258 INFO kablam! | Sep 06 10:13:35.258 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 06 10:13:35.258 INFO kablam! | Sep 06 10:13:35.258 INFO kablam! Sep 06 10:13:35.262 INFO kablam! error: aborting due to 5 previous errors Sep 06 10:13:35.262 INFO kablam! Sep 06 10:13:35.262 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 10:13:35.262 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 10:13:35.268 INFO kablam! error: Could not compile `aes-soft`. Sep 06 10:13:35.268 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 10:13:35.387 INFO kablam! error: build failed Sep 06 10:13:35.392 INFO kablam! su: No module specific data is present Sep 06 10:13:35.912 INFO running `"docker" "rm" "-f" "8891ec8738b3753a3f748e4fb74ecd1ee6843c5c50c33b47dd9fc23e3557ec6a"` Sep 06 10:13:35.989 INFO blam! 8891ec8738b3753a3f748e4fb74ecd1ee6843c5c50c33b47dd9fc23e3557ec6a