Nov 29 04:54:18.212 INFO checking aes-0.3.2 against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 29 04:54:18.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-5/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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:18.423 INFO [stdout] 75f65ff6bcaf345df2bdab3c2f4f02cf1739b4653fa2394897eda2d7a9de2769 Nov 29 04:54:18.426 INFO running `"docker" "start" "-a" "75f65ff6bcaf345df2bdab3c2f4f02cf1739b4653fa2394897eda2d7a9de2769"` Nov 29 04:54:19.319 INFO [stderr] usermod: no changes Nov 29 04:54:19.436 INFO [stderr] Checking aes-soft v0.3.2 Nov 29 04:54:20.396 INFO [stderr] Checking aes v0.3.2 (/source) Nov 29 04:54:23.436 INFO [stderr] error[E0432]: unresolved import `aes::BlockCipher` Nov 29 04:54:23.436 INFO [stderr] --> benches/aes192.rs:6:19 Nov 29 04:54:23.436 INFO [stderr] | Nov 29 04:54:23.436 INFO [stderr] 6 | use aes::{Aes192, BlockCipher}; Nov 29 04:54:23.436 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:23.436 INFO [stderr] Nov 29 04:54:23.436 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:23.436 INFO [stderr] --> benches/aes192.rs:6:19 Nov 29 04:54:23.436 INFO [stderr] | Nov 29 04:54:23.436 INFO [stderr] 6 | use aes::{Aes192, BlockCipher}; Nov 29 04:54:23.436 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:23.436 INFO [stderr] | Nov 29 04:54:23.436 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:23.436 INFO [stderr] Nov 29 04:54:23.516 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Nov 29 04:54:23.516 INFO [stderr] --> benches/aes192.rs:10:18 Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] 10 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:23.516 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:23.516 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] Nov 29 04:54:23.516 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Nov 29 04:54:23.516 INFO [stderr] --> benches/aes192.rs:22:18 Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] 22 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:23.516 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:23.516 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] Nov 29 04:54:23.516 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Nov 29 04:54:23.516 INFO [stderr] --> benches/aes192.rs:34:18 Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] 34 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:23.516 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:23.516 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:23.516 INFO [stderr] | Nov 29 04:54:23.516 INFO [stderr] Nov 29 04:54:23.516 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Nov 29 04:54:23.517 INFO [stderr] --> benches/aes192.rs:46:18 Nov 29 04:54:23.517 INFO [stderr] | Nov 29 04:54:23.517 INFO [stderr] 46 | let cipher = Aes192::new(&Default::default()); Nov 29 04:54:23.517 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Nov 29 04:54:23.517 INFO [stderr] | Nov 29 04:54:23.517 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:23.517 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:23.517 INFO [stderr] | Nov 29 04:54:23.517 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:23.517 INFO [stderr] | Nov 29 04:54:23.517 INFO [stderr] Nov 29 04:54:23.532 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:23.532 INFO [stderr] Nov 29 04:54:23.532 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:23.532 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:23.532 INFO [stderr] error: Could not compile `aes`. Nov 29 04:54:23.532 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:23.676 INFO [stderr] error[E0432]: unresolved import `aes::BlockCipher` Nov 29 04:54:23.676 INFO [stderr] --> benches/aes256.rs:6:19 Nov 29 04:54:23.676 INFO [stderr] | Nov 29 04:54:23.676 INFO [stderr] 6 | use aes::{Aes256, BlockCipher}; Nov 29 04:54:23.676 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:23.676 INFO [stderr] Nov 29 04:54:23.676 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:23.676 INFO [stderr] --> benches/aes256.rs:6:19 Nov 29 04:54:23.676 INFO [stderr] | Nov 29 04:54:23.676 INFO [stderr] 6 | use aes::{Aes256, BlockCipher}; Nov 29 04:54:23.676 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:23.676 INFO [stderr] | Nov 29 04:54:23.676 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:23.676 INFO [stderr] Nov 29 04:54:23.804 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Nov 29 04:54:23.804 INFO [stderr] --> benches/aes256.rs:10:18 Nov 29 04:54:23.804 INFO [stderr] | Nov 29 04:54:23.804 INFO [stderr] 10 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:23.804 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Nov 29 04:54:23.804 INFO [stderr] | Nov 29 04:54:23.804 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:23.804 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:23.804 INFO [stderr] | Nov 29 04:54:23.804 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:23.804 INFO [stderr] | Nov 29 04:54:23.804 INFO [stderr] Nov 29 04:54:23.804 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Nov 29 04:54:23.804 INFO [stderr] --> benches/aes256.rs:22:18 Nov 29 04:54:23.804 INFO [stderr] | Nov 29 04:54:23.804 INFO [stderr] 22 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:23.804 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Nov 29 04:54:23.804 INFO [stderr] | Nov 29 04:54:23.804 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:23.804 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:23.804 INFO [stderr] | Nov 29 04:54:23.804 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:23.804 INFO [stderr] | Nov 29 04:54:23.804 INFO [stderr] Nov 29 04:54:23.805 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Nov 29 04:54:23.805 INFO [stderr] --> benches/aes256.rs:34:18 Nov 29 04:54:23.805 INFO [stderr] | Nov 29 04:54:23.805 INFO [stderr] 34 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:23.805 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Nov 29 04:54:23.805 INFO [stderr] | Nov 29 04:54:23.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:23.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:23.805 INFO [stderr] | Nov 29 04:54:23.805 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:23.805 INFO [stderr] | Nov 29 04:54:23.805 INFO [stderr] Nov 29 04:54:23.805 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Nov 29 04:54:23.805 INFO [stderr] --> benches/aes256.rs:46:18 Nov 29 04:54:23.805 INFO [stderr] | Nov 29 04:54:23.805 INFO [stderr] 46 | let cipher = Aes256::new(&Default::default()); Nov 29 04:54:23.805 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Nov 29 04:54:23.805 INFO [stderr] | Nov 29 04:54:23.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:23.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:23.805 INFO [stderr] | Nov 29 04:54:23.805 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:23.805 INFO [stderr] | Nov 29 04:54:23.805 INFO [stderr] Nov 29 04:54:23.814 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:23.814 INFO [stderr] Nov 29 04:54:23.814 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:23.814 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:23.832 INFO [stderr] error: Could not compile `aes`. Nov 29 04:54:23.832 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 04:54:23.939 INFO [stderr] error[E0432]: unresolved import `aes::BlockCipher` Nov 29 04:54:23.940 INFO [stderr] --> benches/aes128.rs:6:19 Nov 29 04:54:23.940 INFO [stderr] | Nov 29 04:54:23.940 INFO [stderr] 6 | use aes::{Aes128, BlockCipher}; Nov 29 04:54:23.940 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Nov 29 04:54:23.940 INFO [stderr] Nov 29 04:54:23.940 INFO [stderr] warning: unused import: `BlockCipher` Nov 29 04:54:23.940 INFO [stderr] --> benches/aes128.rs:6:19 Nov 29 04:54:23.940 INFO [stderr] | Nov 29 04:54:23.940 INFO [stderr] 6 | use aes::{Aes128, BlockCipher}; Nov 29 04:54:23.940 INFO [stderr] | ^^^^^^^^^^^ Nov 29 04:54:23.940 INFO [stderr] | Nov 29 04:54:23.940 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 04:54:23.940 INFO [stderr] Nov 29 04:54:24.002 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.002 INFO [stderr] --> benches/aes128.rs:10:18 Nov 29 04:54:24.002 INFO [stderr] | Nov 29 04:54:24.002 INFO [stderr] 10 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:24.002 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Nov 29 04:54:24.002 INFO [stderr] | Nov 29 04:54:24.002 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.002 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.002 INFO [stderr] | Nov 29 04:54:24.002 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.002 INFO [stderr] | Nov 29 04:54:24.002 INFO [stderr] Nov 29 04:54:24.002 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.002 INFO [stderr] --> benches/aes128.rs:22:18 Nov 29 04:54:24.002 INFO [stderr] | Nov 29 04:54:24.002 INFO [stderr] 22 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:24.002 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Nov 29 04:54:24.002 INFO [stderr] | Nov 29 04:54:24.002 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.002 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.002 INFO [stderr] | Nov 29 04:54:24.002 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.002 INFO [stderr] | Nov 29 04:54:24.002 INFO [stderr] Nov 29 04:54:24.008 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.008 INFO [stderr] --> benches/aes128.rs:34:18 Nov 29 04:54:24.008 INFO [stderr] | Nov 29 04:54:24.008 INFO [stderr] 34 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:24.008 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Nov 29 04:54:24.008 INFO [stderr] | Nov 29 04:54:24.008 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.008 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.008 INFO [stderr] | Nov 29 04:54:24.008 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.008 INFO [stderr] | Nov 29 04:54:24.008 INFO [stderr] Nov 29 04:54:24.008 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.008 INFO [stderr] --> benches/aes128.rs:46:18 Nov 29 04:54:24.008 INFO [stderr] | Nov 29 04:54:24.008 INFO [stderr] 46 | let cipher = Aes128::new(&Default::default()); Nov 29 04:54:24.008 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Nov 29 04:54:24.008 INFO [stderr] | Nov 29 04:54:24.008 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 04:54:24.008 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 04:54:24.009 INFO [stderr] | Nov 29 04:54:24.009 INFO [stderr] 6 | use aes::block_cipher_trait::BlockCipher; Nov 29 04:54:24.009 INFO [stderr] | Nov 29 04:54:24.009 INFO [stderr] Nov 29 04:54:24.009 INFO [stderr] error: aborting due to 5 previous errors Nov 29 04:54:24.009 INFO [stderr] Nov 29 04:54:24.009 INFO [stderr] Some errors occurred: E0432, E0599. Nov 29 04:54:24.009 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Nov 29 04:54:24.017 INFO [stderr] error: Could not compile `aes`. Nov 29 04:54:24.017 INFO [stderr] Nov 29 04:54:24.017 INFO [stderr] To learn more, run the command again with --verbose. Nov 29 04:54:24.017 INFO [stderr] su: No module specific data is present Nov 29 04:54:24.728 INFO running `"docker" "inspect" "75f65ff6bcaf345df2bdab3c2f4f02cf1739b4653fa2394897eda2d7a9de2769"` Nov 29 04:54:24.930 INFO running `"docker" "rm" "-f" "75f65ff6bcaf345df2bdab3c2f4f02cf1739b4653fa2394897eda2d7a9de2769"` Nov 29 04:54:25.051 INFO [stdout] 75f65ff6bcaf345df2bdab3c2f4f02cf1739b4653fa2394897eda2d7a9de2769