capnp 0.3.2

Runtime library for Cap'n Proto serialization
Build #25481 2016-08-18T19:58:51.435044+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 capnp v0.3.2
Compiling byteorder v0.3.13
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.3.13/src/lib.rs --crate-name byteorder --crate-type lib -g -C metadata=f3f7821512ca2fd0 -C extra-filename=-f3f7821512ca2fd0 --out-dir /home/cratesfyi/capnp-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/capnp-0.3.2/debug/deps -L dependency=/home/cratesfyi/capnp-0.3.2/debug/deps --cap-lints allow`
Documenting capnp v0.3.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/lib.rs --crate-name capnp -o /home/cratesfyi/capnp-0.3.2/doc -L dependency=/home/cratesfyi/capnp-0.3.2/debug -L dependency=/home/cratesfyi/capnp-0.3.2/debug/deps --extern byteorder=/home/cratesfyi/capnp-0.3.2/debug/deps/libbyteorder-f3f7821512ca2fd0.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:38:5: 38:70 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:38     fn get_from_pointer(reader : &PointerReader<'a>) -> Result<Self>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:38:5: 38:70 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:38:5: 38:70 note: required by `std::result::Result` 
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:47:5: 47:71 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:47     fn get_from_pointer(builder : PointerBuilder<'a>) -> Result<Self>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:47:5: 47:71 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:47:5: 47:71 note: required by `std::result::Result` 
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:71:5: 71:76 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:71     fn from_u16(value : u16) -> ::std::result::Result<Self, ::NotInSchema>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:71:5: 71:76 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/traits.rs:71:5: 71:76 note: required by `std::result::Result` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `capnp v0.3.2`, intermediate artifacts can be found at `/home/cratesfyi/capnp-0.3.2`,
cause: ChainedError {
error: Could not document `capnp`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.3.2/src/lib.rs --crate-name capnp -o /home/cratesfyi/capnp-0.3.2/doc -L dependency=/home/cratesfyi/capnp-0.3.2/debug -L dependency=/home/cratesfyi/capnp-0.3.2/debug/deps --extern byteorder=/home/cratesfyi/capnp-0.3.2/debug/deps/libbyteorder-f3f7821512ca2fd0.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.