enclave 0.1.4

Secure enclave runtime and library
Build #104387 2018-06-06T10:45:55.185878+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# 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`
warning: spurious network error (2 tries remaining): [12/-1] SSL error: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
Fresh bitflags v0.5.0
Fresh semver v0.1.20
Fresh spin v0.4.8
Fresh rlibc v1.0.0
Fresh gcc v0.3.54
Compiling sgx-isa v0.1.2
Fresh rustc_version v0.1.7
Compiling alloc_buddy_simple2 v0.1.2
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`
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-e32c438fac4f2071.rlib --extern-version spin=spin,0.4.8 --cap-lints allow`
Compiling enclave v0.1.4
Running `/home/cratesfyi/cratesfyi/debug/build/enclave-2e1bcfc7e5f70330/build-script-build`
Compiling core_io v0.1.20180307
Running `/home/cratesfyi/cratesfyi/debug/build/core_io-c7e5cef3a64d9985/build-script-build`
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

Some errors occurred: E0557, E0658.
For more information about an error, try `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-e32c438fac4f2071.rlib --extern-version spin=spin,0.4.8 --cap-lints allow` (exit code: 101)
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»

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

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.