Oct 28 01:20:31.822 INFO checking aes-0.3.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 01:20:31.822 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 28 01:20:32.143 INFO blam! 6437434447befb30da87a356080538c31080f12aeba4e958f74507bc0ee67776 Oct 28 01:20:32.163 INFO running `"docker" "start" "-a" "6437434447befb30da87a356080538c31080f12aeba4e958f74507bc0ee67776"` Oct 28 01:20:33.285 INFO kablam! usermod: no changes Oct 28 01:20:33.383 INFO kablam! Checking block-cipher-trait v0.6.1 Oct 28 01:20:33.811 INFO kablam! Checking aes-soft v0.3.2 Oct 28 01:20:34.723 INFO kablam! Checking aes v0.3.1 (/source) Oct 28 01:20:37.743 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 28 01:20:37.743 INFO kablam! --> benches/aes128.rs:6:19 Oct 28 01:20:37.744 INFO kablam! | Oct 28 01:20:37.744 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Oct 28 01:20:37.745 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:37.745 INFO kablam! Oct 28 01:20:37.745 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:37.745 INFO kablam! --> benches/aes128.rs:6:19 Oct 28 01:20:37.745 INFO kablam! | Oct 28 01:20:37.745 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Oct 28 01:20:37.745 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:37.745 INFO kablam! | Oct 28 01:20:37.745 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:37.745 INFO kablam! Oct 28 01:20:37.758 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 28 01:20:37.758 INFO kablam! --> benches/aes192.rs:6:19 Oct 28 01:20:37.758 INFO kablam! | Oct 28 01:20:37.759 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Oct 28 01:20:37.759 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:37.759 INFO kablam! Oct 28 01:20:37.761 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:37.761 INFO kablam! --> benches/aes192.rs:6:19 Oct 28 01:20:37.762 INFO kablam! | Oct 28 01:20:37.762 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Oct 28 01:20:37.762 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:37.762 INFO kablam! | Oct 28 01:20:37.763 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:37.763 INFO kablam! Oct 28 01:20:37.806 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 28 01:20:37.806 INFO kablam! --> benches/aes128.rs:10:18 Oct 28 01:20:37.807 INFO kablam! | Oct 28 01:20:37.807 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:37.807 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 28 01:20:37.808 INFO kablam! | Oct 28 01:20:37.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:37.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:37.808 INFO kablam! | Oct 28 01:20:37.809 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:37.809 INFO kablam! | Oct 28 01:20:37.809 INFO kablam! Oct 28 01:20:37.811 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 28 01:20:37.811 INFO kablam! --> benches/aes128.rs:22:18 Oct 28 01:20:37.812 INFO kablam! | Oct 28 01:20:37.812 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:37.812 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 28 01:20:37.812 INFO kablam! | Oct 28 01:20:37.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:37.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:37.813 INFO kablam! | Oct 28 01:20:37.813 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:37.814 INFO kablam! | Oct 28 01:20:37.814 INFO kablam! Oct 28 01:20:37.817 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 28 01:20:37.818 INFO kablam! --> benches/aes128.rs:34:18 Oct 28 01:20:37.818 INFO kablam! | Oct 28 01:20:37.818 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:37.818 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 28 01:20:37.819 INFO kablam! | Oct 28 01:20:37.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:37.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:37.819 INFO kablam! | Oct 28 01:20:37.820 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:37.820 INFO kablam! | Oct 28 01:20:37.821 INFO kablam! Oct 28 01:20:37.821 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 28 01:20:37.821 INFO kablam! --> benches/aes128.rs:46:18 Oct 28 01:20:37.821 INFO kablam! | Oct 28 01:20:37.822 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:37.822 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 28 01:20:37.822 INFO kablam! | Oct 28 01:20:37.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:37.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:37.824 INFO kablam! | Oct 28 01:20:37.824 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:37.824 INFO kablam! | Oct 28 01:20:37.824 INFO kablam! Oct 28 01:20:37.827 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 28 01:20:37.827 INFO kablam! --> benches/aes192.rs:10:18 Oct 28 01:20:37.828 INFO kablam! | Oct 28 01:20:37.828 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:37.828 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 28 01:20:37.828 INFO kablam! | Oct 28 01:20:37.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:37.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:37.829 INFO kablam! | Oct 28 01:20:37.829 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:37.830 INFO kablam! | Oct 28 01:20:37.830 INFO kablam! Oct 28 01:20:37.830 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 28 01:20:37.830 INFO kablam! --> benches/aes192.rs:22:18 Oct 28 01:20:37.831 INFO kablam! | Oct 28 01:20:37.831 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:37.831 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 28 01:20:37.831 INFO kablam! | Oct 28 01:20:37.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:37.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:37.832 INFO kablam! | Oct 28 01:20:37.832 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:37.833 INFO kablam! | Oct 28 01:20:37.833 INFO kablam! Oct 28 01:20:37.833 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 28 01:20:37.834 INFO kablam! --> benches/aes192.rs:34:18 Oct 28 01:20:37.834 INFO kablam! | Oct 28 01:20:37.834 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:37.834 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 28 01:20:37.835 INFO kablam! | Oct 28 01:20:37.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:37.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:37.835 INFO kablam! | Oct 28 01:20:37.836 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:37.836 INFO kablam! | Oct 28 01:20:37.837 INFO kablam! Oct 28 01:20:37.837 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 28 01:20:37.837 INFO kablam! --> benches/aes192.rs:46:18 Oct 28 01:20:37.837 INFO kablam! | Oct 28 01:20:37.837 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:37.838 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 28 01:20:37.838 INFO kablam! | Oct 28 01:20:37.838 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:37.838 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:37.838 INFO kablam! | Oct 28 01:20:37.838 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:37.838 INFO kablam! | Oct 28 01:20:37.838 INFO kablam! Oct 28 01:20:37.838 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:37.838 INFO kablam! Oct 28 01:20:37.838 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:37.838 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:37.838 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:37.838 INFO kablam! Oct 28 01:20:37.838 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:37.838 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:37.846 INFO kablam! error: Could not compile `aes`. Oct 28 01:20:37.846 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:20:37.848 INFO kablam! error: Could not compile `aes`. Oct 28 01:20:37.848 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:20:38.162 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 28 01:20:38.162 INFO kablam! --> benches/aes256.rs:6:19 Oct 28 01:20:38.163 INFO kablam! | Oct 28 01:20:38.163 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Oct 28 01:20:38.163 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:38.163 INFO kablam! Oct 28 01:20:38.171 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:38.171 INFO kablam! --> benches/aes256.rs:6:19 Oct 28 01:20:38.172 INFO kablam! | Oct 28 01:20:38.172 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Oct 28 01:20:38.172 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:38.172 INFO kablam! | Oct 28 01:20:38.173 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:38.173 INFO kablam! Oct 28 01:20:38.235 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 28 01:20:38.236 INFO kablam! --> benches/aes256.rs:10:18 Oct 28 01:20:38.236 INFO kablam! | Oct 28 01:20:38.236 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:38.237 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 28 01:20:38.237 INFO kablam! | Oct 28 01:20:38.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.238 INFO kablam! | Oct 28 01:20:38.238 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.238 INFO kablam! | Oct 28 01:20:38.239 INFO kablam! Oct 28 01:20:38.242 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 28 01:20:38.243 INFO kablam! --> benches/aes256.rs:22:18 Oct 28 01:20:38.244 INFO kablam! | Oct 28 01:20:38.245 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:38.245 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 28 01:20:38.245 INFO kablam! | Oct 28 01:20:38.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.246 INFO kablam! | Oct 28 01:20:38.246 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.247 INFO kablam! | Oct 28 01:20:38.247 INFO kablam! Oct 28 01:20:38.247 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 28 01:20:38.247 INFO kablam! --> benches/aes256.rs:34:18 Oct 28 01:20:38.248 INFO kablam! | Oct 28 01:20:38.248 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:38.248 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 28 01:20:38.248 INFO kablam! | Oct 28 01:20:38.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.249 INFO kablam! | Oct 28 01:20:38.249 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.250 INFO kablam! | Oct 28 01:20:38.250 INFO kablam! Oct 28 01:20:38.250 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 28 01:20:38.252 INFO kablam! --> benches/aes256.rs:46:18 Oct 28 01:20:38.252 INFO kablam! | Oct 28 01:20:38.254 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:38.254 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 28 01:20:38.254 INFO kablam! | Oct 28 01:20:38.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.255 INFO kablam! | Oct 28 01:20:38.255 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.256 INFO kablam! | Oct 28 01:20:38.256 INFO kablam! Oct 28 01:20:38.259 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:38.259 INFO kablam! Oct 28 01:20:38.259 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:38.259 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:38.265 INFO kablam! error: Could not compile `aes`. Oct 28 01:20:38.265 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:20:38.338 INFO kablam! error: build failed Oct 28 01:20:38.339 INFO kablam! su: No module specific data is present Oct 28 01:20:38.819 INFO running `"docker" "rm" "-f" "6437434447befb30da87a356080538c31080f12aeba4e958f74507bc0ee67776"` Oct 28 01:20:38.979 INFO blam! 6437434447befb30da87a356080538c31080f12aeba4e958f74507bc0ee67776