Dec 05 16:56:32.540 INFO checking aes-soft-0.3.2 against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 05 16:56:32.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-3/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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"` Dec 05 16:56:33.015 INFO [stdout] 211cfc8514da691d1247c7267f10dd0dc77408733783c3d22fc0cfff6f65548b Dec 05 16:56:33.017 INFO running `"docker" "start" "-a" "211cfc8514da691d1247c7267f10dd0dc77408733783c3d22fc0cfff6f65548b"` Dec 05 16:56:34.455 INFO [stderr] usermod: no changes Dec 05 16:56:34.515 INFO [stderr] Checking block-cipher-trait v0.6.2 Dec 05 16:56:34.806 INFO [stderr] Checking aes-soft v0.3.2 (/source) Dec 05 16:56:36.607 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Dec 05 16:56:36.607 INFO [stderr] --> benches/aes192.rs:6:24 Dec 05 16:56:36.607 INFO [stderr] | Dec 05 16:56:36.607 INFO [stderr] 6 | use aes_soft::{Aes192, BlockCipher}; Dec 05 16:56:36.607 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Dec 05 16:56:36.607 INFO [stderr] Dec 05 16:56:36.607 INFO [stderr] warning: unused import: `BlockCipher` Dec 05 16:56:36.607 INFO [stderr] --> benches/aes192.rs:6:24 Dec 05 16:56:36.607 INFO [stderr] | Dec 05 16:56:36.607 INFO [stderr] 6 | use aes_soft::{Aes192, BlockCipher}; Dec 05 16:56:36.607 INFO [stderr] | ^^^^^^^^^^^ Dec 05 16:56:36.607 INFO [stderr] | Dec 05 16:56:36.607 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 16:56:36.607 INFO [stderr] Dec 05 16:56:36.678 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Dec 05 16:56:36.679 INFO [stderr] --> benches/aes192.rs:10:18 Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] 10 | let cipher = Aes192::new(&Default::default()); Dec 05 16:56:36.679 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:36.679 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] Dec 05 16:56:36.679 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Dec 05 16:56:36.679 INFO [stderr] --> benches/aes192.rs:22:18 Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] 22 | let cipher = Aes192::new(&Default::default()); Dec 05 16:56:36.679 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:36.679 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] Dec 05 16:56:36.679 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Dec 05 16:56:36.679 INFO [stderr] --> benches/aes192.rs:34:18 Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] 34 | let cipher = Aes192::new(&Default::default()); Dec 05 16:56:36.679 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:36.679 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:36.679 INFO [stderr] | Dec 05 16:56:36.679 INFO [stderr] Dec 05 16:56:36.686 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Dec 05 16:56:36.687 INFO [stderr] --> benches/aes192.rs:46:18 Dec 05 16:56:36.687 INFO [stderr] | Dec 05 16:56:36.687 INFO [stderr] 46 | let cipher = Aes192::new(&Default::default()); Dec 05 16:56:36.687 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Dec 05 16:56:36.687 INFO [stderr] | Dec 05 16:56:36.687 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:36.687 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:36.687 INFO [stderr] | Dec 05 16:56:36.687 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:36.687 INFO [stderr] | Dec 05 16:56:36.687 INFO [stderr] Dec 05 16:56:36.687 INFO [stderr] error: aborting due to 5 previous errors Dec 05 16:56:36.687 INFO [stderr] Dec 05 16:56:36.687 INFO [stderr] Some errors occurred: E0432, E0599. Dec 05 16:56:36.687 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Dec 05 16:56:36.691 INFO [stderr] error: Could not compile `aes-soft`. Dec 05 16:56:36.691 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 16:56:36.815 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Dec 05 16:56:36.815 INFO [stderr] --> benches/aes256.rs:6:24 Dec 05 16:56:36.815 INFO [stderr] | Dec 05 16:56:36.815 INFO [stderr] 6 | use aes_soft::{Aes256, BlockCipher}; Dec 05 16:56:36.815 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Dec 05 16:56:36.815 INFO [stderr] Dec 05 16:56:36.815 INFO [stderr] warning: unused import: `BlockCipher` Dec 05 16:56:36.815 INFO [stderr] --> benches/aes256.rs:6:24 Dec 05 16:56:36.815 INFO [stderr] | Dec 05 16:56:36.815 INFO [stderr] 6 | use aes_soft::{Aes256, BlockCipher}; Dec 05 16:56:36.815 INFO [stderr] | ^^^^^^^^^^^ Dec 05 16:56:36.815 INFO [stderr] | Dec 05 16:56:36.815 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 16:56:36.815 INFO [stderr] Dec 05 16:56:36.887 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Dec 05 16:56:36.887 INFO [stderr] --> benches/aes256.rs:10:18 Dec 05 16:56:36.887 INFO [stderr] | Dec 05 16:56:36.887 INFO [stderr] 10 | let cipher = Aes256::new(&Default::default()); Dec 05 16:56:36.887 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Dec 05 16:56:36.887 INFO [stderr] | Dec 05 16:56:36.887 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:36.887 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:36.887 INFO [stderr] | Dec 05 16:56:36.887 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:36.887 INFO [stderr] | Dec 05 16:56:36.887 INFO [stderr] Dec 05 16:56:36.891 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Dec 05 16:56:36.891 INFO [stderr] --> benches/aes256.rs:22:18 Dec 05 16:56:36.891 INFO [stderr] | Dec 05 16:56:36.891 INFO [stderr] 22 | let cipher = Aes256::new(&Default::default()); Dec 05 16:56:36.891 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Dec 05 16:56:36.891 INFO [stderr] | Dec 05 16:56:36.891 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:36.891 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:36.891 INFO [stderr] | Dec 05 16:56:36.891 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:36.891 INFO [stderr] | Dec 05 16:56:36.891 INFO [stderr] Dec 05 16:56:36.891 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Dec 05 16:56:36.891 INFO [stderr] --> benches/aes256.rs:34:18 Dec 05 16:56:36.891 INFO [stderr] | Dec 05 16:56:36.891 INFO [stderr] 34 | let cipher = Aes256::new(&Default::default()); Dec 05 16:56:36.891 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Dec 05 16:56:36.891 INFO [stderr] | Dec 05 16:56:36.891 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:36.891 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:36.891 INFO [stderr] | Dec 05 16:56:36.891 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:36.891 INFO [stderr] | Dec 05 16:56:36.891 INFO [stderr] Dec 05 16:56:36.895 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Dec 05 16:56:36.895 INFO [stderr] --> benches/aes256.rs:46:18 Dec 05 16:56:36.895 INFO [stderr] | Dec 05 16:56:36.895 INFO [stderr] 46 | let cipher = Aes256::new(&Default::default()); Dec 05 16:56:36.895 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Dec 05 16:56:36.895 INFO [stderr] | Dec 05 16:56:36.895 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:36.895 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:36.895 INFO [stderr] | Dec 05 16:56:36.895 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:36.895 INFO [stderr] | Dec 05 16:56:36.895 INFO [stderr] Dec 05 16:56:36.895 INFO [stderr] error: aborting due to 5 previous errors Dec 05 16:56:36.895 INFO [stderr] Dec 05 16:56:36.895 INFO [stderr] Some errors occurred: E0432, E0599. Dec 05 16:56:36.895 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Dec 05 16:56:36.905 INFO [stderr] error: Could not compile `aes-soft`. Dec 05 16:56:36.905 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 16:56:36.947 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Dec 05 16:56:36.947 INFO [stderr] --> benches/aes128.rs:6:24 Dec 05 16:56:36.947 INFO [stderr] | Dec 05 16:56:36.947 INFO [stderr] 6 | use aes_soft::{Aes128, BlockCipher}; Dec 05 16:56:36.947 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Dec 05 16:56:36.947 INFO [stderr] Dec 05 16:56:36.947 INFO [stderr] warning: unused import: `BlockCipher` Dec 05 16:56:36.947 INFO [stderr] --> benches/aes128.rs:6:24 Dec 05 16:56:36.947 INFO [stderr] | Dec 05 16:56:36.947 INFO [stderr] 6 | use aes_soft::{Aes128, BlockCipher}; Dec 05 16:56:36.947 INFO [stderr] | ^^^^^^^^^^^ Dec 05 16:56:36.947 INFO [stderr] | Dec 05 16:56:36.947 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 16:56:36.947 INFO [stderr] Dec 05 16:56:37.006 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Dec 05 16:56:37.006 INFO [stderr] --> benches/aes128.rs:10:18 Dec 05 16:56:37.006 INFO [stderr] | Dec 05 16:56:37.006 INFO [stderr] 10 | let cipher = Aes128::new(&Default::default()); Dec 05 16:56:37.006 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Dec 05 16:56:37.006 INFO [stderr] | Dec 05 16:56:37.006 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:37.006 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:37.006 INFO [stderr] | Dec 05 16:56:37.006 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:37.006 INFO [stderr] | Dec 05 16:56:37.006 INFO [stderr] Dec 05 16:56:37.006 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Dec 05 16:56:37.006 INFO [stderr] --> benches/aes128.rs:22:18 Dec 05 16:56:37.006 INFO [stderr] | Dec 05 16:56:37.006 INFO [stderr] 22 | let cipher = Aes128::new(&Default::default()); Dec 05 16:56:37.006 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Dec 05 16:56:37.007 INFO [stderr] | Dec 05 16:56:37.007 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:37.007 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:37.007 INFO [stderr] | Dec 05 16:56:37.007 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:37.007 INFO [stderr] | Dec 05 16:56:37.007 INFO [stderr] Dec 05 16:56:37.011 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Dec 05 16:56:37.011 INFO [stderr] --> benches/aes128.rs:34:18 Dec 05 16:56:37.011 INFO [stderr] | Dec 05 16:56:37.011 INFO [stderr] 34 | let cipher = Aes128::new(&Default::default()); Dec 05 16:56:37.011 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Dec 05 16:56:37.011 INFO [stderr] | Dec 05 16:56:37.011 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:37.011 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:37.011 INFO [stderr] | Dec 05 16:56:37.011 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:37.011 INFO [stderr] | Dec 05 16:56:37.011 INFO [stderr] Dec 05 16:56:37.011 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Dec 05 16:56:37.011 INFO [stderr] --> benches/aes128.rs:46:18 Dec 05 16:56:37.011 INFO [stderr] | Dec 05 16:56:37.011 INFO [stderr] 46 | let cipher = Aes128::new(&Default::default()); Dec 05 16:56:37.011 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Dec 05 16:56:37.011 INFO [stderr] | Dec 05 16:56:37.011 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 05 16:56:37.011 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 05 16:56:37.011 INFO [stderr] | Dec 05 16:56:37.011 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 05 16:56:37.011 INFO [stderr] | Dec 05 16:56:37.011 INFO [stderr] Dec 05 16:56:37.019 INFO [stderr] error: aborting due to 5 previous errors Dec 05 16:56:37.019 INFO [stderr] Dec 05 16:56:37.019 INFO [stderr] Some errors occurred: E0432, E0599. Dec 05 16:56:37.019 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Dec 05 16:56:37.023 INFO [stderr] error: Could not compile `aes-soft`. Dec 05 16:56:37.023 INFO [stderr] Dec 05 16:56:37.023 INFO [stderr] To learn more, run the command again with --verbose. Dec 05 16:56:37.023 INFO [stderr] su: No module specific data is present Dec 05 16:56:37.423 INFO running `"docker" "inspect" "211cfc8514da691d1247c7267f10dd0dc77408733783c3d22fc0cfff6f65548b"` Dec 05 16:56:37.675 INFO running `"docker" "rm" "-f" "211cfc8514da691d1247c7267f10dd0dc77408733783c3d22fc0cfff6f65548b"` Dec 05 16:56:37.942 INFO [stdout] 211cfc8514da691d1247c7267f10dd0dc77408733783c3d22fc0cfff6f65548b