capnp 0.2.2

Runtime library for Cap'n Proto serialization
Build #25487 2016-08-18T19:59:35.965930+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.2.2
Compiling byteorder v0.5.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.5.3/src/lib.rs --crate-name byteorder --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"std\" -C metadata=e4fc6ea0c49cabcf -C extra-filename=-e4fc6ea0c49cabcf --out-dir /home/cratesfyi/capnp-0.2.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/capnp-0.2.2/debug/deps -L dependency=/home/cratesfyi/capnp-0.2.2/debug/deps --cap-lints allow`
Documenting capnp v0.2.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.2/src/lib.rs --crate-name capnp -o /home/cratesfyi/capnp-0.2.2/doc -L dependency=/home/cratesfyi/capnp-0.2.2/debug -L dependency=/home/cratesfyi/capnp-0.2.2/debug/deps --extern byteorder=/home/cratesfyi/capnp-0.2.2/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.2/src/private/capability.rs:50:5: 50:79 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.2/src/private/capability.rs:50     fn new_client(unused : Option<Self>, server : Box<Server+Send>) -> Client;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.2/src/private/capability.rs:50:5: 50:79 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.2/src/private/capability.rs:50:5: 50:79 note: required by `std::option::Option` 
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.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.2.2/src/traits.rs:38     fn get_from_pointer(reader : &PointerReader<'a>) -> Result<Self>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.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.2.2/src/traits.rs:38:5: 38:70 note: required by `std::result::Result` 
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.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.2.2/src/traits.rs:47     fn get_from_pointer(builder : PointerBuilder<'a>) -> Result<Self>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.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.2.2/src/traits.rs:47:5: 47:71 note: required by `std::result::Result` 
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.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.2.2/src/traits.rs:71     fn from_u16(value : u16) -> ::std::result::Result<Self, ::NotInSchema>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.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.2.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.2.2`, intermediate artifacts can be found at `/home/cratesfyi/capnp-0.2.2`,
cause: ChainedError {
error: Could not document `capnp`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/capnp-0.2.2/src/lib.rs --crate-name capnp -o /home/cratesfyi/capnp-0.2.2/doc -L dependency=/home/cratesfyi/capnp-0.2.2/debug -L dependency=/home/cratesfyi/capnp-0.2.2/debug/deps --extern byteorder=/home/cratesfyi/capnp-0.2.2/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.