Oct 13 18:20:14.221 INFO checking aes-0.3.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 18:20:14.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 18:20:14.725 INFO blam! e5be484d0a91e364ef6632cd0da5cc46149380cb530ce98eb672d7fa3f11c208 Oct 13 18:20:14.729 INFO running `"docker" "start" "-a" "e5be484d0a91e364ef6632cd0da5cc46149380cb530ce98eb672d7fa3f11c208"` Oct 13 18:20:15.902 INFO kablam! usermod: no changes Oct 13 18:20:15.950 INFO kablam! Checking block-cipher-trait v0.6.1 Oct 13 18:20:16.344 INFO kablam! Checking aes-soft v0.3.2 Oct 13 18:20:17.136 INFO kablam! Checking aes v0.3.1 (/source) Oct 13 18:20:20.128 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 13 18:20:20.128 INFO kablam! --> benches/aes256.rs:6:19 Oct 13 18:20:20.128 INFO kablam! | Oct 13 18:20:20.128 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Oct 13 18:20:20.128 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:20.128 INFO kablam! Oct 13 18:20:20.128 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:20.128 INFO kablam! --> benches/aes256.rs:6:19 Oct 13 18:20:20.128 INFO kablam! | Oct 13 18:20:20.128 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Oct 13 18:20:20.128 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:20.128 INFO kablam! | Oct 13 18:20:20.128 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:20.128 INFO kablam! Oct 13 18:20:20.336 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 13 18:20:20.336 INFO kablam! --> benches/aes256.rs:10:18 Oct 13 18:20:20.336 INFO kablam! | Oct 13 18:20:20.336 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:20.336 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 13 18:20:20.342 INFO kablam! | Oct 13 18:20:20.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.348 INFO kablam! | Oct 13 18:20:20.348 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.348 INFO kablam! | Oct 13 18:20:20.348 INFO kablam! Oct 13 18:20:20.348 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 13 18:20:20.348 INFO kablam! --> benches/aes256.rs:22:18 Oct 13 18:20:20.348 INFO kablam! | Oct 13 18:20:20.348 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:20.348 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 13 18:20:20.348 INFO kablam! | Oct 13 18:20:20.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.348 INFO kablam! | Oct 13 18:20:20.348 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.348 INFO kablam! | Oct 13 18:20:20.348 INFO kablam! Oct 13 18:20:20.352 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 13 18:20:20.352 INFO kablam! --> benches/aes256.rs:34:18 Oct 13 18:20:20.352 INFO kablam! | Oct 13 18:20:20.352 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:20.352 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 13 18:20:20.352 INFO kablam! | Oct 13 18:20:20.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.353 INFO kablam! | Oct 13 18:20:20.353 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.353 INFO kablam! | Oct 13 18:20:20.353 INFO kablam! Oct 13 18:20:20.357 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 13 18:20:20.357 INFO kablam! --> benches/aes256.rs:46:18 Oct 13 18:20:20.357 INFO kablam! | Oct 13 18:20:20.357 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:20.357 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 13 18:20:20.357 INFO kablam! | Oct 13 18:20:20.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.357 INFO kablam! | Oct 13 18:20:20.357 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.357 INFO kablam! | Oct 13 18:20:20.357 INFO kablam! Oct 13 18:20:20.360 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:20.360 INFO kablam! Oct 13 18:20:20.360 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:20.360 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:20.388 INFO kablam! error: Could not compile `aes`. Oct 13 18:20:20.388 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 18:20:20.524 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 13 18:20:20.524 INFO kablam! --> benches/aes128.rs:6:19 Oct 13 18:20:20.524 INFO kablam! | Oct 13 18:20:20.524 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Oct 13 18:20:20.524 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:20.524 INFO kablam! Oct 13 18:20:20.524 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:20.524 INFO kablam! --> benches/aes128.rs:6:19 Oct 13 18:20:20.524 INFO kablam! | Oct 13 18:20:20.524 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Oct 13 18:20:20.524 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:20.524 INFO kablam! | Oct 13 18:20:20.524 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:20.524 INFO kablam! Oct 13 18:20:20.793 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 13 18:20:20.793 INFO kablam! --> benches/aes128.rs:10:18 Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:20.793 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! Oct 13 18:20:20.793 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 13 18:20:20.793 INFO kablam! --> benches/aes128.rs:22:18 Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:20.793 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! Oct 13 18:20:20.793 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 13 18:20:20.793 INFO kablam! --> benches/aes128.rs:34:18 Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:20.793 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.793 INFO kablam! | Oct 13 18:20:20.793 INFO kablam! Oct 13 18:20:20.797 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 13 18:20:20.797 INFO kablam! --> benches/aes128.rs:46:18 Oct 13 18:20:20.797 INFO kablam! | Oct 13 18:20:20.797 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:20.797 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 13 18:20:20.797 INFO kablam! | Oct 13 18:20:20.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.797 INFO kablam! | Oct 13 18:20:20.797 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.797 INFO kablam! | Oct 13 18:20:20.797 INFO kablam! Oct 13 18:20:20.812 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 13 18:20:20.812 INFO kablam! --> benches/aes192.rs:6:19 Oct 13 18:20:20.812 INFO kablam! | Oct 13 18:20:20.812 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Oct 13 18:20:20.812 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:20.812 INFO kablam! Oct 13 18:20:20.812 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:20.812 INFO kablam! --> benches/aes192.rs:6:19 Oct 13 18:20:20.812 INFO kablam! | Oct 13 18:20:20.812 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Oct 13 18:20:20.812 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:20.812 INFO kablam! | Oct 13 18:20:20.812 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:20.812 INFO kablam! Oct 13 18:20:20.820 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:20.820 INFO kablam! Oct 13 18:20:20.820 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:20.820 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:20.852 INFO kablam! error: Could not compile `aes`. Oct 13 18:20:20.852 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 18:20:20.866 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 13 18:20:20.866 INFO kablam! --> benches/aes192.rs:10:18 Oct 13 18:20:20.867 INFO kablam! | Oct 13 18:20:20.867 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:20.867 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 13 18:20:20.867 INFO kablam! | Oct 13 18:20:20.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.867 INFO kablam! | Oct 13 18:20:20.867 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.867 INFO kablam! | Oct 13 18:20:20.867 INFO kablam! Oct 13 18:20:20.869 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 13 18:20:20.869 INFO kablam! --> benches/aes192.rs:22:18 Oct 13 18:20:20.869 INFO kablam! | Oct 13 18:20:20.869 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:20.869 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 13 18:20:20.869 INFO kablam! | Oct 13 18:20:20.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.869 INFO kablam! | Oct 13 18:20:20.869 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.869 INFO kablam! | Oct 13 18:20:20.869 INFO kablam! Oct 13 18:20:20.871 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 13 18:20:20.871 INFO kablam! --> benches/aes192.rs:34:18 Oct 13 18:20:20.871 INFO kablam! | Oct 13 18:20:20.871 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:20.871 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 13 18:20:20.871 INFO kablam! | Oct 13 18:20:20.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.871 INFO kablam! | Oct 13 18:20:20.871 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.871 INFO kablam! | Oct 13 18:20:20.871 INFO kablam! Oct 13 18:20:20.875 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 13 18:20:20.875 INFO kablam! --> benches/aes192.rs:46:18 Oct 13 18:20:20.875 INFO kablam! | Oct 13 18:20:20.875 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:20.875 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 13 18:20:20.875 INFO kablam! | Oct 13 18:20:20.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.875 INFO kablam! | Oct 13 18:20:20.875 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.875 INFO kablam! | Oct 13 18:20:20.875 INFO kablam! Oct 13 18:20:20.880 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:20.880 INFO kablam! Oct 13 18:20:20.880 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:20.880 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:20.884 INFO kablam! error: Could not compile `aes`. Oct 13 18:20:20.884 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 18:20:21.214 INFO kablam! error: build failed Oct 13 18:20:21.214 INFO kablam! su: No module specific data is present Oct 13 18:20:21.543 INFO running `"docker" "rm" "-f" "e5be484d0a91e364ef6632cd0da5cc46149380cb530ce98eb672d7fa3f11c208"` Oct 13 18:20:21.681 INFO blam! e5be484d0a91e364ef6632cd0da5cc46149380cb530ce98eb672d7fa3f11c208