enclave 0.1.4

Secure enclave runtime and library
Build #89089 2018-03-05T22:48:01.011430+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Build failed, waiting for other jobs to finish...
Build failed, waiting for other jobs to finish...
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh bitflags v0.5.0
Fresh gcc v0.3.54
Fresh spin v0.4.6
Fresh semver v0.1.20
Fresh rlibc v1.0.0
Compiling sgx-isa v0.1.2
Compiling alloc_buddy_simple2 v0.1.2
Fresh rustc_version v0.1.7
Running `rustc --crate-name sgx_isa .cargo/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.1.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=39176e0dc79ed900 -C extra-filename=-39176e0dc79ed900 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-68965b55fee0c5f8.rlib --extern-version bitflags=bitflags,0.5.0 --cap-lints allow`
Compiling enclave v0.1.4
Running `rustc --crate-name alloc_buddy_simple .cargo/registry/src/github.com-1ecc6299db9ec823/alloc_buddy_simple2-0.1.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use-as-rust-allocator"' --cfg 'feature="spin"' -C metadata=de0adac2c1d1eab2 -C extra-filename=-de0adac2c1d1eab2 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-0b5dd95739b2d4a3.rlib --extern-version spin=spin,0.4.6 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/enclave-2e1bcfc7e5f70330/build-script-build`
Compiling core_io v0.1.20170615
error: failed to run custom build command for `enclave v0.1.4`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/enclave-2e1bcfc7e5f70330/build-script-build` (exit code: 1)
--- stderr
Dependents of libenclave must use the libenclave build tools!

Use «cargo build-enclave» instead of «cargo build»

Running `/home/cratesfyi/cratesfyi/debug/build/core_io-0152b9e8356cbf13/build-script-build`
error: failed to run custom build command for `core_io v0.1.20170615`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/core_io-0152b9e8356cbf13/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Unknown compiler version, upgrade core_io?', libcore/option.rs:917:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

error[E0557]: feature has been removed
--> .cargo/registry/src/github.com-1ecc6299db9ec823/alloc_buddy_simple2-0.1.2/src/lib.rs:12:56
|
12 | #![cfg_attr(feature = "use-as-rust-allocator", feature(allocator, const_fn))]
|                                                        ^^^^^^^^^

error[E0658]: The attribute `allocator` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/alloc_buddy_simple2-0.1.2/src/lib.rs:13:48
|
13 | #![cfg_attr(feature = "use-as-rust-allocator", allocator)]
|                                                ^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to 2 previous errors

You've got a few errors: E0557, E0658
If you want more information on an error, try using "rustc --explain E0557"
error: Could not compile `alloc_buddy_simple2`.

Caused by:
process didn't exit successfully: `rustc --crate-name alloc_buddy_simple .cargo/registry/src/github.com-1ecc6299db9ec823/alloc_buddy_simple2-0.1.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="use-as-rust-allocator" --cfg feature="spin" -C metadata=de0adac2c1d1eab2 -C extra-filename=-de0adac2c1d1eab2 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-0b5dd95739b2d4a3.rlib --extern-version spin=spin,0.4.6 --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.