Sep 20 06:48:29.964 INFO checking aes-0.2.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 06:48:29.964 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 06:48:29.964 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:48:30.179 INFO blam! 3194ae46295360e7fc7d57d745cd834ebcb4d859e2be15c774f84f4d607849bd Sep 20 06:48:30.181 INFO running `"docker" "start" "-a" "3194ae46295360e7fc7d57d745cd834ebcb4d859e2be15c774f84f4d607849bd"` Sep 20 06:48:31.284 INFO kablam! usermod: no changes Sep 20 06:48:31.338 INFO kablam! Checking aes-soft v0.2.0 Sep 20 06:48:31.801 INFO kablam! Checking aes v0.2.0 (/source) Sep 20 06:48:32.534 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 06:48:32.534 INFO kablam! --> benches/aes192.rs:6:19 Sep 20 06:48:32.534 INFO kablam! | Sep 20 06:48:32.534 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 20 06:48:32.534 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 06:48:32.534 INFO kablam! Sep 20 06:48:32.534 INFO kablam! warning: unused import: `BlockCipher` Sep 20 06:48:32.534 INFO kablam! --> benches/aes192.rs:6:19 Sep 20 06:48:32.534 INFO kablam! | Sep 20 06:48:32.535 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 20 06:48:32.535 INFO kablam! | ^^^^^^^^^^^ Sep 20 06:48:32.535 INFO kablam! | Sep 20 06:48:32.535 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:48:32.535 INFO kablam! Sep 20 06:48:32.774 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 06:48:32.774 INFO kablam! --> benches/aes192.rs:10:18 Sep 20 06:48:32.774 INFO kablam! | Sep 20 06:48:32.774 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 20 06:48:32.774 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 06:48:32.774 INFO kablam! | Sep 20 06:48:32.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:32.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:32.774 INFO kablam! | Sep 20 06:48:32.774 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:32.774 INFO kablam! | Sep 20 06:48:32.774 INFO kablam! Sep 20 06:48:32.792 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 06:48:32.792 INFO kablam! --> benches/aes192.rs:22:18 Sep 20 06:48:32.792 INFO kablam! | Sep 20 06:48:32.792 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 20 06:48:32.792 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 06:48:32.792 INFO kablam! | Sep 20 06:48:32.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:32.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:32.793 INFO kablam! | Sep 20 06:48:32.793 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:32.793 INFO kablam! | Sep 20 06:48:32.793 INFO kablam! Sep 20 06:48:32.793 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 06:48:32.793 INFO kablam! --> benches/aes192.rs:34:18 Sep 20 06:48:32.793 INFO kablam! | Sep 20 06:48:32.793 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 20 06:48:32.793 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 06:48:32.793 INFO kablam! | Sep 20 06:48:32.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:32.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:32.793 INFO kablam! | Sep 20 06:48:32.793 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:32.793 INFO kablam! | Sep 20 06:48:32.793 INFO kablam! Sep 20 06:48:32.794 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 06:48:32.794 INFO kablam! --> benches/aes192.rs:46:18 Sep 20 06:48:32.794 INFO kablam! | Sep 20 06:48:32.794 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 20 06:48:32.794 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 06:48:32.794 INFO kablam! | Sep 20 06:48:32.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:32.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:32.794 INFO kablam! | Sep 20 06:48:32.794 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:32.794 INFO kablam! | Sep 20 06:48:32.794 INFO kablam! Sep 20 06:48:32.810 INFO kablam! error: aborting due to 5 previous errors Sep 20 06:48:32.810 INFO kablam! Sep 20 06:48:32.810 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 06:48:32.810 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 06:48:32.830 INFO kablam! error: Could not compile `aes`. Sep 20 06:48:32.830 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:48:33.146 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 06:48:33.146 INFO kablam! --> benches/aes128.rs:6:19 Sep 20 06:48:33.146 INFO kablam! | Sep 20 06:48:33.146 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 20 06:48:33.146 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 06:48:33.147 INFO kablam! Sep 20 06:48:33.147 INFO kablam! warning: unused import: `BlockCipher` Sep 20 06:48:33.147 INFO kablam! --> benches/aes128.rs:6:19 Sep 20 06:48:33.147 INFO kablam! | Sep 20 06:48:33.147 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 20 06:48:33.147 INFO kablam! | ^^^^^^^^^^^ Sep 20 06:48:33.147 INFO kablam! | Sep 20 06:48:33.147 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:48:33.147 INFO kablam! Sep 20 06:48:33.250 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 06:48:33.250 INFO kablam! --> benches/aes128.rs:10:18 Sep 20 06:48:33.250 INFO kablam! | Sep 20 06:48:33.250 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 20 06:48:33.250 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 06:48:33.250 INFO kablam! | Sep 20 06:48:33.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:33.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:33.250 INFO kablam! | Sep 20 06:48:33.250 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:33.250 INFO kablam! | Sep 20 06:48:33.250 INFO kablam! Sep 20 06:48:33.250 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 06:48:33.250 INFO kablam! --> benches/aes128.rs:22:18 Sep 20 06:48:33.250 INFO kablam! | Sep 20 06:48:33.250 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 20 06:48:33.250 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 06:48:33.250 INFO kablam! | Sep 20 06:48:33.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:33.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:33.250 INFO kablam! | Sep 20 06:48:33.250 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:33.250 INFO kablam! | Sep 20 06:48:33.250 INFO kablam! Sep 20 06:48:33.254 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 06:48:33.254 INFO kablam! --> benches/aes128.rs:34:18 Sep 20 06:48:33.254 INFO kablam! | Sep 20 06:48:33.254 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 20 06:48:33.254 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 06:48:33.254 INFO kablam! | Sep 20 06:48:33.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:33.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:33.254 INFO kablam! | Sep 20 06:48:33.254 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:33.254 INFO kablam! | Sep 20 06:48:33.254 INFO kablam! Sep 20 06:48:33.254 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 06:48:33.254 INFO kablam! --> benches/aes128.rs:46:18 Sep 20 06:48:33.254 INFO kablam! | Sep 20 06:48:33.254 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 20 06:48:33.254 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 06:48:33.254 INFO kablam! | Sep 20 06:48:33.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:33.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:33.254 INFO kablam! | Sep 20 06:48:33.254 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:33.254 INFO kablam! | Sep 20 06:48:33.254 INFO kablam! Sep 20 06:48:33.254 INFO kablam! error: aborting due to 5 previous errors Sep 20 06:48:33.254 INFO kablam! Sep 20 06:48:33.254 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 06:48:33.254 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 06:48:33.256 INFO kablam! error: Could not compile `aes`. Sep 20 06:48:33.256 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:48:33.322 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 06:48:33.322 INFO kablam! --> benches/aes256.rs:6:19 Sep 20 06:48:33.322 INFO kablam! | Sep 20 06:48:33.322 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 20 06:48:33.322 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 06:48:33.322 INFO kablam! Sep 20 06:48:33.326 INFO kablam! warning: unused import: `BlockCipher` Sep 20 06:48:33.326 INFO kablam! --> benches/aes256.rs:6:19 Sep 20 06:48:33.326 INFO kablam! | Sep 20 06:48:33.326 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 20 06:48:33.326 INFO kablam! | ^^^^^^^^^^^ Sep 20 06:48:33.326 INFO kablam! | Sep 20 06:48:33.326 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:48:33.326 INFO kablam! Sep 20 06:48:33.502 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 06:48:33.502 INFO kablam! --> benches/aes256.rs:10:18 Sep 20 06:48:33.502 INFO kablam! | Sep 20 06:48:33.502 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 20 06:48:33.502 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 06:48:33.502 INFO kablam! | Sep 20 06:48:33.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:33.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:33.506 INFO kablam! | Sep 20 06:48:33.506 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:33.506 INFO kablam! | Sep 20 06:48:33.506 INFO kablam! Sep 20 06:48:33.517 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 06:48:33.517 INFO kablam! --> benches/aes256.rs:22:18 Sep 20 06:48:33.517 INFO kablam! | Sep 20 06:48:33.517 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 20 06:48:33.517 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 06:48:33.517 INFO kablam! | Sep 20 06:48:33.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:33.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:33.517 INFO kablam! | Sep 20 06:48:33.517 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:33.517 INFO kablam! | Sep 20 06:48:33.517 INFO kablam! Sep 20 06:48:33.517 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 06:48:33.517 INFO kablam! --> benches/aes256.rs:34:18 Sep 20 06:48:33.517 INFO kablam! | Sep 20 06:48:33.517 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 20 06:48:33.522 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 06:48:33.522 INFO kablam! | Sep 20 06:48:33.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:33.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:33.522 INFO kablam! | Sep 20 06:48:33.522 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:33.522 INFO kablam! | Sep 20 06:48:33.522 INFO kablam! Sep 20 06:48:33.526 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 06:48:33.526 INFO kablam! --> benches/aes256.rs:46:18 Sep 20 06:48:33.526 INFO kablam! | Sep 20 06:48:33.526 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 20 06:48:33.526 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 06:48:33.526 INFO kablam! | Sep 20 06:48:33.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:33.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:33.526 INFO kablam! | Sep 20 06:48:33.526 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:33.526 INFO kablam! | Sep 20 06:48:33.526 INFO kablam! Sep 20 06:48:33.534 INFO kablam! error: aborting due to 5 previous errors Sep 20 06:48:33.534 INFO kablam! Sep 20 06:48:33.534 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 06:48:33.534 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 06:48:33.554 INFO kablam! error: Could not compile `aes`. Sep 20 06:48:33.554 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:48:33.638 INFO kablam! error: build failed Sep 20 06:48:33.646 INFO kablam! su: No module specific data is present Sep 20 06:48:34.662 INFO running `"docker" "rm" "-f" "3194ae46295360e7fc7d57d745cd834ebcb4d859e2be15c774f84f4d607849bd"` Sep 20 06:48:34.773 INFO blam! 3194ae46295360e7fc7d57d745cd834ebcb4d859e2be15c774f84f4d607849bd