Oct 28 01:20:30.809 INFO checking aes-soft-0.3.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 01:20:30.810 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:31.049 INFO blam! ea82806e8ccd548aecce1ee50126f65c6efe24985774b72b41309663ee7345e5 Oct 28 01:20:31.049 INFO running `"docker" "start" "-a" "ea82806e8ccd548aecce1ee50126f65c6efe24985774b72b41309663ee7345e5"` Oct 28 01:20:31.423 INFO kablam! usermod: no changes Oct 28 01:20:31.467 INFO kablam! Checking block-cipher-trait v0.6.1 Oct 28 01:20:31.707 INFO kablam! Checking aes-soft v0.3.2 (/source) Oct 28 01:20:35.471 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 28 01:20:35.471 INFO kablam! --> benches/aes128.rs:6:24 Oct 28 01:20:35.471 INFO kablam! | Oct 28 01:20:35.471 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Oct 28 01:20:35.471 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:35.471 INFO kablam! Oct 28 01:20:35.471 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:35.471 INFO kablam! --> benches/aes128.rs:6:24 Oct 28 01:20:35.471 INFO kablam! | Oct 28 01:20:35.471 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Oct 28 01:20:35.471 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:35.471 INFO kablam! | Oct 28 01:20:35.471 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:35.471 INFO kablam! Oct 28 01:20:35.583 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 28 01:20:35.583 INFO kablam! --> benches/aes192.rs:6:24 Oct 28 01:20:35.583 INFO kablam! | Oct 28 01:20:35.583 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Oct 28 01:20:35.583 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:35.583 INFO kablam! Oct 28 01:20:35.583 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:35.583 INFO kablam! --> benches/aes192.rs:6:24 Oct 28 01:20:35.583 INFO kablam! | Oct 28 01:20:35.583 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Oct 28 01:20:35.583 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:35.583 INFO kablam! | Oct 28 01:20:35.583 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:35.583 INFO kablam! Oct 28 01:20:35.619 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.619 INFO kablam! --> benches/aes128.rs:10:18 Oct 28 01:20:35.619 INFO kablam! | Oct 28 01:20:35.619 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:35.619 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 28 01:20:35.619 INFO kablam! | Oct 28 01:20:35.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.619 INFO kablam! | Oct 28 01:20:35.619 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.619 INFO kablam! | Oct 28 01:20:35.619 INFO kablam! Oct 28 01:20:35.635 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.635 INFO kablam! --> benches/aes128.rs:22:18 Oct 28 01:20:35.635 INFO kablam! | Oct 28 01:20:35.635 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:35.635 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 28 01:20:35.635 INFO kablam! | Oct 28 01:20:35.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.635 INFO kablam! | Oct 28 01:20:35.635 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.635 INFO kablam! | Oct 28 01:20:35.635 INFO kablam! Oct 28 01:20:35.635 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.635 INFO kablam! --> benches/aes128.rs:34:18 Oct 28 01:20:35.635 INFO kablam! | Oct 28 01:20:35.635 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:35.635 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 28 01:20:35.635 INFO kablam! | Oct 28 01:20:35.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.635 INFO kablam! | Oct 28 01:20:35.635 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.635 INFO kablam! | Oct 28 01:20:35.635 INFO kablam! Oct 28 01:20:35.647 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.647 INFO kablam! --> benches/aes128.rs:46:18 Oct 28 01:20:35.647 INFO kablam! | Oct 28 01:20:35.647 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Oct 28 01:20:35.650 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 28 01:20:35.651 INFO kablam! | Oct 28 01:20:35.651 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.651 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.651 INFO kablam! | Oct 28 01:20:35.651 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.651 INFO kablam! | Oct 28 01:20:35.651 INFO kablam! Oct 28 01:20:35.651 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:35.651 INFO kablam! Oct 28 01:20:35.651 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:35.651 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:35.679 INFO kablam! error: Could not compile `aes-soft`. Oct 28 01:20:35.679 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:20:35.743 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.743 INFO kablam! --> benches/aes192.rs:10:18 Oct 28 01:20:35.743 INFO kablam! | Oct 28 01:20:35.743 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:35.743 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 28 01:20:35.743 INFO kablam! | Oct 28 01:20:35.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.747 INFO kablam! | Oct 28 01:20:35.747 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.747 INFO kablam! | Oct 28 01:20:35.747 INFO kablam! Oct 28 01:20:35.747 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.747 INFO kablam! --> benches/aes192.rs:22:18 Oct 28 01:20:35.747 INFO kablam! | Oct 28 01:20:35.747 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:35.747 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 28 01:20:35.747 INFO kablam! | Oct 28 01:20:35.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.747 INFO kablam! | Oct 28 01:20:35.748 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.748 INFO kablam! | Oct 28 01:20:35.748 INFO kablam! Oct 28 01:20:35.755 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.755 INFO kablam! --> benches/aes192.rs:34:18 Oct 28 01:20:35.755 INFO kablam! | Oct 28 01:20:35.755 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:35.755 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 28 01:20:35.755 INFO kablam! | Oct 28 01:20:35.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.755 INFO kablam! | Oct 28 01:20:35.755 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.755 INFO kablam! | Oct 28 01:20:35.755 INFO kablam! Oct 28 01:20:35.755 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.755 INFO kablam! --> benches/aes192.rs:46:18 Oct 28 01:20:35.755 INFO kablam! | Oct 28 01:20:35.755 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Oct 28 01:20:35.755 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 28 01:20:35.755 INFO kablam! | Oct 28 01:20:35.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:35.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:35.763 INFO kablam! | Oct 28 01:20:35.763 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:35.763 INFO kablam! | Oct 28 01:20:35.763 INFO kablam! Oct 28 01:20:35.771 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:35.771 INFO kablam! Oct 28 01:20:35.771 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:35.771 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:35.787 INFO kablam! error: Could not compile `aes-soft`. Oct 28 01:20:35.787 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:20:36.059 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 28 01:20:36.059 INFO kablam! --> benches/aes256.rs:6:24 Oct 28 01:20:36.059 INFO kablam! | Oct 28 01:20:36.059 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Oct 28 01:20:36.059 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 28 01:20:36.059 INFO kablam! Oct 28 01:20:36.067 INFO kablam! warning: unused import: `BlockCipher` Oct 28 01:20:36.067 INFO kablam! --> benches/aes256.rs:6:24 Oct 28 01:20:36.067 INFO kablam! | Oct 28 01:20:36.067 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Oct 28 01:20:36.067 INFO kablam! | ^^^^^^^^^^^ Oct 28 01:20:36.067 INFO kablam! | Oct 28 01:20:36.067 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:20:36.067 INFO kablam! Oct 28 01:20:36.124 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:36.124 INFO kablam! --> benches/aes256.rs:10:18 Oct 28 01:20:36.124 INFO kablam! | Oct 28 01:20:36.124 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:36.124 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 28 01:20:36.124 INFO kablam! | Oct 28 01:20:36.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:36.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:36.124 INFO kablam! | Oct 28 01:20:36.124 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:36.124 INFO kablam! | Oct 28 01:20:36.124 INFO kablam! Oct 28 01:20:36.135 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:36.135 INFO kablam! --> benches/aes256.rs:22:18 Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:36.135 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:36.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! Oct 28 01:20:36.135 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:36.135 INFO kablam! --> benches/aes256.rs:34:18 Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:36.135 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:36.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! Oct 28 01:20:36.135 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:36.135 INFO kablam! --> benches/aes256.rs:46:18 Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Oct 28 01:20:36.135 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 28 01:20:36.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 28 01:20:36.135 INFO kablam! | Oct 28 01:20:36.135 INFO kablam! Oct 28 01:20:36.135 INFO kablam! error: aborting due to 5 previous errors Oct 28 01:20:36.135 INFO kablam! Oct 28 01:20:36.135 INFO kablam! Some errors occurred: E0432, E0599. Oct 28 01:20:36.135 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 28 01:20:36.141 INFO kablam! error: Could not compile `aes-soft`. Oct 28 01:20:36.141 INFO kablam! Oct 28 01:20:36.141 INFO kablam! To learn more, run the command again with --verbose. Oct 28 01:20:36.142 INFO kablam! su: No module specific data is present Oct 28 01:20:36.711 INFO running `"docker" "rm" "-f" "ea82806e8ccd548aecce1ee50126f65c6efe24985774b72b41309663ee7345e5"` Oct 28 01:20:36.955 INFO blam! ea82806e8ccd548aecce1ee50126f65c6efe24985774b72b41309663ee7345e5