[INFO] crate lockchain-crypto 0.8.0 is already in cache [INFO] extracting crate lockchain-crypto 0.8.0 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/lockchain-crypto/0.8.0 [INFO] extracting crate lockchain-crypto 0.8.0 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/lockchain-crypto/0.8.0 [INFO] validating manifest of lockchain-crypto-0.8.0 on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of lockchain-crypto-0.8.0 on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing lockchain-crypto-0.8.0 [INFO] finished frobbing lockchain-crypto-0.8.0 [INFO] frobbed toml for lockchain-crypto-0.8.0 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/lockchain-crypto/0.8.0/Cargo.toml [INFO] started frobbing lockchain-crypto-0.8.0 [INFO] finished frobbing lockchain-crypto-0.8.0 [INFO] frobbed toml for lockchain-crypto-0.8.0 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/lockchain-crypto/0.8.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking lockchain-crypto-0.8.0 against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-5/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/lockchain-crypto/0.8.0:/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" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] db82531e5ca1de628ab4d4f1312c42d441099cf3753a4b72c94c19c948dbc40d [INFO] running `"docker" "start" "-a" "db82531e5ca1de628ab4d4f1312c42d441099cf3753a4b72c94c19c948dbc40d"` [INFO] [stderr] Checking subtle v2.1.1 [INFO] [stderr] Checking zeroize v0.5.2 [INFO] [stderr] Checking pam-auth v0.5.5 [INFO] [stderr] Checking blowfish v0.4.0 [INFO] [stderr] Checking pmac v0.2.0 [INFO] [stderr] Checking keybob v0.3.1 [INFO] [stderr] Checking bcrypt v0.2.2 [INFO] [stderr] Checking miscreant v0.4.2 [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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/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: aborting due to 10 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" "db82531e5ca1de628ab4d4f1312c42d441099cf3753a4b72c94c19c948dbc40d"` [INFO] running `"docker" "rm" "-f" "db82531e5ca1de628ab4d4f1312c42d441099cf3753a4b72c94c19c948dbc40d"` [INFO] [stdout] db82531e5ca1de628ab4d4f1312c42d441099cf3753a4b72c94c19c948dbc40d