Sep 14 19:56:25.312 INFO checking aes-0.2.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:56:25.312 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:56:25.313 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/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:25.605 INFO blam! a56f86d247f4e7e3a9ca3ab1d7f0cc5f129fd829af03afab25a05b3f895ae1a0 Sep 14 19:56:25.606 INFO running `"docker" "start" "-a" "a56f86d247f4e7e3a9ca3ab1d7f0cc5f129fd829af03afab25a05b3f895ae1a0"` Sep 14 19:56:26.470 INFO kablam! usermod: no changes Sep 14 19:56:26.520 INFO kablam! Checking aes-soft v0.2.0 Sep 14 19:56:27.044 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 14 19:56:27.848 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 14 19:56:27.848 INFO kablam! --> benches/aes128.rs:6:19 Sep 14 19:56:27.848 INFO kablam! | Sep 14 19:56:27.848 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 14 19:56:27.848 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 14 19:56:27.848 INFO kablam! Sep 14 19:56:27.854 INFO kablam! warning: unused import: `BlockCipher` Sep 14 19:56:27.854 INFO kablam! --> benches/aes128.rs:6:19 Sep 14 19:56:27.854 INFO kablam! | Sep 14 19:56:27.854 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 14 19:56:27.854 INFO kablam! | ^^^^^^^^^^^ Sep 14 19:56:27.854 INFO kablam! | Sep 14 19:56:27.854 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:56:27.854 INFO kablam! Sep 14 19:56:27.923 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 14 19:56:27.923 INFO kablam! --> benches/aes128.rs:10:18 Sep 14 19:56:27.923 INFO kablam! | Sep 14 19:56:27.923 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 14 19:56:27.923 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 14 19:56:27.923 INFO kablam! | Sep 14 19:56:27.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:27.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:27.923 INFO kablam! | Sep 14 19:56:27.923 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:27.923 INFO kablam! | Sep 14 19:56:27.923 INFO kablam! Sep 14 19:56:27.927 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 14 19:56:27.927 INFO kablam! --> benches/aes128.rs:22:18 Sep 14 19:56:27.927 INFO kablam! | Sep 14 19:56:27.927 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 14 19:56:27.927 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 14 19:56:27.927 INFO kablam! | Sep 14 19:56:27.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:27.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:27.927 INFO kablam! | Sep 14 19:56:27.927 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:27.927 INFO kablam! | Sep 14 19:56:27.927 INFO kablam! Sep 14 19:56:27.927 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 14 19:56:27.927 INFO kablam! --> benches/aes128.rs:34:18 Sep 14 19:56:27.927 INFO kablam! | Sep 14 19:56:27.927 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 14 19:56:27.927 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 14 19:56:27.927 INFO kablam! | Sep 14 19:56:27.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:27.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:27.927 INFO kablam! | Sep 14 19:56:27.927 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:27.927 INFO kablam! | Sep 14 19:56:27.927 INFO kablam! Sep 14 19:56:27.931 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 14 19:56:27.931 INFO kablam! --> benches/aes128.rs:46:18 Sep 14 19:56:27.931 INFO kablam! | Sep 14 19:56:27.931 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 14 19:56:27.931 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 14 19:56:27.931 INFO kablam! | Sep 14 19:56:27.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:27.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:27.931 INFO kablam! | Sep 14 19:56:27.931 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:27.931 INFO kablam! | Sep 14 19:56:27.931 INFO kablam! Sep 14 19:56:27.935 INFO kablam! error: aborting due to 5 previous errors Sep 14 19:56:27.935 INFO kablam! Sep 14 19:56:27.935 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 19:56:27.935 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 19:56:27.938 INFO kablam! error: Could not compile `aes`. Sep 14 19:56:27.938 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:56:27.947 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 14 19:56:27.947 INFO kablam! --> benches/aes192.rs:6:19 Sep 14 19:56:27.947 INFO kablam! | Sep 14 19:56:27.947 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 14 19:56:27.947 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 14 19:56:27.947 INFO kablam! Sep 14 19:56:27.951 INFO kablam! warning: unused import: `BlockCipher` Sep 14 19:56:27.951 INFO kablam! --> benches/aes192.rs:6:19 Sep 14 19:56:27.951 INFO kablam! | Sep 14 19:56:27.951 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 14 19:56:27.951 INFO kablam! | ^^^^^^^^^^^ Sep 14 19:56:27.951 INFO kablam! | Sep 14 19:56:27.951 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:56:27.951 INFO kablam! Sep 14 19:56:28.031 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 14 19:56:28.031 INFO kablam! --> benches/aes192.rs:10:18 Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 14 19:56:28.031 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:28.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! Sep 14 19:56:28.031 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 14 19:56:28.031 INFO kablam! --> benches/aes192.rs:22:18 Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 14 19:56:28.031 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:28.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! Sep 14 19:56:28.031 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 14 19:56:28.031 INFO kablam! --> benches/aes192.rs:34:18 Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 14 19:56:28.031 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:28.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! Sep 14 19:56:28.031 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 14 19:56:28.031 INFO kablam! --> benches/aes192.rs:46:18 Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 14 19:56:28.031 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:28.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:28.031 INFO kablam! | Sep 14 19:56:28.031 INFO kablam! Sep 14 19:56:28.038 INFO kablam! error: aborting due to 5 previous errors Sep 14 19:56:28.038 INFO kablam! Sep 14 19:56:28.038 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 19:56:28.039 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 19:56:28.039 INFO kablam! error: Could not compile `aes`. Sep 14 19:56:28.039 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:56:28.202 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 14 19:56:28.203 INFO kablam! --> benches/aes256.rs:6:19 Sep 14 19:56:28.203 INFO kablam! | Sep 14 19:56:28.203 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 14 19:56:28.203 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 14 19:56:28.203 INFO kablam! Sep 14 19:56:28.203 INFO kablam! warning: unused import: `BlockCipher` Sep 14 19:56:28.203 INFO kablam! --> benches/aes256.rs:6:19 Sep 14 19:56:28.203 INFO kablam! | Sep 14 19:56:28.203 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 14 19:56:28.203 INFO kablam! | ^^^^^^^^^^^ Sep 14 19:56:28.203 INFO kablam! | Sep 14 19:56:28.203 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:56:28.203 INFO kablam! Sep 14 19:56:28.278 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 14 19:56:28.278 INFO kablam! --> benches/aes256.rs:10:18 Sep 14 19:56:28.278 INFO kablam! | Sep 14 19:56:28.278 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 14 19:56:28.278 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 14 19:56:28.278 INFO kablam! | Sep 14 19:56:28.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:28.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:28.278 INFO kablam! | Sep 14 19:56:28.278 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:28.278 INFO kablam! | Sep 14 19:56:28.278 INFO kablam! Sep 14 19:56:28.280 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 14 19:56:28.280 INFO kablam! --> benches/aes256.rs:22:18 Sep 14 19:56:28.280 INFO kablam! | Sep 14 19:56:28.280 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 14 19:56:28.280 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 14 19:56:28.280 INFO kablam! | Sep 14 19:56:28.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:28.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:28.280 INFO kablam! | Sep 14 19:56:28.280 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:28.280 INFO kablam! | Sep 14 19:56:28.280 INFO kablam! Sep 14 19:56:28.280 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 14 19:56:28.280 INFO kablam! --> benches/aes256.rs:34:18 Sep 14 19:56:28.280 INFO kablam! | Sep 14 19:56:28.280 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 14 19:56:28.280 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 14 19:56:28.280 INFO kablam! | Sep 14 19:56:28.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:28.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:28.280 INFO kablam! | Sep 14 19:56:28.280 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:28.280 INFO kablam! | Sep 14 19:56:28.280 INFO kablam! Sep 14 19:56:28.283 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 14 19:56:28.283 INFO kablam! --> benches/aes256.rs:46:18 Sep 14 19:56:28.283 INFO kablam! | Sep 14 19:56:28.283 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 14 19:56:28.283 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 14 19:56:28.283 INFO kablam! | Sep 14 19:56:28.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 19:56:28.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 19:56:28.283 INFO kablam! | Sep 14 19:56:28.283 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 14 19:56:28.283 INFO kablam! | Sep 14 19:56:28.283 INFO kablam! Sep 14 19:56:28.286 INFO kablam! error: aborting due to 5 previous errors Sep 14 19:56:28.286 INFO kablam! Sep 14 19:56:28.286 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 19:56:28.287 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 19:56:28.290 INFO kablam! error: Could not compile `aes`. Sep 14 19:56:28.290 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:56:28.399 INFO kablam! error: build failed Sep 14 19:56:28.399 INFO kablam! su: No module specific data is present Sep 14 19:56:29.099 INFO running `"docker" "rm" "-f" "a56f86d247f4e7e3a9ca3ab1d7f0cc5f129fd829af03afab25a05b3f895ae1a0"` Sep 14 19:56:29.152 INFO blam! a56f86d247f4e7e3a9ca3ab1d7f0cc5f129fd829af03afab25a05b3f895ae1a0