msgpack 0.1.0

MessagePack serialization implementation for Rust
Build #6007 2016-08-04T00:06:36.976317+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
thread 'rustc' panicked at 'phase_2_configure_and_expand aborted in rustdoc!: 1', ../src/libcore/result.rs:788
note: Run with `RUST_BACKTRACE=1` for a backtrace.

Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading msgpack v0.1.0
Documenting msgpack v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs --crate-name msgpack -o /home/cratesfyi/msgpack-0.1.0/doc -L dependency=/home/cratesfyi/msgpack-0.1.0/debug -L dependency=/home/cratesfyi/msgpack-0.1.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/rpc.rs:16:10: 16:12 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/rpc.rs:16         (0u, msgid, method, params).encode(s)
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/rpc.rs:16:10: 16:12 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/rpc.rs:19:10: 19:12 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/rpc.rs:19         (1u, msgid, error, result).encode(s)
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/rpc.rs:19:10: 19:12 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/rpc.rs:22:10: 22:12 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/rpc.rs:22         (2u, method, params).encode(s)
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/rpc.rs:22:10: 22:12 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:891:16: 891:18 error: invalid suffix `i` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:891       v.insert(1i, 2i);
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:891:16: 891:18 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:891:20: 891:22 error: invalid suffix `i` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:891       v.insert(1i, 2i);
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:891:20: 891:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:892:16: 892:18 error: invalid suffix `i` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:892       v.insert(3i, 4i);
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:892:16: 892:18 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:892:20: 892:22 error: invalid suffix `i` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:892       v.insert(3i, 4i);
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:892:20: 892:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:898:33: 898:35 error: invalid suffix `i` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:898       let v: Option<int> = Some(1i);
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:898:33: 898:35 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:907:57: 907:59 error: invalid suffix `i` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:907         let v: (Option<int>, Option<int>) = (None, Some(1i));
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:907:57: 907:59 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:910:51: 910:53 error: invalid suffix `i` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:910         let v: (Option<int>, Option<int>) = (Some(1i), Some(1i));
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:910:51: 910:53 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:910:61: 910:63 error: invalid suffix `i` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:910         let v: (Option<int>, Option<int>) = (Some(1i), Some(1i));
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:910:61: 910:63 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:18:1: 18:18 error: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) 
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:18 #[deriving(Show)]
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs:18:1: 18:18 help: add #![feature(custom_attribute)] to the crate attributes to enable 
error: internal compiler error: unexpected panic 
note: the compiler unexpectedly panicked. this is a bug. 
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports 
thread 'main' panicked at 'ChainedError {
error: failed to compile `msgpack v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/msgpack-0.1.0`,
cause: ChainedError {
error: Could not document `msgpack`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/msgpack-0.1.0/src/lib.rs --crate-name msgpack -o /home/cratesfyi/msgpack-0.1.0/doc -L dependency=/home/cratesfyi/msgpack-0.1.0/debug -L dependency=/home/cratesfyi/msgpack-0.1.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.