[INFO] fetching crate miscreant 0.4.2... [INFO] checking miscreant-0.4.2 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate miscreant 0.4.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate miscreant 0.4.2 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate miscreant 0.4.2 [INFO] finished tweaking crates.io crate miscreant 0.4.2 [INFO] tweaked toml for crates.io crate miscreant 0.4.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b6e3d123e02b27e81a7c5bf4a1bc9edf0bb16af7bf7ae453a11093ed0e25cc22 [INFO] running `"docker" "start" "-a" "b6e3d123e02b27e81a7c5bf4a1bc9edf0bb16af7bf7ae453a11093ed0e25cc22"` [INFO] [stderr] Checking zeroize v0.5.2 [INFO] [stderr] Checking subtle v2.2.1 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking typenum v1.11.2 [INFO] [stderr] Checking byteorder v1.3.2 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Checking dbl v0.2.1 [INFO] [stderr] Checking stream-cipher v0.3.2 [INFO] [stderr] Checking subtle-encoding v0.3.7 [INFO] [stderr] Checking ctr v0.3.2 [INFO] [stderr] Checking pmac v0.2.0 [INFO] [stderr] Checking cmac v0.2.0 [INFO] [stderr] Checking miscreant v0.4.2 (/opt/rustwide/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 imports `aesni`, `crate::Aes128`, `crate::Aes256`, `crate::Aes128`, `crate::Aes256` [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] ::: src/aead.rs:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::{error::Error, siv::Siv, Aes128, Aes256}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] | [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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `miscreant`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 imports `aesni`, `crate::Aes128`, `crate::Aes256`, `crate::Aes128`, `crate::Aes256` [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] ::: src/aead.rs:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::{error::Error, siv::Siv, Aes128, Aes256}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] | [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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `miscreant`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b6e3d123e02b27e81a7c5bf4a1bc9edf0bb16af7bf7ae453a11093ed0e25cc22"` [INFO] running `"docker" "rm" "-f" "b6e3d123e02b27e81a7c5bf4a1bc9edf0bb16af7bf7ae453a11093ed0e25cc22"` [INFO] [stdout] b6e3d123e02b27e81a7c5bf4a1bc9edf0bb16af7bf7ae453a11093ed0e25cc22