Nov 29 04:54:19.132 INFO checking aes-0.3.2 against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 29 04:54:19.132 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-2/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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:19.424 INFO [stdout] 028453efaf57391301d32c3593b43c41881b672472a0d5238215132e36342823 Nov 29 04:54:19.428 INFO running `"docker" "start" "-a" "028453efaf57391301d32c3593b43c41881b672472a0d5238215132e36342823"` Nov 29 04:54:20.869 INFO [stderr] usermod: no changes Nov 29 04:54:20.976 INFO [stderr] Checking block-cipher-trait v0.6.2 Nov 29 04:54:21.366 INFO [stderr] Checking aes-soft v0.3.2 Nov 29 04:54:22.159 INFO [stderr] Checking aes v0.3.2 (/source) Nov 29 04:54:24.436 INFO [stderr] error[E0432]: unresolved import `aes::BlockCipher` Nov 29 04:54:24.436 INFO [stderr] --> benches/aes128.rs:6:19 Nov 29 04:54:24.436 INFO [stderr] | Nov 29 04:54:24.436 INFO [stderr] 6 | use aes::{Aes128, BlockCipher}; Nov 29 04:54:24.436 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:24.436 INFO [stderr] Nov 29 04:54:24.440 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:24.440 INFO [stderr] --> benches/aes128.rs:6:19 Nov 29 04:54:24.440 INFO [stderr] | Nov 29 04:54:24.440 INFO [stderr] 6 | use aes::{Aes128, BlockCipher}; Nov 29 04:54:24.440 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:24.440 INFO [stderr] | Nov 29 04:54:24.440 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:24.440 INFO [stderr] Nov 29 04:54:24.505 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Nov 29 04:54:24.505 INFO [stderr] --> benches/aes128.rs:10:18 Nov 29 04:54:24.505 INFO [stderr] | Nov 29 04:54:24.505 INFO [stderr] 10 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:24.505 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Nov 29 04:54:24.505 INFO [stderr] | Nov 29 04:54:24.505 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.505 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.505 INFO [stderr] | Nov 29 04:54:24.505 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.505 INFO [stderr] | Nov 29 04:54:24.505 INFO [stderr] Nov 29 04:54:24.508 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Nov 29 04:54:24.508 INFO [stderr] --> benches/aes128.rs:22:18 Nov 29 04:54:24.508 INFO [stderr] | Nov 29 04:54:24.508 INFO [stderr] 22 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:24.508 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Nov 29 04:54:24.508 INFO [stderr] | Nov 29 04:54:24.508 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.508 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.508 INFO [stderr] | Nov 29 04:54:24.508 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.508 INFO [stderr] | Nov 29 04:54:24.508 INFO [stderr] Nov 29 04:54:24.508 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Nov 29 04:54:24.508 INFO [stderr] --> benches/aes128.rs:34:18 Nov 29 04:54:24.508 INFO [stderr] | Nov 29 04:54:24.508 INFO [stderr] 34 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:24.508 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Nov 29 04:54:24.508 INFO [stderr] | Nov 29 04:54:24.508 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.508 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.508 INFO [stderr] | Nov 29 04:54:24.509 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.509 INFO [stderr] | Nov 29 04:54:24.509 INFO [stderr] Nov 29 04:54:24.509 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Nov 29 04:54:24.509 INFO [stderr] --> benches/aes128.rs:46:18 Nov 29 04:54:24.509 INFO [stderr] | Nov 29 04:54:24.509 INFO [stderr] 46 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:24.509 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Nov 29 04:54:24.509 INFO [stderr] | Nov 29 04:54:24.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.509 INFO [stderr] | Nov 29 04:54:24.509 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.509 INFO [stderr] | Nov 29 04:54:24.509 INFO [stderr] Nov 29 04:54:24.512 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:24.512 INFO [stderr] Nov 29 04:54:24.512 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:24.512 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:24.519 INFO [stderr] error: Could not compile `aes`. Nov 29 04:54:24.519 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:24.732 INFO [stderr] error[E0432]: unresolved import `aes::BlockCipher` Nov 29 04:54:24.732 INFO [stderr] --> benches/aes192.rs:6:19 Nov 29 04:54:24.732 INFO [stderr] | Nov 29 04:54:24.732 INFO [stderr] 6 | use aes::{Aes192, BlockCipher}; Nov 29 04:54:24.732 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:24.732 INFO [stderr] Nov 29 04:54:24.736 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:24.736 INFO [stderr] --> benches/aes192.rs:6:19 Nov 29 04:54:24.736 INFO [stderr] | Nov 29 04:54:24.736 INFO [stderr] 6 | use aes::{Aes192, BlockCipher}; Nov 29 04:54:24.736 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:24.736 INFO [stderr] | Nov 29 04:54:24.736 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:24.736 INFO [stderr] Nov 29 04:54:24.776 INFO [stderr] error[E0432]: unresolved import `aes::BlockCipher` Nov 29 04:54:24.776 INFO [stderr] --> benches/aes256.rs:6:19 Nov 29 04:54:24.776 INFO [stderr] | Nov 29 04:54:24.776 INFO [stderr] 6 | use aes::{Aes256, BlockCipher}; Nov 29 04:54:24.776 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:24.776 INFO [stderr] Nov 29 04:54:24.776 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:24.776 INFO [stderr] --> benches/aes256.rs:6:19 Nov 29 04:54:24.776 INFO [stderr] | Nov 29 04:54:24.776 INFO [stderr] 6 | use aes::{Aes256, BlockCipher}; Nov 29 04:54:24.776 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:24.776 INFO [stderr] | Nov 29 04:54:24.776 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:24.776 INFO [stderr] Nov 29 04:54:24.805 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Nov 29 04:54:24.805 INFO [stderr] --> benches/aes192.rs:10:18 Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] 10 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:24.805 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] Nov 29 04:54:24.805 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Nov 29 04:54:24.805 INFO [stderr] --> benches/aes192.rs:22:18 Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] 22 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:24.805 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] Nov 29 04:54:24.805 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Nov 29 04:54:24.805 INFO [stderr] --> benches/aes192.rs:34:18 Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] 34 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:24.805 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] Nov 29 04:54:24.805 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Nov 29 04:54:24.805 INFO [stderr] --> benches/aes192.rs:46:18 Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] 46 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:24.805 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.805 INFO [stderr] | Nov 29 04:54:24.805 INFO [stderr] Nov 29 04:54:24.805 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:24.805 INFO [stderr] Nov 29 04:54:24.805 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:24.805 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:24.805 INFO [stderr] error: Could not compile `aes`. Nov 29 04:54:24.805 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:24.853 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Nov 29 04:54:24.853 INFO [stderr] --> benches/aes256.rs:10:18 Nov 29 04:54:24.853 INFO [stderr] | Nov 29 04:54:24.853 INFO [stderr] 10 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:24.853 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Nov 29 04:54:24.853 INFO [stderr] | Nov 29 04:54:24.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.853 INFO [stderr] | Nov 29 04:54:24.853 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.853 INFO [stderr] | Nov 29 04:54:24.853 INFO [stderr] Nov 29 04:54:24.853 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Nov 29 04:54:24.853 INFO [stderr] --> benches/aes256.rs:22:18 Nov 29 04:54:24.853 INFO [stderr] | Nov 29 04:54:24.853 INFO [stderr] 22 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:24.853 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Nov 29 04:54:24.853 INFO [stderr] | Nov 29 04:54:24.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.853 INFO [stderr] | Nov 29 04:54:24.853 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.853 INFO [stderr] | Nov 29 04:54:24.853 INFO [stderr] Nov 29 04:54:24.861 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Nov 29 04:54:24.861 INFO [stderr] --> benches/aes256.rs:34:18 Nov 29 04:54:24.861 INFO [stderr] | Nov 29 04:54:24.861 INFO [stderr] 34 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:24.861 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Nov 29 04:54:24.861 INFO [stderr] | Nov 29 04:54:24.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.861 INFO [stderr] | Nov 29 04:54:24.861 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.861 INFO [stderr] | Nov 29 04:54:24.861 INFO [stderr] Nov 29 04:54:24.861 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Nov 29 04:54:24.861 INFO [stderr] --> benches/aes256.rs:46:18 Nov 29 04:54:24.861 INFO [stderr] | Nov 29 04:54:24.861 INFO [stderr] 46 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:24.861 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Nov 29 04:54:24.861 INFO [stderr] | Nov 29 04:54:24.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.861 INFO [stderr] | Nov 29 04:54:24.861 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.861 INFO [stderr] | Nov 29 04:54:24.861 INFO [stderr] Nov 29 04:54:24.861 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:24.861 INFO [stderr] Nov 29 04:54:24.861 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:24.861 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:24.868 INFO [stderr] error: Could not compile `aes`. Nov 29 04:54:24.868 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:24.879 INFO [stderr] error: build failed Nov 29 04:54:24.879 INFO [stderr] su: No module specific data is present Nov 29 04:54:25.275 INFO running `"docker" "inspect" "028453efaf57391301d32c3593b43c41881b672472a0d5238215132e36342823"` Nov 29 04:54:25.378 INFO running `"docker" "rm" "-f" "028453efaf57391301d32c3593b43c41881b672472a0d5238215132e36342823"` Nov 29 04:54:25.580 INFO [stdout] 028453efaf57391301d32c3593b43c41881b672472a0d5238215132e36342823