unix 0.6.3

Interface to Unix system facilities
Build #111469 2018-08-07T01:43:59.167474+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...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading unix v0.6.3
Fresh rand_core v0.2.1
Fresh slot v0.2.4
Fresh rel v0.2.0
Fresh idem v0.4.0
Fresh heap v0.1.0
Fresh flags v0.1.1
Fresh rand v0.5.4
Fresh idem v0.1.1
Fresh utf v0.1.0
Fresh siphasher v0.2.3
Fresh void v1.0.2
Fresh syscall v0.2.1
Compiling libc v0.2.43
Fresh either v1.5.0
Fresh hash-table v0.2.2
Fresh fallible v0.1.2
Fresh unreachable v1.0.0
Fresh ptr v0.2.1
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.43/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6483f3c0908451dd -C extra-filename=-6483f3c0908451dd --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh loca v0.7.0
Fresh default_allocator v0.3.0
Compiling null-terminated v0.3.3
Fresh containers v0.9.0
Running `rustc --crate-name null_terminated .cargo/registry/src/github.com-1ecc6299db9ec823/null-terminated-0.3.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="utf"' -C metadata=a5521751e8bc0c70 -C extra-filename=-a5521751e8bc0c70 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern fallible=/home/cratesfyi/cratesfyi/debug/deps/libfallible-ae55549ec8efa36e.rlib --extern-version fallible=fallible,0.1.2 --extern unreachable=/home/cratesfyi/cratesfyi/debug/deps/libunreachable-b9c7c97cb1bf6717.rlib --extern-version unreachable=unreachable,1.0.0 --extern utf=/home/cratesfyi/cratesfyi/debug/deps/libutf-c2b69d447b0c56a2.rlib --extern-version utf=utf,0.1.0 --cap-lints allow`
Fresh i-o v0.4.2
error[E0658]: the `#[repr(transparent)]` attribute is experimental (see issue #43036)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/null-terminated-0.3.3/src/lib.rs:270:1
|
270 | #[repr(transparent)]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(repr_transparent)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `null-terminated`.

Caused by:
process didn't exit successfully: `rustc --crate-name null_terminated .cargo/registry/src/github.com-1ecc6299db9ec823/null-terminated-0.3.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" --cfg feature="utf" -C metadata=a5521751e8bc0c70 -C extra-filename=-a5521751e8bc0c70 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern fallible=/home/cratesfyi/cratesfyi/debug/deps/libfallible-ae55549ec8efa36e.rlib --extern-version fallible=fallible,0.1.2 --extern unreachable=/home/cratesfyi/cratesfyi/debug/deps/libunreachable-b9c7c97cb1bf6717.rlib --extern-version unreachable=unreachable,1.0.0 --extern utf=/home/cratesfyi/cratesfyi/debug/deps/libutf-c2b69d447b0c56a2.rlib --extern-version utf=utf,0.1.0 --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.