Build #103171 2018-06-06T03:32:09.301140+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...
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh rlibc v1.0.0
Fresh spin v0.4.8
Fresh semver v0.1.20
Fresh gcc v0.3.54
Compiling bitflags v0.5.0
Compiling alloc_buddy_simple2 v0.1.2
Compiling enclave v0.1.4
Fresh rustc_version v0.1.7
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`
Running `rustc --crate-name bitflags .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.5.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="no_std"' -C metadata=68965b55fee0c5f8 -C extra-filename=-68965b55fee0c5f8 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/enclave-0.1.4/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="alloc_buddy_simple2"' --cfg 'feature="allocator"' -C metadata=2e1bcfc7e5f70330 -C extra-filename=-2e1bcfc7e5f70330 --out-dir /home/cratesfyi/cratesfyi/debug/build/enclave-2e1bcfc7e5f70330 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern gcc=/home/cratesfyi/cratesfyi/debug/deps/libgcc-da7e919133cea6e4.rlib --extern-version gcc=gcc,0.3.54 --cap-lints allow`
Compiling core_io v0.1.20180307
Running `/home/cratesfyi/cratesfyi/debug/build/core_io-c7e5cef3a64d9985/build-script-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.
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)
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.