unix_socket 0.2.3

POSIX domain socket bindings
Build #5836 2016-08-03T21:57:13.283098+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 unix_socket v0.2.3
Compiling libc v0.1.12
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.1.12/rust/src/liblibc/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"cargo-build\" -C metadata=0c57a2126eb1e7e8 -C extra-filename=-0c57a2126eb1e7e8 --out-dir /home/cratesfyi/unix_socket-0.2.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/unix_socket-0.2.3/debug/deps -L dependency=/home/cratesfyi/unix_socket-0.2.3/debug/deps --cap-lints allow`
Documenting unix_socket v0.2.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs --crate-name unix_socket -o /home/cratesfyi/unix_socket-0.2.3/doc -L dependency=/home/cratesfyi/unix_socket-0.2.3/debug -L dependency=/home/cratesfyi/unix_socket-0.2.3/debug/deps --extern libc=/home/cratesfyi/unix_socket-0.2.3/debug/deps/liblibc-0c57a2126eb1e7e8.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:10:23: 10:30 error: unresolved import `std::ffi::AsOsStr`. There is no `AsOsStr` in `std::ffi`. Did you mean to use `OsStr`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:10 use std::ffi::{OsStr, AsOsStr};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:15:5: 15:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:15 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:16:25: 16:27 error: unresolved import `std::os::unix::io::Fd`. There is no `Fd` in `std::os::unix::io` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:16 use std::os::unix::io::{Fd, AsRawFd};
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:76:24: 78:44 error: this function takes 2 parameters but 3 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:76             return Err(io::Error::new(io::ErrorKind::InvalidInput,
^
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:76:24: 78:44 note: the following parameter types were expected: std::io::ErrorKind, _ 
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:81:24: 83:44 error: this function takes 2 parameters but 3 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:81             return Err(io::Error::new(io::ErrorKind::InvalidInput,
^
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:81:24: 83:44 note: the following parameter types were expected: std::io::ErrorKind, _ 
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:144:28: 146:48 error: this function takes 2 parameters but 3 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:144                 return Err(io::Error::new(io::ErrorKind::InvalidInput,
^
.cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs:144:28: 146:48 note: the following parameter types were expected: std::io::ErrorKind, _ 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `unix_socket v0.2.3`, intermediate artifacts can be found at `/home/cratesfyi/unix_socket-0.2.3`,
cause: ChainedError {
error: Could not document `unix_socket`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/unix_socket-0.2.3/src/lib.rs --crate-name unix_socket -o /home/cratesfyi/unix_socket-0.2.3/doc -L dependency=/home/cratesfyi/unix_socket-0.2.3/debug -L dependency=/home/cratesfyi/unix_socket-0.2.3/debug/deps --extern libc=/home/cratesfyi/unix_socket-0.2.3/debug/deps/liblibc-0c57a2126eb1e7e8.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.