Nov 29 04:54:17.231 INFO checking aes-soft-0.3.2 against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 29 04:54:17.231 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-6/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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"` Nov 29 04:54:17.426 INFO [stdout] d72e512d910dfbfb97dae2b55e2b654e5306ea37c58c05dad6d02ae65387ef86 Nov 29 04:54:17.428 INFO running `"docker" "start" "-a" "d72e512d910dfbfb97dae2b55e2b654e5306ea37c58c05dad6d02ae65387ef86"` Nov 29 04:54:18.174 INFO [stderr] usermod: no changes Nov 29 04:54:18.232 INFO [stderr] Checking block-cipher-trait v0.6.2 Nov 29 04:54:18.540 INFO [stderr] Checking aes-soft v0.3.2 (/source) Nov 29 04:54:21.236 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Nov 29 04:54:21.236 INFO [stderr] --> benches/aes256.rs:6:24 Nov 29 04:54:21.236 INFO [stderr] | Nov 29 04:54:21.236 INFO [stderr] 6 | use aes_soft::{Aes256, BlockCipher}; Nov 29 04:54:21.236 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:21.236 INFO [stderr] Nov 29 04:54:21.236 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:21.236 INFO [stderr] --> benches/aes256.rs:6:24 Nov 29 04:54:21.236 INFO [stderr] | Nov 29 04:54:21.236 INFO [stderr] 6 | use aes_soft::{Aes256, BlockCipher}; Nov 29 04:54:21.236 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:21.236 INFO [stderr] | Nov 29 04:54:21.236 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:21.236 INFO [stderr] Nov 29 04:54:21.366 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Nov 29 04:54:21.366 INFO [stderr] --> benches/aes128.rs:6:24 Nov 29 04:54:21.366 INFO [stderr] | Nov 29 04:54:21.366 INFO [stderr] 6 | use aes_soft::{Aes128, BlockCipher}; Nov 29 04:54:21.366 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:21.366 INFO [stderr] Nov 29 04:54:21.366 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:21.366 INFO [stderr] --> benches/aes128.rs:6:24 Nov 29 04:54:21.366 INFO [stderr] | Nov 29 04:54:21.366 INFO [stderr] 6 | use aes_soft::{Aes128, BlockCipher}; Nov 29 04:54:21.366 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:21.366 INFO [stderr] | Nov 29 04:54:21.372 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:21.372 INFO [stderr] Nov 29 04:54:21.428 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Nov 29 04:54:21.428 INFO [stderr] --> benches/aes128.rs:10:18 Nov 29 04:54:21.428 INFO [stderr] | Nov 29 04:54:21.428 INFO [stderr] 10 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:21.428 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Nov 29 04:54:21.428 INFO [stderr] | Nov 29 04:54:21.428 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.428 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.428 INFO [stderr] | Nov 29 04:54:21.428 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.428 INFO [stderr] | Nov 29 04:54:21.428 INFO [stderr] Nov 29 04:54:21.428 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Nov 29 04:54:21.428 INFO [stderr] --> benches/aes128.rs:22:18 Nov 29 04:54:21.428 INFO [stderr] | Nov 29 04:54:21.428 INFO [stderr] 22 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:21.428 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Nov 29 04:54:21.428 INFO [stderr] | Nov 29 04:54:21.428 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.428 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.429 INFO [stderr] | Nov 29 04:54:21.429 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.429 INFO [stderr] | Nov 29 04:54:21.429 INFO [stderr] Nov 29 04:54:21.430 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Nov 29 04:54:21.430 INFO [stderr] --> benches/aes128.rs:34:18 Nov 29 04:54:21.430 INFO [stderr] | Nov 29 04:54:21.430 INFO [stderr] 34 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:21.430 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Nov 29 04:54:21.430 INFO [stderr] | Nov 29 04:54:21.430 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.430 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.430 INFO [stderr] | Nov 29 04:54:21.430 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.430 INFO [stderr] | Nov 29 04:54:21.430 INFO [stderr] Nov 29 04:54:21.430 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Nov 29 04:54:21.430 INFO [stderr] --> benches/aes128.rs:46:18 Nov 29 04:54:21.430 INFO [stderr] | Nov 29 04:54:21.430 INFO [stderr] 46 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:21.430 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Nov 29 04:54:21.431 INFO [stderr] | Nov 29 04:54:21.431 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.431 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.431 INFO [stderr] | Nov 29 04:54:21.431 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.431 INFO [stderr] | Nov 29 04:54:21.431 INFO [stderr] Nov 29 04:54:21.436 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:21.436 INFO [stderr] Nov 29 04:54:21.436 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:21.436 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:21.436 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Nov 29 04:54:21.436 INFO [stderr] --> benches/aes256.rs:10:18 Nov 29 04:54:21.436 INFO [stderr] | Nov 29 04:54:21.436 INFO [stderr] 10 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:21.436 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Nov 29 04:54:21.436 INFO [stderr] | Nov 29 04:54:21.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.436 INFO [stderr] | Nov 29 04:54:21.436 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.436 INFO [stderr] | Nov 29 04:54:21.436 INFO [stderr] Nov 29 04:54:21.440 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Nov 29 04:54:21.440 INFO [stderr] --> benches/aes256.rs:22:18 Nov 29 04:54:21.440 INFO [stderr] | Nov 29 04:54:21.440 INFO [stderr] 22 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:21.440 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Nov 29 04:54:21.440 INFO [stderr] error: Could not compile `aes-soft`. Nov 29 04:54:21.440 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:21.468 INFO [stderr] | Nov 29 04:54:21.468 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.468 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.468 INFO [stderr] | Nov 29 04:54:21.468 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.468 INFO [stderr] | Nov 29 04:54:21.468 INFO [stderr] Nov 29 04:54:21.468 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Nov 29 04:54:21.468 INFO [stderr] --> benches/aes256.rs:34:18 Nov 29 04:54:21.468 INFO [stderr] | Nov 29 04:54:21.468 INFO [stderr] 34 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:21.468 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Nov 29 04:54:21.468 INFO [stderr] | Nov 29 04:54:21.468 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.468 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.468 INFO [stderr] | Nov 29 04:54:21.469 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.469 INFO [stderr] | Nov 29 04:54:21.469 INFO [stderr] Nov 29 04:54:21.469 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Nov 29 04:54:21.469 INFO [stderr] --> benches/aes256.rs:46:18 Nov 29 04:54:21.469 INFO [stderr] | Nov 29 04:54:21.469 INFO [stderr] 46 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:21.469 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Nov 29 04:54:21.469 INFO [stderr] | Nov 29 04:54:21.469 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.469 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.469 INFO [stderr] | Nov 29 04:54:21.469 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.469 INFO [stderr] | Nov 29 04:54:21.469 INFO [stderr] Nov 29 04:54:21.469 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:21.469 INFO [stderr] Nov 29 04:54:21.469 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:21.469 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:21.496 INFO [stderr] error: Could not compile `aes-soft`. Nov 29 04:54:21.496 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:21.600 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Nov 29 04:54:21.600 INFO [stderr] --> benches/aes192.rs:6:24 Nov 29 04:54:21.600 INFO [stderr] | Nov 29 04:54:21.600 INFO [stderr] 6 | use aes_soft::{Aes192, BlockCipher}; Nov 29 04:54:21.600 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:21.600 INFO [stderr] Nov 29 04:54:21.604 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:21.604 INFO [stderr] --> benches/aes192.rs:6:24 Nov 29 04:54:21.604 INFO [stderr] | Nov 29 04:54:21.604 INFO [stderr] 6 | use aes_soft::{Aes192, BlockCipher}; Nov 29 04:54:21.604 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:21.604 INFO [stderr] | Nov 29 04:54:21.604 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:21.604 INFO [stderr] Nov 29 04:54:21.664 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Nov 29 04:54:21.664 INFO [stderr] --> benches/aes192.rs:10:18 Nov 29 04:54:21.664 INFO [stderr] | Nov 29 04:54:21.664 INFO [stderr] 10 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:21.664 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Nov 29 04:54:21.664 INFO [stderr] | Nov 29 04:54:21.664 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.664 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.664 INFO [stderr] | Nov 29 04:54:21.664 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.664 INFO [stderr] | Nov 29 04:54:21.664 INFO [stderr] Nov 29 04:54:21.664 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Nov 29 04:54:21.664 INFO [stderr] --> benches/aes192.rs:22:18 Nov 29 04:54:21.664 INFO [stderr] | Nov 29 04:54:21.664 INFO [stderr] 22 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:21.664 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Nov 29 04:54:21.664 INFO [stderr] | Nov 29 04:54:21.664 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.664 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.664 INFO [stderr] | Nov 29 04:54:21.664 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.665 INFO [stderr] | Nov 29 04:54:21.665 INFO [stderr] Nov 29 04:54:21.668 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Nov 29 04:54:21.668 INFO [stderr] --> benches/aes192.rs:34:18 Nov 29 04:54:21.668 INFO [stderr] | Nov 29 04:54:21.668 INFO [stderr] 34 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:21.668 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Nov 29 04:54:21.668 INFO [stderr] | Nov 29 04:54:21.668 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.668 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.668 INFO [stderr] | Nov 29 04:54:21.668 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.668 INFO [stderr] | Nov 29 04:54:21.668 INFO [stderr] Nov 29 04:54:21.668 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Nov 29 04:54:21.668 INFO [stderr] --> benches/aes192.rs:46:18 Nov 29 04:54:21.668 INFO [stderr] | Nov 29 04:54:21.668 INFO [stderr] 46 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:21.668 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Nov 29 04:54:21.668 INFO [stderr] | Nov 29 04:54:21.668 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:21.668 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:21.668 INFO [stderr] | Nov 29 04:54:21.668 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:21.668 INFO [stderr] | Nov 29 04:54:21.668 INFO [stderr] Nov 29 04:54:21.672 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:21.672 INFO [stderr] Nov 29 04:54:21.672 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:21.672 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:21.692 INFO [stderr] error: Could not compile `aes-soft`. Nov 29 04:54:21.692 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:22.001 INFO [stderr] error: build failed Nov 29 04:54:22.003 INFO [stderr] su: No module specific data is present Nov 29 04:54:22.912 INFO running `"docker" "inspect" "d72e512d910dfbfb97dae2b55e2b654e5306ea37c58c05dad6d02ae65387ef86"` Nov 29 04:54:23.152 INFO running `"docker" "rm" "-f" "d72e512d910dfbfb97dae2b55e2b654e5306ea37c58c05dad6d02ae65387ef86"` Nov 29 04:54:23.461 INFO [stdout] d72e512d910dfbfb97dae2b55e2b654e5306ea37c58c05dad6d02ae65387ef86