Nov 29 04:54:17.269 INFO checking aes-soft-0.3.2 against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 29 04:54:17.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-4/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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.457 INFO [stdout] 918832e2c1b7aa243ab70d71763405feca8aa1711d4de279f5e0a1bdd122d4ac Nov 29 04:54:17.465 INFO running `"docker" "start" "-a" "918832e2c1b7aa243ab70d71763405feca8aa1711d4de279f5e0a1bdd122d4ac"` Nov 29 04:54:18.098 INFO [stderr] usermod: no changes Nov 29 04:54:18.176 INFO [stderr] Checking block-cipher-trait v0.6.2 Nov 29 04:54:18.432 INFO [stderr] Checking aes-soft v0.3.2 (/source) Nov 29 04:54:21.740 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Nov 29 04:54:21.740 INFO [stderr] --> benches/aes128.rs:6:24 Nov 29 04:54:21.740 INFO [stderr] | Nov 29 04:54:21.740 INFO [stderr] 6 | use aes_soft::{Aes128, BlockCipher}; Nov 29 04:54:21.740 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:21.740 INFO [stderr] Nov 29 04:54:21.741 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:21.741 INFO [stderr] --> benches/aes128.rs:6:24 Nov 29 04:54:21.741 INFO [stderr] | Nov 29 04:54:21.741 INFO [stderr] 6 | use aes_soft::{Aes128, BlockCipher}; Nov 29 04:54:21.741 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:21.741 INFO [stderr] | Nov 29 04:54:21.741 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:21.741 INFO [stderr] Nov 29 04:54:22.036 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:22.036 INFO [stderr] --> benches/aes128.rs:10:18 Nov 29 04:54:22.036 INFO [stderr] | Nov 29 04:54:22.036 INFO [stderr] 10 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:22.036 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Nov 29 04:54:22.036 INFO [stderr] | Nov 29 04:54:22.036 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.036 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.036 INFO [stderr] | Nov 29 04:54:22.037 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.037 INFO [stderr] | Nov 29 04:54:22.037 INFO [stderr] Nov 29 04:54:22.038 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:22.038 INFO [stderr] --> benches/aes128.rs:22:18 Nov 29 04:54:22.038 INFO [stderr] | Nov 29 04:54:22.038 INFO [stderr] 22 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:22.038 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Nov 29 04:54:22.038 INFO [stderr] | Nov 29 04:54:22.039 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.039 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.039 INFO [stderr] | Nov 29 04:54:22.039 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.039 INFO [stderr] | Nov 29 04:54:22.039 INFO [stderr] Nov 29 04:54:22.040 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:22.040 INFO [stderr] --> benches/aes128.rs:34:18 Nov 29 04:54:22.040 INFO [stderr] | Nov 29 04:54:22.040 INFO [stderr] 34 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:22.040 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Nov 29 04:54:22.040 INFO [stderr] | Nov 29 04:54:22.040 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.040 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.040 INFO [stderr] | Nov 29 04:54:22.040 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.040 INFO [stderr] | Nov 29 04:54:22.040 INFO [stderr] Nov 29 04:54:22.048 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:22.048 INFO [stderr] --> benches/aes128.rs:46:18 Nov 29 04:54:22.048 INFO [stderr] | Nov 29 04:54:22.048 INFO [stderr] 46 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:22.048 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Nov 29 04:54:22.048 INFO [stderr] | Nov 29 04:54:22.048 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.048 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.048 INFO [stderr] | Nov 29 04:54:22.048 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.048 INFO [stderr] | Nov 29 04:54:22.048 INFO [stderr] Nov 29 04:54:22.052 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:22.052 INFO [stderr] Nov 29 04:54:22.052 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:22.052 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:22.072 INFO [stderr] error: Could not compile `aes-soft`. Nov 29 04:54:22.072 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:22.108 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Nov 29 04:54:22.108 INFO [stderr] --> benches/aes192.rs:6:24 Nov 29 04:54:22.108 INFO [stderr] | Nov 29 04:54:22.108 INFO [stderr] 6 | use aes_soft::{Aes192, BlockCipher}; Nov 29 04:54:22.108 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:22.108 INFO [stderr] Nov 29 04:54:22.108 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:22.108 INFO [stderr] --> benches/aes192.rs:6:24 Nov 29 04:54:22.108 INFO [stderr] | Nov 29 04:54:22.108 INFO [stderr] 6 | use aes_soft::{Aes192, BlockCipher}; Nov 29 04:54:22.108 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:22.108 INFO [stderr] | Nov 29 04:54:22.108 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:22.108 INFO [stderr] Nov 29 04:54:22.212 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Nov 29 04:54:22.212 INFO [stderr] --> benches/aes256.rs:6:24 Nov 29 04:54:22.212 INFO [stderr] | Nov 29 04:54:22.212 INFO [stderr] 6 | use aes_soft::{Aes256, BlockCipher}; Nov 29 04:54:22.212 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:22.212 INFO [stderr] Nov 29 04:54:22.212 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:22.212 INFO [stderr] --> benches/aes256.rs:6:24 Nov 29 04:54:22.212 INFO [stderr] | Nov 29 04:54:22.212 INFO [stderr] 6 | use aes_soft::{Aes256, BlockCipher}; Nov 29 04:54:22.212 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:22.212 INFO [stderr] | Nov 29 04:54:22.212 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:22.212 INFO [stderr] Nov 29 04:54:22.232 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:22.232 INFO [stderr] --> benches/aes192.rs:10:18 Nov 29 04:54:22.232 INFO [stderr] | Nov 29 04:54:22.232 INFO [stderr] 10 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:22.232 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Nov 29 04:54:22.232 INFO [stderr] | Nov 29 04:54:22.232 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.232 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.232 INFO [stderr] | Nov 29 04:54:22.232 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.232 INFO [stderr] | Nov 29 04:54:22.232 INFO [stderr] Nov 29 04:54:22.232 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:22.232 INFO [stderr] --> benches/aes192.rs:22:18 Nov 29 04:54:22.232 INFO [stderr] | Nov 29 04:54:22.232 INFO [stderr] 22 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:22.232 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Nov 29 04:54:22.232 INFO [stderr] | Nov 29 04:54:22.232 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.233 INFO [stderr] | Nov 29 04:54:22.233 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.233 INFO [stderr] | Nov 29 04:54:22.233 INFO [stderr] Nov 29 04:54:22.233 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:22.233 INFO [stderr] --> benches/aes192.rs:34:18 Nov 29 04:54:22.233 INFO [stderr] | Nov 29 04:54:22.233 INFO [stderr] 34 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:22.233 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Nov 29 04:54:22.233 INFO [stderr] | Nov 29 04:54:22.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.233 INFO [stderr] | Nov 29 04:54:22.233 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.233 INFO [stderr] | Nov 29 04:54:22.233 INFO [stderr] Nov 29 04:54:22.233 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:22.233 INFO [stderr] --> benches/aes192.rs:46:18 Nov 29 04:54:22.233 INFO [stderr] | Nov 29 04:54:22.233 INFO [stderr] 46 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:22.233 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Nov 29 04:54:22.233 INFO [stderr] | Nov 29 04:54:22.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.233 INFO [stderr] | Nov 29 04:54:22.233 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.233 INFO [stderr] | Nov 29 04:54:22.233 INFO [stderr] Nov 29 04:54:22.233 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:22.233 INFO [stderr] Nov 29 04:54:22.233 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:22.233 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:22.255 INFO [stderr] error: Could not compile `aes-soft`. Nov 29 04:54:22.255 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:22.284 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:22.284 INFO [stderr] --> benches/aes256.rs:10:18 Nov 29 04:54:22.284 INFO [stderr] | Nov 29 04:54:22.284 INFO [stderr] 10 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:22.284 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Nov 29 04:54:22.284 INFO [stderr] | Nov 29 04:54:22.284 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.284 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.284 INFO [stderr] | Nov 29 04:54:22.284 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.284 INFO [stderr] | Nov 29 04:54:22.284 INFO [stderr] Nov 29 04:54:22.288 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:22.288 INFO [stderr] --> benches/aes256.rs:22:18 Nov 29 04:54:22.288 INFO [stderr] | Nov 29 04:54:22.288 INFO [stderr] 22 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:22.288 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Nov 29 04:54:22.288 INFO [stderr] | Nov 29 04:54:22.288 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.288 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.288 INFO [stderr] | Nov 29 04:54:22.288 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.288 INFO [stderr] | Nov 29 04:54:22.288 INFO [stderr] Nov 29 04:54:22.288 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:22.288 INFO [stderr] --> benches/aes256.rs:34:18 Nov 29 04:54:22.288 INFO [stderr] | Nov 29 04:54:22.288 INFO [stderr] 34 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:22.288 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Nov 29 04:54:22.288 INFO [stderr] | Nov 29 04:54:22.288 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.288 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.288 INFO [stderr] | Nov 29 04:54:22.288 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.288 INFO [stderr] | Nov 29 04:54:22.288 INFO [stderr] Nov 29 04:54:22.288 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:22.289 INFO [stderr] --> benches/aes256.rs:46:18 Nov 29 04:54:22.289 INFO [stderr] | Nov 29 04:54:22.289 INFO [stderr] 46 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:22.289 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Nov 29 04:54:22.289 INFO [stderr] | Nov 29 04:54:22.289 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:22.289 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:22.289 INFO [stderr] | Nov 29 04:54:22.289 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Nov 29 04:54:22.289 INFO [stderr] | Nov 29 04:54:22.289 INFO [stderr] Nov 29 04:54:22.292 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:22.293 INFO [stderr] Nov 29 04:54:22.293 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:22.293 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:22.304 INFO [stderr] error: Could not compile `aes-soft`. Nov 29 04:54:22.304 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:22.518 INFO [stderr] error: build failed Nov 29 04:54:22.519 INFO [stderr] su: No module specific data is present Nov 29 04:54:23.481 INFO running `"docker" "inspect" "918832e2c1b7aa243ab70d71763405feca8aa1711d4de279f5e0a1bdd122d4ac"` Nov 29 04:54:23.768 INFO running `"docker" "rm" "-f" "918832e2c1b7aa243ab70d71763405feca8aa1711d4de279f5e0a1bdd122d4ac"` Nov 29 04:54:24.030 INFO [stdout] 918832e2c1b7aa243ab70d71763405feca8aa1711d4de279f5e0a1bdd122d4ac