Oct 28 01:20:30.890 INFO checking aes-soft-0.3.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 01:20:30.893 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:31.096 INFO blam! d1668f83e451ea4e7106bf855d380f74b28cf207aaac4b3e07eef15b03a8896e Oct 28 01:20:31.098 INFO running `"docker" "start" "-a" "d1668f83e451ea4e7106bf855d380f74b28cf207aaac4b3e07eef15b03a8896e"` Oct 28 01:20:31.596 INFO kablam! usermod: no changes Oct 28 01:20:31.634 INFO kablam! Checking block-cipher-trait v0.6.1 Oct 28 01:20:31.902 INFO kablam! Checking aes-soft v0.3.2 (/source) Oct 28 01:20:35.443 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 28 01:20:35.443 INFO kablam! --> benches/aes192.rs:6:24 Oct 28 01:20:35.443 INFO kablam! | Oct 28 01:20:35.443 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Oct 28 01:20:35.443 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:35.443 INFO kablam! Oct 28 01:20:35.443 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:35.443 INFO kablam! --> benches/aes192.rs:6:24 Oct 28 01:20:35.443 INFO kablam! | Oct 28 01:20:35.443 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Oct 28 01:20:35.443 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:35.443 INFO kablam! | Oct 28 01:20:35.443 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:35.443 INFO kablam! Oct 28 01:20:35.548 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 28 01:20:35.548 INFO kablam! --> benches/aes128.rs:6:24 Oct 28 01:20:35.548 INFO kablam! | Oct 28 01:20:35.548 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Oct 28 01:20:35.548 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:35.548 INFO kablam! Oct 28 01:20:35.550 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:35.551 INFO kablam! --> benches/aes128.rs:6:24 Oct 28 01:20:35.551 INFO kablam! | Oct 28 01:20:35.551 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Oct 28 01:20:35.551 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:35.551 INFO kablam! | Oct 28 01:20:35.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:35.551 INFO kablam! Oct 28 01:20:35.655 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 28 01:20:35.655 INFO kablam! --> benches/aes256.rs:6:24 Oct 28 01:20:35.655 INFO kablam! | Oct 28 01:20:35.655 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Oct 28 01:20:35.655 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:35.655 INFO kablam! Oct 28 01:20:35.659 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:35.659 INFO kablam! --> benches/aes256.rs:6:24 Oct 28 01:20:35.659 INFO kablam! | Oct 28 01:20:35.659 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Oct 28 01:20:35.659 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:35.659 INFO kablam! | Oct 28 01:20:35.659 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:35.659 INFO kablam! Oct 28 01:20:35.715 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 28 01:20:35.715 INFO kablam! --> benches/aes192.rs:10:18 Oct 28 01:20:35.715 INFO kablam! | Oct 28 01:20:35.715 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:35.715 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 28 01:20:35.715 INFO kablam! | Oct 28 01:20:35.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.715 INFO kablam! | Oct 28 01:20:35.715 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.715 INFO kablam! | Oct 28 01:20:35.715 INFO kablam! Oct 28 01:20:35.731 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 28 01:20:35.731 INFO kablam! --> benches/aes192.rs:22:18 Oct 28 01:20:35.731 INFO kablam! | Oct 28 01:20:35.731 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:35.731 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 28 01:20:35.731 INFO kablam! | Oct 28 01:20:35.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.731 INFO kablam! | Oct 28 01:20:35.731 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.731 INFO kablam! | Oct 28 01:20:35.731 INFO kablam! Oct 28 01:20:35.731 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 28 01:20:35.731 INFO kablam! --> benches/aes192.rs:34:18 Oct 28 01:20:35.731 INFO kablam! | Oct 28 01:20:35.731 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:35.731 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 28 01:20:35.731 INFO kablam! | Oct 28 01:20:35.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.735 INFO kablam! | Oct 28 01:20:35.735 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.735 INFO kablam! | Oct 28 01:20:35.735 INFO kablam! Oct 28 01:20:35.739 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 28 01:20:35.739 INFO kablam! --> benches/aes192.rs:46:18 Oct 28 01:20:35.739 INFO kablam! | Oct 28 01:20:35.739 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:35.739 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 28 01:20:35.739 INFO kablam! | Oct 28 01:20:35.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.743 INFO kablam! | Oct 28 01:20:35.743 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.743 INFO kablam! | Oct 28 01:20:35.743 INFO kablam! Oct 28 01:20:35.766 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:35.766 INFO kablam! Oct 28 01:20:35.766 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:35.766 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:35.774 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 28 01:20:35.775 INFO kablam! --> benches/aes128.rs:10:18 Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:35.775 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! Oct 28 01:20:35.775 INFO kablam! error: Could not compile `aes-soft`. Oct 28 01:20:35.775 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:20:35.775 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 28 01:20:35.775 INFO kablam! --> benches/aes128.rs:22:18 Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:35.775 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! Oct 28 01:20:35.775 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 28 01:20:35.775 INFO kablam! --> benches/aes128.rs:34:18 Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:35.775 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.775 INFO kablam! | Oct 28 01:20:35.775 INFO kablam! Oct 28 01:20:35.787 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 28 01:20:35.787 INFO kablam! --> benches/aes128.rs:46:18 Oct 28 01:20:35.787 INFO kablam! | Oct 28 01:20:35.787 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:35.787 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 28 01:20:35.787 INFO kablam! | Oct 28 01:20:35.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.787 INFO kablam! | Oct 28 01:20:35.787 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.787 INFO kablam! | Oct 28 01:20:35.787 INFO kablam! Oct 28 01:20:35.791 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:35.791 INFO kablam! Oct 28 01:20:35.791 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:35.791 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:35.811 INFO kablam! error: Could not compile `aes-soft`. Oct 28 01:20:35.811 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:20:35.843 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 28 01:20:35.843 INFO kablam! --> benches/aes256.rs:10:18 Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:35.843 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! Oct 28 01:20:35.843 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 28 01:20:35.843 INFO kablam! --> benches/aes256.rs:22:18 Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:35.843 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! Oct 28 01:20:35.843 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 28 01:20:35.843 INFO kablam! --> benches/aes256.rs:34:18 Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:35.843 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! Oct 28 01:20:35.843 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 28 01:20:35.843 INFO kablam! --> benches/aes256.rs:46:18 Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:35.843 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.843 INFO kablam! | Oct 28 01:20:35.843 INFO kablam! Oct 28 01:20:35.843 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:35.843 INFO kablam! Oct 28 01:20:35.843 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:35.843 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:35.859 INFO kablam! error: Could not compile `aes-soft`. Oct 28 01:20:35.859 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:20:35.987 INFO kablam! error: build failed Oct 28 01:20:35.987 INFO kablam! su: No module specific data is present Oct 28 01:20:36.706 INFO running `"docker" "rm" "-f" "d1668f83e451ea4e7106bf855d380f74b28cf207aaac4b3e07eef15b03a8896e"` Oct 28 01:20:37.175 INFO blam! d1668f83e451ea4e7106bf855d380f74b28cf207aaac4b3e07eef15b03a8896e