Oct 22 04:50:07.758 INFO checking aes-0.3.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:50:07.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 04:50:08.029 INFO blam! cf2ad563d9cc3755719f0b60491ba3223b036c9a486057535620a09f6a0b7d9c Oct 22 04:50:08.034 INFO running `"docker" "start" "-a" "cf2ad563d9cc3755719f0b60491ba3223b036c9a486057535620a09f6a0b7d9c"` Oct 22 04:50:08.774 INFO kablam! usermod: no changes Oct 22 04:50:08.841 INFO kablam! Checking block-cipher-trait v0.6.1 Oct 22 04:50:09.216 INFO kablam! Checking aes-soft v0.3.2 Oct 22 04:50:09.937 INFO kablam! Checking aes v0.3.1 (/source) Oct 22 04:50:13.301 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 22 04:50:13.301 INFO kablam! --> benches/aes128.rs:6:19 Oct 22 04:50:13.301 INFO kablam! | Oct 22 04:50:13.301 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Oct 22 04:50:13.301 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 22 04:50:13.301 INFO kablam! Oct 22 04:50:13.301 INFO kablam! warning: unused import: `BlockCipher` Oct 22 04:50:13.301 INFO kablam! --> benches/aes128.rs:6:19 Oct 22 04:50:13.301 INFO kablam! | Oct 22 04:50:13.301 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Oct 22 04:50:13.301 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:50:13.301 INFO kablam! | Oct 22 04:50:13.301 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:50:13.301 INFO kablam! Oct 22 04:50:13.485 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 22 04:50:13.485 INFO kablam! --> benches/aes128.rs:10:18 Oct 22 04:50:13.485 INFO kablam! | Oct 22 04:50:13.486 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Oct 22 04:50:13.486 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 22 04:50:13.486 INFO kablam! | Oct 22 04:50:13.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:13.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:13.487 INFO kablam! | Oct 22 04:50:13.487 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:13.487 INFO kablam! | Oct 22 04:50:13.488 INFO kablam! Oct 22 04:50:13.493 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 22 04:50:13.493 INFO kablam! --> benches/aes128.rs:22:18 Oct 22 04:50:13.493 INFO kablam! | Oct 22 04:50:13.494 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Oct 22 04:50:13.494 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 22 04:50:13.494 INFO kablam! | Oct 22 04:50:13.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:13.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:13.495 INFO kablam! | Oct 22 04:50:13.495 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:13.495 INFO kablam! | Oct 22 04:50:13.496 INFO kablam! Oct 22 04:50:13.496 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 22 04:50:13.496 INFO kablam! --> benches/aes128.rs:34:18 Oct 22 04:50:13.496 INFO kablam! | Oct 22 04:50:13.497 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Oct 22 04:50:13.497 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 22 04:50:13.497 INFO kablam! | Oct 22 04:50:13.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:13.498 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:13.498 INFO kablam! | Oct 22 04:50:13.498 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:13.498 INFO kablam! | Oct 22 04:50:13.499 INFO kablam! Oct 22 04:50:13.499 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 22 04:50:13.499 INFO kablam! --> benches/aes128.rs:46:18 Oct 22 04:50:13.499 INFO kablam! | Oct 22 04:50:13.500 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Oct 22 04:50:13.500 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 22 04:50:13.500 INFO kablam! | Oct 22 04:50:13.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:13.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:13.501 INFO kablam! | Oct 22 04:50:13.501 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:13.502 INFO kablam! | Oct 22 04:50:13.502 INFO kablam! Oct 22 04:50:13.502 INFO kablam! error: aborting due to 5 previous errors Oct 22 04:50:13.502 INFO kablam! Oct 22 04:50:13.503 INFO kablam! Some errors occurred: E0432, E0599. Oct 22 04:50:13.503 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 22 04:50:13.513 INFO kablam! error: Could not compile `aes`. Oct 22 04:50:13.513 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 04:50:13.745 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 22 04:50:13.745 INFO kablam! --> benches/aes192.rs:6:19 Oct 22 04:50:13.745 INFO kablam! | Oct 22 04:50:13.745 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Oct 22 04:50:13.746 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 22 04:50:13.746 INFO kablam! Oct 22 04:50:13.746 INFO kablam! warning: unused import: `BlockCipher` Oct 22 04:50:13.746 INFO kablam! --> benches/aes192.rs:6:19 Oct 22 04:50:13.747 INFO kablam! | Oct 22 04:50:13.747 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Oct 22 04:50:13.747 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:50:13.747 INFO kablam! | Oct 22 04:50:13.748 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:50:13.748 INFO kablam! Oct 22 04:50:13.879 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 22 04:50:13.879 INFO kablam! --> benches/aes192.rs:10:18 Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Oct 22 04:50:13.879 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:13.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! Oct 22 04:50:13.879 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 22 04:50:13.879 INFO kablam! --> benches/aes192.rs:22:18 Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Oct 22 04:50:13.879 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:13.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! Oct 22 04:50:13.879 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 22 04:50:13.879 INFO kablam! --> benches/aes192.rs:34:18 Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Oct 22 04:50:13.879 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:13.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:13.879 INFO kablam! | Oct 22 04:50:13.879 INFO kablam! Oct 22 04:50:13.888 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 22 04:50:13.888 INFO kablam! --> benches/aes192.rs:46:18 Oct 22 04:50:13.888 INFO kablam! | Oct 22 04:50:13.888 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Oct 22 04:50:13.888 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 22 04:50:13.888 INFO kablam! | Oct 22 04:50:13.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:13.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:13.888 INFO kablam! | Oct 22 04:50:13.888 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:13.888 INFO kablam! | Oct 22 04:50:13.888 INFO kablam! Oct 22 04:50:13.888 INFO kablam! error: aborting due to 5 previous errors Oct 22 04:50:13.897 INFO kablam! Oct 22 04:50:13.898 INFO kablam! Some errors occurred: E0432, E0599. Oct 22 04:50:13.898 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 22 04:50:13.904 INFO kablam! error: Could not compile `aes`. Oct 22 04:50:13.904 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 04:50:14.124 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 22 04:50:14.124 INFO kablam! --> benches/aes256.rs:6:19 Oct 22 04:50:14.124 INFO kablam! | Oct 22 04:50:14.124 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Oct 22 04:50:14.124 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 22 04:50:14.124 INFO kablam! Oct 22 04:50:14.124 INFO kablam! warning: unused import: `BlockCipher` Oct 22 04:50:14.124 INFO kablam! --> benches/aes256.rs:6:19 Oct 22 04:50:14.124 INFO kablam! | Oct 22 04:50:14.124 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Oct 22 04:50:14.124 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:50:14.124 INFO kablam! | Oct 22 04:50:14.124 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:50:14.124 INFO kablam! Oct 22 04:50:14.176 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 22 04:50:14.176 INFO kablam! --> benches/aes256.rs:10:18 Oct 22 04:50:14.176 INFO kablam! | Oct 22 04:50:14.176 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Oct 22 04:50:14.176 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 22 04:50:14.176 INFO kablam! | Oct 22 04:50:14.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:14.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:14.176 INFO kablam! | Oct 22 04:50:14.176 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:14.176 INFO kablam! | Oct 22 04:50:14.176 INFO kablam! Oct 22 04:50:14.176 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 22 04:50:14.176 INFO kablam! --> benches/aes256.rs:22:18 Oct 22 04:50:14.176 INFO kablam! | Oct 22 04:50:14.176 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Oct 22 04:50:14.176 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 22 04:50:14.176 INFO kablam! | Oct 22 04:50:14.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:14.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:14.176 INFO kablam! | Oct 22 04:50:14.176 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:14.176 INFO kablam! | Oct 22 04:50:14.176 INFO kablam! Oct 22 04:50:14.176 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 22 04:50:14.176 INFO kablam! --> benches/aes256.rs:34:18 Oct 22 04:50:14.176 INFO kablam! | Oct 22 04:50:14.176 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Oct 22 04:50:14.176 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 22 04:50:14.176 INFO kablam! | Oct 22 04:50:14.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:14.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:14.177 INFO kablam! | Oct 22 04:50:14.177 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:14.177 INFO kablam! | Oct 22 04:50:14.178 INFO kablam! Oct 22 04:50:14.178 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 22 04:50:14.179 INFO kablam! --> benches/aes256.rs:46:18 Oct 22 04:50:14.179 INFO kablam! | Oct 22 04:50:14.179 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Oct 22 04:50:14.179 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 22 04:50:14.179 INFO kablam! | Oct 22 04:50:14.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:14.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:14.179 INFO kablam! | Oct 22 04:50:14.179 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 22 04:50:14.179 INFO kablam! | Oct 22 04:50:14.184 INFO kablam! Oct 22 04:50:14.192 INFO kablam! error: aborting due to 5 previous errors Oct 22 04:50:14.192 INFO kablam! Oct 22 04:50:14.192 INFO kablam! Some errors occurred: E0432, E0599. Oct 22 04:50:14.192 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 22 04:50:14.192 INFO kablam! error: Could not compile `aes`. Oct 22 04:50:14.192 INFO kablam! Oct 22 04:50:14.192 INFO kablam! To learn more, run the command again with --verbose. Oct 22 04:50:14.192 INFO kablam! su: No module specific data is present Oct 22 04:50:14.502 INFO running `"docker" "rm" "-f" "cf2ad563d9cc3755719f0b60491ba3223b036c9a486057535620a09f6a0b7d9c"` Oct 22 04:50:14.601 INFO blam! cf2ad563d9cc3755719f0b60491ba3223b036c9a486057535620a09f6a0b7d9c