terminal_thrift 0.3.0

Thrift runtime library for rust.
Build #25860 2016-08-19T00:51:54.795587+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 terminal_thrift v0.3.0
Compiling void v1.0.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2/src/lib.rs --crate-name void --crate-type lib -g -C metadata=2cc31605fcb01ba1 -C extra-filename=-2cc31605fcb01ba1 --out-dir /home/cratesfyi/terminal_thrift-0.3.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps --cap-lints allow`
Compiling log v0.3.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/terminal_thrift-0.3.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps --cap-lints allow`
Compiling podio v0.1.5
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.1.5/src/lib.rs --crate-name podio --crate-type lib -g -C metadata=8ee06ac339b6efd9 -C extra-filename=-8ee06ac339b6efd9 --out-dir /home/cratesfyi/terminal_thrift-0.3.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps --cap-lints allow`
Compiling num-traits v0.1.35
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.1.35/src/lib.rs --crate-name num_traits --crate-type lib -g -C metadata=a6dde7de4ab4b779 -C extra-filename=-a6dde7de4ab4b779 --out-dir /home/cratesfyi/terminal_thrift-0.3.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps --cap-lints allow`
Compiling unreachable v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/unreachable-0.1.1/src/lib.rs --crate-name unreachable --crate-type lib -g -C metadata=cf0b03299c3c2c2d -C extra-filename=-cf0b03299c3c2c2d --out-dir /home/cratesfyi/terminal_thrift-0.3.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps --extern void=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps/libvoid-2cc31605fcb01ba1.rlib --cap-lints allow`
Compiling ordered-float v0.2.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-0.2.3/src/lib.rs --crate-name ordered_float --crate-type lib -g -C metadata=314bfe0a19f33c12 -C extra-filename=-314bfe0a19f33c12 --out-dir /home/cratesfyi/terminal_thrift-0.3.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps --extern num_traits=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps/libnum_traits-a6dde7de4ab4b779.rlib --extern unreachable=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps/libunreachable-cf0b03299c3c2c2d.rlib --cap-lints allow`
Documenting terminal_thrift v0.3.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/lib.rs --crate-name terminal_thrift -o /home/cratesfyi/terminal_thrift-0.3.0/doc -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps --extern log=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern ordered_float=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps/libordered_float-314bfe0a19f33c12.rlib --extern podio=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps/libpodio-8ee06ac339b6efd9.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267:38: 267:41 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267         Ok(try!(transport.read_exact(len)))
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267:12: 267:43 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267:38: 267:41 note: expected type `&mut [u8]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267:38: 267:41 note:    found type `usize` 
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267:38: 267:41 note: expected &-ptr, found usize 
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267         Ok(try!(transport.read_exact(len)))
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267:12: 267:43 note: in this expansion of try! (defined in <std macros>)
<std macros>:2:1: 6:49 error: match arms have incompatible types [E0308]
<std macros>:2 match $ expr {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267:12: 267:43 note: in this expansion of try! (defined in <std macros>)
<std macros>:2:1: 6:49 note: expected type `_` 
<std macros>:2:1: 6:49 note:    found type `()` 
<std macros>:2:1: 6:49 note: expected struct `std::vec::Vec`, found () 
<std macros>:2 match $ expr {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267:12: 267:43 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:46: 3:49 note: match arm with an incompatible type 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/protocol/binary_protocol/mod.rs:267:12: 267:43 note: in this expansion of try! (defined in <std macros>)
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `terminal_thrift v0.3.0`, intermediate artifacts can be found at `/home/cratesfyi/terminal_thrift-0.3.0`,
cause: ChainedError {
error: Could not document `terminal_thrift`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/terminal_thrift-0.3.0/src/lib.rs --crate-name terminal_thrift -o /home/cratesfyi/terminal_thrift-0.3.0/doc -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug -L dependency=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps --extern log=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern ordered_float=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps/libordered_float-314bfe0a19f33c12.rlib --extern podio=/home/cratesfyi/terminal_thrift-0.3.0/debug/deps/libpodio-8ee06ac339b6efd9.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.