Oct 28 01:20:32.200 INFO checking aes-0.3.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 01:20:32.200 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 28 01:20:32.656 INFO blam! 1ed4f5f43412c97c5e54a98e9f3cf3b8091af22bf07ca3a3d960af16ac08b827 Oct 28 01:20:32.659 INFO running `"docker" "start" "-a" "1ed4f5f43412c97c5e54a98e9f3cf3b8091af22bf07ca3a3d960af16ac08b827"` Oct 28 01:20:34.285 INFO kablam! usermod: no changes Oct 28 01:20:34.383 INFO kablam! Checking block-cipher-trait v0.6.1 Oct 28 01:20:34.850 INFO kablam! Checking aes-soft v0.3.2 Oct 28 01:20:35.638 INFO kablam! Checking aes v0.3.1 (/source) Oct 28 01:20:38.602 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 28 01:20:38.602 INFO kablam! --> benches/aes256.rs:6:19 Oct 28 01:20:38.602 INFO kablam! | Oct 28 01:20:38.603 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Oct 28 01:20:38.603 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:38.603 INFO kablam! Oct 28 01:20:38.604 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:38.604 INFO kablam! --> benches/aes256.rs:6:19 Oct 28 01:20:38.604 INFO kablam! | Oct 28 01:20:38.604 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Oct 28 01:20:38.605 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:38.605 INFO kablam! | Oct 28 01:20:38.605 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:38.606 INFO kablam! Oct 28 01:20:38.751 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.751 INFO kablam! --> benches/aes256.rs:10:18 Oct 28 01:20:38.751 INFO kablam! | Oct 28 01:20:38.751 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:38.751 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 28 01:20:38.751 INFO kablam! | Oct 28 01:20:38.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.751 INFO kablam! | Oct 28 01:20:38.751 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.751 INFO kablam! | Oct 28 01:20:38.751 INFO kablam! Oct 28 01:20:38.751 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.751 INFO kablam! --> benches/aes256.rs:22:18 Oct 28 01:20:38.751 INFO kablam! | Oct 28 01:20:38.751 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:38.751 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 28 01:20:38.751 INFO kablam! | Oct 28 01:20:38.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.751 INFO kablam! | Oct 28 01:20:38.751 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.751 INFO kablam! | Oct 28 01:20:38.751 INFO kablam! Oct 28 01:20:38.751 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.751 INFO kablam! --> benches/aes256.rs:34:18 Oct 28 01:20:38.751 INFO kablam! | Oct 28 01:20:38.751 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:38.751 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 28 01:20:38.763 INFO kablam! | Oct 28 01:20:38.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.763 INFO kablam! | Oct 28 01:20:38.763 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.763 INFO kablam! | Oct 28 01:20:38.763 INFO kablam! Oct 28 01:20:38.763 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.763 INFO kablam! --> benches/aes256.rs:46:18 Oct 28 01:20:38.763 INFO kablam! | Oct 28 01:20:38.763 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:38.763 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 28 01:20:38.763 INFO kablam! | Oct 28 01:20:38.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.763 INFO kablam! | Oct 28 01:20:38.763 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.763 INFO kablam! | Oct 28 01:20:38.763 INFO kablam! Oct 28 01:20:38.763 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:38.763 INFO kablam! Oct 28 01:20:38.763 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:38.763 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:38.771 INFO kablam! error: Could not compile `aes`. Oct 28 01:20:38.771 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:20:38.792 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 28 01:20:38.792 INFO kablam! --> benches/aes128.rs:6:19 Oct 28 01:20:38.792 INFO kablam! | Oct 28 01:20:38.792 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Oct 28 01:20:38.795 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:38.795 INFO kablam! Oct 28 01:20:38.795 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:38.796 INFO kablam! --> benches/aes128.rs:6:19 Oct 28 01:20:38.796 INFO kablam! | Oct 28 01:20:38.796 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Oct 28 01:20:38.796 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:38.796 INFO kablam! | Oct 28 01:20:38.797 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:38.797 INFO kablam! Oct 28 01:20:38.803 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 28 01:20:38.803 INFO kablam! --> benches/aes192.rs:6:19 Oct 28 01:20:38.803 INFO kablam! | Oct 28 01:20:38.804 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Oct 28 01:20:38.804 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:38.804 INFO kablam! Oct 28 01:20:38.804 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:38.805 INFO kablam! --> benches/aes192.rs:6:19 Oct 28 01:20:38.805 INFO kablam! | Oct 28 01:20:38.805 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Oct 28 01:20:38.805 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:38.805 INFO kablam! | Oct 28 01:20:38.806 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:38.806 INFO kablam! Oct 28 01:20:38.859 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 28 01:20:38.859 INFO kablam! --> benches/aes128.rs:10:18 Oct 28 01:20:38.859 INFO kablam! | Oct 28 01:20:38.859 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:38.859 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 28 01:20:38.859 INFO kablam! | Oct 28 01:20:38.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.859 INFO kablam! | Oct 28 01:20:38.859 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.859 INFO kablam! | Oct 28 01:20:38.859 INFO kablam! Oct 28 01:20:38.861 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 28 01:20:38.861 INFO kablam! --> benches/aes128.rs:22:18 Oct 28 01:20:38.861 INFO kablam! | Oct 28 01:20:38.861 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:38.861 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 28 01:20:38.861 INFO kablam! | Oct 28 01:20:38.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.861 INFO kablam! | Oct 28 01:20:38.861 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.861 INFO kablam! | Oct 28 01:20:38.861 INFO kablam! Oct 28 01:20:38.862 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 28 01:20:38.862 INFO kablam! --> benches/aes128.rs:34:18 Oct 28 01:20:38.862 INFO kablam! | Oct 28 01:20:38.862 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:38.862 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 28 01:20:38.862 INFO kablam! | Oct 28 01:20:38.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.862 INFO kablam! | Oct 28 01:20:38.862 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.862 INFO kablam! | Oct 28 01:20:38.862 INFO kablam! Oct 28 01:20:38.864 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 28 01:20:38.864 INFO kablam! --> benches/aes128.rs:46:18 Oct 28 01:20:38.864 INFO kablam! | Oct 28 01:20:38.864 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:38.864 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 28 01:20:38.864 INFO kablam! | Oct 28 01:20:38.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.864 INFO kablam! | Oct 28 01:20:38.864 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.864 INFO kablam! | Oct 28 01:20:38.864 INFO kablam! Oct 28 01:20:38.867 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:38.868 INFO kablam! Oct 28 01:20:38.868 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:38.868 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:38.877 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 28 01:20:38.877 INFO kablam! --> benches/aes192.rs:10:18 Oct 28 01:20:38.877 INFO kablam! | Oct 28 01:20:38.877 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:38.877 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 28 01:20:38.877 INFO kablam! | Oct 28 01:20:38.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.877 INFO kablam! | Oct 28 01:20:38.877 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.877 INFO kablam! | Oct 28 01:20:38.877 INFO kablam! Oct 28 01:20:38.877 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 28 01:20:38.877 INFO kablam! --> benches/aes192.rs:22:18 Oct 28 01:20:38.877 INFO kablam! | Oct 28 01:20:38.877 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:38.877 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 28 01:20:38.877 INFO kablam! | Oct 28 01:20:38.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.877 INFO kablam! | Oct 28 01:20:38.877 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.877 INFO kablam! | Oct 28 01:20:38.877 INFO kablam! Oct 28 01:20:38.881 INFO kablam! error: Could not compile `aes`. Oct 28 01:20:38.881 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:20:38.881 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 28 01:20:38.881 INFO kablam! --> benches/aes192.rs:34:18 Oct 28 01:20:38.881 INFO kablam! | Oct 28 01:20:38.881 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:38.881 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 28 01:20:38.881 INFO kablam! | Oct 28 01:20:38.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.881 INFO kablam! | Oct 28 01:20:38.881 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.881 INFO kablam! | Oct 28 01:20:38.882 INFO kablam! Oct 28 01:20:38.882 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 28 01:20:38.882 INFO kablam! --> benches/aes192.rs:46:18 Oct 28 01:20:38.882 INFO kablam! | Oct 28 01:20:38.882 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:38.882 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 28 01:20:38.882 INFO kablam! | Oct 28 01:20:38.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:38.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:38.882 INFO kablam! | Oct 28 01:20:38.882 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 28 01:20:38.882 INFO kablam! | Oct 28 01:20:38.882 INFO kablam! Oct 28 01:20:38.885 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:38.885 INFO kablam! Oct 28 01:20:38.885 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:38.885 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:38.891 INFO kablam! error: Could not compile `aes`. Oct 28 01:20:38.891 INFO kablam! Oct 28 01:20:38.891 INFO kablam! To learn more, run the command again with --verbose. Oct 28 01:20:38.891 INFO kablam! su: No module specific data is present Oct 28 01:20:39.410 INFO running `"docker" "rm" "-f" "1ed4f5f43412c97c5e54a98e9f3cf3b8091af22bf07ca3a3d960af16ac08b827"` Oct 28 01:20:39.671 INFO blam! 1ed4f5f43412c97c5e54a98e9f3cf3b8091af22bf07ca3a3d960af16ac08b827