Dec 18 18:42:33.841 INFO checking aes-soft-0.3.2 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 18:42:33.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-3/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/reg/aes-soft/0.3.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 18:42:34.132 INFO [stdout] a11be88e25f674b7403839dab19fcdb62c91d7e41e51bad948ce48da23691497 Dec 18 18:42:34.134 INFO running `"docker" "start" "-a" "a11be88e25f674b7403839dab19fcdb62c91d7e41e51bad948ce48da23691497"` Dec 18 18:42:34.633 INFO [stderr] Checking block-cipher-trait v0.6.2 Dec 18 18:42:34.848 INFO [stderr] Checking aes-soft v0.3.2 (/opt/crater/workdir) Dec 18 18:42:35.776 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Dec 18 18:42:35.776 INFO [stderr] --> benches/aes256.rs:6:24 Dec 18 18:42:35.776 INFO [stderr] | Dec 18 18:42:35.776 INFO [stderr] 6 | use aes_soft::{Aes256, BlockCipher}; Dec 18 18:42:35.776 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Dec 18 18:42:35.776 INFO [stderr] Dec 18 18:42:35.776 INFO [stderr] warning: unused import: `BlockCipher` Dec 18 18:42:35.776 INFO [stderr] --> benches/aes256.rs:6:24 Dec 18 18:42:35.776 INFO [stderr] | Dec 18 18:42:35.776 INFO [stderr] 6 | use aes_soft::{Aes256, BlockCipher}; Dec 18 18:42:35.776 INFO [stderr] | ^^^^^^^^^^^ Dec 18 18:42:35.776 INFO [stderr] | Dec 18 18:42:35.776 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 18:42:35.776 INFO [stderr] Dec 18 18:42:35.884 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Dec 18 18:42:35.884 INFO [stderr] --> benches/aes256.rs:10:18 Dec 18 18:42:35.884 INFO [stderr] | Dec 18 18:42:35.884 INFO [stderr] 10 | let cipher = Aes256::new(&Default::default()); Dec 18 18:42:35.884 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Dec 18 18:42:35.884 INFO [stderr] | Dec 18 18:42:35.884 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:35.884 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:35.884 INFO [stderr] | Dec 18 18:42:35.884 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:35.884 INFO [stderr] | Dec 18 18:42:35.884 INFO [stderr] Dec 18 18:42:35.891 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Dec 18 18:42:35.892 INFO [stderr] --> benches/aes256.rs:22:18 Dec 18 18:42:35.892 INFO [stderr] | Dec 18 18:42:35.892 INFO [stderr] 22 | let cipher = Aes256::new(&Default::default()); Dec 18 18:42:35.892 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Dec 18 18:42:35.892 INFO [stderr] | Dec 18 18:42:35.892 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:35.892 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:35.892 INFO [stderr] | Dec 18 18:42:35.892 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:35.892 INFO [stderr] | Dec 18 18:42:35.892 INFO [stderr] Dec 18 18:42:35.892 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Dec 18 18:42:35.892 INFO [stderr] --> benches/aes256.rs:34:18 Dec 18 18:42:35.892 INFO [stderr] | Dec 18 18:42:35.892 INFO [stderr] 34 | let cipher = Aes256::new(&Default::default()); Dec 18 18:42:35.892 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Dec 18 18:42:35.892 INFO [stderr] | Dec 18 18:42:35.892 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:35.892 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:35.892 INFO [stderr] | Dec 18 18:42:35.892 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:35.892 INFO [stderr] | Dec 18 18:42:35.892 INFO [stderr] Dec 18 18:42:35.892 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Dec 18 18:42:35.896 INFO [stderr] --> benches/aes192.rs:6:24 Dec 18 18:42:35.896 INFO [stderr] | Dec 18 18:42:35.896 INFO [stderr] 6 | use aes_soft::{Aes192, BlockCipher}; Dec 18 18:42:35.896 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Dec 18 18:42:35.896 INFO [stderr] Dec 18 18:42:35.896 INFO [stderr] warning: unused import: `BlockCipher` Dec 18 18:42:35.896 INFO [stderr] --> benches/aes192.rs:6:24 Dec 18 18:42:35.896 INFO [stderr] | Dec 18 18:42:35.896 INFO [stderr] 6 | use aes_soft::{Aes192, BlockCipher}; Dec 18 18:42:35.896 INFO [stderr] | ^^^^^^^^^^^ Dec 18 18:42:35.896 INFO [stderr] | Dec 18 18:42:35.896 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 18:42:35.896 INFO [stderr] Dec 18 18:42:35.899 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Dec 18 18:42:35.899 INFO [stderr] --> benches/aes256.rs:46:18 Dec 18 18:42:35.899 INFO [stderr] | Dec 18 18:42:35.899 INFO [stderr] 46 | let cipher = Aes256::new(&Default::default()); Dec 18 18:42:35.899 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Dec 18 18:42:35.899 INFO [stderr] | Dec 18 18:42:35.899 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:35.899 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:35.900 INFO [stderr] | Dec 18 18:42:35.900 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:35.900 INFO [stderr] | Dec 18 18:42:35.900 INFO [stderr] Dec 18 18:42:35.904 INFO [stderr] error: aborting due to 5 previous errors Dec 18 18:42:35.905 INFO [stderr] Dec 18 18:42:35.905 INFO [stderr] Some errors occurred: E0432, E0599. Dec 18 18:42:35.905 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Dec 18 18:42:35.913 INFO [stderr] error: Could not compile `aes-soft`. Dec 18 18:42:35.913 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 18:42:35.944 INFO [stderr] error[E0432]: unresolved import `aes_soft::BlockCipher` Dec 18 18:42:35.944 INFO [stderr] --> benches/aes128.rs:6:24 Dec 18 18:42:35.944 INFO [stderr] | Dec 18 18:42:35.944 INFO [stderr] 6 | use aes_soft::{Aes128, BlockCipher}; Dec 18 18:42:35.944 INFO [stderr] | ^^^^^^^^^^^ no `BlockCipher` in the root Dec 18 18:42:35.944 INFO [stderr] Dec 18 18:42:35.944 INFO [stderr] warning: unused import: `BlockCipher` Dec 18 18:42:35.944 INFO [stderr] --> benches/aes128.rs:6:24 Dec 18 18:42:35.944 INFO [stderr] | Dec 18 18:42:35.944 INFO [stderr] 6 | use aes_soft::{Aes128, BlockCipher}; Dec 18 18:42:35.944 INFO [stderr] | ^^^^^^^^^^^ Dec 18 18:42:35.944 INFO [stderr] | Dec 18 18:42:35.944 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 18:42:35.944 INFO [stderr] Dec 18 18:42:35.972 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Dec 18 18:42:35.972 INFO [stderr] --> benches/aes192.rs:10:18 Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] 10 | let cipher = Aes192::new(&Default::default()); Dec 18 18:42:35.972 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:35.972 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] Dec 18 18:42:35.972 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Dec 18 18:42:35.972 INFO [stderr] --> benches/aes192.rs:22:18 Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] 22 | let cipher = Aes192::new(&Default::default()); Dec 18 18:42:35.972 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:35.972 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] Dec 18 18:42:35.972 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Dec 18 18:42:35.972 INFO [stderr] --> benches/aes192.rs:34:18 Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] 34 | let cipher = Aes192::new(&Default::default()); Dec 18 18:42:35.972 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:35.972 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] Dec 18 18:42:35.972 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Dec 18 18:42:35.972 INFO [stderr] --> benches/aes192.rs:46:18 Dec 18 18:42:35.972 INFO [stderr] | Dec 18 18:42:35.972 INFO [stderr] 46 | let cipher = Aes192::new(&Default::default()); Dec 18 18:42:35.973 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Dec 18 18:42:35.973 INFO [stderr] | Dec 18 18:42:35.973 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:35.973 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:35.973 INFO [stderr] | Dec 18 18:42:35.973 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:35.973 INFO [stderr] | Dec 18 18:42:35.973 INFO [stderr] Dec 18 18:42:35.976 INFO [stderr] error: aborting due to 5 previous errors Dec 18 18:42:35.976 INFO [stderr] Dec 18 18:42:35.976 INFO [stderr] Some errors occurred: E0432, E0599. Dec 18 18:42:35.976 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Dec 18 18:42:35.985 INFO [stderr] error: Could not compile `aes-soft`. Dec 18 18:42:35.985 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 18:42:36.034 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Dec 18 18:42:36.034 INFO [stderr] --> benches/aes128.rs:10:18 Dec 18 18:42:36.034 INFO [stderr] | Dec 18 18:42:36.034 INFO [stderr] 10 | let cipher = Aes128::new(&Default::default()); Dec 18 18:42:36.034 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Dec 18 18:42:36.034 INFO [stderr] | Dec 18 18:42:36.034 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:36.034 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:36.034 INFO [stderr] | Dec 18 18:42:36.034 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:36.034 INFO [stderr] | Dec 18 18:42:36.034 INFO [stderr] Dec 18 18:42:36.037 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Dec 18 18:42:36.037 INFO [stderr] --> benches/aes128.rs:22:18 Dec 18 18:42:36.037 INFO [stderr] | Dec 18 18:42:36.037 INFO [stderr] 22 | let cipher = Aes128::new(&Default::default()); Dec 18 18:42:36.037 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Dec 18 18:42:36.037 INFO [stderr] | Dec 18 18:42:36.037 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:36.037 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:36.037 INFO [stderr] | Dec 18 18:42:36.037 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:36.037 INFO [stderr] | Dec 18 18:42:36.037 INFO [stderr] Dec 18 18:42:36.037 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Dec 18 18:42:36.038 INFO [stderr] --> benches/aes128.rs:34:18 Dec 18 18:42:36.038 INFO [stderr] | Dec 18 18:42:36.038 INFO [stderr] 34 | let cipher = Aes128::new(&Default::default()); Dec 18 18:42:36.038 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Dec 18 18:42:36.038 INFO [stderr] | Dec 18 18:42:36.038 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:36.038 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:36.038 INFO [stderr] | Dec 18 18:42:36.038 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:36.038 INFO [stderr] | Dec 18 18:42:36.038 INFO [stderr] Dec 18 18:42:36.038 INFO [stderr] error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Dec 18 18:42:36.038 INFO [stderr] --> benches/aes128.rs:46:18 Dec 18 18:42:36.038 INFO [stderr] | Dec 18 18:42:36.038 INFO [stderr] 46 | let cipher = Aes128::new(&Default::default()); Dec 18 18:42:36.038 INFO [stderr] | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Dec 18 18:42:36.038 INFO [stderr] | Dec 18 18:42:36.038 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 18:42:36.038 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 18:42:36.038 INFO [stderr] | Dec 18 18:42:36.038 INFO [stderr] 6 | use aes_soft::block_cipher_trait::BlockCipher; Dec 18 18:42:36.038 INFO [stderr] | Dec 18 18:42:36.038 INFO [stderr] Dec 18 18:42:36.044 INFO [stderr] error: aborting due to 5 previous errors Dec 18 18:42:36.044 INFO [stderr] Dec 18 18:42:36.044 INFO [stderr] Some errors occurred: E0432, E0599. Dec 18 18:42:36.044 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Dec 18 18:42:36.051 INFO [stderr] error: Could not compile `aes-soft`. Dec 18 18:42:36.052 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 18:42:36.145 INFO [stderr] error: build failed Dec 18 18:42:36.419 INFO running `"docker" "inspect" "a11be88e25f674b7403839dab19fcdb62c91d7e41e51bad948ce48da23691497"` Dec 18 18:42:36.542 INFO running `"docker" "rm" "-f" "a11be88e25f674b7403839dab19fcdb62c91d7e41e51bad948ce48da23691497"` Dec 18 18:42:36.716 INFO [stdout] a11be88e25f674b7403839dab19fcdb62c91d7e41e51bad948ce48da23691497