Sep 21 13:41:07.391 INFO checking aes-soft-0.2.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 13:41:07.391 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 13:41:07.391 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 13:41:07.565 INFO blam! 5433b5c1411977d88d885732d889f525eb5b8107294de1e15a6f39c756858766 Sep 21 13:41:07.567 INFO running `"docker" "start" "-a" "5433b5c1411977d88d885732d889f525eb5b8107294de1e15a6f39c756858766"` Sep 21 13:41:08.441 INFO kablam! usermod: no changes Sep 21 13:41:08.490 INFO kablam! Checking aes-soft v0.2.0 (/source) Sep 21 13:41:09.911 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 21 13:41:09.911 INFO kablam! --> benches/aes128.rs:6:24 Sep 21 13:41:09.911 INFO kablam! | Sep 21 13:41:09.911 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 21 13:41:09.911 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 21 13:41:09.911 INFO kablam! Sep 21 13:41:09.911 INFO kablam! warning: unused import: `BlockCipher` Sep 21 13:41:09.911 INFO kablam! --> benches/aes128.rs:6:24 Sep 21 13:41:09.911 INFO kablam! | Sep 21 13:41:09.911 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 21 13:41:09.911 INFO kablam! | ^^^^^^^^^^^ Sep 21 13:41:09.911 INFO kablam! | Sep 21 13:41:09.911 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:41:09.911 INFO kablam! Sep 21 13:41:09.989 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 21 13:41:09.989 INFO kablam! --> benches/aes128.rs:10:18 Sep 21 13:41:09.989 INFO kablam! | Sep 21 13:41:09.989 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:09.989 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 21 13:41:09.989 INFO kablam! | Sep 21 13:41:09.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.989 INFO kablam! | Sep 21 13:41:09.989 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.989 INFO kablam! | Sep 21 13:41:09.989 INFO kablam! Sep 21 13:41:09.989 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 21 13:41:09.989 INFO kablam! --> benches/aes128.rs:22:18 Sep 21 13:41:09.989 INFO kablam! | Sep 21 13:41:09.989 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:09.989 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 21 13:41:09.989 INFO kablam! | Sep 21 13:41:09.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.991 INFO kablam! | Sep 21 13:41:09.991 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.991 INFO kablam! | Sep 21 13:41:09.991 INFO kablam! Sep 21 13:41:09.994 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 21 13:41:09.994 INFO kablam! --> benches/aes128.rs:34:18 Sep 21 13:41:09.994 INFO kablam! | Sep 21 13:41:09.994 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:09.994 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 21 13:41:09.994 INFO kablam! | Sep 21 13:41:09.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.994 INFO kablam! | Sep 21 13:41:09.994 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.994 INFO kablam! | Sep 21 13:41:09.994 INFO kablam! Sep 21 13:41:09.995 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 21 13:41:09.995 INFO kablam! --> benches/aes128.rs:46:18 Sep 21 13:41:09.995 INFO kablam! | Sep 21 13:41:09.995 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 21 13:41:09.995 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 21 13:41:09.995 INFO kablam! | Sep 21 13:41:09.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:09.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:09.995 INFO kablam! | Sep 21 13:41:09.995 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:09.995 INFO kablam! | Sep 21 13:41:09.995 INFO kablam! Sep 21 13:41:10.006 INFO kablam! error: aborting due to 5 previous errors Sep 21 13:41:10.006 INFO kablam! Sep 21 13:41:10.006 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 13:41:10.006 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 13:41:10.009 INFO kablam! error: Could not compile `aes-soft`. Sep 21 13:41:10.009 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:41:10.136 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 21 13:41:10.136 INFO kablam! --> benches/aes192.rs:6:24 Sep 21 13:41:10.136 INFO kablam! | Sep 21 13:41:10.136 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 21 13:41:10.137 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 21 13:41:10.137 INFO kablam! Sep 21 13:41:10.137 INFO kablam! warning: unused import: `BlockCipher` Sep 21 13:41:10.137 INFO kablam! --> benches/aes192.rs:6:24 Sep 21 13:41:10.137 INFO kablam! | Sep 21 13:41:10.137 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 21 13:41:10.137 INFO kablam! | ^^^^^^^^^^^ Sep 21 13:41:10.137 INFO kablam! | Sep 21 13:41:10.137 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:41:10.137 INFO kablam! Sep 21 13:41:10.249 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 21 13:41:10.249 INFO kablam! --> benches/aes192.rs:10:18 Sep 21 13:41:10.249 INFO kablam! | Sep 21 13:41:10.249 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:10.249 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 21 13:41:10.249 INFO kablam! | Sep 21 13:41:10.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:10.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:10.249 INFO kablam! | Sep 21 13:41:10.249 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:10.249 INFO kablam! | Sep 21 13:41:10.249 INFO kablam! Sep 21 13:41:10.250 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 21 13:41:10.250 INFO kablam! --> benches/aes192.rs:22:18 Sep 21 13:41:10.250 INFO kablam! | Sep 21 13:41:10.250 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:10.250 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 21 13:41:10.250 INFO kablam! | Sep 21 13:41:10.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:10.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:10.250 INFO kablam! | Sep 21 13:41:10.250 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:10.250 INFO kablam! | Sep 21 13:41:10.250 INFO kablam! Sep 21 13:41:10.250 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 21 13:41:10.250 INFO kablam! --> benches/aes192.rs:34:18 Sep 21 13:41:10.250 INFO kablam! | Sep 21 13:41:10.250 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:10.250 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 21 13:41:10.250 INFO kablam! | Sep 21 13:41:10.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:10.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:10.250 INFO kablam! | Sep 21 13:41:10.250 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:10.250 INFO kablam! | Sep 21 13:41:10.250 INFO kablam! Sep 21 13:41:10.250 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 21 13:41:10.250 INFO kablam! --> benches/aes192.rs:46:18 Sep 21 13:41:10.250 INFO kablam! | Sep 21 13:41:10.250 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 21 13:41:10.250 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 21 13:41:10.250 INFO kablam! | Sep 21 13:41:10.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:10.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:10.251 INFO kablam! | Sep 21 13:41:10.251 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:10.251 INFO kablam! | Sep 21 13:41:10.251 INFO kablam! Sep 21 13:41:10.260 INFO kablam! error: aborting due to 5 previous errors Sep 21 13:41:10.260 INFO kablam! Sep 21 13:41:10.260 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 13:41:10.260 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 13:41:10.273 INFO kablam! error: Could not compile `aes-soft`. Sep 21 13:41:10.273 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:41:10.282 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 21 13:41:10.282 INFO kablam! --> benches/aes256.rs:6:24 Sep 21 13:41:10.282 INFO kablam! | Sep 21 13:41:10.282 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 21 13:41:10.282 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 21 13:41:10.282 INFO kablam! Sep 21 13:41:10.283 INFO kablam! warning: unused import: `BlockCipher` Sep 21 13:41:10.283 INFO kablam! --> benches/aes256.rs:6:24 Sep 21 13:41:10.283 INFO kablam! | Sep 21 13:41:10.283 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 21 13:41:10.283 INFO kablam! | ^^^^^^^^^^^ Sep 21 13:41:10.283 INFO kablam! | Sep 21 13:41:10.283 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:41:10.283 INFO kablam! Sep 21 13:41:10.363 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 21 13:41:10.363 INFO kablam! --> benches/aes256.rs:10:18 Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:10.363 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:10.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! Sep 21 13:41:10.363 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 21 13:41:10.363 INFO kablam! --> benches/aes256.rs:22:18 Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:10.363 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:10.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! Sep 21 13:41:10.363 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 21 13:41:10.363 INFO kablam! --> benches/aes256.rs:34:18 Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:10.363 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:10.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! Sep 21 13:41:10.363 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 21 13:41:10.363 INFO kablam! --> benches/aes256.rs:46:18 Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 21 13:41:10.363 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 13:41:10.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.363 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 21 13:41:10.363 INFO kablam! | Sep 21 13:41:10.364 INFO kablam! Sep 21 13:41:10.366 INFO kablam! error: aborting due to 5 previous errors Sep 21 13:41:10.366 INFO kablam! Sep 21 13:41:10.366 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 13:41:10.366 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 13:41:10.379 INFO kablam! error: Could not compile `aes-soft`. Sep 21 13:41:10.379 INFO kablam! Sep 21 13:41:10.379 INFO kablam! To learn more, run the command again with --verbose. Sep 21 13:41:10.398 INFO kablam! su: No module specific data is present Sep 21 13:41:10.999 INFO running `"docker" "rm" "-f" "5433b5c1411977d88d885732d889f525eb5b8107294de1e15a6f39c756858766"` Sep 21 13:41:11.138 INFO blam! 5433b5c1411977d88d885732d889f525eb5b8107294de1e15a6f39c756858766