[INFO] crate miscreant 0.4.2 is already in cache [INFO] extracting crate miscreant 0.4.2 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/miscreant/0.4.2 [INFO] extracting crate miscreant 0.4.2 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/miscreant/0.4.2 [INFO] validating manifest of miscreant-0.4.2 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of miscreant-0.4.2 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing miscreant-0.4.2 [INFO] finished frobbing miscreant-0.4.2 [INFO] frobbed toml for miscreant-0.4.2 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/miscreant/0.4.2/Cargo.toml [INFO] started frobbing miscreant-0.4.2 [INFO] finished frobbing miscreant-0.4.2 [INFO] frobbed toml for miscreant-0.4.2 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/miscreant/0.4.2/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking miscreant-0.4.2 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-5/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/miscreant/0.4.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0cbd5367c7ffb07c178429de673fbb622deba0e8397d394240591dc2eee08529 [INFO] running `"docker" "start" "-a" "0cbd5367c7ffb07c178429de673fbb622deba0e8397d394240591dc2eee08529"` [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking zeroize v0.6.0 [INFO] [stderr] Checking subtle v2.0.0 [INFO] [stderr] Checking zeroize v0.5.2 [INFO] [stderr] Checking typenum v1.10.0 [INFO] [stderr] Checking byteorder v1.3.1 [INFO] [stderr] Checking dbl v0.2.1 [INFO] [stderr] Checking cmac v0.2.0 [INFO] [stderr] Checking pmac v0.2.0 [INFO] [stderr] Checking subtle-encoding v0.3.4 [INFO] [stderr] Checking miscreant v0.4.2 (/opt/crater/workdir) [INFO] [stderr] error: unsupported target platform. Either enable appropriate target-features (+aes,+ssse3) in RUSTFLAGS or enable the 'soft-aes' cargo feature to fallback to a software AES implementation [INFO] [stderr] --> src/lib.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / compile_error!( [INFO] [stderr] 49 | | "unsupported target platform. Either enable appropriate target-features (+aes,+ssse3) \ [INFO] [stderr] 50 | | in RUSTFLAGS or enable the 'soft-aes' cargo feature to fallback to a software AES implementation" [INFO] [stderr] 51 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `aesni` [INFO] [stderr] --> src/lib.rs:75:16 [INFO] [stderr] | [INFO] [stderr] 75 | pub(crate) use aesni::{Aes128, Aes256}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `aesni` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes128` in this scope [INFO] [stderr] --> src/aead.rs:114:38 [INFO] [stderr] | [INFO] [stderr] 114 | pub type Aes128SivAead = CmacSivAead; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes256` in this scope [INFO] [stderr] --> src/aead.rs:117:38 [INFO] [stderr] | [INFO] [stderr] 117 | pub type Aes256SivAead = CmacSivAead; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes128` in this scope [INFO] [stderr] --> src/aead.rs:120:42 [INFO] [stderr] | [INFO] [stderr] 120 | pub type Aes128PmacSivAead = PmacSivAead; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes256` in this scope [INFO] [stderr] --> src/aead.rs:123:42 [INFO] [stderr] | [INFO] [stderr] 123 | pub type Aes256PmacSivAead = PmacSivAead; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes128` in this scope [INFO] [stderr] --> src/siv.rs:44:30 [INFO] [stderr] | [INFO] [stderr] 44 | pub type Aes128Siv = CmacSiv; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes256` in this scope [INFO] [stderr] --> src/siv.rs:47:30 [INFO] [stderr] | [INFO] [stderr] 47 | pub type Aes256Siv = CmacSiv; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes128` in this scope [INFO] [stderr] --> src/siv.rs:50:34 [INFO] [stderr] | [INFO] [stderr] 50 | pub type Aes128PmacSiv = PmacSiv; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes256` in this scope [INFO] [stderr] --> src/siv.rs:53:34 [INFO] [stderr] | [INFO] [stderr] 53 | pub type Aes256PmacSiv = PmacSiv; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: unused imports: `Aes128`, `Aes256` [INFO] [stderr] --> src/aead.rs:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::{error::Error, siv::Siv, Aes128, Aes256}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30| warnings, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(unused_imports)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: unused imports: `Aes128`, `Aes256` [INFO] [stderr] --> src/siv.rs:6:27 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::{error::Error, Aes128, Aes256, IV_SIZE}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unused imports: `Aes128`, `Aes256` [INFO] [stderr] --> src/lib.rs:75:24 [INFO] [stderr] | [INFO] [stderr] 75 | pub(crate) use aesni::{Aes128, Aes256}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unsupported target platform. Either enable appropriate target-features (+aes,+ssse3) in RUSTFLAGS or enable the 'soft-aes' cargo feature to fallback to a software AES implementation [INFO] [stderr] --> src/lib.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / compile_error!( [INFO] [stderr] 49 | | "unsupported target platform. Either enable appropriate target-features (+aes,+ssse3) \ [INFO] [stderr] 50 | | in RUSTFLAGS or enable the 'soft-aes' cargo feature to fallback to a software AES implementation" [INFO] [stderr] 51 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] Checking generic-array v0.12.0 [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `miscreant`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `aesni` [INFO] [stderr] --> src/lib.rs:75:16 [INFO] [stderr] | [INFO] [stderr] 75 | pub(crate) use aesni::{Aes128, Aes256}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `aesni` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes128` in this scope [INFO] [stderr] --> src/aead.rs:114:38 [INFO] [stderr] | [INFO] [stderr] 114 | pub type Aes128SivAead = CmacSivAead; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes256` in this scope [INFO] [stderr] --> src/aead.rs:117:38 [INFO] [stderr] | [INFO] [stderr] 117 | pub type Aes256SivAead = CmacSivAead; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes128` in this scope [INFO] [stderr] --> src/aead.rs:120:42 [INFO] [stderr] | [INFO] [stderr] 120 | pub type Aes128PmacSivAead = PmacSivAead; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes256` in this scope [INFO] [stderr] --> src/aead.rs:123:42 [INFO] [stderr] | [INFO] [stderr] 123 | pub type Aes256PmacSivAead = PmacSivAead; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes128` in this scope [INFO] [stderr] --> src/siv.rs:44:30 [INFO] [stderr] | [INFO] [stderr] 44 | pub type Aes128Siv = CmacSiv; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes256` in this scope [INFO] [stderr] --> src/siv.rs:47:30 [INFO] [stderr] | [INFO] [stderr] 47 | pub type Aes256Siv = CmacSiv; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes128` in this scope [INFO] [stderr] --> src/siv.rs:50:34 [INFO] [stderr] | [INFO] [stderr] 50 | pub type Aes128PmacSiv = PmacSiv; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Aes256` in this scope [INFO] [stderr] --> src/siv.rs:53:34 [INFO] [stderr] | [INFO] [stderr] 53 | pub type Aes256PmacSiv = PmacSiv; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: unused imports: `Aes128`, `Aes256` [INFO] [stderr] --> src/aead.rs:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::{error::Error, siv::Siv, Aes128, Aes256}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30| warnings, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(unused_imports)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: unused imports: `Aes128`, `Aes256` [INFO] [stderr] --> src/siv.rs:6:27 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::{error::Error, Aes128, Aes256, IV_SIZE}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unused imports: `Aes128`, `Aes256` [INFO] [stderr] --> src/lib.rs:75:24 [INFO] [stderr] | [INFO] [stderr] 75 | pub(crate) use aesni::{Aes128, Aes256}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `miscreant`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0cbd5367c7ffb07c178429de673fbb622deba0e8397d394240591dc2eee08529"` [INFO] running `"docker" "rm" "-f" "0cbd5367c7ffb07c178429de673fbb622deba0e8397d394240591dc2eee08529"` [INFO] [stdout] 0cbd5367c7ffb07c178429de673fbb622deba0e8397d394240591dc2eee08529