nix 0.1.3

Rust friendly bindings to Posix APIs
Build #9766 2016-08-06T22:18:11.051883+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading nix v0.1.3
Compiling bitflags v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.1.1/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=fdf4b7654a6da3e5 -C extra-filename=-fdf4b7654a6da3e5 --out-dir /home/cratesfyi/nix-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/nix-0.1.3/debug/deps -L dependency=/home/cratesfyi/nix-0.1.3/debug/deps --cap-lints allow`
Documenting nix v0.1.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/lib.rs --crate-name nix -o /home/cratesfyi/nix-0.1.3/doc -L dependency=/home/cratesfyi/nix-0.1.3/debug -L dependency=/home/cratesfyi/nix-0.1.3/debug/deps --extern bitflags=/home/cratesfyi/nix-0.1.3/debug/deps/libbitflags-fdf4b7654a6da3e5.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/features.rs:27:24: 27:27 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/features.rs:27         let mut curr = 0us;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/features.rs:27:24: 27:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:34:46: 34:52 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:34     pub const CPU_SETSIZE:           usize = 1024us;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:34:46: 34:52 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:35:46: 35:50 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:35     pub const CPU_MASK_BITS:         usize = 64us;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:35:46: 35:50 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:51:46: 51:52 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:51     pub const CPU_SETSIZE:           usize = 1024us;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:51:46: 51:52 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:52:46: 52:50 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:52     pub const CPU_MASK_BITS:         usize = 32us;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/sched.rs:52:46: 52:50 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/errno.rs:423:39: 423:52 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/errno.rs:423     #[derive(Debug, Clone, PartialEq, FromPrimitive, Copy)]
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/errno.rs:423:39: 423:52 help: add #![feature(custom_derive)] to the crate attributes to enable 
error: aborting due to 6 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `nix v0.1.3`, intermediate artifacts can be found at `/home/cratesfyi/nix-0.1.3`,
cause: ChainedError {
error: Could not document `nix`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.1.3/src/lib.rs --crate-name nix -o /home/cratesfyi/nix-0.1.3/doc -L dependency=/home/cratesfyi/nix-0.1.3/debug -L dependency=/home/cratesfyi/nix-0.1.3/debug/deps --extern bitflags=/home/cratesfyi/nix-0.1.3/debug/deps/libbitflags-fdf4b7654a6da3e5.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.