Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading aesni v0.3.1
Fresh opaque-debug v0.1.1
Fresh typenum v1.9.0
Fresh generic-array v0.9.0
Fresh block-cipher-trait v0.5.0
Documenting aesni v0.3.1
Running `rustdoc --crate-name aesni .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="ignore_target_feature_check"' -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern opaque_debug=/home/cratesfyi/cratesfyi/debug/deps/libopaque_debug-e8a86a0cf6e074df.rlib --extern-version opaque_debug=opaque-debug,0.1.1 --extern block_cipher_trait=/home/cratesfyi/cratesfyi/debug/deps/libblock_cipher_trait-776c02007cf6b3f7.rlib --extern-version block_cipher_trait=block-cipher-trait,0.5.0`
error[E0433]: failed to resolve. Could not find `arch` in `core`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes128/mod.rs:4:11
|
4 | use core::arch::x86_64::*;
| ^^^^ Could not find `arch` in `core`
error[E0433]: failed to resolve. Could not find `arch` in `core`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes128/expand.rs:1:11
|
1 | use core::arch::x86_64::*;
| ^^^^ Could not find `arch` in `core`
error[E0433]: failed to resolve. Could not find `arch` in `core`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes192/mod.rs:4:11
|
4 | use core::arch::x86_64::*;
| ^^^^ Could not find `arch` in `core`
error[E0433]: failed to resolve. Could not find `arch` in `core`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes192/expand.rs:1:11
|
1 | use core::arch::x86_64::*;
| ^^^^ Could not find `arch` in `core`
error[E0433]: failed to resolve. Could not find `arch` in `core`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes256/mod.rs:4:11
|
4 | use core::arch::x86_64::*;
| ^^^^ Could not find `arch` in `core`
error[E0433]: failed to resolve. Could not find `arch` in `core`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes256/expand.rs:1:11
|
1 | use core::arch::x86_64::*;
| ^^^^ Could not find `arch` in `core`
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes128/expand.rs:28:43
|
28 | pub(super) fn expand(key: &[u8; 16]) -> ([__m128i; 11], [__m128i; 11]) {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes128/expand.rs:28:58
|
28 | pub(super) fn expand(key: &[u8; 16]) -> ([__m128i; 11], [__m128i; 11]) {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes128/mod.rs:16:20
|
16 | encrypt_keys: [__m128i; 11],
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes128/mod.rs:17:20
|
17 | decrypt_keys: [__m128i; 11],
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes192/expand.rs:43:43
|
43 | pub(super) fn expand(key: &[u8; 24]) -> ([__m128i; 13], [__m128i; 13]) {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes192/expand.rs:43:58
|
43 | pub(super) fn expand(key: &[u8; 24]) -> ([__m128i; 13], [__m128i; 13]) {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes192/mod.rs:16:20
|
16 | encrypt_keys: [__m128i; 13],
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes192/mod.rs:17:20
|
17 | decrypt_keys: [__m128i; 13],
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes256/expand.rs:66:43
|
66 | pub(super) fn expand(key: &[u8; 32]) -> ([__m128i; 15], [__m128i; 15]) {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes256/expand.rs:66:58
|
66 | pub(super) fn expand(key: &[u8; 32]) -> ([__m128i; 15], [__m128i; 15]) {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes256/mod.rs:15:20
|
15 | encrypt_keys: [__m128i; 15],
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `__m128i` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes256/mod.rs:16:20
|
16 | decrypt_keys: [__m128i; 15],
| ^^^^^^^ not found in this scope
error[E0204]: the trait `Copy` may not be implemented for this type
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes128/mod.rs:14:10
|
14 | #[derive(Copy, Clone)]
| ^^^^
15 | pub struct Aes128 {
16 | encrypt_keys: [__m128i; 11],
| --------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes192/mod.rs:14:10
|
14 | #[derive(Copy, Clone)]
| ^^^^
15 | pub struct Aes192 {
16 | encrypt_keys: [__m128i; 13],
| --------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/aes256/mod.rs:13:10
|
13 | #[derive(Copy, Clone)]
| ^^^^
14 | pub struct Aes256 {
15 | encrypt_keys: [__m128i; 15],
| --------------------------- this field does not implement `Copy`
error: Compilation failed, aborting rustdoc
You've got a few errors: E0204, E0412, E0433
If you want more information on an error, try using "rustc --explain E0204"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `aesni`.,
cause: process didn't exit successfully: `rustdoc --crate-name aesni .cargo/registry/src/github.com-1ecc6299db9ec823/aesni-0.3.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg feature="ignore_target_feature_check" -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern opaque_debug=/home/cratesfyi/cratesfyi/debug/deps/libopaque_debug-e8a86a0cf6e074df.rlib --extern-version opaque_debug=opaque-debug,0.1.1 --extern block_cipher_trait=/home/cratesfyi/cratesfyi/debug/deps/libblock_cipher_trait-776c02007cf6b3f7.rlib --extern-version block_cipher_trait=block-cipher-trait,0.5.0` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.