rust-sctp 0.0.1

High level SCTP networking library
Build #21211 2016-08-15T14:30:51.989274+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 rust-sctp v0.0.1
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/rust-sctp-0.0.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug/deps -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug/deps --cap-lints allow`
Compiling sctp-sys v0.0.7
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/sctp-sys-0.0.7/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/rust-sctp-0.0.1/debug/build/sctp-sys-67dd176a4583f9ca --emit=dep-info,link -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug/deps -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug/deps --cap-lints allow`
Compiling winapi v0.2.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs --crate-name winapi --crate-type lib -g -C metadata=0889532d327ff4e2 -C extra-filename=-0889532d327ff4e2 --out-dir /home/cratesfyi/rust-sctp-0.0.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug/deps -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug/deps --cap-lints allow`
Running `/home/cratesfyi/rust-sctp-0.0.1/debug/build/sctp-sys-67dd176a4583f9ca/build-script-build`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/sctp-sys-0.0.7/src/lib.rs --crate-name sctp_sys --crate-type lib -g -C metadata=4ee6082b3f67e0fb -C extra-filename=-4ee6082b3f67e0fb --out-dir /home/cratesfyi/rust-sctp-0.0.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug/deps -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug/deps --extern libc=/home/cratesfyi/rust-sctp-0.0.1/debug/deps/liblibc-1bd8847afb79f283.rlib --extern winapi=/home/cratesfyi/rust-sctp-0.0.1/debug/deps/libwinapi-0889532d327ff4e2.rlib --cap-lints allow -l sctp`
Documenting rust-sctp v0.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rust-sctp-0.0.1/src/lib.rs --crate-name sctp -o /home/cratesfyi/rust-sctp-0.0.1/doc -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug/deps --extern libc=/home/cratesfyi/rust-sctp-0.0.1/debug/deps/liblibc-1bd8847afb79f283.rlib --extern sctp_sys=/home/cratesfyi/rust-sctp-0.0.1/debug/deps/libsctp_sys-4ee6082b3f67e0fb.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/rust-sctp-0.0.1/src/sctpsock.rs:92:2: 92:92 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rust-sctp-0.0.1/src/sctpsock.rs:92 	unsafe fn from_raw_ptr(addr: *const libc::sockaddr, len: libc::socklen_t) -> Result<Self>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rust-sctp-0.0.1/src/sctpsock.rs:92:2: 92:92 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/rust-sctp-0.0.1/src/sctpsock.rs:92:2: 92:92 note: required by `std::result::Result` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rust-sctp-0.0.1/src/sctpsock.rs:101:2: 101:61 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rust-sctp-0.0.1/src/sctpsock.rs:101 	fn from_addr<A: ToSocketAddrs>(address: A) -> Result<Self>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rust-sctp-0.0.1/src/sctpsock.rs:101:2: 101:61 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/rust-sctp-0.0.1/src/sctpsock.rs:101:2: 101:61 note: required by `std::result::Result` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `rust-sctp v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/rust-sctp-0.0.1`,
cause: ChainedError {
error: Could not document `rust-sctp`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rust-sctp-0.0.1/src/lib.rs --crate-name sctp -o /home/cratesfyi/rust-sctp-0.0.1/doc -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug -L dependency=/home/cratesfyi/rust-sctp-0.0.1/debug/deps --extern libc=/home/cratesfyi/rust-sctp-0.0.1/debug/deps/liblibc-1bd8847afb79f283.rlib --extern sctp_sys=/home/cratesfyi/rust-sctp-0.0.1/debug/deps/libsctp_sys-4ee6082b3f67e0fb.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.